From cf3caaa31f91d83c74c4f18e81e5c2da000df7de Mon Sep 17 00:00:00 2001 From: koalyptus Date: Tue, 13 Oct 2015 13:23:59 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: a556e553e092bf9fabb227ff2db094026163bd56 range SHA: 87d434b2312e...a556e553e092 build id: 85118835 build number: 104 --- docs/ast/source/src/tablefilter.js.json | 97039 ++++++++-------- .../class/src/tablefilter.js~TableFilter.html | 585 +- docs/coverage.json | 10 +- docs/dump.json | 618 +- docs/file/src/tablefilter.js.html | 42 +- docs/script/search_index.js | 18 + docs/source.html | 68 +- 7 files changed, 49700 insertions(+), 48680 deletions(-) diff --git a/docs/ast/source/src/tablefilter.js.json b/docs/ast/source/src/tablefilter.js.json index 221af95d..fb27d9ef 100644 --- a/docs/ast/source/src/tablefilter.js.json +++ b/docs/ast/source/src/tablefilter.js.json @@ -16618,10 +16618,10 @@ "trailingComments": [ { "type": "Line", - "value": "enables/disbles exact match for search", + "value": "has exact match per column", "range": [ 7135, - 7175 + 7163 ], "loc": { "start": { @@ -16630,6 +16630,491 @@ }, "end": { "line": 195, + "column": 36 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 7172, + 7176 + ], + "loc": { + "start": { + "line": 196, + "column": 8 + }, + "end": { + "line": 196, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasExactMatchByCol", + "range": [ + 7177, + 7195 + ], + "loc": { + "start": { + "line": 196, + "column": 13 + }, + "end": { + "line": 196, + "column": 31 + } + } + }, + "range": [ + 7172, + 7195 + ], + "loc": { + "start": { + "line": 196, + "column": 8 + }, + "end": { + "line": 196, + "column": 31 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Types", + "range": [ + 7198, + 7203 + ], + "loc": { + "start": { + "line": 196, + "column": 34 + }, + "end": { + "line": 196, + "column": 39 + } + } + }, + "property": { + "type": "Identifier", + "name": "isArray", + "range": [ + 7204, + 7211 + ], + "loc": { + "start": { + "line": 196, + "column": 40 + }, + "end": { + "line": 196, + "column": 47 + } + } + }, + "range": [ + 7198, + 7211 + ], + "loc": { + "start": { + "line": 196, + "column": 34 + }, + "end": { + "line": 196, + "column": 47 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 7212, + 7213 + ], + "loc": { + "start": { + "line": 196, + "column": 48 + }, + "end": { + "line": 196, + "column": 49 + } + } + }, + "property": { + "type": "Identifier", + "name": "columns_exact_match", + "range": [ + 7214, + 7233 + ], + "loc": { + "start": { + "line": 196, + "column": 50 + }, + "end": { + "line": 196, + "column": 69 + } + } + }, + "range": [ + 7212, + 7233 + ], + "loc": { + "start": { + "line": 196, + "column": 48 + }, + "end": { + "line": 196, + "column": 69 + } + } + } + ], + "range": [ + 7198, + 7234 + ], + "loc": { + "start": { + "line": 196, + "column": 34 + }, + "end": { + "line": 196, + "column": 70 + } + } + }, + "range": [ + 7172, + 7234 + ], + "loc": { + "start": { + "line": 196, + "column": 8 + }, + "end": { + "line": 196, + "column": 70 + } + } + }, + "range": [ + 7172, + 7235 + ], + "loc": { + "start": { + "line": 196, + "column": 8 + }, + "end": { + "line": 196, + "column": 71 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "has exact match per column", + "range": [ + 7135, + 7163 + ], + "loc": { + "start": { + "line": 195, + "column": 8 + }, + "end": { + "line": 195, + "column": 36 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 7244, + 7248 + ], + "loc": { + "start": { + "line": 197, + "column": 8 + }, + "end": { + "line": 197, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "exactMatchByCol", + "range": [ + 7249, + 7264 + ], + "loc": { + "start": { + "line": 197, + "column": 13 + }, + "end": { + "line": 197, + "column": 28 + } + } + }, + "range": [ + 7244, + 7264 + ], + "loc": { + "start": { + "line": 197, + "column": 8 + }, + "end": { + "line": 197, + "column": 28 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 7267, + 7271 + ], + "loc": { + "start": { + "line": 197, + "column": 31 + }, + "end": { + "line": 197, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasExactMatchByCol", + "range": [ + 7272, + 7290 + ], + "loc": { + "start": { + "line": 197, + "column": 36 + }, + "end": { + "line": 197, + "column": 54 + } + } + }, + "range": [ + 7267, + 7290 + ], + "loc": { + "start": { + "line": 197, + "column": 31 + }, + "end": { + "line": 197, + "column": 54 + } + } + }, + "consequent": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 7305, + 7306 + ], + "loc": { + "start": { + "line": 198, + "column": 12 + }, + "end": { + "line": 198, + "column": 13 + } + } + }, + "property": { + "type": "Identifier", + "name": "columns_exact_match", + "range": [ + 7307, + 7326 + ], + "loc": { + "start": { + "line": 198, + "column": 14 + }, + "end": { + "line": 198, + "column": 33 + } + } + }, + "range": [ + 7305, + 7326 + ], + "loc": { + "start": { + "line": 198, + "column": 12 + }, + "end": { + "line": 198, + "column": 33 + } + } + }, + "alternate": { + "type": "ArrayExpression", + "elements": [], + "range": [ + 7329, + 7331 + ], + "loc": { + "start": { + "line": 198, + "column": 36 + }, + "end": { + "line": 198, + "column": 38 + } + } + }, + "range": [ + 7267, + 7331 + ], + "loc": { + "start": { + "line": 197, + "column": 31 + }, + "end": { + "line": 198, + "column": 38 + } + } + }, + "range": [ + 7244, + 7331 + ], + "loc": { + "start": { + "line": 197, + "column": 8 + }, + "end": { + "line": 198, + "column": 38 + } + } + }, + "range": [ + 7244, + 7332 + ], + "loc": { + "start": { + "line": 197, + "column": 8 + }, + "end": { + "line": 198, + "column": 39 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": "enables/disbles exact match for search", + "range": [ + 7341, + 7381 + ], + "loc": { + "start": { + "line": 199, + "column": 8 + }, + "end": { + "line": 199, "column": 48 } } @@ -16647,16 +17132,16 @@ "object": { "type": "ThisExpression", "range": [ - 7184, - 7188 + 7390, + 7394 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 8 }, "end": { - "line": 196, + "line": 200, "column": 12 } } @@ -16665,31 +17150,31 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 7189, - 7199 + 7395, + 7405 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 13 }, "end": { - "line": 196, + "line": 200, "column": 23 } } }, "range": [ - 7184, - 7199 + 7390, + 7405 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 8 }, "end": { - "line": 196, + "line": 200, "column": 23 } } @@ -16700,16 +17185,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7202, - 7209 + 7408, + 7415 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 26 }, "end": { - "line": 196, + "line": 200, "column": 33 } } @@ -16722,16 +17207,16 @@ "type": "Identifier", "name": "f", "range": [ - 7210, - 7211 + 7416, + 7417 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 34 }, "end": { - "line": 196, + "line": 200, "column": 35 } } @@ -16740,77 +17225,77 @@ "type": "Identifier", "name": "exact_match", "range": [ - 7212, - 7223 + 7418, + 7429 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 36 }, "end": { - "line": 196, + "line": 200, "column": 47 } } }, "range": [ - 7210, - 7223 + 7416, + 7429 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 34 }, "end": { - "line": 196, + "line": 200, "column": 47 } } } ], "range": [ - 7202, - 7224 + 7408, + 7430 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 26 }, "end": { - "line": 196, + "line": 200, "column": 48 } } }, "range": [ - 7184, - 7224 + 7390, + 7430 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 8 }, "end": { - "line": 196, + "line": 200, "column": 48 } } }, "range": [ - 7184, - 7225 + 7390, + 7431 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 8 }, "end": { - "line": 196, + "line": 200, "column": 49 } }, @@ -16819,16 +17304,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 7135, - 7175 + 7341, + 7381 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 8 }, "end": { - "line": 195, + "line": 199, "column": 48 } } @@ -16839,16 +17324,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 7234, - 7277 + 7440, + 7483 ], "loc": { "start": { - "line": 197, + "line": 201, "column": 8 }, "end": { - "line": 197, + "line": 201, "column": 51 } } @@ -16866,16 +17351,16 @@ "object": { "type": "ThisExpression", "range": [ - 7286, - 7290 + 7492, + 7496 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 8 }, "end": { - "line": 198, + "line": 202, "column": 12 } } @@ -16884,31 +17369,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 7291, - 7304 + 7497, + 7510 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 13 }, "end": { - "line": 198, + "line": 202, "column": 26 } } }, "range": [ - 7286, - 7304 + 7492, + 7510 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 8 }, "end": { - "line": 198, + "line": 202, "column": 26 } } @@ -16919,16 +17404,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7307, - 7314 + 7513, + 7520 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 29 }, "end": { - "line": 198, + "line": 202, "column": 36 } } @@ -16941,16 +17426,16 @@ "type": "Identifier", "name": "f", "range": [ - 7315, - 7316 + 7521, + 7522 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 37 }, "end": { - "line": 198, + "line": 202, "column": 38 } } @@ -16959,77 +17444,77 @@ "type": "Identifier", "name": "linked_filters", "range": [ - 7317, - 7331 + 7523, + 7537 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 39 }, "end": { - "line": 198, + "line": 202, "column": 53 } } }, "range": [ - 7315, - 7331 + 7521, + 7537 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 37 }, "end": { - "line": 198, + "line": 202, "column": 53 } } } ], "range": [ - 7307, - 7332 + 7513, + 7538 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 29 }, "end": { - "line": 198, + "line": 202, "column": 54 } } }, "range": [ - 7286, - 7332 + 7492, + 7538 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 8 }, "end": { - "line": 198, + "line": 202, "column": 54 } } }, "range": [ - 7286, - 7333 + 7492, + 7539 ], "loc": { "start": { - "line": 198, + "line": 202, "column": 8 }, "end": { - "line": 198, + "line": 202, "column": 55 } }, @@ -17038,16 +17523,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 7234, - 7277 + 7440, + 7483 ], "loc": { "start": { - "line": 197, + "line": 201, "column": 8 }, "end": { - "line": 197, + "line": 201, "column": 51 } } @@ -17058,16 +17543,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7342, - 7380 + 7548, + 7586 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 8 }, "end": { - "line": 199, + "line": 203, "column": 46 } } @@ -17085,16 +17570,16 @@ "object": { "type": "ThisExpression", "range": [ - 7389, - 7393 + 7595, + 7599 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 8 }, "end": { - "line": 200, + "line": 204, "column": 12 } } @@ -17103,31 +17588,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 7394, - 7416 + 7600, + 7622 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 13 }, "end": { - "line": 200, + "line": 204, "column": 35 } } }, "range": [ - 7389, - 7416 + 7595, + 7622 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 8 }, "end": { - "line": 200, + "line": 204, "column": 35 } } @@ -17138,16 +17623,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7419, - 7426 + 7625, + 7632 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 38 }, "end": { - "line": 200, + "line": 204, "column": 45 } } @@ -17160,16 +17645,16 @@ "type": "Identifier", "name": "f", "range": [ - 7427, - 7428 + 7633, + 7634 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 46 }, "end": { - "line": 200, + "line": 204, "column": 47 } } @@ -17178,77 +17663,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 7429, - 7453 + 7635, + 7659 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 48 }, "end": { - "line": 200, + "line": 204, "column": 72 } } }, "range": [ - 7427, - 7453 + 7633, + 7659 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 46 }, "end": { - "line": 200, + "line": 204, "column": 72 } } } ], "range": [ - 7419, - 7454 + 7625, + 7660 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 38 }, "end": { - "line": 200, + "line": 204, "column": 73 } } }, "range": [ - 7389, - 7454 + 7595, + 7660 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 8 }, "end": { - "line": 200, + "line": 204, "column": 73 } } }, "range": [ - 7389, - 7455 + 7595, + 7661 ], "loc": { "start": { - "line": 200, + "line": 204, "column": 8 }, "end": { - "line": 200, + "line": 204, "column": 74 } }, @@ -17257,16 +17742,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7342, - 7380 + 7548, + 7586 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 8 }, "end": { - "line": 199, + "line": 203, "column": 46 } } @@ -17277,16 +17762,16 @@ "type": "Line", "value": "stores active filter element", "range": [ - 7464, - 7494 + 7670, + 7700 ], "loc": { "start": { - "line": 201, + "line": 205, "column": 8 }, "end": { - "line": 201, + "line": 205, "column": 38 } } @@ -17304,16 +17789,16 @@ "object": { "type": "ThisExpression", "range": [ - 7503, - 7507 + 7709, + 7713 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 202, + "line": 206, "column": 12 } } @@ -17322,31 +17807,31 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 7508, - 7517 + 7714, + 7723 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 13 }, "end": { - "line": 202, + "line": 206, "column": 22 } } }, "range": [ - 7503, - 7517 + 7709, + 7723 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 202, + "line": 206, "column": 22 } } @@ -17356,46 +17841,46 @@ "value": null, "raw": "null", "range": [ - 7520, - 7524 + 7726, + 7730 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 25 }, "end": { - "line": 202, + "line": 206, "column": 29 } } }, "range": [ - 7503, - 7524 + 7709, + 7730 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 202, + "line": 206, "column": 29 } } }, "range": [ - 7503, - 7525 + 7709, + 7731 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 202, + "line": 206, "column": 30 } }, @@ -17404,16 +17889,16 @@ "type": "Line", "value": "stores active filter element", "range": [ - 7464, - 7494 + 7670, + 7700 ], "loc": { "start": { - "line": 201, + "line": 205, "column": 8 }, "end": { - "line": 201, + "line": 205, "column": 38 } } @@ -17424,16 +17909,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7534, - 7555 + 7740, + 7761 ], "loc": { "start": { - "line": 203, + "line": 207, "column": 8 }, "end": { - "line": 203, + "line": 207, "column": 29 } } @@ -17451,16 +17936,16 @@ "object": { "type": "ThisExpression", "range": [ - 7564, - 7568 + 7770, + 7774 ], "loc": { "start": { - "line": 204, + "line": 208, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 12 } } @@ -17469,31 +17954,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 7569, - 7583 + 7775, + 7789 ], "loc": { "start": { - "line": 204, + "line": 208, "column": 13 }, "end": { - "line": 204, + "line": 208, "column": 27 } } }, "range": [ - 7564, - 7583 + 7770, + 7789 ], "loc": { "start": { - "line": 204, + "line": 208, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 27 } } @@ -17503,46 +17988,46 @@ "value": null, "raw": "null", "range": [ - 7586, - 7590 + 7792, + 7796 ], "loc": { "start": { - "line": 204, + "line": 208, "column": 30 }, "end": { - "line": 204, + "line": 208, "column": 34 } } }, "range": [ - 7564, - 7590 + 7770, + 7796 ], "loc": { "start": { - "line": 204, + "line": 208, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 34 } } }, "range": [ - 7564, - 7591 + 7770, + 7797 ], "loc": { "start": { - "line": 204, + "line": 208, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 35 } }, @@ -17551,16 +18036,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7534, - 7555 + 7740, + 7761 ], "loc": { "start": { - "line": 203, + "line": 207, "column": 8 }, "end": { - "line": 203, + "line": 207, "column": 29 } } @@ -17571,16 +18056,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7600, - 7629 + 7806, + 7835 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 205, + "line": 209, "column": 37 } } @@ -17598,16 +18083,16 @@ "object": { "type": "ThisExpression", "range": [ - 7638, - 7642 + 7844, + 7848 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 8 }, "end": { - "line": 206, + "line": 210, "column": 12 } } @@ -17616,31 +18101,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 7643, - 7657 + 7849, + 7863 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 13 }, "end": { - "line": 206, + "line": 210, "column": 27 } } }, "range": [ - 7638, - 7657 + 7844, + 7863 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 8 }, "end": { - "line": 206, + "line": 210, "column": 27 } } @@ -17651,16 +18136,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7660, - 7667 + 7866, + 7873 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 30 }, "end": { - "line": 206, + "line": 210, "column": 37 } } @@ -17673,16 +18158,16 @@ "type": "Identifier", "name": "f", "range": [ - 7668, - 7669 + 7874, + 7875 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 38 }, "end": { - "line": 206, + "line": 210, "column": 39 } } @@ -17691,77 +18176,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 7670, - 7689 + 7876, + 7895 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 40 }, "end": { - "line": 206, + "line": 210, "column": 59 } } }, "range": [ - 7668, - 7689 + 7874, + 7895 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 38 }, "end": { - "line": 206, + "line": 210, "column": 59 } } } ], "range": [ - 7660, - 7690 + 7866, + 7896 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 30 }, "end": { - "line": 206, + "line": 210, "column": 60 } } }, "range": [ - 7638, - 7690 + 7844, + 7896 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 8 }, "end": { - "line": 206, + "line": 210, "column": 60 } } }, "range": [ - 7638, - 7691 + 7844, + 7897 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 8 }, "end": { - "line": 206, + "line": 210, "column": 61 } }, @@ -17770,16 +18255,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7600, - 7629 + 7806, + 7835 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 205, + "line": 209, "column": 37 } } @@ -17790,16 +18275,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7700, - 7738 + 7906, + 7944 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 8 }, "end": { - "line": 207, + "line": 211, "column": 46 } } @@ -17817,16 +18302,16 @@ "object": { "type": "ThisExpression", "range": [ - 7747, - 7751 + 7953, + 7957 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 8 }, "end": { - "line": 208, + "line": 212, "column": 12 } } @@ -17835,31 +18320,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 7752, - 7763 + 7958, + 7969 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 13 }, "end": { - "line": 208, + "line": 212, "column": 24 } } }, "range": [ - 7747, - 7763 + 7953, + 7969 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 8 }, "end": { - "line": 208, + "line": 212, "column": 24 } } @@ -17872,16 +18357,16 @@ "object": { "type": "ThisExpression", "range": [ - 7766, - 7770 + 7972, + 7976 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 27 }, "end": { - "line": 208, + "line": 212, "column": 31 } } @@ -17890,31 +18375,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 7771, - 7785 + 7977, + 7991 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 32 }, "end": { - "line": 208, + "line": 212, "column": 46 } } }, "range": [ - 7766, - 7785 + 7972, + 7991 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 27 }, "end": { - "line": 208, + "line": 212, "column": 46 } } @@ -17926,16 +18411,16 @@ "type": "Identifier", "name": "f", "range": [ - 7788, - 7789 + 7994, + 7995 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 49 }, "end": { - "line": 208, + "line": 212, "column": 50 } } @@ -17944,31 +18429,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 7790, - 7809 + 7996, + 8015 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 51 }, "end": { - "line": 208, + "line": 212, "column": 70 } } }, "range": [ - 7788, - 7809 + 7994, + 8015 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 49 }, "end": { - "line": 208, + "line": 212, "column": 70 } } @@ -17977,61 +18462,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7812, - 7814 + 8018, + 8020 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 73 }, "end": { - "line": 208, + "line": 212, "column": 75 } } }, "range": [ - 7766, - 7814 + 7972, + 8020 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 27 }, "end": { - "line": 208, + "line": 212, "column": 75 } } }, "range": [ - 7747, - 7814 + 7953, + 8020 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 8 }, "end": { - "line": 208, + "line": 212, "column": 75 } } }, "range": [ - 7747, - 7815 + 7953, + 8021 ], "loc": { "start": { - "line": 208, + "line": 212, "column": 8 }, "end": { - "line": 208, + "line": 212, "column": 76 } }, @@ -18040,16 +18525,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7700, - 7738 + 7906, + 7944 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 8 }, "end": { - "line": 207, + "line": 211, "column": 46 } } @@ -18060,16 +18545,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7824, - 7870 + 8030, + 8076 ], "loc": { "start": { - "line": 209, + "line": 213, "column": 8 }, "end": { - "line": 209, + "line": 213, "column": 54 } } @@ -18087,16 +18572,16 @@ "object": { "type": "ThisExpression", "range": [ - 7879, - 7883 + 8085, + 8089 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 8 }, "end": { - "line": 210, + "line": 214, "column": 12 } } @@ -18105,31 +18590,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 7884, - 7897 + 8090, + 8103 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 13 }, "end": { - "line": 210, + "line": 214, "column": 26 } } }, "range": [ - 7879, - 7897 + 8085, + 8103 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 8 }, "end": { - "line": 210, + "line": 214, "column": 26 } } @@ -18140,16 +18625,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7900, - 7907 + 8106, + 8113 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 29 }, "end": { - "line": 210, + "line": 214, "column": 36 } } @@ -18162,16 +18647,16 @@ "type": "Identifier", "name": "f", "range": [ - 7908, - 7909 + 8114, + 8115 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 37 }, "end": { - "line": 210, + "line": 214, "column": 38 } } @@ -18180,77 +18665,77 @@ "type": "Identifier", "name": "external_flt_grid", "range": [ - 7910, - 7927 + 8116, + 8133 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 39 }, "end": { - "line": 210, + "line": 214, "column": 56 } } }, "range": [ - 7908, - 7927 + 8114, + 8133 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 37 }, "end": { - "line": 210, + "line": 214, "column": 56 } } } ], "range": [ - 7900, - 7928 + 8106, + 8134 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 29 }, "end": { - "line": 210, + "line": 214, "column": 57 } } }, "range": [ - 7879, - 7928 + 8085, + 8134 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 8 }, "end": { - "line": 210, + "line": 214, "column": 57 } } }, "range": [ - 7879, - 7929 + 8085, + 8135 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 8 }, "end": { - "line": 210, + "line": 214, "column": 58 } }, @@ -18259,16 +18744,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7824, - 7870 + 8030, + 8076 ], "loc": { "start": { - "line": 209, + "line": 213, "column": 8 }, "end": { - "line": 209, + "line": 213, "column": 54 } } @@ -18279,16 +18764,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7938, - 8000 + 8144, + 8206 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 8 }, "end": { - "line": 211, + "line": 215, "column": 70 } } @@ -18306,16 +18791,16 @@ "object": { "type": "ThisExpression", "range": [ - 8009, - 8013 + 8215, + 8219 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 8 }, "end": { - "line": 212, + "line": 216, "column": 12 } } @@ -18324,31 +18809,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 8014, - 8031 + 8220, + 8237 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 13 }, "end": { - "line": 212, + "line": 216, "column": 30 } } }, "range": [ - 8009, - 8031 + 8215, + 8237 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 8 }, "end": { - "line": 212, + "line": 216, "column": 30 } } @@ -18363,16 +18848,16 @@ "type": "Identifier", "name": "f", "range": [ - 8034, - 8035 + 8240, + 8241 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 33 }, "end": { - "line": 212, + "line": 216, "column": 34 } } @@ -18381,31 +18866,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 8036, - 8057 + 8242, + 8263 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 35 }, "end": { - "line": 212, + "line": 216, "column": 56 } } }, "range": [ - 8034, - 8057 + 8240, + 8263 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 33 }, "end": { - "line": 212, + "line": 216, "column": 56 } } @@ -18415,61 +18900,61 @@ "value": null, "raw": "null", "range": [ - 8061, - 8065 + 8267, + 8271 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 60 }, "end": { - "line": 212, + "line": 216, "column": 64 } } }, "range": [ - 8034, - 8065 + 8240, + 8271 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 33 }, "end": { - "line": 212, + "line": 216, "column": 64 } } }, "range": [ - 8009, - 8065 + 8215, + 8271 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 8 }, "end": { - "line": 212, + "line": 216, "column": 64 } } }, "range": [ - 8009, - 8066 + 8215, + 8272 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 8 }, "end": { - "line": 212, + "line": 216, "column": 65 } }, @@ -18478,16 +18963,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7938, - 8000 + 8144, + 8206 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 8 }, "end": { - "line": 211, + "line": 215, "column": 70 } } @@ -18498,16 +18983,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 8075, - 8125 + 8281, + 8331 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 8 }, "end": { - "line": 213, + "line": 217, "column": 58 } } @@ -18525,16 +19010,16 @@ "object": { "type": "ThisExpression", "range": [ - 8134, - 8138 + 8340, + 8344 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 8 }, "end": { - "line": 214, + "line": 218, "column": 12 } } @@ -18543,31 +19028,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 8139, - 8153 + 8345, + 8359 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 13 }, "end": { - "line": 214, + "line": 218, "column": 27 } } }, "range": [ - 8134, - 8153 + 8340, + 8359 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 8 }, "end": { - "line": 214, + "line": 218, "column": 27 } } @@ -18576,46 +19061,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8156, - 8158 + 8362, + 8364 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 30 }, "end": { - "line": 214, + "line": 218, "column": 32 } } }, "range": [ - 8134, - 8158 + 8340, + 8364 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 8 }, "end": { - "line": 214, + "line": 218, "column": 32 } } }, "range": [ - 8134, - 8159 + 8340, + 8365 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 8 }, "end": { - "line": 214, + "line": 218, "column": 33 } }, @@ -18624,16 +19109,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 8075, - 8125 + 8281, + 8331 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 8 }, "end": { - "line": 213, + "line": 217, "column": 58 } } @@ -18644,16 +19129,16 @@ "type": "Line", "value": "delays any filtering process if loader true", "range": [ - 8168, - 8213 + 8374, + 8419 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 8 }, "end": { - "line": 215, + "line": 219, "column": 53 } } @@ -18671,16 +19156,16 @@ "object": { "type": "ThisExpression", "range": [ - 8222, - 8226 + 8428, + 8432 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 8 }, "end": { - "line": 216, + "line": 220, "column": 12 } } @@ -18689,31 +19174,31 @@ "type": "Identifier", "name": "execDelay", "range": [ - 8227, - 8236 + 8433, + 8442 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 13 }, "end": { - "line": 216, + "line": 220, "column": 22 } } }, "range": [ - 8222, - 8236 + 8428, + 8442 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 8 }, "end": { - "line": 216, + "line": 220, "column": 22 } } @@ -18729,16 +19214,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 8240, - 8245 + 8446, + 8451 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 26 }, "end": { - "line": 216, + "line": 220, "column": 31 } } @@ -18751,16 +19236,16 @@ "type": "Identifier", "name": "f", "range": [ - 8246, - 8247 + 8452, + 8453 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 32 }, "end": { - "line": 216, + "line": 220, "column": 33 } } @@ -18769,63 +19254,63 @@ "type": "Identifier", "name": "exec_delay", "range": [ - 8248, - 8258 + 8454, + 8464 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 34 }, "end": { - "line": 216, + "line": 220, "column": 44 } } }, "range": [ - 8246, - 8258 + 8452, + 8464 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 32 }, "end": { - "line": 216, + "line": 220, "column": 44 } } } ], "range": [ - 8240, - 8259 + 8446, + 8465 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 26 }, "end": { - "line": 216, + "line": 220, "column": 45 } } }, "prefix": true, "range": [ - 8239, - 8259 + 8445, + 8465 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 25 }, "end": { - "line": 216, + "line": 220, "column": 45 } } @@ -18836,16 +19321,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 8262, - 8270 + 8468, + 8476 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 48 }, "end": { - "line": 216, + "line": 220, "column": 56 } } @@ -18858,16 +19343,16 @@ "type": "Identifier", "name": "f", "range": [ - 8271, - 8272 + 8477, + 8478 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 57 }, "end": { - "line": 216, + "line": 220, "column": 58 } } @@ -18876,31 +19361,31 @@ "type": "Identifier", "name": "exec_delay", "range": [ - 8273, - 8283 + 8479, + 8489 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 59 }, "end": { - "line": 216, + "line": 220, "column": 69 } } }, "range": [ - 8271, - 8283 + 8477, + 8489 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 57 }, "end": { - "line": 216, + "line": 220, "column": 69 } } @@ -18910,32 +19395,32 @@ "value": 10, "raw": "10", "range": [ - 8284, - 8286 + 8490, + 8492 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 70 }, "end": { - "line": 216, + "line": 220, "column": 72 } } } ], "range": [ - 8262, - 8287 + 8468, + 8493 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 48 }, "end": { - "line": 216, + "line": 220, "column": 73 } } @@ -18945,61 +19430,61 @@ "value": 100, "raw": "100", "range": [ - 8290, - 8293 + 8496, + 8499 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 76 }, "end": { - "line": 216, + "line": 220, "column": 79 } } }, "range": [ - 8239, - 8293 + 8445, + 8499 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 25 }, "end": { - "line": 216, + "line": 220, "column": 79 } } }, "range": [ - 8222, - 8293 + 8428, + 8499 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 8 }, "end": { - "line": 216, + "line": 220, "column": 79 } } }, "range": [ - 8222, - 8294 + 8428, + 8500 ], "loc": { "start": { - "line": 216, + "line": 220, "column": 8 }, "end": { - "line": 216, + "line": 220, "column": 80 } }, @@ -19008,16 +19493,16 @@ "type": "Line", "value": "delays any filtering process if loader true", "range": [ - 8168, - 8213 + 8374, + 8419 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 8 }, "end": { - "line": 215, + "line": 219, "column": 53 } } @@ -19028,16 +19513,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 8303, - 8344 + 8509, + 8550 ], "loc": { "start": { - "line": 217, + "line": 221, "column": 8 }, "end": { - "line": 217, + "line": 221, "column": 49 } } @@ -19055,16 +19540,16 @@ "object": { "type": "ThisExpression", "range": [ - 8353, - 8357 + 8559, + 8563 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 8 }, "end": { - "line": 218, + "line": 222, "column": 12 } } @@ -19073,31 +19558,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 8358, - 8373 + 8564, + 8579 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 13 }, "end": { - "line": 218, + "line": 222, "column": 28 } } }, "range": [ - 8353, - 8373 + 8559, + 8579 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 8 }, "end": { - "line": 218, + "line": 222, "column": 28 } } @@ -19113,16 +19598,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8376, - 8381 + 8582, + 8587 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 31 }, "end": { - "line": 218, + "line": 222, "column": 36 } } @@ -19131,31 +19616,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 8382, - 8386 + 8588, + 8592 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 37 }, "end": { - "line": 218, + "line": 222, "column": 41 } } }, "range": [ - 8376, - 8386 + 8582, + 8592 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 31 }, "end": { - "line": 218, + "line": 222, "column": 41 } } @@ -19168,16 +19653,16 @@ "type": "Identifier", "name": "f", "range": [ - 8387, - 8388 + 8593, + 8594 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 42 }, "end": { - "line": 218, + "line": 222, "column": 43 } } @@ -19186,47 +19671,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 8389, - 8406 + 8595, + 8612 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 44 }, "end": { - "line": 218, + "line": 222, "column": 61 } } }, "range": [ - 8387, - 8406 + 8593, + 8612 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 42 }, "end": { - "line": 218, + "line": 222, "column": 61 } } } ], "range": [ - 8376, - 8407 + 8582, + 8613 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 31 }, "end": { - "line": 218, + "line": 222, "column": 62 } } @@ -19238,16 +19723,16 @@ "type": "Identifier", "name": "f", "range": [ - 8422, - 8423 + 8628, + 8629 ], "loc": { "start": { - "line": 219, + "line": 223, "column": 12 }, "end": { - "line": 219, + "line": 223, "column": 13 } } @@ -19256,31 +19741,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 8424, - 8441 + 8630, + 8647 ], "loc": { "start": { - "line": 219, + "line": 223, "column": 14 }, "end": { - "line": 219, + "line": 223, "column": 31 } } }, "range": [ - 8422, - 8441 + 8628, + 8647 ], "loc": { "start": { - "line": 219, + "line": 223, "column": 12 }, "end": { - "line": 219, + "line": 223, "column": 31 } } @@ -19290,61 +19775,61 @@ "value": null, "raw": "null", "range": [ - 8444, - 8448 + 8650, + 8654 ], "loc": { "start": { - "line": 219, + "line": 223, "column": 34 }, "end": { - "line": 219, + "line": 223, "column": 38 } } }, "range": [ - 8376, - 8448 + 8582, + 8654 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 31 }, "end": { - "line": 219, + "line": 223, "column": 38 } } }, "range": [ - 8353, - 8448 + 8559, + 8654 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 8 }, "end": { - "line": 219, + "line": 223, "column": 38 } } }, "range": [ - 8353, - 8449 + 8559, + 8655 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 8 }, "end": { - "line": 219, + "line": 223, "column": 39 } }, @@ -19353,16 +19838,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 8303, - 8344 + 8509, + 8550 ], "loc": { "start": { - "line": 217, + "line": 221, "column": 8 }, "end": { - "line": 217, + "line": 221, "column": 49 } } @@ -19373,16 +19858,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 8458, - 8497 + 8664, + 8703 ], "loc": { "start": { - "line": 220, + "line": 224, "column": 8 }, "end": { - "line": 220, + "line": 224, "column": 47 } } @@ -19400,16 +19885,16 @@ "object": { "type": "ThisExpression", "range": [ - 8506, - 8510 + 8712, + 8716 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 8 }, "end": { - "line": 221, + "line": 225, "column": 12 } } @@ -19418,31 +19903,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 8511, - 8526 + 8717, + 8732 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 13 }, "end": { - "line": 221, + "line": 225, "column": 28 } } }, "range": [ - 8506, - 8526 + 8712, + 8732 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 8 }, "end": { - "line": 221, + "line": 225, "column": 28 } } @@ -19453,16 +19938,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8529, - 8536 + 8735, + 8742 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 31 }, "end": { - "line": 221, + "line": 225, "column": 38 } } @@ -19475,16 +19960,16 @@ "type": "Identifier", "name": "f", "range": [ - 8537, - 8538 + 8743, + 8744 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 39 }, "end": { - "line": 221, + "line": 225, "column": 40 } } @@ -19493,77 +19978,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 8539, - 8552 + 8745, + 8758 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 41 }, "end": { - "line": 221, + "line": 225, "column": 54 } } }, "range": [ - 8537, - 8552 + 8743, + 8758 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 39 }, "end": { - "line": 221, + "line": 225, "column": 54 } } } ], "range": [ - 8529, - 8553 + 8735, + 8759 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 31 }, "end": { - "line": 221, + "line": 225, "column": 55 } } }, "range": [ - 8506, - 8553 + 8712, + 8759 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 8 }, "end": { - "line": 221, + "line": 225, "column": 55 } } }, "range": [ - 8506, - 8554 + 8712, + 8760 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 8 }, "end": { - "line": 221, + "line": 225, "column": 56 } }, @@ -19572,16 +20057,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 8458, - 8497 + 8664, + 8703 ], "loc": { "start": { - "line": 220, + "line": 224, "column": 8 }, "end": { - "line": 220, + "line": 224, "column": 47 } } @@ -19592,16 +20077,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8563, - 8602 + 8769, + 8808 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 8 }, "end": { - "line": 222, + "line": 226, "column": 47 } } @@ -19619,16 +20104,16 @@ "object": { "type": "ThisExpression", "range": [ - 8611, - 8615 + 8817, + 8821 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 8 }, "end": { - "line": 223, + "line": 227, "column": 12 } } @@ -19637,31 +20122,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 8616, - 8630 + 8822, + 8836 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 13 }, "end": { - "line": 223, + "line": 227, "column": 27 } } }, "range": [ - 8611, - 8630 + 8817, + 8836 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 8 }, "end": { - "line": 223, + "line": 227, "column": 27 } } @@ -19677,16 +20162,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8633, - 8638 + 8839, + 8844 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 30 }, "end": { - "line": 223, + "line": 227, "column": 35 } } @@ -19695,31 +20180,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 8639, - 8643 + 8845, + 8849 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 36 }, "end": { - "line": 223, + "line": 227, "column": 40 } } }, "range": [ - 8633, - 8643 + 8839, + 8849 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 30 }, "end": { - "line": 223, + "line": 227, "column": 40 } } @@ -19732,16 +20217,16 @@ "type": "Identifier", "name": "f", "range": [ - 8644, - 8645 + 8850, + 8851 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 41 }, "end": { - "line": 223, + "line": 227, "column": 42 } } @@ -19750,47 +20235,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 8646, - 8662 + 8852, + 8868 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 43 }, "end": { - "line": 223, + "line": 227, "column": 59 } } }, "range": [ - 8644, - 8662 + 8850, + 8868 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 41 }, "end": { - "line": 223, + "line": 227, "column": 59 } } } ], "range": [ - 8633, - 8663 + 8839, + 8869 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 30 }, "end": { - "line": 223, + "line": 227, "column": 60 } } @@ -19802,16 +20287,16 @@ "type": "Identifier", "name": "f", "range": [ - 8678, - 8679 + 8884, + 8885 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 12 }, "end": { - "line": 224, + "line": 228, "column": 13 } } @@ -19820,31 +20305,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 8680, - 8696 + 8886, + 8902 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 14 }, "end": { - "line": 224, + "line": 228, "column": 30 } } }, "range": [ - 8678, - 8696 + 8884, + 8902 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 12 }, "end": { - "line": 224, + "line": 228, "column": 30 } } @@ -19854,61 +20339,61 @@ "value": null, "raw": "null", "range": [ - 8699, - 8703 + 8905, + 8909 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 33 }, "end": { - "line": 224, + "line": 228, "column": 37 } } }, "range": [ - 8633, - 8703 + 8839, + 8909 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 30 }, "end": { - "line": 224, + "line": 228, "column": 37 } } }, "range": [ - 8611, - 8703 + 8817, + 8909 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 8 }, "end": { - "line": 224, + "line": 228, "column": 37 } } }, "range": [ - 8611, - 8704 + 8817, + 8910 ], "loc": { "start": { - "line": 223, + "line": 227, "column": 8 }, "end": { - "line": 224, + "line": 228, "column": 38 } }, @@ -19917,16 +20402,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8563, - 8602 + 8769, + 8808 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 8 }, "end": { - "line": 222, + "line": 226, "column": 47 } } @@ -19937,16 +20422,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8713, - 8762 + 8919, + 8968 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 8 }, "end": { - "line": 225, + "line": 229, "column": 57 } } @@ -19964,16 +20449,16 @@ "object": { "type": "ThisExpression", "range": [ - 8771, - 8775 + 8977, + 8981 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 8 }, "end": { - "line": 226, + "line": 230, "column": 12 } } @@ -19982,31 +20467,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 8776, - 8794 + 8982, + 9000 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 13 }, "end": { - "line": 226, + "line": 230, "column": 31 } } }, "range": [ - 8771, - 8794 + 8977, + 9000 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 8 }, "end": { - "line": 226, + "line": 230, "column": 31 } } @@ -20020,16 +20505,16 @@ "type": "Identifier", "name": "f", "range": [ - 8797, - 8798 + 9003, + 9004 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 34 }, "end": { - "line": 226, + "line": 230, "column": 35 } } @@ -20038,31 +20523,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 8799, - 8820 + 9005, + 9026 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 36 }, "end": { - "line": 226, + "line": 230, "column": 57 } } }, "range": [ - 8797, - 8820 + 9003, + 9026 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 34 }, "end": { - "line": 226, + "line": 230, "column": 57 } } @@ -20074,16 +20559,16 @@ "type": "Identifier", "name": "f", "range": [ - 8835, - 8836 + 9041, + 9042 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 12 }, "end": { - "line": 227, + "line": 231, "column": 13 } } @@ -20092,31 +20577,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 8837, - 8858 + 9043, + 9064 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 14 }, "end": { - "line": 227, + "line": 231, "column": 35 } } }, "range": [ - 8835, - 8858 + 9041, + 9064 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 12 }, "end": { - "line": 227, + "line": 231, "column": 35 } } @@ -20125,61 +20610,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8861, - 8863 + 9067, + 9069 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 38 }, "end": { - "line": 227, + "line": 231, "column": 40 } } }, "range": [ - 8797, - 8863 + 9003, + 9069 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 34 }, "end": { - "line": 227, + "line": 231, "column": 40 } } }, "range": [ - 8771, - 8863 + 8977, + 9069 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 8 }, "end": { - "line": 227, + "line": 231, "column": 40 } } }, "range": [ - 8771, - 8864 + 8977, + 9070 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 8 }, "end": { - "line": 227, + "line": 231, "column": 41 } }, @@ -20188,16 +20673,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8713, - 8762 + 8919, + 8968 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 8 }, "end": { - "line": 225, + "line": 229, "column": 57 } } @@ -20208,16 +20693,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8873, - 8921 + 9079, + 9127 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 8 }, "end": { - "line": 228, + "line": 232, "column": 56 } } @@ -20235,16 +20720,16 @@ "object": { "type": "ThisExpression", "range": [ - 8930, - 8934 + 9136, + 9140 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 8 }, "end": { - "line": 229, + "line": 233, "column": 12 } } @@ -20253,31 +20738,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 8935, - 8949 + 9141, + 9155 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 13 }, "end": { - "line": 229, + "line": 233, "column": 27 } } }, "range": [ - 8930, - 8949 + 9136, + 9155 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 8 }, "end": { - "line": 229, + "line": 233, "column": 27 } } @@ -20293,16 +20778,16 @@ "type": "Identifier", "name": "Types", "range": [ - 8952, - 8957 + 9158, + 9163 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 229, + "line": 233, "column": 35 } } @@ -20311,31 +20796,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 8958, - 8962 + 9164, + 9168 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 36 }, "end": { - "line": 229, + "line": 233, "column": 40 } } }, "range": [ - 8952, - 8962 + 9158, + 9168 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 229, + "line": 233, "column": 40 } } @@ -20348,16 +20833,16 @@ "type": "Identifier", "name": "f", "range": [ - 8963, - 8964 + 9169, + 9170 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 41 }, "end": { - "line": 229, + "line": 233, "column": 42 } } @@ -20366,47 +20851,47 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 8965, - 8981 + 9171, + 9187 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 43 }, "end": { - "line": 229, + "line": 233, "column": 59 } } }, "range": [ - 8963, - 8981 + 9169, + 9187 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 41 }, "end": { - "line": 229, + "line": 233, "column": 59 } } } ], "range": [ - 8952, - 8982 + 9158, + 9188 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 229, + "line": 233, "column": 60 } } @@ -20418,16 +20903,16 @@ "type": "Identifier", "name": "f", "range": [ - 8997, - 8998 + 9203, + 9204 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 12 }, "end": { - "line": 230, + "line": 234, "column": 13 } } @@ -20436,31 +20921,31 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 8999, - 9015 + 9205, + 9221 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 14 }, "end": { - "line": 230, + "line": 234, "column": 30 } } }, "range": [ - 8997, - 9015 + 9203, + 9221 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 12 }, "end": { - "line": 230, + "line": 234, "column": 30 } } @@ -20470,61 +20955,61 @@ "value": null, "raw": "null", "range": [ - 9018, - 9022 + 9224, + 9228 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 33 }, "end": { - "line": 230, + "line": 234, "column": 37 } } }, "range": [ - 8952, - 9022 + 9158, + 9228 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 230, + "line": 234, "column": 37 } } }, "range": [ - 8930, - 9022 + 9136, + 9228 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 8 }, "end": { - "line": 230, + "line": 234, "column": 37 } } }, "range": [ - 8930, - 9023 + 9136, + 9229 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 8 }, "end": { - "line": 230, + "line": 234, "column": 38 } }, @@ -20533,16 +21018,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8873, - 8921 + 9079, + 9127 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 8 }, "end": { - "line": 228, + "line": 232, "column": 56 } } @@ -20553,16 +21038,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 9032, - 9060 + 9238, + 9266 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 8 }, "end": { - "line": 231, + "line": 235, "column": 36 } } @@ -20580,16 +21065,16 @@ "object": { "type": "ThisExpression", "range": [ - 9069, - 9073 + 9275, + 9279 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 8 }, "end": { - "line": 232, + "line": 236, "column": 12 } } @@ -20598,31 +21083,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 9074, - 9083 + 9280, + 9289 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 13 }, "end": { - "line": 232, + "line": 236, "column": 22 } } }, "range": [ - 9069, - 9083 + 9275, + 9289 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 8 }, "end": { - "line": 232, + "line": 236, "column": 22 } } @@ -20637,16 +21122,16 @@ "type": "Identifier", "name": "f", "range": [ - 9086, - 9087 + 9292, + 9293 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 25 }, "end": { - "line": 232, + "line": 236, "column": 26 } } @@ -20655,31 +21140,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 9088, - 9097 + 9294, + 9303 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 27 }, "end": { - "line": 232, + "line": 236, "column": 36 } } }, "range": [ - 9086, - 9097 + 9292, + 9303 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 25 }, "end": { - "line": 232, + "line": 236, "column": 36 } } @@ -20689,61 +21174,61 @@ "value": "", "raw": "''", "range": [ - 9101, - 9103 + 9307, + 9309 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 40 }, "end": { - "line": 232, + "line": 236, "column": 42 } } }, "range": [ - 9086, - 9103 + 9292, + 9309 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 25 }, "end": { - "line": 232, + "line": 236, "column": 42 } } }, "range": [ - 9069, - 9103 + 9275, + 9309 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 8 }, "end": { - "line": 232, + "line": 236, "column": 42 } } }, "range": [ - 9069, - 9104 + 9275, + 9310 ], "loc": { "start": { - "line": 232, + "line": 236, "column": 8 }, "end": { - "line": 232, + "line": 236, "column": 43 } }, @@ -20752,16 +21237,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 9032, - 9060 + 9238, + 9266 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 8 }, "end": { - "line": 231, + "line": 235, "column": 36 } } @@ -20779,16 +21264,16 @@ "object": { "type": "ThisExpression", "range": [ - 9113, - 9117 + 9319, + 9323 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 8 }, "end": { - "line": 233, + "line": 237, "column": 12 } } @@ -20797,31 +21282,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 9118, - 9134 + 9324, + 9340 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 13 }, "end": { - "line": 233, + "line": 237, "column": 29 } } }, "range": [ - 9113, - 9134 + 9319, + 9340 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 8 }, "end": { - "line": 233, + "line": 237, "column": 29 } } @@ -20835,16 +21320,16 @@ "type": "Identifier", "name": "Types", "range": [ - 9137, - 9142 + 9343, + 9348 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 32 }, "end": { - "line": 233, + "line": 237, "column": 37 } } @@ -20853,31 +21338,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 9143, - 9150 + 9349, + 9356 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 38 }, "end": { - "line": 233, + "line": 237, "column": 45 } } }, "range": [ - 9137, - 9150 + 9343, + 9356 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 32 }, "end": { - "line": 233, + "line": 237, "column": 45 } } @@ -20889,16 +21374,16 @@ "object": { "type": "ThisExpression", "range": [ - 9151, - 9155 + 9357, + 9361 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 46 }, "end": { - "line": 233, + "line": 237, "column": 50 } } @@ -20907,77 +21392,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 9156, - 9165 + 9362, + 9371 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 51 }, "end": { - "line": 233, + "line": 237, "column": 60 } } }, "range": [ - 9151, - 9165 + 9357, + 9371 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 46 }, "end": { - "line": 233, + "line": 237, "column": 60 } } } ], "range": [ - 9137, - 9166 + 9343, + 9372 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 32 }, "end": { - "line": 233, + "line": 237, "column": 61 } } }, "range": [ - 9113, - 9166 + 9319, + 9372 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 8 }, "end": { - "line": 233, + "line": 237, "column": 61 } } }, "range": [ - 9113, - 9167 + 9319, + 9373 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 8 }, "end": { - "line": 233, + "line": 237, "column": 62 } }, @@ -20986,16 +21471,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 9176, - 9209 + 9382, + 9415 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 8 }, "end": { - "line": 234, + "line": 238, "column": 41 } } @@ -21013,16 +21498,16 @@ "object": { "type": "ThisExpression", "range": [ - 9218, - 9222 + 9424, + 9428 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 8 }, "end": { - "line": 235, + "line": 239, "column": 12 } } @@ -21031,31 +21516,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 9223, - 9235 + 9429, + 9441 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 13 }, "end": { - "line": 235, + "line": 239, "column": 25 } } }, "range": [ - 9218, - 9235 + 9424, + 9441 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 8 }, "end": { - "line": 235, + "line": 239, "column": 25 } } @@ -21070,16 +21555,16 @@ "type": "Identifier", "name": "f", "range": [ - 9238, - 9239 + 9444, + 9445 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 28 }, "end": { - "line": 235, + "line": 239, "column": 29 } } @@ -21088,31 +21573,31 @@ "type": "Identifier", "name": "toolbar_target_id", "range": [ - 9240, - 9257 + 9446, + 9463 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 30 }, "end": { - "line": 235, + "line": 239, "column": 47 } } }, "range": [ - 9238, - 9257 + 9444, + 9463 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 28 }, "end": { - "line": 235, + "line": 239, "column": 47 } } @@ -21122,61 +21607,61 @@ "value": null, "raw": "null", "range": [ - 9261, - 9265 + 9467, + 9471 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 51 }, "end": { - "line": 235, + "line": 239, "column": 55 } } }, "range": [ - 9238, - 9265 + 9444, + 9471 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 28 }, "end": { - "line": 235, + "line": 239, "column": 55 } } }, "range": [ - 9218, - 9265 + 9424, + 9471 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 8 }, "end": { - "line": 235, + "line": 239, "column": 55 } } }, "range": [ - 9218, - 9266 + 9424, + 9472 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 8 }, "end": { - "line": 235, + "line": 239, "column": 56 } }, @@ -21185,16 +21670,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 9176, - 9209 + 9382, + 9415 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 8 }, "end": { - "line": 234, + "line": 238, "column": 41 } } @@ -21205,16 +21690,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 9275, - 9302 + 9481, + 9508 ], "loc": { "start": { - "line": 236, + "line": 240, "column": 8 }, "end": { - "line": 236, + "line": 240, "column": 35 } } @@ -21232,16 +21717,16 @@ "object": { "type": "ThisExpression", "range": [ - 9311, - 9315 + 9517, + 9521 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 8 }, "end": { - "line": 237, + "line": 241, "column": 12 } } @@ -21250,31 +21735,31 @@ "type": "Identifier", "name": "helpInstructions", "range": [ - 9316, - 9332 + 9522, + 9538 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 13 }, "end": { - "line": 237, + "line": 241, "column": 29 } } }, "range": [ - 9311, - 9332 + 9517, + 9538 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 8 }, "end": { - "line": 237, + "line": 241, "column": 29 } } @@ -21290,16 +21775,16 @@ "type": "Identifier", "name": "Types", "range": [ - 9335, - 9340 + 9541, + 9546 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 32 }, "end": { - "line": 237, + "line": 241, "column": 37 } } @@ -21308,31 +21793,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 9341, - 9348 + 9547, + 9554 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 38 }, "end": { - "line": 237, + "line": 241, "column": 45 } } }, "range": [ - 9335, - 9348 + 9541, + 9554 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 32 }, "end": { - "line": 237, + "line": 241, "column": 45 } } @@ -21345,16 +21830,16 @@ "type": "Identifier", "name": "f", "range": [ - 9349, - 9350 + 9555, + 9556 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 46 }, "end": { - "line": 237, + "line": 241, "column": 47 } } @@ -21363,47 +21848,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 9351, - 9368 + 9557, + 9574 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 48 }, "end": { - "line": 237, + "line": 241, "column": 65 } } }, "range": [ - 9349, - 9368 + 9555, + 9574 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 46 }, "end": { - "line": 237, + "line": 241, "column": 65 } } } ], "range": [ - 9335, - 9369 + 9541, + 9575 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 32 }, "end": { - "line": 237, + "line": 241, "column": 66 } } @@ -21412,16 +21897,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 9384, - 9393 + 9590, + 9599 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 12 }, "end": { - "line": 238, + "line": 242, "column": 21 } } @@ -21432,16 +21917,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9396, - 9403 + 9602, + 9609 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 24 }, "end": { - "line": 238, + "line": 242, "column": 31 } } @@ -21454,16 +21939,16 @@ "type": "Identifier", "name": "f", "range": [ - 9404, - 9405 + 9610, + 9611 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 32 }, "end": { - "line": 238, + "line": 242, "column": 33 } } @@ -21472,92 +21957,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 9406, - 9423 + 9612, + 9629 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 34 }, "end": { - "line": 238, + "line": 242, "column": 51 } } }, "range": [ - 9404, - 9423 + 9610, + 9629 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 32 }, "end": { - "line": 238, + "line": 242, "column": 51 } } } ], "range": [ - 9396, - 9424 + 9602, + 9630 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 24 }, "end": { - "line": 238, + "line": 242, "column": 52 } } }, "range": [ - 9335, - 9424 + 9541, + 9630 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 32 }, "end": { - "line": 238, + "line": 242, "column": 52 } } }, "range": [ - 9311, - 9424 + 9517, + 9630 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 8 }, "end": { - "line": 238, + "line": 242, "column": 52 } } }, "range": [ - 9311, - 9425 + 9517, + 9631 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 8 }, "end": { - "line": 238, + "line": 242, "column": 53 } }, @@ -21566,16 +22051,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 9275, - 9302 + 9481, + 9508 ], "loc": { "start": { - "line": 236, + "line": 240, "column": 8 }, "end": { - "line": 236, + "line": 240, "column": 35 } } @@ -21586,16 +22071,16 @@ "type": "Line", "value": "popup filters", "range": [ - 9434, - 9449 + 9640, + 9655 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 8 }, "end": { - "line": 239, + "line": 243, "column": 23 } } @@ -21613,16 +22098,16 @@ "object": { "type": "ThisExpression", "range": [ - 9458, - 9462 + 9664, + 9668 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 8 }, "end": { - "line": 240, + "line": 244, "column": 12 } } @@ -21631,31 +22116,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 9463, - 9475 + 9669, + 9681 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 13 }, "end": { - "line": 240, + "line": 244, "column": 25 } } }, "range": [ - 9458, - 9475 + 9664, + 9681 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 8 }, "end": { - "line": 240, + "line": 244, "column": 25 } } @@ -21666,16 +22151,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9478, - 9485 + 9684, + 9691 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 28 }, "end": { - "line": 240, + "line": 244, "column": 35 } } @@ -21688,16 +22173,16 @@ "type": "Identifier", "name": "f", "range": [ - 9486, - 9487 + 9692, + 9693 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 36 }, "end": { - "line": 240, + "line": 244, "column": 37 } } @@ -21706,77 +22191,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 9488, - 9501 + 9694, + 9707 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 38 }, "end": { - "line": 240, + "line": 244, "column": 51 } } }, "range": [ - 9486, - 9501 + 9692, + 9707 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 36 }, "end": { - "line": 240, + "line": 244, "column": 51 } } } ], "range": [ - 9478, - 9502 + 9684, + 9708 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 28 }, "end": { - "line": 240, + "line": 244, "column": 52 } } }, "range": [ - 9458, - 9502 + 9664, + 9708 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 8 }, "end": { - "line": 240, + "line": 244, "column": 52 } } }, "range": [ - 9458, - 9503 + 9664, + 9709 ], "loc": { "start": { - "line": 240, + "line": 244, "column": 8 }, "end": { - "line": 240, + "line": 244, "column": 53 } }, @@ -21785,16 +22270,16 @@ "type": "Line", "value": "popup filters", "range": [ - 9434, - 9449 + 9640, + 9655 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 8 }, "end": { - "line": 239, + "line": 243, "column": 23 } } @@ -21805,16 +22290,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9512, - 9534 + 9718, + 9740 ], "loc": { "start": { - "line": 241, + "line": 245, "column": 8 }, "end": { - "line": 241, + "line": 245, "column": 30 } } @@ -21832,16 +22317,16 @@ "object": { "type": "ThisExpression", "range": [ - 9543, - 9547 + 9749, + 9753 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 8 }, "end": { - "line": 242, + "line": 246, "column": 12 } } @@ -21850,31 +22335,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 9548, - 9565 + 9754, + 9771 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 13 }, "end": { - "line": 242, + "line": 246, "column": 30 } } }, "range": [ - 9543, - 9565 + 9749, + 9771 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 8 }, "end": { - "line": 242, + "line": 246, "column": 30 } } @@ -21885,16 +22370,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9568, - 9575 + 9774, + 9781 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 33 }, "end": { - "line": 242, + "line": 246, "column": 40 } } @@ -21907,16 +22392,16 @@ "type": "Identifier", "name": "f", "range": [ - 9576, - 9577 + 9782, + 9783 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 41 }, "end": { - "line": 242, + "line": 246, "column": 42 } } @@ -21925,77 +22410,77 @@ "type": "Identifier", "name": "mark_active_columns", "range": [ - 9578, - 9597 + 9784, + 9803 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 43 }, "end": { - "line": 242, + "line": 246, "column": 62 } } }, "range": [ - 9576, - 9597 + 9782, + 9803 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 41 }, "end": { - "line": 242, + "line": 246, "column": 62 } } } ], "range": [ - 9568, - 9598 + 9774, + 9804 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 33 }, "end": { - "line": 242, + "line": 246, "column": 63 } } }, "range": [ - 9543, - 9598 + 9749, + 9804 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 8 }, "end": { - "line": 242, + "line": 246, "column": 63 } } }, "range": [ - 9543, - 9599 + 9749, + 9805 ], "loc": { "start": { - "line": 242, + "line": 246, "column": 8 }, "end": { - "line": 242, + "line": 246, "column": 64 } }, @@ -22004,16 +22489,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9512, - 9534 + 9718, + 9740 ], "loc": { "start": { - "line": 241, + "line": 245, "column": 8 }, "end": { - "line": 241, + "line": 245, "column": 30 } } @@ -22024,16 +22509,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9608, - 9652 + 9814, + 9858 ], "loc": { "start": { - "line": 243, + "line": 247, "column": 8 }, "end": { - "line": 243, + "line": 247, "column": 52 } } @@ -22051,16 +22536,16 @@ "object": { "type": "ThisExpression", "range": [ - 9661, - 9665 + 9867, + 9871 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 8 }, "end": { - "line": 244, + "line": 248, "column": 12 } } @@ -22069,31 +22554,31 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 9666, - 9687 + 9872, + 9893 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 13 }, "end": { - "line": 244, + "line": 248, "column": 34 } } }, "range": [ - 9661, - 9687 + 9867, + 9893 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 8 }, "end": { - "line": 244, + "line": 248, "column": 34 } } @@ -22108,16 +22593,16 @@ "type": "Identifier", "name": "f", "range": [ - 9690, - 9691 + 9896, + 9897 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 37 }, "end": { - "line": 244, + "line": 248, "column": 38 } } @@ -22126,31 +22611,31 @@ "type": "Identifier", "name": "active_columns_css_class", "range": [ - 9692, - 9716 + 9898, + 9922 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 39 }, "end": { - "line": 244, + "line": 248, "column": 63 } } }, "range": [ - 9690, - 9716 + 9896, + 9922 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 37 }, "end": { - "line": 244, + "line": 248, "column": 63 } } @@ -22160,61 +22645,61 @@ "value": "activeHeader", "raw": "'activeHeader'", "range": [ - 9732, - 9746 + 9938, + 9952 ], "loc": { "start": { - "line": 245, + "line": 249, "column": 12 }, "end": { - "line": 245, + "line": 249, "column": 26 } } }, "range": [ - 9690, - 9746 + 9896, + 9952 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 37 }, "end": { - "line": 245, + "line": 249, "column": 26 } } }, "range": [ - 9661, - 9746 + 9867, + 9952 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 8 }, "end": { - "line": 245, + "line": 249, "column": 26 } } }, "range": [ - 9661, - 9747 + 9867, + 9953 ], "loc": { "start": { - "line": 244, + "line": 248, "column": 8 }, "end": { - "line": 245, + "line": 249, "column": 27 } }, @@ -22223,16 +22708,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9608, - 9652 + 9814, + 9858 ], "loc": { "start": { - "line": 243, + "line": 247, "column": 8 }, "end": { - "line": 243, + "line": 247, "column": 52 } } @@ -22243,16 +22728,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9756, - 9810 + 9962, + 10016 ], "loc": { "start": { - "line": 246, + "line": 250, "column": 8 }, "end": { - "line": 246, + "line": 250, "column": 62 } } @@ -22270,16 +22755,16 @@ "object": { "type": "ThisExpression", "range": [ - 9819, - 9823 + 10025, + 10029 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 8 }, "end": { - "line": 247, + "line": 251, "column": 12 } } @@ -22288,31 +22773,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 9824, - 9844 + 10030, + 10050 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 13 }, "end": { - "line": 247, + "line": 251, "column": 33 } } }, "range": [ - 9819, - 9844 + 10025, + 10050 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 8 }, "end": { - "line": 247, + "line": 251, "column": 33 } } @@ -22328,16 +22813,16 @@ "type": "Identifier", "name": "Types", "range": [ - 9847, - 9852 + 10053, + 10058 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 36 }, "end": { - "line": 247, + "line": 251, "column": 41 } } @@ -22346,31 +22831,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 9853, - 9857 + 10059, + 10063 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 42 }, "end": { - "line": 247, + "line": 251, "column": 46 } } }, "range": [ - 9847, - 9857 + 10053, + 10063 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 36 }, "end": { - "line": 247, + "line": 251, "column": 46 } } @@ -22383,16 +22868,16 @@ "type": "Identifier", "name": "f", "range": [ - 9858, - 9859 + 10064, + 10065 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 47 }, "end": { - "line": 247, + "line": 251, "column": 48 } } @@ -22401,47 +22886,47 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 9860, - 9883 + 10066, + 10089 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 49 }, "end": { - "line": 247, + "line": 251, "column": 72 } } }, "range": [ - 9858, - 9883 + 10064, + 10089 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 47 }, "end": { - "line": 247, + "line": 251, "column": 72 } } } ], "range": [ - 9847, - 9884 + 10053, + 10090 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 36 }, "end": { - "line": 247, + "line": 251, "column": 73 } } @@ -22453,16 +22938,16 @@ "type": "Identifier", "name": "f", "range": [ - 9899, - 9900 + 10105, + 10106 ], "loc": { "start": { - "line": 248, + "line": 252, "column": 12 }, "end": { - "line": 248, + "line": 252, "column": 13 } } @@ -22471,31 +22956,31 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 9901, - 9924 + 10107, + 10130 ], "loc": { "start": { - "line": 248, + "line": 252, "column": 14 }, "end": { - "line": 248, + "line": 252, "column": 37 } } }, "range": [ - 9899, - 9924 + 10105, + 10130 ], "loc": { "start": { - "line": 248, + "line": 252, "column": 12 }, "end": { - "line": 248, + "line": 252, "column": 37 } } @@ -22505,61 +22990,61 @@ "value": null, "raw": "null", "range": [ - 9927, - 9931 + 10133, + 10137 ], "loc": { "start": { - "line": 248, + "line": 252, "column": 40 }, "end": { - "line": 248, + "line": 252, "column": 44 } } }, "range": [ - 9847, - 9931 + 10053, + 10137 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 36 }, "end": { - "line": 248, + "line": 252, "column": 44 } } }, "range": [ - 9819, - 9931 + 10025, + 10137 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 8 }, "end": { - "line": 248, + "line": 252, "column": 44 } } }, "range": [ - 9819, - 9932 + 10025, + 10138 ], "loc": { "start": { - "line": 247, + "line": 251, "column": 8 }, "end": { - "line": 248, + "line": 252, "column": 45 } }, @@ -22568,16 +23053,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9756, - 9810 + 9962, + 10016 ], "loc": { "start": { - "line": 246, + "line": 250, "column": 8 }, "end": { - "line": 246, + "line": 250, "column": 62 } } @@ -22588,16 +23073,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9941, - 9994 + 10147, + 10200 ], "loc": { "start": { - "line": 249, + "line": 253, "column": 8 }, "end": { - "line": 249, + "line": 253, "column": 61 } } @@ -22615,16 +23100,16 @@ "object": { "type": "ThisExpression", "range": [ - 10003, - 10007 + 10209, + 10213 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 8 }, "end": { - "line": 250, + "line": 254, "column": 12 } } @@ -22633,31 +23118,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 10008, - 10027 + 10214, + 10233 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 13 }, "end": { - "line": 250, + "line": 254, "column": 32 } } }, "range": [ - 10003, - 10027 + 10209, + 10233 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 8 }, "end": { - "line": 250, + "line": 254, "column": 32 } } @@ -22673,16 +23158,16 @@ "type": "Identifier", "name": "Types", "range": [ - 10030, - 10035 + 10236, + 10241 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 35 }, "end": { - "line": 250, + "line": 254, "column": 40 } } @@ -22691,31 +23176,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 10036, - 10040 + 10242, + 10246 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 41 }, "end": { - "line": 250, + "line": 254, "column": 45 } } }, "range": [ - 10030, - 10040 + 10236, + 10246 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 35 }, "end": { - "line": 250, + "line": 254, "column": 45 } } @@ -22728,16 +23213,16 @@ "type": "Identifier", "name": "f", "range": [ - 10041, - 10042 + 10247, + 10248 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 46 }, "end": { - "line": 250, + "line": 254, "column": 47 } } @@ -22746,47 +23231,47 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 10043, - 10065 + 10249, + 10271 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 48 }, "end": { - "line": 250, + "line": 254, "column": 70 } } }, "range": [ - 10041, - 10065 + 10247, + 10271 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 46 }, "end": { - "line": 250, + "line": 254, "column": 70 } } } ], "range": [ - 10030, - 10066 + 10236, + 10272 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 35 }, "end": { - "line": 250, + "line": 254, "column": 71 } } @@ -22798,16 +23283,16 @@ "type": "Identifier", "name": "f", "range": [ - 10081, - 10082 + 10287, + 10288 ], "loc": { "start": { - "line": 251, + "line": 255, "column": 12 }, "end": { - "line": 251, + "line": 255, "column": 13 } } @@ -22816,31 +23301,31 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 10083, - 10105 + 10289, + 10311 ], "loc": { "start": { - "line": 251, + "line": 255, "column": 14 }, "end": { - "line": 251, + "line": 255, "column": 36 } } }, "range": [ - 10081, - 10105 + 10287, + 10311 ], "loc": { "start": { - "line": 251, + "line": 255, "column": 12 }, "end": { - "line": 251, + "line": 255, "column": 36 } } @@ -22850,61 +23335,61 @@ "value": null, "raw": "null", "range": [ - 10108, - 10112 + 10314, + 10318 ], "loc": { "start": { - "line": 251, + "line": 255, "column": 39 }, "end": { - "line": 251, + "line": 255, "column": 43 } } }, "range": [ - 10030, - 10112 + 10236, + 10318 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 35 }, "end": { - "line": 251, + "line": 255, "column": 43 } } }, "range": [ - 10003, - 10112 + 10209, + 10318 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 8 }, "end": { - "line": 251, + "line": 255, "column": 43 } } }, "range": [ - 10003, - 10113 + 10209, + 10319 ], "loc": { "start": { - "line": 250, + "line": 254, "column": 8 }, "end": { - "line": 251, + "line": 255, "column": 44 } }, @@ -22913,16 +23398,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9941, - 9994 + 10147, + 10200 ], "loc": { "start": { - "line": 249, + "line": 253, "column": 8 }, "end": { - "line": 249, + "line": 253, "column": 61 } } @@ -22933,16 +23418,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 10123, - 10177 + 10329, + 10383 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 8 }, "end": { - "line": 253, + "line": 257, "column": 62 } } @@ -22951,16 +23436,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 10186, - 10211 + 10392, + 10417 ], "loc": { "start": { - "line": 254, + "line": 258, "column": 8 }, "end": { - "line": 254, + "line": 258, "column": 33 } } @@ -22978,16 +23463,16 @@ "object": { "type": "ThisExpression", "range": [ - 10220, - 10224 + 10426, + 10430 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 8 }, "end": { - "line": 255, + "line": 259, "column": 12 } } @@ -22996,31 +23481,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 10225, - 10239 + 10431, + 10445 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 13 }, "end": { - "line": 255, + "line": 259, "column": 27 } } }, "range": [ - 10220, - 10239 + 10426, + 10445 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 8 }, "end": { - "line": 255, + "line": 259, "column": 27 } } @@ -23035,16 +23520,16 @@ "type": "Identifier", "name": "f", "range": [ - 10242, - 10243 + 10448, + 10449 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 30 }, "end": { - "line": 255, + "line": 259, "column": 31 } } @@ -23053,31 +23538,31 @@ "type": "Identifier", "name": "display_all_text", "range": [ - 10244, - 10260 + 10450, + 10466 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 32 }, "end": { - "line": 255, + "line": 259, "column": 48 } } }, "range": [ - 10242, - 10260 + 10448, + 10466 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 30 }, "end": { - "line": 255, + "line": 259, "column": 48 } } @@ -23087,61 +23572,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 10264, - 10271 + 10470, + 10477 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 52 }, "end": { - "line": 255, + "line": 259, "column": 59 } } }, "range": [ - 10242, - 10271 + 10448, + 10477 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 30 }, "end": { - "line": 255, + "line": 259, "column": 59 } } }, "range": [ - 10220, - 10271 + 10426, + 10477 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 8 }, "end": { - "line": 255, + "line": 259, "column": 59 } } }, "range": [ - 10220, - 10272 + 10426, + 10478 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 8 }, "end": { - "line": 255, + "line": 259, "column": 60 } }, @@ -23150,16 +23635,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 10123, - 10177 + 10329, + 10383 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 8 }, "end": { - "line": 253, + "line": 257, "column": 62 } } @@ -23168,16 +23653,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 10186, - 10211 + 10392, + 10417 ], "loc": { "start": { - "line": 254, + "line": 258, "column": 8 }, "end": { - "line": 254, + "line": 258, "column": 33 } } @@ -23188,16 +23673,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 10281, - 10333 + 10487, + 10539 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 8 }, "end": { - "line": 256, + "line": 260, "column": 60 } } @@ -23215,16 +23700,16 @@ "object": { "type": "ThisExpression", "range": [ - 10342, - 10346 + 10548, + 10552 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 8 }, "end": { - "line": 257, + "line": 261, "column": 12 } } @@ -23233,31 +23718,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 10347, - 10364 + 10553, + 10570 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 13 }, "end": { - "line": 257, + "line": 261, "column": 30 } } }, "range": [ - 10342, - 10364 + 10548, + 10570 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 8 }, "end": { - "line": 257, + "line": 261, "column": 30 } } @@ -23268,16 +23753,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10367, - 10374 + 10573, + 10580 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 33 }, "end": { - "line": 257, + "line": 261, "column": 40 } } @@ -23290,16 +23775,16 @@ "type": "Identifier", "name": "f", "range": [ - 10375, - 10376 + 10581, + 10582 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 41 }, "end": { - "line": 257, + "line": 261, "column": 42 } } @@ -23308,77 +23793,77 @@ "type": "Identifier", "name": "enable_empty_option", "range": [ - 10377, - 10396 + 10583, + 10602 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 43 }, "end": { - "line": 257, + "line": 261, "column": 62 } } }, "range": [ - 10375, - 10396 + 10581, + 10602 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 41 }, "end": { - "line": 257, + "line": 261, "column": 62 } } } ], "range": [ - 10367, - 10397 + 10573, + 10603 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 33 }, "end": { - "line": 257, + "line": 261, "column": 63 } } }, "range": [ - 10342, - 10397 + 10548, + 10603 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 8 }, "end": { - "line": 257, + "line": 261, "column": 63 } } }, "range": [ - 10342, - 10398 + 10548, + 10604 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 8 }, "end": { - "line": 257, + "line": 261, "column": 64 } }, @@ -23387,16 +23872,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 10281, - 10333 + 10487, + 10539 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 8 }, "end": { - "line": 256, + "line": 260, "column": 60 } } @@ -23407,16 +23892,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10407, - 10434 + 10613, + 10640 ], "loc": { "start": { - "line": 258, + "line": 262, "column": 8 }, "end": { - "line": 258, + "line": 262, "column": 35 } } @@ -23434,16 +23919,16 @@ "object": { "type": "ThisExpression", "range": [ - 10443, - 10447 + 10649, + 10653 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 8 }, "end": { - "line": 259, + "line": 263, "column": 12 } } @@ -23452,31 +23937,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 10448, - 10457 + 10654, + 10663 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 13 }, "end": { - "line": 259, + "line": 263, "column": 22 } } }, "range": [ - 10443, - 10457 + 10649, + 10663 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 8 }, "end": { - "line": 259, + "line": 263, "column": 22 } } @@ -23491,16 +23976,16 @@ "type": "Identifier", "name": "f", "range": [ - 10460, - 10461 + 10666, + 10667 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 25 }, "end": { - "line": 259, + "line": 263, "column": 26 } } @@ -23509,31 +23994,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 10462, - 10472 + 10668, + 10678 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 27 }, "end": { - "line": 259, + "line": 263, "column": 37 } } }, "range": [ - 10460, - 10472 + 10666, + 10678 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 25 }, "end": { - "line": 259, + "line": 263, "column": 37 } } @@ -23543,61 +24028,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 10476, - 10485 + 10682, + 10691 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 41 }, "end": { - "line": 259, + "line": 263, "column": 50 } } }, "range": [ - 10460, - 10485 + 10666, + 10691 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 25 }, "end": { - "line": 259, + "line": 263, "column": 50 } } }, "range": [ - 10443, - 10485 + 10649, + 10691 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 8 }, "end": { - "line": 259, + "line": 263, "column": 50 } } }, "range": [ - 10443, - 10486 + 10649, + 10692 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 8 }, "end": { - "line": 259, + "line": 263, "column": 51 } }, @@ -23606,16 +24091,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10407, - 10434 + 10613, + 10640 ], "loc": { "start": { - "line": 258, + "line": 262, "column": 8 }, "end": { - "line": 258, + "line": 262, "column": 35 } } @@ -23626,16 +24111,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 10495, - 10551 + 10701, + 10757 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 8 }, "end": { - "line": 260, + "line": 264, "column": 64 } } @@ -23653,16 +24138,16 @@ "object": { "type": "ThisExpression", "range": [ - 10560, - 10564 + 10766, + 10770 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 8 }, "end": { - "line": 261, + "line": 265, "column": 12 } } @@ -23671,31 +24156,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 10565, - 10585 + 10771, + 10791 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 13 }, "end": { - "line": 261, + "line": 265, "column": 33 } } }, "range": [ - 10560, - 10585 + 10766, + 10791 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 8 }, "end": { - "line": 261, + "line": 265, "column": 33 } } @@ -23706,16 +24191,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10588, - 10595 + 10794, + 10801 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 36 }, "end": { - "line": 261, + "line": 265, "column": 43 } } @@ -23728,16 +24213,16 @@ "type": "Identifier", "name": "f", "range": [ - 10596, - 10597 + 10802, + 10803 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 44 }, "end": { - "line": 261, + "line": 265, "column": 45 } } @@ -23746,77 +24231,77 @@ "type": "Identifier", "name": "enable_non_empty_option", "range": [ - 10598, - 10621 + 10804, + 10827 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 46 }, "end": { - "line": 261, + "line": 265, "column": 69 } } }, "range": [ - 10596, - 10621 + 10802, + 10827 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 44 }, "end": { - "line": 261, + "line": 265, "column": 69 } } } ], "range": [ - 10588, - 10622 + 10794, + 10828 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 36 }, "end": { - "line": 261, + "line": 265, "column": 70 } } }, "range": [ - 10560, - 10622 + 10766, + 10828 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 8 }, "end": { - "line": 261, + "line": 265, "column": 70 } } }, "range": [ - 10560, - 10623 + 10766, + 10829 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 8 }, "end": { - "line": 261, + "line": 265, "column": 71 } }, @@ -23825,16 +24310,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 10495, - 10551 + 10701, + 10757 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 8 }, "end": { - "line": 260, + "line": 264, "column": 64 } } @@ -23845,16 +24330,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10632, - 10659 + 10838, + 10865 ], "loc": { "start": { - "line": 262, + "line": 266, "column": 8 }, "end": { - "line": 262, + "line": 266, "column": 35 } } @@ -23872,16 +24357,16 @@ "object": { "type": "ThisExpression", "range": [ - 10668, - 10672 + 10874, + 10878 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 8 }, "end": { - "line": 263, + "line": 267, "column": 12 } } @@ -23890,31 +24375,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 10673, - 10685 + 10879, + 10891 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 13 }, "end": { - "line": 263, + "line": 267, "column": 25 } } }, "range": [ - 10668, - 10685 + 10874, + 10891 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 8 }, "end": { - "line": 263, + "line": 267, "column": 25 } } @@ -23929,16 +24414,16 @@ "type": "Identifier", "name": "f", "range": [ - 10688, - 10689 + 10894, + 10895 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 28 }, "end": { - "line": 263, + "line": 267, "column": 29 } } @@ -23947,31 +24432,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 10690, - 10704 + 10896, + 10910 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 30 }, "end": { - "line": 263, + "line": 267, "column": 44 } } }, "range": [ - 10688, - 10704 + 10894, + 10910 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 28 }, "end": { - "line": 263, + "line": 267, "column": 44 } } @@ -23981,61 +24466,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 10708, - 10721 + 10914, + 10927 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 48 }, "end": { - "line": 263, + "line": 267, "column": 61 } } }, "range": [ - 10688, - 10721 + 10894, + 10927 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 28 }, "end": { - "line": 263, + "line": 267, "column": 61 } } }, "range": [ - 10668, - 10721 + 10874, + 10927 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 8 }, "end": { - "line": 263, + "line": 267, "column": 61 } } }, "range": [ - 10668, - 10722 + 10874, + 10928 ], "loc": { "start": { - "line": 263, + "line": 267, "column": 8 }, "end": { - "line": 263, + "line": 267, "column": 62 } }, @@ -24044,16 +24529,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10632, - 10659 + 10838, + 10865 ], "loc": { "start": { - "line": 262, + "line": 266, "column": 8 }, "end": { - "line": 262, + "line": 266, "column": 35 } } @@ -24064,16 +24549,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10731, - 10777 + 10937, + 10983 ], "loc": { "start": { - "line": 264, + "line": 268, "column": 8 }, "end": { - "line": 264, + "line": 268, "column": 54 } } @@ -24091,16 +24576,16 @@ "object": { "type": "ThisExpression", "range": [ - 10786, - 10790 + 10992, + 10996 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 8 }, "end": { - "line": 265, + "line": 269, "column": 12 } } @@ -24109,31 +24594,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 10791, - 10802 + 10997, + 11008 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 13 }, "end": { - "line": 265, + "line": 269, "column": 24 } } }, "range": [ - 10786, - 10802 + 10992, + 11008 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 8 }, "end": { - "line": 265, + "line": 269, "column": 24 } } @@ -24150,16 +24635,16 @@ "type": "Identifier", "name": "f", "range": [ - 10805, - 10806 + 11011, + 11012 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 27 }, "end": { - "line": 265, + "line": 269, "column": 28 } } @@ -24168,31 +24653,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 10807, - 10816 + 11013, + 11022 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 29 }, "end": { - "line": 265, + "line": 269, "column": 38 } } }, "range": [ - 10805, - 10816 + 11011, + 11022 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 27 }, "end": { - "line": 265, + "line": 269, "column": 38 } } @@ -24202,31 +24687,31 @@ "value": false, "raw": "false", "range": [ - 10819, - 10824 + 11025, + 11030 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 41 }, "end": { - "line": 265, + "line": 269, "column": 46 } } }, "range": [ - 10805, - 10824 + 11011, + 11030 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 27 }, "end": { - "line": 265, + "line": 269, "column": 46 } } @@ -24236,16 +24721,16 @@ "value": false, "raw": "false", "range": [ - 10827, - 10832 + 11033, + 11038 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 49 }, "end": { - "line": 265, + "line": 269, "column": 54 } } @@ -24255,61 +24740,61 @@ "value": true, "raw": "true", "range": [ - 10835, - 10839 + 11041, + 11045 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 57 }, "end": { - "line": 265, + "line": 269, "column": 61 } } }, "range": [ - 10805, - 10839 + 11011, + 11045 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 27 }, "end": { - "line": 265, + "line": 269, "column": 61 } } }, "range": [ - 10786, - 10839 + 10992, + 11045 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 8 }, "end": { - "line": 265, + "line": 269, "column": 61 } } }, "range": [ - 10786, - 10840 + 10992, + 11046 ], "loc": { "start": { - "line": 265, + "line": 269, "column": 8 }, "end": { - "line": 265, + "line": 269, "column": 62 } }, @@ -24318,16 +24803,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10731, - 10777 + 10937, + 10983 ], "loc": { "start": { - "line": 264, + "line": 268, "column": 8 }, "end": { - "line": 264, + "line": 268, "column": 54 } } @@ -24338,16 +24823,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10849, - 10890 + 11055, + 11096 ], "loc": { "start": { - "line": 266, + "line": 270, "column": 8 }, "end": { - "line": 266, + "line": 270, "column": 49 } } @@ -24365,16 +24850,16 @@ "object": { "type": "ThisExpression", "range": [ - 10899, - 10903 + 11105, + 11109 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 8 }, "end": { - "line": 267, + "line": 271, "column": 12 } } @@ -24383,31 +24868,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 10904, - 10911 + 11110, + 11117 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 13 }, "end": { - "line": 267, + "line": 271, "column": 20 } } }, "range": [ - 10899, - 10911 + 11105, + 11117 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 8 }, "end": { - "line": 267, + "line": 271, "column": 20 } } @@ -24424,16 +24909,16 @@ "type": "Identifier", "name": "f", "range": [ - 10914, - 10915 + 11120, + 11121 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 23 }, "end": { - "line": 267, + "line": 271, "column": 24 } } @@ -24442,31 +24927,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 10916, - 10927 + 11122, + 11133 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 25 }, "end": { - "line": 267, + "line": 271, "column": 36 } } }, "range": [ - 10914, - 10927 + 11120, + 11133 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 23 }, "end": { - "line": 267, + "line": 271, "column": 36 } } @@ -24476,31 +24961,31 @@ "value": false, "raw": "false", "range": [ - 10930, - 10935 + 11136, + 11141 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 39 }, "end": { - "line": 267, + "line": 271, "column": 44 } } }, "range": [ - 10914, - 10935 + 11120, + 11141 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 23 }, "end": { - "line": 267, + "line": 271, "column": 44 } } @@ -24510,16 +24995,16 @@ "value": false, "raw": "false", "range": [ - 10938, - 10943 + 11144, + 11149 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 47 }, "end": { - "line": 267, + "line": 271, "column": 52 } } @@ -24529,61 +25014,61 @@ "value": true, "raw": "true", "range": [ - 10946, - 10950 + 11152, + 11156 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 55 }, "end": { - "line": 267, + "line": 271, "column": 59 } } }, "range": [ - 10914, - 10950 + 11120, + 11156 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 23 }, "end": { - "line": 267, + "line": 271, "column": 59 } } }, "range": [ - 10899, - 10950 + 11105, + 11156 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 8 }, "end": { - "line": 267, + "line": 271, "column": 59 } } }, "range": [ - 10899, - 10951 + 11105, + 11157 ], "loc": { "start": { - "line": 267, + "line": 271, "column": 8 }, "end": { - "line": 267, + "line": 271, "column": 60 } }, @@ -24592,16 +25077,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10849, - 10890 + 11055, + 11096 ], "loc": { "start": { - "line": 266, + "line": 270, "column": 8 }, "end": { - "line": 266, + "line": 270, "column": 49 } } @@ -24612,16 +25097,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10960, - 11012 + 11166, + 11218 ], "loc": { "start": { - "line": 268, + "line": 272, "column": 8 }, "end": { - "line": 268, + "line": 272, "column": 60 } } @@ -24639,16 +25124,16 @@ "object": { "type": "ThisExpression", "range": [ - 11021, - 11025 + 11227, + 11231 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 12 } } @@ -24657,31 +25142,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 11026, - 11038 + 11232, + 11244 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 13 }, "end": { - "line": 269, + "line": 273, "column": 25 } } }, "range": [ - 11021, - 11038 + 11227, + 11244 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 25 } } @@ -24692,16 +25177,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11041, - 11048 + 11247, + 11254 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 28 }, "end": { - "line": 269, + "line": 273, "column": 35 } } @@ -24714,16 +25199,16 @@ "type": "Identifier", "name": "f", "range": [ - 11049, - 11050 + 11255, + 11256 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 36 }, "end": { - "line": 269, + "line": 273, "column": 37 } } @@ -24732,77 +25217,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 11051, - 11063 + 11257, + 11269 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 38 }, "end": { - "line": 269, + "line": 273, "column": 50 } } }, "range": [ - 11049, - 11063 + 11255, + 11269 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 36 }, "end": { - "line": 269, + "line": 273, "column": 50 } } } ], "range": [ - 11041, - 11064 + 11247, + 11270 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 28 }, "end": { - "line": 269, + "line": 273, "column": 51 } } }, "range": [ - 11021, - 11064 + 11227, + 11270 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 51 } } }, "range": [ - 11021, - 11065 + 11227, + 11271 ], "loc": { "start": { - "line": 269, + "line": 273, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 52 } }, @@ -24811,16 +25296,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10960, - 11012 + 11166, + 11218 ], "loc": { "start": { - "line": 268, + "line": 272, "column": 8 }, "end": { - "line": 268, + "line": 272, "column": 60 } } @@ -24838,16 +25323,16 @@ "object": { "type": "ThisExpression", "range": [ - 11074, - 11078 + 11280, + 11284 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 270, + "line": 274, "column": 12 } } @@ -24856,31 +25341,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 11079, - 11089 + 11285, + 11295 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 13 }, "end": { - "line": 270, + "line": 274, "column": 23 } } }, "range": [ - 11074, - 11089 + 11280, + 11295 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 270, + "line": 274, "column": 23 } } @@ -24893,16 +25378,16 @@ "object": { "type": "ThisExpression", "range": [ - 11092, - 11096 + 11298, + 11302 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 26 }, "end": { - "line": 270, + "line": 274, "column": 30 } } @@ -24911,31 +25396,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 11097, - 11109 + 11303, + 11315 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 31 }, "end": { - "line": 270, + "line": 274, "column": 43 } } }, "range": [ - 11092, - 11109 + 11298, + 11315 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 26 }, "end": { - "line": 270, + "line": 274, "column": 43 } } @@ -24947,16 +25432,16 @@ "type": "Identifier", "name": "f", "range": [ - 11112, - 11113 + 11318, + 11319 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 46 }, "end": { - "line": 270, + "line": 274, "column": 47 } } @@ -24965,31 +25450,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 11114, - 11126 + 11320, + 11332 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 48 }, "end": { - "line": 270, + "line": 274, "column": 60 } } }, "range": [ - 11112, - 11126 + 11318, + 11332 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 46 }, "end": { - "line": 270, + "line": 274, "column": 60 } } @@ -24999,61 +25484,61 @@ "value": null, "raw": "null", "range": [ - 11129, - 11133 + 11335, + 11339 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 63 }, "end": { - "line": 270, + "line": 274, "column": 67 } } }, "range": [ - 11092, - 11133 + 11298, + 11339 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 26 }, "end": { - "line": 270, + "line": 274, "column": 67 } } }, "range": [ - 11074, - 11133 + 11280, + 11339 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 270, + "line": 274, "column": 67 } } }, "range": [ - 11074, - 11134 + 11280, + 11340 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 270, + "line": 274, "column": 68 } }, @@ -25062,16 +25547,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 11143, - 11196 + 11349, + 11402 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 8 }, "end": { - "line": 271, + "line": 275, "column": 61 } } @@ -25089,16 +25574,16 @@ "object": { "type": "ThisExpression", "range": [ - 11205, - 11209 + 11411, + 11415 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 8 }, "end": { - "line": 272, + "line": 276, "column": 12 } } @@ -25107,31 +25592,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 11210, - 11223 + 11416, + 11429 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 13 }, "end": { - "line": 272, + "line": 276, "column": 26 } } }, "range": [ - 11205, - 11223 + 11411, + 11429 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 8 }, "end": { - "line": 272, + "line": 276, "column": 26 } } @@ -25142,16 +25627,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11226, - 11233 + 11432, + 11439 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 29 }, "end": { - "line": 272, + "line": 276, "column": 36 } } @@ -25164,16 +25649,16 @@ "type": "Identifier", "name": "f", "range": [ - 11234, - 11235 + 11440, + 11441 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 37 }, "end": { - "line": 272, + "line": 276, "column": 38 } } @@ -25182,77 +25667,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 11236, - 11249 + 11442, + 11455 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 39 }, "end": { - "line": 272, + "line": 276, "column": 52 } } }, "range": [ - 11234, - 11249 + 11440, + 11455 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 37 }, "end": { - "line": 272, + "line": 276, "column": 52 } } } ], "range": [ - 11226, - 11250 + 11432, + 11456 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 29 }, "end": { - "line": 272, + "line": 276, "column": 53 } } }, "range": [ - 11205, - 11250 + 11411, + 11456 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 8 }, "end": { - "line": 272, + "line": 276, "column": 53 } } }, "range": [ - 11205, - 11251 + 11411, + 11457 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 8 }, "end": { - "line": 272, + "line": 276, "column": 54 } }, @@ -25261,16 +25746,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 11143, - 11196 + 11349, + 11402 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 8 }, "end": { - "line": 271, + "line": 275, "column": 61 } } @@ -25288,16 +25773,16 @@ "object": { "type": "ThisExpression", "range": [ - 11260, - 11264 + 11466, + 11470 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 8 }, "end": { - "line": 273, + "line": 277, "column": 12 } } @@ -25306,31 +25791,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 11265, - 11276 + 11471, + 11482 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 13 }, "end": { - "line": 273, + "line": 277, "column": 24 } } }, "range": [ - 11260, - 11276 + 11466, + 11482 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 8 }, "end": { - "line": 273, + "line": 277, "column": 24 } } @@ -25343,16 +25828,16 @@ "object": { "type": "ThisExpression", "range": [ - 11279, - 11283 + 11485, + 11489 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 27 }, "end": { - "line": 273, + "line": 277, "column": 31 } } @@ -25361,31 +25846,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 11284, - 11297 + 11490, + 11503 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 32 }, "end": { - "line": 273, + "line": 277, "column": 45 } } }, "range": [ - 11279, - 11297 + 11485, + 11503 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 27 }, "end": { - "line": 273, + "line": 277, "column": 45 } } @@ -25397,16 +25882,16 @@ "type": "Identifier", "name": "f", "range": [ - 11300, - 11301 + 11506, + 11507 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 48 }, "end": { - "line": 273, + "line": 277, "column": 49 } } @@ -25415,31 +25900,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 11302, - 11315 + 11508, + 11521 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 50 }, "end": { - "line": 273, + "line": 277, "column": 63 } } }, "range": [ - 11300, - 11315 + 11506, + 11521 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 48 }, "end": { - "line": 273, + "line": 277, "column": 63 } } @@ -25449,61 +25934,61 @@ "value": null, "raw": "null", "range": [ - 11318, - 11322 + 11524, + 11528 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 66 }, "end": { - "line": 273, + "line": 277, "column": 70 } } }, "range": [ - 11279, - 11322 + 11485, + 11528 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 27 }, "end": { - "line": 273, + "line": 277, "column": 70 } } }, "range": [ - 11260, - 11322 + 11466, + 11528 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 8 }, "end": { - "line": 273, + "line": 277, "column": 70 } } }, "range": [ - 11260, - 11323 + 11466, + 11529 ], "loc": { "start": { - "line": 273, + "line": 277, "column": 8 }, "end": { - "line": 273, + "line": 277, "column": 71 } }, @@ -25512,16 +25997,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11332, - 11372 + 11538, + 11578 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 8 }, "end": { - "line": 274, + "line": 278, "column": 48 } } @@ -25539,16 +26024,16 @@ "object": { "type": "ThisExpression", "range": [ - 11381, - 11385 + 11587, + 11591 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 8 }, "end": { - "line": 275, + "line": 279, "column": 12 } } @@ -25557,31 +26042,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 11386, - 11401 + 11592, + 11607 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 13 }, "end": { - "line": 275, + "line": 279, "column": 28 } } }, "range": [ - 11381, - 11401 + 11587, + 11607 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 8 }, "end": { - "line": 275, + "line": 279, "column": 28 } } @@ -25592,16 +26077,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11404, - 11411 + 11610, + 11617 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 31 }, "end": { - "line": 275, + "line": 279, "column": 38 } } @@ -25614,16 +26099,16 @@ "type": "Identifier", "name": "f", "range": [ - 11412, - 11413 + 11618, + 11619 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 39 }, "end": { - "line": 275, + "line": 279, "column": 40 } } @@ -25632,77 +26117,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 11414, - 11436 + 11620, + 11642 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 41 }, "end": { - "line": 275, + "line": 279, "column": 63 } } }, "range": [ - 11412, - 11436 + 11618, + 11642 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 39 }, "end": { - "line": 275, + "line": 279, "column": 63 } } } ], "range": [ - 11404, - 11437 + 11610, + 11643 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 31 }, "end": { - "line": 275, + "line": 279, "column": 64 } } }, "range": [ - 11381, - 11437 + 11587, + 11643 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 8 }, "end": { - "line": 275, + "line": 279, "column": 64 } } }, "range": [ - 11381, - 11438 + 11587, + 11644 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 8 }, "end": { - "line": 275, + "line": 279, "column": 65 } }, @@ -25711,16 +26196,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11332, - 11372 + 11538, + 11578 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 8 }, "end": { - "line": 274, + "line": 278, "column": 48 } } @@ -25738,16 +26223,16 @@ "object": { "type": "ThisExpression", "range": [ - 11447, - 11451 + 11653, + 11657 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 8 }, "end": { - "line": 276, + "line": 280, "column": 12 } } @@ -25756,31 +26241,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 11452, - 11468 + 11658, + 11674 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 13 }, "end": { - "line": 276, + "line": 280, "column": 29 } } }, "range": [ - 11447, - 11468 + 11653, + 11674 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 8 }, "end": { - "line": 276, + "line": 280, "column": 29 } } @@ -25794,16 +26279,16 @@ "type": "Identifier", "name": "Types", "range": [ - 11471, - 11476 + 11677, + 11682 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 32 }, "end": { - "line": 276, + "line": 280, "column": 37 } } @@ -25812,31 +26297,31 @@ "type": "Identifier", "name": "isObj", "range": [ - 11477, - 11482 + 11683, + 11688 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 38 }, "end": { - "line": 276, + "line": 280, "column": 43 } } }, "range": [ - 11471, - 11482 + 11677, + 11688 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 32 }, "end": { - "line": 276, + "line": 280, "column": 43 } } @@ -25849,16 +26334,16 @@ "type": "Identifier", "name": "f", "range": [ - 11483, - 11484 + 11689, + 11690 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 44 }, "end": { - "line": 276, + "line": 280, "column": 45 } } @@ -25867,77 +26352,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11485, - 11499 + 11691, + 11705 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 46 }, "end": { - "line": 276, + "line": 280, "column": 60 } } }, "range": [ - 11483, - 11499 + 11689, + 11705 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 44 }, "end": { - "line": 276, + "line": 280, "column": 60 } } } ], "range": [ - 11471, - 11500 + 11677, + 11706 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 32 }, "end": { - "line": 276, + "line": 280, "column": 61 } } }, "range": [ - 11447, - 11500 + 11653, + 11706 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 8 }, "end": { - "line": 276, + "line": 280, "column": 61 } } }, "range": [ - 11447, - 11501 + 11653, + 11707 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 8 }, "end": { - "line": 276, + "line": 280, "column": 62 } } @@ -25953,16 +26438,16 @@ "object": { "type": "ThisExpression", "range": [ - 11510, - 11514 + 11716, + 11720 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 8 }, "end": { - "line": 277, + "line": 281, "column": 12 } } @@ -25971,31 +26456,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 11515, - 11528 + 11721, + 11734 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 13 }, "end": { - "line": 277, + "line": 281, "column": 26 } } }, "range": [ - 11510, - 11528 + 11716, + 11734 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 8 }, "end": { - "line": 277, + "line": 281, "column": 26 } } @@ -26007,16 +26492,16 @@ "type": "Identifier", "name": "f", "range": [ - 11531, - 11532 + 11737, + 11738 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 29 }, "end": { - "line": 277, + "line": 281, "column": 30 } } @@ -26025,61 +26510,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11533, - 11547 + 11739, + 11753 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 31 }, "end": { - "line": 277, + "line": 281, "column": 45 } } }, "range": [ - 11531, - 11547 + 11737, + 11753 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 29 }, "end": { - "line": 277, + "line": 281, "column": 45 } } }, "range": [ - 11510, - 11547 + 11716, + 11753 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 8 }, "end": { - "line": 277, + "line": 281, "column": 45 } } }, "range": [ - 11510, - 11548 + 11716, + 11754 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 8 }, "end": { - "line": 277, + "line": 281, "column": 46 } }, @@ -26088,16 +26573,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11558, - 11584 + 11764, + 11790 ], "loc": { "start": { - "line": 279, + "line": 283, "column": 8 }, "end": { - "line": 279, + "line": 283, "column": 34 } } @@ -26115,16 +26600,16 @@ "object": { "type": "ThisExpression", "range": [ - 11593, - 11597 + 11799, + 11803 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 8 }, "end": { - "line": 280, + "line": 284, "column": 12 } } @@ -26133,31 +26618,31 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 11598, - 11609 + 11804, + 11815 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 13 }, "end": { - "line": 280, + "line": 284, "column": 24 } } }, "range": [ - 11593, - 11609 + 11799, + 11815 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 8 }, "end": { - "line": 280, + "line": 284, "column": 24 } } @@ -26172,16 +26657,16 @@ "type": "Identifier", "name": "f", "range": [ - 11612, - 11613 + 11818, + 11819 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 27 }, "end": { - "line": 280, + "line": 284, "column": 28 } } @@ -26190,31 +26675,31 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 11614, - 11629 + 11820, + 11835 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 29 }, "end": { - "line": 280, + "line": 284, "column": 44 } } }, "range": [ - 11612, - 11629 + 11818, + 11835 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 27 }, "end": { - "line": 280, + "line": 284, "column": 44 } } @@ -26224,61 +26709,61 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 11633, - 11639 + 11839, + 11845 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 48 }, "end": { - "line": 280, + "line": 284, "column": 54 } } }, "range": [ - 11612, - 11639 + 11818, + 11845 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 27 }, "end": { - "line": 280, + "line": 284, "column": 54 } } }, "range": [ - 11593, - 11639 + 11799, + 11845 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 8 }, "end": { - "line": 280, + "line": 284, "column": 54 } } }, "range": [ - 11593, - 11640 + 11799, + 11846 ], "loc": { "start": { - "line": 280, + "line": 284, "column": 8 }, "end": { - "line": 280, + "line": 284, "column": 55 } }, @@ -26287,16 +26772,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11558, - 11584 + 11764, + 11790 ], "loc": { "start": { - "line": 279, + "line": 283, "column": 8 }, "end": { - "line": 279, + "line": 283, "column": 34 } } @@ -26314,16 +26799,16 @@ "object": { "type": "ThisExpression", "range": [ - 11649, - 11653 + 11855, + 11859 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 8 }, "end": { - "line": 281, + "line": 285, "column": 12 } } @@ -26332,31 +26817,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11654, - 11664 + 11860, + 11870 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 13 }, "end": { - "line": 281, + "line": 285, "column": 23 } } }, "range": [ - 11649, - 11664 + 11855, + 11870 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 8 }, "end": { - "line": 281, + "line": 285, "column": 23 } } @@ -26371,16 +26856,16 @@ "type": "Identifier", "name": "f", "range": [ - 11667, - 11668 + 11873, + 11874 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 26 }, "end": { - "line": 281, + "line": 285, "column": 27 } } @@ -26389,31 +26874,31 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 11669, - 11683 + 11875, + 11889 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 28 }, "end": { - "line": 281, + "line": 285, "column": 42 } } }, "range": [ - 11667, - 11683 + 11873, + 11889 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 26 }, "end": { - "line": 281, + "line": 285, "column": 42 } } @@ -26423,61 +26908,61 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 11687, - 11696 + 11893, + 11902 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 46 }, "end": { - "line": 281, + "line": 285, "column": 55 } } }, "range": [ - 11667, - 11696 + 11873, + 11902 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 26 }, "end": { - "line": 281, + "line": 285, "column": 55 } } }, "range": [ - 11649, - 11696 + 11855, + 11902 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 8 }, "end": { - "line": 281, + "line": 285, "column": 55 } } }, "range": [ - 11649, - 11697 + 11855, + 11903 ], "loc": { "start": { - "line": 281, + "line": 285, "column": 8 }, "end": { - "line": 281, + "line": 285, "column": 56 } } @@ -26493,16 +26978,16 @@ "object": { "type": "ThisExpression", "range": [ - 11706, - 11710 + 11912, + 11916 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 8 }, "end": { - "line": 282, + "line": 286, "column": 12 } } @@ -26511,31 +26996,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11711, - 11721 + 11917, + 11927 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 13 }, "end": { - "line": 282, + "line": 286, "column": 23 } } }, "range": [ - 11706, - 11721 + 11912, + 11927 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 8 }, "end": { - "line": 282, + "line": 286, "column": 23 } } @@ -26550,16 +27035,16 @@ "type": "Identifier", "name": "f", "range": [ - 11724, - 11725 + 11930, + 11931 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 26 }, "end": { - "line": 282, + "line": 286, "column": 27 } } @@ -26568,31 +27053,31 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 11726, - 11743 + 11932, + 11949 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 28 }, "end": { - "line": 282, + "line": 286, "column": 45 } } }, "range": [ - 11724, - 11743 + 11930, + 11949 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 26 }, "end": { - "line": 282, + "line": 286, "column": 45 } } @@ -26602,61 +27087,61 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 11747, - 11759 + 11953, + 11965 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 49 }, "end": { - "line": 282, + "line": 286, "column": 61 } } }, "range": [ - 11724, - 11759 + 11930, + 11965 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 26 }, "end": { - "line": 282, + "line": 286, "column": 61 } } }, "range": [ - 11706, - 11759 + 11912, + 11965 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 8 }, "end": { - "line": 282, + "line": 286, "column": 61 } } }, "range": [ - 11706, - 11760 + 11912, + 11966 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 8 }, "end": { - "line": 282, + "line": 286, "column": 62 } } @@ -26672,16 +27157,16 @@ "object": { "type": "ThisExpression", "range": [ - 11769, - 11773 + 11975, + 11979 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 8 }, "end": { - "line": 283, + "line": 287, "column": 12 } } @@ -26690,31 +27175,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 11774, - 11784 + 11980, + 11990 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 13 }, "end": { - "line": 283, + "line": 287, "column": 23 } } }, "range": [ - 11769, - 11784 + 11975, + 11990 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 8 }, "end": { - "line": 283, + "line": 287, "column": 23 } } @@ -26729,16 +27214,16 @@ "type": "Identifier", "name": "f", "range": [ - 11787, - 11788 + 11993, + 11994 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 26 }, "end": { - "line": 283, + "line": 287, "column": 27 } } @@ -26747,31 +27232,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 11789, - 11800 + 11995, + 12006 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 28 }, "end": { - "line": 283, + "line": 287, "column": 39 } } }, "range": [ - 11787, - 11800 + 11993, + 12006 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 26 }, "end": { - "line": 283, + "line": 287, "column": 39 } } @@ -26781,61 +27266,61 @@ "value": "||", "raw": "'||'", "range": [ - 11804, - 11808 + 12010, + 12014 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 43 }, "end": { - "line": 283, + "line": 287, "column": 47 } } }, "range": [ - 11787, - 11808 + 11993, + 12014 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 26 }, "end": { - "line": 283, + "line": 287, "column": 47 } } }, "range": [ - 11769, - 11808 + 11975, + 12014 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 8 }, "end": { - "line": 283, + "line": 287, "column": 47 } } }, "range": [ - 11769, - 11809 + 11975, + 12015 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 8 }, "end": { - "line": 283, + "line": 287, "column": 48 } } @@ -26851,16 +27336,16 @@ "object": { "type": "ThisExpression", "range": [ - 11818, - 11822 + 12024, + 12028 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 12 } } @@ -26869,31 +27354,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 11823, - 11833 + 12029, + 12039 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 13 }, "end": { - "line": 284, + "line": 288, "column": 23 } } }, "range": [ - 11818, - 11833 + 12024, + 12039 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 23 } } @@ -26908,16 +27393,16 @@ "type": "Identifier", "name": "f", "range": [ - 11836, - 11837 + 12042, + 12043 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 26 }, "end": { - "line": 284, + "line": 288, "column": 27 } } @@ -26926,31 +27411,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 11838, - 11850 + 12044, + 12056 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 28 }, "end": { - "line": 284, + "line": 288, "column": 40 } } }, "range": [ - 11836, - 11850 + 12042, + 12056 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 26 }, "end": { - "line": 284, + "line": 288, "column": 40 } } @@ -26960,61 +27445,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 11854, - 11858 + 12060, + 12064 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 44 }, "end": { - "line": 284, + "line": 288, "column": 48 } } }, "range": [ - 11836, - 11858 + 12042, + 12064 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 26 }, "end": { - "line": 284, + "line": 288, "column": 48 } } }, "range": [ - 11818, - 11858 + 12024, + 12064 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 48 } } }, "range": [ - 11818, - 11859 + 12024, + 12065 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 49 } } @@ -27030,16 +27515,16 @@ "object": { "type": "ThisExpression", "range": [ - 11868, - 11872 + 12074, + 12078 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 8 }, "end": { - "line": 285, + "line": 289, "column": 12 } } @@ -27048,31 +27533,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 11873, - 11883 + 12079, + 12089 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 13 }, "end": { - "line": 285, + "line": 289, "column": 23 } } }, "range": [ - 11868, - 11883 + 12074, + 12089 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 8 }, "end": { - "line": 285, + "line": 289, "column": 23 } } @@ -27087,16 +27572,16 @@ "type": "Identifier", "name": "f", "range": [ - 11886, - 11887 + 12092, + 12093 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 26 }, "end": { - "line": 285, + "line": 289, "column": 27 } } @@ -27105,31 +27590,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 11888, - 11904 + 12094, + 12110 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 28 }, "end": { - "line": 285, + "line": 289, "column": 44 } } }, "range": [ - 11886, - 11904 + 12092, + 12110 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 26 }, "end": { - "line": 285, + "line": 289, "column": 44 } } @@ -27139,61 +27624,61 @@ "value": ">", "raw": "'>'", "range": [ - 11908, - 11911 + 12114, + 12117 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 48 }, "end": { - "line": 285, + "line": 289, "column": 51 } } }, "range": [ - 11886, - 11911 + 12092, + 12117 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 26 }, "end": { - "line": 285, + "line": 289, "column": 51 } } }, "range": [ - 11868, - 11911 + 12074, + 12117 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 8 }, "end": { - "line": 285, + "line": 289, "column": 51 } } }, "range": [ - 11868, - 11912 + 12074, + 12118 ], "loc": { "start": { - "line": 285, + "line": 289, "column": 8 }, "end": { - "line": 285, + "line": 289, "column": 52 } } @@ -27209,16 +27694,16 @@ "object": { "type": "ThisExpression", "range": [ - 11921, - 11925 + 12127, + 12131 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 8 }, "end": { - "line": 286, + "line": 290, "column": 12 } } @@ -27227,31 +27712,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 11926, - 11936 + 12132, + 12142 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 13 }, "end": { - "line": 286, + "line": 290, "column": 23 } } }, "range": [ - 11921, - 11936 + 12127, + 12142 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 8 }, "end": { - "line": 286, + "line": 290, "column": 23 } } @@ -27266,16 +27751,16 @@ "type": "Identifier", "name": "f", "range": [ - 11939, - 11940 + 12145, + 12146 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 26 }, "end": { - "line": 286, + "line": 290, "column": 27 } } @@ -27284,31 +27769,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 11941, - 11955 + 12147, + 12161 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 28 }, "end": { - "line": 286, + "line": 290, "column": 42 } } }, "range": [ - 11939, - 11955 + 12145, + 12161 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 26 }, "end": { - "line": 286, + "line": 290, "column": 42 } } @@ -27318,61 +27803,61 @@ "value": "<", "raw": "'<'", "range": [ - 11959, - 11962 + 12165, + 12168 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 46 }, "end": { - "line": 286, + "line": 290, "column": 49 } } }, "range": [ - 11939, - 11962 + 12145, + 12168 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 26 }, "end": { - "line": 286, + "line": 290, "column": 49 } } }, "range": [ - 11921, - 11962 + 12127, + 12168 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 8 }, "end": { - "line": 286, + "line": 290, "column": 49 } } }, "range": [ - 11921, - 11963 + 12127, + 12169 ], "loc": { "start": { - "line": 286, + "line": 290, "column": 8 }, "end": { - "line": 286, + "line": 290, "column": 50 } } @@ -27388,16 +27873,16 @@ "object": { "type": "ThisExpression", "range": [ - 11972, - 11976 + 12178, + 12182 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 8 }, "end": { - "line": 287, + "line": 291, "column": 12 } } @@ -27406,31 +27891,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 11977, - 11987 + 12183, + 12193 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 13 }, "end": { - "line": 287, + "line": 291, "column": 23 } } }, "range": [ - 11972, - 11987 + 12178, + 12193 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 8 }, "end": { - "line": 287, + "line": 291, "column": 23 } } @@ -27445,16 +27930,16 @@ "type": "Identifier", "name": "f", "range": [ - 11990, - 11991 + 12196, + 12197 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 26 }, "end": { - "line": 287, + "line": 291, "column": 27 } } @@ -27463,31 +27948,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 11992, - 12012 + 12198, + 12218 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 28 }, "end": { - "line": 287, + "line": 291, "column": 48 } } }, "range": [ - 11990, - 12012 + 12196, + 12218 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 26 }, "end": { - "line": 287, + "line": 291, "column": 48 } } @@ -27497,61 +27982,61 @@ "value": "<=", "raw": "'<='", "range": [ - 12016, - 12020 + 12222, + 12226 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 52 }, "end": { - "line": 287, + "line": 291, "column": 56 } } }, "range": [ - 11990, - 12020 + 12196, + 12226 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 26 }, "end": { - "line": 287, + "line": 291, "column": 56 } } }, "range": [ - 11972, - 12020 + 12178, + 12226 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 8 }, "end": { - "line": 287, + "line": 291, "column": 56 } } }, "range": [ - 11972, - 12021 + 12178, + 12227 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 8 }, "end": { - "line": 287, + "line": 291, "column": 57 } } @@ -27567,16 +28052,16 @@ "object": { "type": "ThisExpression", "range": [ - 12030, - 12034 + 12236, + 12240 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 8 }, "end": { - "line": 288, + "line": 292, "column": 12 } } @@ -27585,31 +28070,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 12035, - 12045 + 12241, + 12251 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 13 }, "end": { - "line": 288, + "line": 292, "column": 23 } } }, "range": [ - 12030, - 12045 + 12236, + 12251 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 8 }, "end": { - "line": 288, + "line": 292, "column": 23 } } @@ -27624,16 +28109,16 @@ "type": "Identifier", "name": "f", "range": [ - 12048, - 12049 + 12254, + 12255 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 26 }, "end": { - "line": 288, + "line": 292, "column": 27 } } @@ -27642,31 +28127,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 12050, - 12072 + 12256, + 12278 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 28 }, "end": { - "line": 288, + "line": 292, "column": 50 } } }, "range": [ - 12048, - 12072 + 12254, + 12278 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 26 }, "end": { - "line": 288, + "line": 292, "column": 50 } } @@ -27676,61 +28161,61 @@ "value": ">=", "raw": "'>='", "range": [ - 12076, - 12080 + 12282, + 12286 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 54 }, "end": { - "line": 288, + "line": 292, "column": 58 } } }, "range": [ - 12048, - 12080 + 12254, + 12286 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 26 }, "end": { - "line": 288, + "line": 292, "column": 58 } } }, "range": [ - 12030, - 12080 + 12236, + 12286 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 8 }, "end": { - "line": 288, + "line": 292, "column": 58 } } }, "range": [ - 12030, - 12081 + 12236, + 12287 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 8 }, "end": { - "line": 288, + "line": 292, "column": 59 } } @@ -27746,16 +28231,16 @@ "object": { "type": "ThisExpression", "range": [ - 12090, - 12094 + 12296, + 12300 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 8 }, "end": { - "line": 289, + "line": 293, "column": 12 } } @@ -27764,31 +28249,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 12095, - 12105 + 12301, + 12311 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 13 }, "end": { - "line": 289, + "line": 293, "column": 23 } } }, "range": [ - 12090, - 12105 + 12296, + 12311 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 8 }, "end": { - "line": 289, + "line": 293, "column": 23 } } @@ -27803,16 +28288,16 @@ "type": "Identifier", "name": "f", "range": [ - 12108, - 12109 + 12314, + 12315 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 26 }, "end": { - "line": 289, + "line": 293, "column": 27 } } @@ -27821,31 +28306,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 12110, - 12128 + 12316, + 12334 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 28 }, "end": { - "line": 289, + "line": 293, "column": 46 } } }, "range": [ - 12108, - 12128 + 12314, + 12334 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 26 }, "end": { - "line": 289, + "line": 293, "column": 46 } } @@ -27855,61 +28340,61 @@ "value": "!", "raw": "'!'", "range": [ - 12132, - 12135 + 12338, + 12341 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 50 }, "end": { - "line": 289, + "line": 293, "column": 53 } } }, "range": [ - 12108, - 12135 + 12314, + 12341 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 26 }, "end": { - "line": 289, + "line": 293, "column": 53 } } }, "range": [ - 12090, - 12135 + 12296, + 12341 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 8 }, "end": { - "line": 289, + "line": 293, "column": 53 } } }, "range": [ - 12090, - 12136 + 12296, + 12342 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 8 }, "end": { - "line": 289, + "line": 293, "column": 54 } } @@ -27925,16 +28410,16 @@ "object": { "type": "ThisExpression", "range": [ - 12145, - 12149 + 12351, + 12355 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 8 }, "end": { - "line": 290, + "line": 294, "column": 12 } } @@ -27943,31 +28428,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 12150, - 12160 + 12356, + 12366 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 13 }, "end": { - "line": 290, + "line": 294, "column": 23 } } }, "range": [ - 12145, - 12160 + 12351, + 12366 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 8 }, "end": { - "line": 290, + "line": 294, "column": 23 } } @@ -27982,16 +28467,16 @@ "type": "Identifier", "name": "f", "range": [ - 12163, - 12164 + 12369, + 12370 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 26 }, "end": { - "line": 290, + "line": 294, "column": 27 } } @@ -28000,31 +28485,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 12165, - 12178 + 12371, + 12384 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 28 }, "end": { - "line": 290, + "line": 294, "column": 41 } } }, "range": [ - 12163, - 12178 + 12369, + 12384 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 26 }, "end": { - "line": 290, + "line": 294, "column": 41 } } @@ -28034,61 +28519,61 @@ "value": "*", "raw": "'*'", "range": [ - 12182, - 12185 + 12388, + 12391 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 45 }, "end": { - "line": 290, + "line": 294, "column": 48 } } }, "range": [ - 12163, - 12185 + 12369, + 12391 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 26 }, "end": { - "line": 290, + "line": 294, "column": 48 } } }, "range": [ - 12145, - 12185 + 12351, + 12391 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 8 }, "end": { - "line": 290, + "line": 294, "column": 48 } } }, "range": [ - 12145, - 12186 + 12351, + 12392 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 8 }, "end": { - "line": 290, + "line": 294, "column": 49 } } @@ -28104,16 +28589,16 @@ "object": { "type": "ThisExpression", "range": [ - 12195, - 12199 + 12401, + 12405 ], "loc": { "start": { - "line": 291, + "line": 295, "column": 8 }, "end": { - "line": 291, + "line": 295, "column": 12 } } @@ -28122,723 +28607,7 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 12200, - 12210 - ], - "loc": { - "start": { - "line": 291, - "column": 13 - }, - "end": { - "line": 291, - "column": 23 - } - } - }, - "range": [ - 12195, - 12210 - ], - "loc": { - "start": { - "line": 291, - "column": 8 - }, - "end": { - "line": 291, - "column": 23 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 12213, - 12214 - ], - "loc": { - "start": { - "line": 291, - "column": 26 - }, - "end": { - "line": 291, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "equal_operator", - "range": [ - 12215, - 12229 - ], - "loc": { - "start": { - "line": 291, - "column": 28 - }, - "end": { - "line": 291, - "column": 42 - } - } - }, - "range": [ - 12213, - 12229 - ], - "loc": { - "start": { - "line": 291, - "column": 26 - }, - "end": { - "line": 291, - "column": 42 - } - } - }, - "right": { - "type": "Literal", - "value": "=", - "raw": "'='", - "range": [ - 12233, - 12236 - ], - "loc": { - "start": { - "line": 291, - "column": 46 - }, - "end": { - "line": 291, - "column": 49 - } - } - }, - "range": [ - 12213, - 12236 - ], - "loc": { - "start": { - "line": 291, - "column": 26 - }, - "end": { - "line": 291, - "column": 49 - } - } - }, - "range": [ - 12195, - 12236 - ], - "loc": { - "start": { - "line": 291, - "column": 8 - }, - "end": { - "line": 291, - "column": 49 - } - } - }, - "range": [ - 12195, - 12237 - ], - "loc": { - "start": { - "line": 291, - "column": 8 - }, - "end": { - "line": 291, - "column": 50 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 12246, - 12250 - ], - "loc": { - "start": { - "line": 292, - "column": 8 - }, - "end": { - "line": 292, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "stOperator", - "range": [ - 12251, - 12261 - ], - "loc": { - "start": { - "line": 292, - "column": 13 - }, - "end": { - "line": 292, - "column": 23 - } - } - }, - "range": [ - 12246, - 12261 - ], - "loc": { - "start": { - "line": 292, - "column": 8 - }, - "end": { - "line": 292, - "column": 23 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 12264, - 12265 - ], - "loc": { - "start": { - "line": 292, - "column": 26 - }, - "end": { - "line": 292, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "start_with_operator", - "range": [ - 12266, - 12285 - ], - "loc": { - "start": { - "line": 292, - "column": 28 - }, - "end": { - "line": 292, - "column": 47 - } - } - }, - "range": [ - 12264, - 12285 - ], - "loc": { - "start": { - "line": 292, - "column": 26 - }, - "end": { - "line": 292, - "column": 47 - } - } - }, - "right": { - "type": "Literal", - "value": "{", - "raw": "'{'", - "range": [ - 12289, - 12292 - ], - "loc": { - "start": { - "line": 292, - "column": 51 - }, - "end": { - "line": 292, - "column": 54 - } - } - }, - "range": [ - 12264, - 12292 - ], - "loc": { - "start": { - "line": 292, - "column": 26 - }, - "end": { - "line": 292, - "column": 54 - } - } - }, - "range": [ - 12246, - 12292 - ], - "loc": { - "start": { - "line": 292, - "column": 8 - }, - "end": { - "line": 292, - "column": 54 - } - } - }, - "range": [ - 12246, - 12293 - ], - "loc": { - "start": { - "line": 292, - "column": 8 - }, - "end": { - "line": 292, - "column": 55 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 12302, - 12306 - ], - "loc": { - "start": { - "line": 293, - "column": 8 - }, - "end": { - "line": 293, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "enOperator", - "range": [ - 12307, - 12317 - ], - "loc": { - "start": { - "line": 293, - "column": 13 - }, - "end": { - "line": 293, - "column": 23 - } - } - }, - "range": [ - 12302, - 12317 - ], - "loc": { - "start": { - "line": 293, - "column": 8 - }, - "end": { - "line": 293, - "column": 23 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 12320, - 12321 - ], - "loc": { - "start": { - "line": 293, - "column": 26 - }, - "end": { - "line": 293, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "end_with_operator", - "range": [ - 12322, - 12339 - ], - "loc": { - "start": { - "line": 293, - "column": 28 - }, - "end": { - "line": 293, - "column": 45 - } - } - }, - "range": [ - 12320, - 12339 - ], - "loc": { - "start": { - "line": 293, - "column": 26 - }, - "end": { - "line": 293, - "column": 45 - } - } - }, - "right": { - "type": "Literal", - "value": "}", - "raw": "'}'", - "range": [ - 12343, - 12346 - ], - "loc": { - "start": { - "line": 293, - "column": 49 - }, - "end": { - "line": 293, - "column": 52 - } - } - }, - "range": [ - 12320, - 12346 - ], - "loc": { - "start": { - "line": 293, - "column": 26 - }, - "end": { - "line": 293, - "column": 52 - } - } - }, - "range": [ - 12302, - 12346 - ], - "loc": { - "start": { - "line": 293, - "column": 8 - }, - "end": { - "line": 293, - "column": 52 - } - } - }, - "range": [ - 12302, - 12347 - ], - "loc": { - "start": { - "line": 293, - "column": 8 - }, - "end": { - "line": 293, - "column": 53 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 12356, - 12360 - ], - "loc": { - "start": { - "line": 294, - "column": 8 - }, - "end": { - "line": 294, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "curExp", - "range": [ - 12361, - 12367 - ], - "loc": { - "start": { - "line": 294, - "column": 13 - }, - "end": { - "line": 294, - "column": 19 - } - } - }, - "range": [ - 12356, - 12367 - ], - "loc": { - "start": { - "line": 294, - "column": 8 - }, - "end": { - "line": 294, - "column": 19 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 12370, - 12371 - ], - "loc": { - "start": { - "line": 294, - "column": 22 - }, - "end": { - "line": 294, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "cur_exp", - "range": [ - 12372, - 12379 - ], - "loc": { - "start": { - "line": 294, - "column": 24 - }, - "end": { - "line": 294, - "column": 31 - } - } - }, - "range": [ - 12370, - 12379 - ], - "loc": { - "start": { - "line": 294, - "column": 22 - }, - "end": { - "line": 294, - "column": 31 - } - } - }, - "right": { - "type": "Literal", - "value": "^[¥£€$]", - "raw": "'^[¥£€$]'", - "range": [ - 12383, - 12392 - ], - "loc": { - "start": { - "line": 294, - "column": 35 - }, - "end": { - "line": 294, - "column": 44 - } - } - }, - "range": [ - 12370, - 12392 - ], - "loc": { - "start": { - "line": 294, - "column": 22 - }, - "end": { - "line": 294, - "column": 44 - } - } - }, - "range": [ - 12356, - 12392 - ], - "loc": { - "start": { - "line": 294, - "column": 8 - }, - "end": { - "line": 294, - "column": 44 - } - } - }, - "range": [ - 12356, - 12393 - ], - "loc": { - "start": { - "line": 294, - "column": 8 - }, - "end": { - "line": 294, - "column": 45 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 12402, - 12406 - ], - "loc": { - "start": { - "line": 295, - "column": 8 - }, - "end": { - "line": 295, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "separator", - "range": [ - 12407, + 12406, 12416 ], "loc": { @@ -28848,12 +28617,12 @@ }, "end": { "line": 295, - "column": 22 + "column": 23 } } }, "range": [ - 12402, + 12401, 12416 ], "loc": { @@ -28863,7 +28632,7 @@ }, "end": { "line": 295, - "column": 22 + "column": 23 } } }, @@ -28883,10 +28652,726 @@ "loc": { "start": { "line": 295, - "column": 25 + "column": 26 }, "end": { "line": 295, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "equal_operator", + "range": [ + 12421, + 12435 + ], + "loc": { + "start": { + "line": 295, + "column": 28 + }, + "end": { + "line": 295, + "column": 42 + } + } + }, + "range": [ + 12419, + 12435 + ], + "loc": { + "start": { + "line": 295, + "column": 26 + }, + "end": { + "line": 295, + "column": 42 + } + } + }, + "right": { + "type": "Literal", + "value": "=", + "raw": "'='", + "range": [ + 12439, + 12442 + ], + "loc": { + "start": { + "line": 295, + "column": 46 + }, + "end": { + "line": 295, + "column": 49 + } + } + }, + "range": [ + 12419, + 12442 + ], + "loc": { + "start": { + "line": 295, + "column": 26 + }, + "end": { + "line": 295, + "column": 49 + } + } + }, + "range": [ + 12401, + 12442 + ], + "loc": { + "start": { + "line": 295, + "column": 8 + }, + "end": { + "line": 295, + "column": 49 + } + } + }, + "range": [ + 12401, + 12443 + ], + "loc": { + "start": { + "line": 295, + "column": 8 + }, + "end": { + "line": 295, + "column": 50 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12452, + 12456 + ], + "loc": { + "start": { + "line": 296, + "column": 8 + }, + "end": { + "line": 296, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "stOperator", + "range": [ + 12457, + 12467 + ], + "loc": { + "start": { + "line": 296, + "column": 13 + }, + "end": { + "line": 296, + "column": 23 + } + } + }, + "range": [ + 12452, + 12467 + ], + "loc": { + "start": { + "line": 296, + "column": 8 + }, + "end": { + "line": 296, + "column": 23 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 12470, + 12471 + ], + "loc": { + "start": { + "line": 296, + "column": 26 + }, + "end": { + "line": 296, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "start_with_operator", + "range": [ + 12472, + 12491 + ], + "loc": { + "start": { + "line": 296, + "column": 28 + }, + "end": { + "line": 296, + "column": 47 + } + } + }, + "range": [ + 12470, + 12491 + ], + "loc": { + "start": { + "line": 296, + "column": 26 + }, + "end": { + "line": 296, + "column": 47 + } + } + }, + "right": { + "type": "Literal", + "value": "{", + "raw": "'{'", + "range": [ + 12495, + 12498 + ], + "loc": { + "start": { + "line": 296, + "column": 51 + }, + "end": { + "line": 296, + "column": 54 + } + } + }, + "range": [ + 12470, + 12498 + ], + "loc": { + "start": { + "line": 296, + "column": 26 + }, + "end": { + "line": 296, + "column": 54 + } + } + }, + "range": [ + 12452, + 12498 + ], + "loc": { + "start": { + "line": 296, + "column": 8 + }, + "end": { + "line": 296, + "column": 54 + } + } + }, + "range": [ + 12452, + 12499 + ], + "loc": { + "start": { + "line": 296, + "column": 8 + }, + "end": { + "line": 296, + "column": 55 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12508, + 12512 + ], + "loc": { + "start": { + "line": 297, + "column": 8 + }, + "end": { + "line": 297, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "enOperator", + "range": [ + 12513, + 12523 + ], + "loc": { + "start": { + "line": 297, + "column": 13 + }, + "end": { + "line": 297, + "column": 23 + } + } + }, + "range": [ + 12508, + 12523 + ], + "loc": { + "start": { + "line": 297, + "column": 8 + }, + "end": { + "line": 297, + "column": 23 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 12526, + 12527 + ], + "loc": { + "start": { + "line": 297, + "column": 26 + }, + "end": { + "line": 297, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "end_with_operator", + "range": [ + 12528, + 12545 + ], + "loc": { + "start": { + "line": 297, + "column": 28 + }, + "end": { + "line": 297, + "column": 45 + } + } + }, + "range": [ + 12526, + 12545 + ], + "loc": { + "start": { + "line": 297, + "column": 26 + }, + "end": { + "line": 297, + "column": 45 + } + } + }, + "right": { + "type": "Literal", + "value": "}", + "raw": "'}'", + "range": [ + 12549, + 12552 + ], + "loc": { + "start": { + "line": 297, + "column": 49 + }, + "end": { + "line": 297, + "column": 52 + } + } + }, + "range": [ + 12526, + 12552 + ], + "loc": { + "start": { + "line": 297, + "column": 26 + }, + "end": { + "line": 297, + "column": 52 + } + } + }, + "range": [ + 12508, + 12552 + ], + "loc": { + "start": { + "line": 297, + "column": 8 + }, + "end": { + "line": 297, + "column": 52 + } + } + }, + "range": [ + 12508, + 12553 + ], + "loc": { + "start": { + "line": 297, + "column": 8 + }, + "end": { + "line": 297, + "column": 53 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12562, + 12566 + ], + "loc": { + "start": { + "line": 298, + "column": 8 + }, + "end": { + "line": 298, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "curExp", + "range": [ + 12567, + 12573 + ], + "loc": { + "start": { + "line": 298, + "column": 13 + }, + "end": { + "line": 298, + "column": 19 + } + } + }, + "range": [ + 12562, + 12573 + ], + "loc": { + "start": { + "line": 298, + "column": 8 + }, + "end": { + "line": 298, + "column": 19 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 12576, + 12577 + ], + "loc": { + "start": { + "line": 298, + "column": 22 + }, + "end": { + "line": 298, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "cur_exp", + "range": [ + 12578, + 12585 + ], + "loc": { + "start": { + "line": 298, + "column": 24 + }, + "end": { + "line": 298, + "column": 31 + } + } + }, + "range": [ + 12576, + 12585 + ], + "loc": { + "start": { + "line": 298, + "column": 22 + }, + "end": { + "line": 298, + "column": 31 + } + } + }, + "right": { + "type": "Literal", + "value": "^[¥£€$]", + "raw": "'^[¥£€$]'", + "range": [ + 12589, + 12598 + ], + "loc": { + "start": { + "line": 298, + "column": 35 + }, + "end": { + "line": 298, + "column": 44 + } + } + }, + "range": [ + 12576, + 12598 + ], + "loc": { + "start": { + "line": 298, + "column": 22 + }, + "end": { + "line": 298, + "column": 44 + } + } + }, + "range": [ + 12562, + 12598 + ], + "loc": { + "start": { + "line": 298, + "column": 8 + }, + "end": { + "line": 298, + "column": 44 + } + } + }, + "range": [ + 12562, + 12599 + ], + "loc": { + "start": { + "line": 298, + "column": 8 + }, + "end": { + "line": 298, + "column": 45 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12608, + 12612 + ], + "loc": { + "start": { + "line": 299, + "column": 8 + }, + "end": { + "line": 299, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "separator", + "range": [ + 12613, + 12622 + ], + "loc": { + "start": { + "line": 299, + "column": 13 + }, + "end": { + "line": 299, + "column": 22 + } + } + }, + "range": [ + 12608, + 12622 + ], + "loc": { + "start": { + "line": 299, + "column": 8 + }, + "end": { + "line": 299, + "column": 22 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 12625, + 12626 + ], + "loc": { + "start": { + "line": 299, + "column": 25 + }, + "end": { + "line": 299, "column": 26 } } @@ -28895,31 +29380,31 @@ "type": "Identifier", "name": "separator", "range": [ - 12421, - 12430 + 12627, + 12636 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 27 }, "end": { - "line": 295, + "line": 299, "column": 36 } } }, "range": [ - 12419, - 12430 + 12625, + 12636 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 25 }, "end": { - "line": 295, + "line": 299, "column": 36 } } @@ -28929,61 +29414,61 @@ "value": ",", "raw": "','", "range": [ - 12434, - 12437 + 12640, + 12643 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 40 }, "end": { - "line": 295, + "line": 299, "column": 43 } } }, "range": [ - 12419, - 12437 + 12625, + 12643 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 25 }, "end": { - "line": 295, + "line": 299, "column": 43 } } }, "range": [ - 12402, - 12437 + 12608, + 12643 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 8 }, "end": { - "line": 295, + "line": 299, "column": 43 } } }, "range": [ - 12402, - 12438 + 12608, + 12644 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 8 }, "end": { - "line": 295, + "line": 299, "column": 44 } }, @@ -28992,16 +29477,16 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12448, - 12470 + 12654, + 12676 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 8 }, "end": { - "line": 297, + "line": 301, "column": 30 } } @@ -29010,16 +29495,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12479, - 12504 + 12685, + 12710 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 8 }, "end": { - "line": 298, + "line": 302, "column": 33 } } @@ -29037,16 +29522,16 @@ "object": { "type": "ThisExpression", "range": [ - 12513, - 12517 + 12719, + 12723 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 8 }, "end": { - "line": 299, + "line": 303, "column": 12 } } @@ -29055,31 +29540,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 12518, - 12529 + 12724, + 12735 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 13 }, "end": { - "line": 299, + "line": 303, "column": 24 } } }, "range": [ - 12513, - 12529 + 12719, + 12735 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 8 }, "end": { - "line": 299, + "line": 303, "column": 24 } } @@ -29090,16 +29575,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12532, - 12539 + 12738, + 12745 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 27 }, "end": { - "line": 299, + "line": 303, "column": 34 } } @@ -29112,16 +29597,16 @@ "type": "Identifier", "name": "f", "range": [ - 12540, - 12541 + 12746, + 12747 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 35 }, "end": { - "line": 299, + "line": 303, "column": 36 } } @@ -29130,77 +29615,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 12542, - 12554 + 12748, + 12760 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 37 }, "end": { - "line": 299, + "line": 303, "column": 49 } } }, "range": [ - 12540, - 12554 + 12746, + 12760 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 35 }, "end": { - "line": 299, + "line": 303, "column": 49 } } } ], "range": [ - 12532, - 12555 + 12738, + 12761 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 27 }, "end": { - "line": 299, + "line": 303, "column": 50 } } }, "range": [ - 12513, - 12555 + 12719, + 12761 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 8 }, "end": { - "line": 299, + "line": 303, "column": 50 } } }, "range": [ - 12513, - 12556 + 12719, + 12762 ], "loc": { "start": { - "line": 299, + "line": 303, "column": 8 }, "end": { - "line": 299, + "line": 303, "column": 51 } }, @@ -29209,16 +29694,16 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12448, - 12470 + 12654, + 12676 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 8 }, "end": { - "line": 297, + "line": 301, "column": 30 } } @@ -29227,16 +29712,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12479, - 12504 + 12685, + 12710 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 8 }, "end": { - "line": 298, + "line": 302, "column": 33 } } @@ -29247,16 +29732,16 @@ "type": "Block", "value": "** status bar **", "range": [ - 12566, - 12586 + 12772, + 12792 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 8 }, "end": { - "line": 301, + "line": 305, "column": 28 } } @@ -29265,16 +29750,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12595, - 12618 + 12801, + 12824 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 8 }, "end": { - "line": 302, + "line": 306, "column": 31 } } @@ -29292,16 +29777,16 @@ "object": { "type": "ThisExpression", "range": [ - 12627, - 12631 + 12833, + 12837 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 8 }, "end": { - "line": 303, + "line": 307, "column": 12 } } @@ -29310,31 +29795,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 12632, - 12641 + 12838, + 12847 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 13 }, "end": { - "line": 303, + "line": 307, "column": 22 } } }, "range": [ - 12627, - 12641 + 12833, + 12847 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 8 }, "end": { - "line": 303, + "line": 307, "column": 22 } } @@ -29345,16 +29830,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12644, - 12651 + 12850, + 12857 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 25 }, "end": { - "line": 303, + "line": 307, "column": 32 } } @@ -29367,16 +29852,16 @@ "type": "Identifier", "name": "f", "range": [ - 12652, - 12653 + 12858, + 12859 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 33 }, "end": { - "line": 303, + "line": 307, "column": 34 } } @@ -29385,77 +29870,77 @@ "type": "Identifier", "name": "status_bar", "range": [ - 12654, - 12664 + 12860, + 12870 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 35 }, "end": { - "line": 303, + "line": 307, "column": 45 } } }, "range": [ - 12652, - 12664 + 12858, + 12870 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 33 }, "end": { - "line": 303, + "line": 307, "column": 45 } } } ], "range": [ - 12644, - 12665 + 12850, + 12871 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 25 }, "end": { - "line": 303, + "line": 307, "column": 46 } } }, "range": [ - 12627, - 12665 + 12833, + 12871 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 8 }, "end": { - "line": 303, + "line": 307, "column": 46 } } }, "range": [ - 12627, - 12666 + 12833, + 12872 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 8 }, "end": { - "line": 303, + "line": 307, "column": 47 } }, @@ -29464,16 +29949,16 @@ "type": "Block", "value": "** status bar **", "range": [ - 12566, - 12586 + 12772, + 12792 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 8 }, "end": { - "line": 301, + "line": 305, "column": 28 } } @@ -29482,16 +29967,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12595, - 12618 + 12801, + 12824 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 8 }, "end": { - "line": 302, + "line": 306, "column": 31 } } @@ -29502,16 +29987,16 @@ "type": "Block", "value": "** loader **", "range": [ - 12676, - 12692 + 12882, + 12898 ], "loc": { "start": { - "line": 305, + "line": 309, "column": 8 }, "end": { - "line": 305, + "line": 309, "column": 24 } } @@ -29520,16 +30005,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12701, - 12744 + 12907, + 12950 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 8 }, "end": { - "line": 306, + "line": 310, "column": 51 } } @@ -29547,16 +30032,16 @@ "object": { "type": "ThisExpression", "range": [ - 12753, - 12757 + 12959, + 12963 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 8 }, "end": { - "line": 307, + "line": 311, "column": 12 } } @@ -29565,31 +30050,31 @@ "type": "Identifier", "name": "loader", "range": [ - 12758, - 12764 + 12964, + 12970 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 13 }, "end": { - "line": 307, + "line": 311, "column": 19 } } }, "range": [ - 12753, - 12764 + 12959, + 12970 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 8 }, "end": { - "line": 307, + "line": 311, "column": 19 } } @@ -29600,16 +30085,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12767, - 12774 + 12973, + 12980 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 22 }, "end": { - "line": 307, + "line": 311, "column": 29 } } @@ -29622,16 +30107,16 @@ "type": "Identifier", "name": "f", "range": [ - 12775, - 12776 + 12981, + 12982 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 30 }, "end": { - "line": 307, + "line": 311, "column": 31 } } @@ -29640,77 +30125,77 @@ "type": "Identifier", "name": "loader", "range": [ - 12777, - 12783 + 12983, + 12989 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 32 }, "end": { - "line": 307, + "line": 311, "column": 38 } } }, "range": [ - 12775, - 12783 + 12981, + 12989 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 30 }, "end": { - "line": 307, + "line": 311, "column": 38 } } } ], "range": [ - 12767, - 12784 + 12973, + 12990 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 22 }, "end": { - "line": 307, + "line": 311, "column": 39 } } }, "range": [ - 12753, - 12784 + 12959, + 12990 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 8 }, "end": { - "line": 307, + "line": 311, "column": 39 } } }, "range": [ - 12753, - 12785 + 12959, + 12991 ], "loc": { "start": { - "line": 307, + "line": 311, "column": 8 }, "end": { - "line": 307, + "line": 311, "column": 40 } }, @@ -29719,16 +30204,16 @@ "type": "Block", "value": "** loader **", "range": [ - 12676, - 12692 + 12882, + 12898 ], "loc": { "start": { - "line": 305, + "line": 309, "column": 8 }, "end": { - "line": 305, + "line": 309, "column": 24 } } @@ -29737,16 +30222,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12701, - 12744 + 12907, + 12950 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 8 }, "end": { - "line": 306, + "line": 310, "column": 51 } } @@ -29757,16 +30242,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12795, - 12837 + 13001, + 13043 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 8 }, "end": { - "line": 309, + "line": 313, "column": 50 } } @@ -29775,16 +30260,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12846, - 12885 + 13052, + 13091 ], "loc": { "start": { - "line": 310, + "line": 314, "column": 8 }, "end": { - "line": 310, + "line": 314, "column": 47 } } @@ -29802,16 +30287,16 @@ "object": { "type": "ThisExpression", "range": [ - 12894, - 12898 + 13100, + 13104 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 8 }, "end": { - "line": 311, + "line": 315, "column": 12 } } @@ -29820,31 +30305,31 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 12899, - 12909 + 13105, + 13115 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 13 }, "end": { - "line": 311, + "line": 315, "column": 23 } } }, "range": [ - 12894, - 12909 + 13100, + 13115 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 8 }, "end": { - "line": 311, + "line": 315, "column": 23 } } @@ -29855,16 +30340,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12912, - 12919 + 13118, + 13125 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 26 }, "end": { - "line": 311, + "line": 315, "column": 33 } } @@ -29877,16 +30362,16 @@ "type": "Identifier", "name": "f", "range": [ - 12920, - 12921 + 13126, + 13127 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 34 }, "end": { - "line": 311, + "line": 315, "column": 35 } } @@ -29895,77 +30380,77 @@ "type": "Identifier", "name": "btn", "range": [ - 12922, - 12925 + 13128, + 13131 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 36 }, "end": { - "line": 311, + "line": 315, "column": 39 } } }, "range": [ - 12920, - 12925 + 13126, + 13131 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 34 }, "end": { - "line": 311, + "line": 315, "column": 39 } } } ], "range": [ - 12912, - 12926 + 13118, + 13132 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 26 }, "end": { - "line": 311, + "line": 315, "column": 40 } } }, "range": [ - 12894, - 12926 + 13100, + 13132 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 8 }, "end": { - "line": 311, + "line": 315, "column": 40 } } }, "range": [ - 12894, - 12927 + 13100, + 13133 ], "loc": { "start": { - "line": 311, + "line": 315, "column": 8 }, "end": { - "line": 311, + "line": 315, "column": 41 } }, @@ -29974,16 +30459,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12795, - 12837 + 13001, + 13043 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 8 }, "end": { - "line": 309, + "line": 313, "column": 50 } } @@ -29992,16 +30477,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12846, - 12885 + 13052, + 13091 ], "loc": { "start": { - "line": 310, + "line": 314, "column": 8 }, "end": { - "line": 310, + "line": 314, "column": 47 } } @@ -30012,16 +30497,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12936, - 12968 + 13142, + 13174 ], "loc": { "start": { - "line": 312, + "line": 316, "column": 8 }, "end": { - "line": 312, + "line": 316, "column": 40 } } @@ -30039,16 +30524,16 @@ "object": { "type": "ThisExpression", "range": [ - 12977, - 12981 + 13183, + 13187 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 8 }, "end": { - "line": 313, + "line": 317, "column": 12 } } @@ -30057,31 +30542,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 12982, - 12989 + 13188, + 13195 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 13 }, "end": { - "line": 313, + "line": 317, "column": 20 } } }, "range": [ - 12977, - 12989 + 13183, + 13195 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 8 }, "end": { - "line": 313, + "line": 317, "column": 20 } } @@ -30096,16 +30581,16 @@ "type": "Identifier", "name": "f", "range": [ - 12992, - 12993 + 13198, + 13199 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 23 }, "end": { - "line": 313, + "line": 317, "column": 24 } } @@ -30114,31 +30599,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 12994, - 13002 + 13200, + 13208 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 25 }, "end": { - "line": 313, + "line": 317, "column": 33 } } }, "range": [ - 12992, - 13002 + 13198, + 13208 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 23 }, "end": { - "line": 313, + "line": 317, "column": 33 } } @@ -30154,16 +30639,16 @@ "object": { "type": "ThisExpression", "range": [ - 13008, - 13012 + 13214, + 13218 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 39 }, "end": { - "line": 313, + "line": 317, "column": 43 } } @@ -30172,47 +30657,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 13013, - 13024 + 13219, + 13230 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 44 }, "end": { - "line": 313, + "line": 317, "column": 55 } } }, "range": [ - 13008, - 13024 + 13214, + 13230 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 39 }, "end": { - "line": 313, + "line": 317, "column": 55 } } }, "prefix": true, "range": [ - 13007, - 13024 + 13213, + 13230 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 38 }, "end": { - "line": 313, + "line": 317, "column": 55 } } @@ -30222,16 +30707,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 13027, - 13031 + 13233, + 13237 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 58 }, "end": { - "line": 313, + "line": 317, "column": 62 } } @@ -30241,76 +30726,76 @@ "value": "", "raw": "''", "range": [ - 13034, - 13036 + 13240, + 13242 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 65 }, "end": { - "line": 313, + "line": 317, "column": 67 } } }, "range": [ - 13007, - 13036 + 13213, + 13242 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 38 }, "end": { - "line": 313, + "line": 317, "column": 67 } } }, "range": [ - 12992, - 13037 + 13198, + 13243 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 23 }, "end": { - "line": 313, + "line": 317, "column": 68 } } }, "range": [ - 12977, - 13037 + 13183, + 13243 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 8 }, "end": { - "line": 313, + "line": 317, "column": 68 } } }, "range": [ - 12977, - 13038 + 13183, + 13244 ], "loc": { "start": { - "line": 313, + "line": 317, "column": 8 }, "end": { - "line": 313, + "line": 317, "column": 69 } }, @@ -30319,16 +30804,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12936, - 12968 + 13142, + 13174 ], "loc": { "start": { - "line": 312, + "line": 316, "column": 8 }, "end": { - "line": 312, + "line": 316, "column": 40 } } @@ -30339,16 +30824,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 13047, - 13088 + 13253, + 13294 ], "loc": { "start": { - "line": 314, + "line": 318, "column": 8 }, "end": { - "line": 314, + "line": 318, "column": 49 } } @@ -30366,16 +30851,16 @@ "object": { "type": "ThisExpression", "range": [ - 13097, - 13101 + 13303, + 13307 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 315, + "line": 319, "column": 12 } } @@ -30384,31 +30869,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 13102, - 13113 + 13308, + 13319 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 13 }, "end": { - "line": 315, + "line": 319, "column": 24 } } }, "range": [ - 13097, - 13113 + 13303, + 13319 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 315, + "line": 319, "column": 24 } } @@ -30423,16 +30908,16 @@ "type": "Identifier", "name": "f", "range": [ - 13116, - 13117 + 13322, + 13323 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 27 }, "end": { - "line": 315, + "line": 319, "column": 28 } } @@ -30441,31 +30926,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 13118, - 13131 + 13324, + 13337 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 29 }, "end": { - "line": 315, + "line": 319, "column": 42 } } }, "range": [ - 13116, - 13131 + 13322, + 13337 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 27 }, "end": { - "line": 315, + "line": 319, "column": 42 } } @@ -30481,16 +30966,16 @@ "object": { "type": "ThisExpression", "range": [ - 13149, - 13153 + 13355, + 13359 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 14 }, "end": { - "line": 316, + "line": 320, "column": 18 } } @@ -30499,47 +30984,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 13154, - 13165 + 13360, + 13371 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 19 }, "end": { - "line": 316, + "line": 320, "column": 30 } } }, "range": [ - 13149, - 13165 + 13355, + 13371 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 14 }, "end": { - "line": 316, + "line": 320, "column": 30 } } }, "prefix": true, "range": [ - 13148, - 13165 + 13354, + 13371 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 13 }, "end": { - "line": 316, + "line": 320, "column": 30 } } @@ -30549,16 +31034,16 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 13168, - 13176 + 13374, + 13382 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 33 }, "end": { - "line": 316, + "line": 320, "column": 41 } } @@ -30568,76 +31053,76 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 13179, - 13192 + 13385, + 13398 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 44 }, "end": { - "line": 316, + "line": 320, "column": 57 } } }, "range": [ - 13148, - 13192 + 13354, + 13398 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 13 }, "end": { - "line": 316, + "line": 320, "column": 57 } } }, "range": [ - 13116, - 13193 + 13322, + 13399 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 27 }, "end": { - "line": 316, + "line": 320, "column": 58 } } }, "range": [ - 13097, - 13193 + 13303, + 13399 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 316, + "line": 320, "column": 58 } } }, "range": [ - 13097, - 13194 + 13303, + 13400 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 316, + "line": 320, "column": 59 } }, @@ -30646,16 +31131,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 13047, - 13088 + 13253, + 13294 ], "loc": { "start": { - "line": 314, + "line": 318, "column": 8 }, "end": { - "line": 314, + "line": 318, "column": 49 } } @@ -30666,16 +31151,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 13203, - 13226 + 13409, + 13432 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 31 } } @@ -30693,16 +31178,16 @@ "object": { "type": "ThisExpression", "range": [ - 13235, - 13239 + 13441, + 13445 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 12 } } @@ -30711,31 +31196,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 13240, - 13248 + 13446, + 13454 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 13 }, "end": { - "line": 318, + "line": 322, "column": 21 } } }, "range": [ - 13235, - 13248 + 13441, + 13454 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 21 } } @@ -30746,16 +31231,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13251, - 13258 + 13457, + 13464 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 24 }, "end": { - "line": 318, + "line": 322, "column": 31 } } @@ -30768,16 +31253,16 @@ "type": "Identifier", "name": "f", "range": [ - 13259, - 13260 + 13465, + 13466 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 32 }, "end": { - "line": 318, + "line": 322, "column": 33 } } @@ -30786,77 +31271,77 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 13261, - 13270 + 13467, + 13476 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 34 }, "end": { - "line": 318, + "line": 322, "column": 43 } } }, "range": [ - 13259, - 13270 + 13465, + 13476 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 32 }, "end": { - "line": 318, + "line": 322, "column": 43 } } } ], "range": [ - 13251, - 13271 + 13457, + 13477 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 24 }, "end": { - "line": 318, + "line": 322, "column": 44 } } }, "range": [ - 13235, - 13271 + 13441, + 13477 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 44 } } }, "range": [ - 13235, - 13272 + 13441, + 13478 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 45 } }, @@ -30865,16 +31350,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 13203, - 13226 + 13409, + 13432 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 31 } } @@ -30885,16 +31370,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13281, - 13317 + 13487, + 13523 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 44 } } @@ -30912,16 +31397,16 @@ "object": { "type": "ThisExpression", "range": [ - 13326, - 13330 + 13532, + 13536 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 12 } } @@ -30930,31 +31415,31 @@ "type": "Identifier", "name": "btnResetCssClass", "range": [ - 13331, - 13347 + 13537, + 13553 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 13 }, "end": { - "line": 320, + "line": 324, "column": 29 } } }, "range": [ - 13326, - 13347 + 13532, + 13553 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 29 } } @@ -30969,16 +31454,16 @@ "type": "Identifier", "name": "f", "range": [ - 13350, - 13351 + 13556, + 13557 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 32 }, "end": { - "line": 320, + "line": 324, "column": 33 } } @@ -30987,31 +31472,31 @@ "type": "Identifier", "name": "btn_reset_css_class", "range": [ - 13352, - 13371 + 13558, + 13577 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 34 }, "end": { - "line": 320, + "line": 324, "column": 53 } } }, "range": [ - 13350, - 13371 + 13556, + 13577 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 32 }, "end": { - "line": 320, + "line": 324, "column": 53 } } @@ -31021,61 +31506,61 @@ "value": "reset", "raw": "'reset'", "range": [ - 13375, - 13382 + 13581, + 13588 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 57 }, "end": { - "line": 320, + "line": 324, "column": 64 } } }, "range": [ - 13350, - 13382 + 13556, + 13588 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 32 }, "end": { - "line": 320, + "line": 324, "column": 64 } } }, "range": [ - 13326, - 13382 + 13532, + 13588 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 64 } } }, "range": [ - 13326, - 13383 + 13532, + 13589 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 65 } }, @@ -31084,16 +31569,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13281, - 13317 + 13487, + 13523 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 44 } } @@ -31104,16 +31589,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13392, - 13438 + 13598, + 13644 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 54 } } @@ -31131,16 +31616,16 @@ "object": { "type": "ThisExpression", "range": [ - 13447, - 13451 + 13653, + 13657 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 322, + "line": 326, "column": 12 } } @@ -31149,31 +31634,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 13452, - 13465 + 13658, + 13671 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 13 }, "end": { - "line": 322, + "line": 326, "column": 26 } } }, "range": [ - 13447, - 13465 + 13653, + 13671 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 322, + "line": 326, "column": 26 } } @@ -31189,16 +31674,16 @@ "type": "Identifier", "name": "Types", "range": [ - 13468, - 13473 + 13674, + 13679 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 29 }, "end": { - "line": 322, + "line": 326, "column": 34 } } @@ -31207,31 +31692,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 13474, - 13478 + 13680, + 13684 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 35 }, "end": { - "line": 322, + "line": 326, "column": 39 } } }, "range": [ - 13468, - 13478 + 13674, + 13684 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 29 }, "end": { - "line": 322, + "line": 326, "column": 39 } } @@ -31244,16 +31729,16 @@ "type": "Identifier", "name": "f", "range": [ - 13479, - 13480 + 13685, + 13686 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 40 }, "end": { - "line": 322, + "line": 326, "column": 41 } } @@ -31262,47 +31747,47 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 13481, - 13496 + 13687, + 13702 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 42 }, "end": { - "line": 322, + "line": 326, "column": 57 } } }, "range": [ - 13479, - 13496 + 13685, + 13702 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 40 }, "end": { - "line": 322, + "line": 326, "column": 57 } } } ], "range": [ - 13468, - 13497 + 13674, + 13703 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 29 }, "end": { - "line": 322, + "line": 326, "column": 58 } } @@ -31314,16 +31799,16 @@ "type": "Identifier", "name": "f", "range": [ - 13512, - 13513 + 13718, + 13719 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 12 }, "end": { - "line": 323, + "line": 327, "column": 13 } } @@ -31332,31 +31817,31 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 13514, - 13529 + 13720, + 13735 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 14 }, "end": { - "line": 323, + "line": 327, "column": 29 } } }, "range": [ - 13512, - 13529 + 13718, + 13735 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 12 }, "end": { - "line": 323, + "line": 327, "column": 29 } } @@ -31366,61 +31851,61 @@ "value": null, "raw": "null", "range": [ - 13532, - 13536 + 13738, + 13742 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 32 }, "end": { - "line": 323, + "line": 327, "column": 36 } } }, "range": [ - 13468, - 13536 + 13674, + 13742 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 29 }, "end": { - "line": 323, + "line": 327, "column": 36 } } }, "range": [ - 13447, - 13536 + 13653, + 13742 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 323, + "line": 327, "column": 36 } } }, "range": [ - 13447, - 13537 + 13653, + 13743 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 323, + "line": 327, "column": 37 } }, @@ -31429,16 +31914,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13392, - 13438 + 13598, + 13644 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 54 } } @@ -31449,16 +31934,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13546, - 13591 + 13752, + 13797 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 53 } } @@ -31476,16 +31961,16 @@ "object": { "type": "ThisExpression", "range": [ - 13600, - 13604 + 13806, + 13810 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 325, + "line": 329, "column": 12 } } @@ -31494,31 +31979,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 13605, - 13617 + 13811, + 13823 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 13 }, "end": { - "line": 325, + "line": 329, "column": 25 } } }, "range": [ - 13600, - 13617 + 13806, + 13823 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 325, + "line": 329, "column": 25 } } @@ -31534,16 +32019,16 @@ "type": "Identifier", "name": "Types", "range": [ - 13620, - 13625 + 13826, + 13831 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 28 }, "end": { - "line": 325, + "line": 329, "column": 33 } } @@ -31552,31 +32037,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 13626, - 13630 + 13832, + 13836 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 34 }, "end": { - "line": 325, + "line": 329, "column": 38 } } }, "range": [ - 13620, - 13630 + 13826, + 13836 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 28 }, "end": { - "line": 325, + "line": 329, "column": 38 } } @@ -31589,16 +32074,16 @@ "type": "Identifier", "name": "f", "range": [ - 13631, - 13632 + 13837, + 13838 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 39 }, "end": { - "line": 325, + "line": 329, "column": 40 } } @@ -31607,47 +32092,47 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13633, - 13647 + 13839, + 13853 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 41 }, "end": { - "line": 325, + "line": 329, "column": 55 } } }, "range": [ - 13631, - 13647 + 13837, + 13853 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 39 }, "end": { - "line": 325, + "line": 329, "column": 55 } } } ], "range": [ - 13620, - 13648 + 13826, + 13854 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 28 }, "end": { - "line": 325, + "line": 329, "column": 56 } } @@ -31659,16 +32144,16 @@ "type": "Identifier", "name": "f", "range": [ - 13663, - 13664 + 13869, + 13870 ], "loc": { "start": { - "line": 326, + "line": 330, "column": 12 }, "end": { - "line": 326, + "line": 330, "column": 13 } } @@ -31677,31 +32162,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13665, - 13679 + 13871, + 13885 ], "loc": { "start": { - "line": 326, + "line": 330, "column": 14 }, "end": { - "line": 326, + "line": 330, "column": 28 } } }, "range": [ - 13663, - 13679 + 13869, + 13885 ], "loc": { "start": { - "line": 326, + "line": 330, "column": 12 }, "end": { - "line": 326, + "line": 330, "column": 28 } } @@ -31711,61 +32196,61 @@ "value": null, "raw": "null", "range": [ - 13682, - 13686 + 13888, + 13892 ], "loc": { "start": { - "line": 326, + "line": 330, "column": 31 }, "end": { - "line": 326, + "line": 330, "column": 35 } } }, "range": [ - 13620, - 13686 + 13826, + 13892 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 28 }, "end": { - "line": 326, + "line": 330, "column": 35 } } }, "range": [ - 13600, - 13686 + 13806, + 13892 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 326, + "line": 330, "column": 35 } } }, "range": [ - 13600, - 13687 + 13806, + 13893 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 326, + "line": 330, "column": 36 } }, @@ -31774,16 +32259,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13546, - 13591 + 13752, + 13797 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 53 } } @@ -31794,16 +32279,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13697, - 13713 + 13903, + 13919 ], "loc": { "start": { - "line": 328, + "line": 332, "column": 8 }, "end": { - "line": 328, + "line": 332, "column": 24 } } @@ -31812,16 +32297,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13722, - 13753 + 13928, + 13959 ], "loc": { "start": { - "line": 329, + "line": 333, "column": 8 }, "end": { - "line": 329, + "line": 333, "column": 39 } } @@ -31839,16 +32324,16 @@ "object": { "type": "ThisExpression", "range": [ - 13762, - 13766 + 13968, + 13972 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 8 }, "end": { - "line": 330, + "line": 334, "column": 12 } } @@ -31857,31 +32342,31 @@ "type": "Identifier", "name": "paging", "range": [ - 13767, - 13773 + 13973, + 13979 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 13 }, "end": { - "line": 330, + "line": 334, "column": 19 } } }, "range": [ - 13762, - 13773 + 13968, + 13979 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 8 }, "end": { - "line": 330, + "line": 334, "column": 19 } } @@ -31892,16 +32377,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13776, - 13783 + 13982, + 13989 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 22 }, "end": { - "line": 330, + "line": 334, "column": 29 } } @@ -31914,16 +32399,16 @@ "type": "Identifier", "name": "f", "range": [ - 13784, - 13785 + 13990, + 13991 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 30 }, "end": { - "line": 330, + "line": 334, "column": 31 } } @@ -31932,77 +32417,77 @@ "type": "Identifier", "name": "paging", "range": [ - 13786, - 13792 + 13992, + 13998 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 32 }, "end": { - "line": 330, + "line": 334, "column": 38 } } }, "range": [ - 13784, - 13792 + 13990, + 13998 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 30 }, "end": { - "line": 330, + "line": 334, "column": 38 } } } ], "range": [ - 13776, - 13793 + 13982, + 13999 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 22 }, "end": { - "line": 330, + "line": 334, "column": 39 } } }, "range": [ - 13762, - 13793 + 13968, + 13999 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 8 }, "end": { - "line": 330, + "line": 334, "column": 39 } } }, "range": [ - 13762, - 13794 + 13968, + 14000 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 8 }, "end": { - "line": 330, + "line": 334, "column": 40 } }, @@ -32011,16 +32496,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13697, - 13713 + 13903, + 13919 ], "loc": { "start": { - "line": 328, + "line": 332, "column": 8 }, "end": { - "line": 328, + "line": 332, "column": 24 } } @@ -32029,16 +32514,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13722, - 13753 + 13928, + 13959 ], "loc": { "start": { - "line": 329, + "line": 333, "column": 8 }, "end": { - "line": 329, + "line": 333, "column": 39 } } @@ -32056,16 +32541,16 @@ "object": { "type": "ThisExpression", "range": [ - 13803, - 13807 + 14009, + 14013 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 8 }, "end": { - "line": 331, + "line": 335, "column": 12 } } @@ -32074,31 +32559,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 13808, - 13821 + 14014, + 14027 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 13 }, "end": { - "line": 331, + "line": 335, "column": 26 } } }, "range": [ - 13803, - 13821 + 14009, + 14027 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 8 }, "end": { - "line": 331, + "line": 335, "column": 26 } } @@ -32108,46 +32593,46 @@ "value": 0, "raw": "0", "range": [ - 13824, - 13825 + 14030, + 14031 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 29 }, "end": { - "line": 331, + "line": 335, "column": 30 } } }, "range": [ - 13803, - 13825 + 14009, + 14031 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 8 }, "end": { - "line": 331, + "line": 335, "column": 30 } } }, "range": [ - 13803, - 13826 + 14009, + 14032 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 8 }, "end": { - "line": 331, + "line": 335, "column": 31 } }, @@ -32156,16 +32641,16 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13827, - 13844 + 14033, + 14050 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 32 }, "end": { - "line": 331, + "line": 335, "column": 49 } } @@ -32183,16 +32668,16 @@ "object": { "type": "ThisExpression", "range": [ - 13853, - 13857 + 14059, + 14063 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 8 }, "end": { - "line": 332, + "line": 336, "column": 12 } } @@ -32201,31 +32686,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 13858, - 13870 + 14064, + 14076 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 13 }, "end": { - "line": 332, + "line": 336, "column": 25 } } }, "range": [ - 13853, - 13870 + 14059, + 14076 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 8 }, "end": { - "line": 332, + "line": 336, "column": 25 } } @@ -32235,46 +32720,46 @@ "value": 0, "raw": "0", "range": [ - 13873, - 13874 + 14079, + 14080 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 28 }, "end": { - "line": 332, + "line": 336, "column": 29 } } }, "range": [ - 13853, - 13874 + 14059, + 14080 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 8 }, "end": { - "line": 332, + "line": 336, "column": 29 } } }, "range": [ - 13853, - 13875 + 14059, + 14081 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 8 }, "end": { - "line": 332, + "line": 336, "column": 30 } }, @@ -32283,16 +32768,16 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13827, - 13844 + 14033, + 14050 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 32 }, "end": { - "line": 331, + "line": 335, "column": 49 } } @@ -32303,16 +32788,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13876, - 13892 + 14082, + 14098 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 31 }, "end": { - "line": 332, + "line": 336, "column": 47 } } @@ -32321,16 +32806,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13902, - 13932 + 14108, + 14138 ], "loc": { "start": { - "line": 334, + "line": 338, "column": 8 }, "end": { - "line": 334, + "line": 338, "column": 38 } } @@ -32339,16 +32824,16 @@ "type": "Line", "value": "enables/disables auto filtering, table is filtered when user stops", "range": [ - 13941, - 14009 + 14147, + 14215 ], "loc": { "start": { - "line": 335, + "line": 339, "column": 8 }, "end": { - "line": 335, + "line": 339, "column": 76 } } @@ -32357,16 +32842,16 @@ "type": "Line", "value": "typing", "range": [ - 14018, - 14026 + 14224, + 14232 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 8 }, "end": { - "line": 336, + "line": 340, "column": 16 } } @@ -32384,16 +32869,16 @@ "object": { "type": "ThisExpression", "range": [ - 14035, - 14039 + 14241, + 14245 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 8 }, "end": { - "line": 337, + "line": 341, "column": 12 } } @@ -32402,31 +32887,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 14040, - 14050 + 14246, + 14256 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 13 }, "end": { - "line": 337, + "line": 341, "column": 23 } } }, "range": [ - 14035, - 14050 + 14241, + 14256 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 8 }, "end": { - "line": 337, + "line": 341, "column": 23 } } @@ -32437,16 +32922,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14053, - 14060 + 14259, + 14266 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 26 }, "end": { - "line": 337, + "line": 341, "column": 33 } } @@ -32459,16 +32944,16 @@ "type": "Identifier", "name": "f", "range": [ - 14061, - 14062 + 14267, + 14268 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 34 }, "end": { - "line": 337, + "line": 341, "column": 35 } } @@ -32477,77 +32962,77 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 14063, - 14074 + 14269, + 14280 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 36 }, "end": { - "line": 337, + "line": 341, "column": 47 } } }, "range": [ - 14061, - 14074 + 14267, + 14280 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 34 }, "end": { - "line": 337, + "line": 341, "column": 47 } } } ], "range": [ - 14053, - 14075 + 14259, + 14281 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 26 }, "end": { - "line": 337, + "line": 341, "column": 48 } } }, "range": [ - 14035, - 14075 + 14241, + 14281 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 8 }, "end": { - "line": 337, + "line": 341, "column": 48 } } }, "range": [ - 14035, - 14076 + 14241, + 14282 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 8 }, "end": { - "line": 337, + "line": 341, "column": 49 } }, @@ -32556,16 +33041,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13876, - 13892 + 14082, + 14098 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 31 }, "end": { - "line": 332, + "line": 336, "column": 47 } } @@ -32574,16 +33059,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13902, - 13932 + 14108, + 14138 ], "loc": { "start": { - "line": 334, + "line": 338, "column": 8 }, "end": { - "line": 334, + "line": 338, "column": 38 } } @@ -32592,16 +33077,16 @@ "type": "Line", "value": "enables/disables auto filtering, table is filtered when user stops", "range": [ - 13941, - 14009 + 14147, + 14215 ], "loc": { "start": { - "line": 335, + "line": 339, "column": 8 }, "end": { - "line": 335, + "line": 339, "column": 76 } } @@ -32610,16 +33095,16 @@ "type": "Line", "value": "typing", "range": [ - 14018, - 14026 + 14224, + 14232 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 8 }, "end": { - "line": 336, + "line": 340, "column": 16 } } @@ -32630,16 +33115,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 14085, - 14114 + 14291, + 14320 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 8 }, "end": { - "line": 338, + "line": 342, "column": 37 } } @@ -32657,16 +33142,16 @@ "object": { "type": "ThisExpression", "range": [ - 14123, - 14127 + 14329, + 14333 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 8 }, "end": { - "line": 339, + "line": 343, "column": 12 } } @@ -32675,31 +33160,31 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 14128, - 14143 + 14334, + 14349 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 13 }, "end": { - "line": 339, + "line": 343, "column": 28 } } }, "range": [ - 14123, - 14143 + 14329, + 14349 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 8 }, "end": { - "line": 339, + "line": 343, "column": 28 } } @@ -32715,16 +33200,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 14147, - 14152 + 14353, + 14358 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 32 }, "end": { - "line": 339, + "line": 343, "column": 37 } } @@ -32737,16 +33222,16 @@ "type": "Identifier", "name": "f", "range": [ - 14153, - 14154 + 14359, + 14360 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 38 }, "end": { - "line": 339, + "line": 343, "column": 39 } } @@ -32755,63 +33240,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 14155, - 14172 + 14361, + 14378 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 40 }, "end": { - "line": 339, + "line": 343, "column": 57 } } }, "range": [ - 14153, - 14172 + 14359, + 14378 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 38 }, "end": { - "line": 339, + "line": 343, "column": 57 } } } ], "range": [ - 14147, - 14173 + 14353, + 14379 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 32 }, "end": { - "line": 339, + "line": 343, "column": 58 } } }, "prefix": true, "range": [ - 14146, - 14173 + 14352, + 14379 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 31 }, "end": { - "line": 339, + "line": 343, "column": 58 } } @@ -32823,16 +33308,16 @@ "type": "Identifier", "name": "f", "range": [ - 14188, - 14189 + 14394, + 14395 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 12 }, "end": { - "line": 340, + "line": 344, "column": 13 } } @@ -32841,31 +33326,31 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 14190, - 14207 + 14396, + 14413 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 14 }, "end": { - "line": 340, + "line": 344, "column": 31 } } }, "range": [ - 14188, - 14207 + 14394, + 14413 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 12 }, "end": { - "line": 340, + "line": 344, "column": 31 } } @@ -32875,61 +33360,61 @@ "value": 900, "raw": "900", "range": [ - 14210, - 14213 + 14416, + 14419 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 34 }, "end": { - "line": 340, + "line": 344, "column": 37 } } }, "range": [ - 14146, - 14213 + 14352, + 14419 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 31 }, "end": { - "line": 340, + "line": 344, "column": 37 } } }, "range": [ - 14123, - 14213 + 14329, + 14419 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 8 }, "end": { - "line": 340, + "line": 344, "column": 37 } } }, "range": [ - 14123, - 14214 + 14329, + 14420 ], "loc": { "start": { - "line": 339, + "line": 343, "column": 8 }, "end": { - "line": 340, + "line": 344, "column": 38 } }, @@ -32938,16 +33423,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 14085, - 14114 + 14291, + 14320 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 8 }, "end": { - "line": 338, + "line": 342, "column": 37 } } @@ -32958,16 +33443,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 14223, - 14241 + 14429, + 14447 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 8 }, "end": { - "line": 341, + "line": 345, "column": 26 } } @@ -32985,16 +33470,16 @@ "object": { "type": "ThisExpression", "range": [ - 14250, - 14254 + 14456, + 14460 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 8 }, "end": { - "line": 342, + "line": 346, "column": 12 } } @@ -33003,31 +33488,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 14255, - 14267 + 14461, + 14473 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 13 }, "end": { - "line": 342, + "line": 346, "column": 25 } } }, "range": [ - 14250, - 14267 + 14456, + 14473 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 8 }, "end": { - "line": 342, + "line": 346, "column": 25 } } @@ -33037,46 +33522,46 @@ "value": null, "raw": "null", "range": [ - 14270, - 14274 + 14476, + 14480 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 28 }, "end": { - "line": 342, + "line": 346, "column": 32 } } }, "range": [ - 14250, - 14274 + 14456, + 14480 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 8 }, "end": { - "line": 342, + "line": 346, "column": 32 } } }, "range": [ - 14250, - 14275 + 14456, + 14481 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 8 }, "end": { - "line": 342, + "line": 346, "column": 33 } }, @@ -33085,16 +33570,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 14223, - 14241 + 14429, + 14447 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 8 }, "end": { - "line": 341, + "line": 345, "column": 26 } } @@ -33112,16 +33597,16 @@ "object": { "type": "ThisExpression", "range": [ - 14284, - 14288 + 14490, + 14494 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 8 }, "end": { - "line": 343, + "line": 347, "column": 12 } } @@ -33130,31 +33615,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 14289, - 14304 + 14495, + 14510 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 13 }, "end": { - "line": 343, + "line": 347, "column": 28 } } }, "range": [ - 14284, - 14304 + 14490, + 14510 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 8 }, "end": { - "line": 343, + "line": 347, "column": 28 } } @@ -33164,46 +33649,46 @@ "value": null, "raw": "null", "range": [ - 14307, - 14311 + 14513, + 14517 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 31 }, "end": { - "line": 343, + "line": 347, "column": 35 } } }, "range": [ - 14284, - 14311 + 14490, + 14517 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 8 }, "end": { - "line": 343, + "line": 347, "column": 35 } } }, "range": [ - 14284, - 14312 + 14490, + 14518 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 8 }, "end": { - "line": 343, + "line": 347, "column": 36 } }, @@ -33212,16 +33697,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14322, - 14352 + 14528, + 14558 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 8 }, "end": { - "line": 345, + "line": 349, "column": 38 } } @@ -33230,16 +33715,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14361, - 14400 + 14567, + 14606 ], "loc": { "start": { - "line": 346, + "line": 350, "column": 8 }, "end": { - "line": 346, + "line": 350, "column": 47 } } @@ -33257,16 +33742,16 @@ "object": { "type": "ThisExpression", "range": [ - 14409, - 14413 + 14615, + 14619 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 8 }, "end": { - "line": 347, + "line": 351, "column": 12 } } @@ -33275,31 +33760,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 14414, - 14431 + 14620, + 14637 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 13 }, "end": { - "line": 347, + "line": 351, "column": 30 } } }, "range": [ - 14409, - 14431 + 14615, + 14637 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 8 }, "end": { - "line": 347, + "line": 351, "column": 30 } } @@ -33310,16 +33795,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14434, - 14441 + 14640, + 14647 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 33 }, "end": { - "line": 347, + "line": 351, "column": 40 } } @@ -33332,16 +33817,16 @@ "type": "Identifier", "name": "f", "range": [ - 14442, - 14443 + 14648, + 14649 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 41 }, "end": { - "line": 347, + "line": 351, "column": 42 } } @@ -33350,77 +33835,77 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 14444, - 14462 + 14650, + 14668 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 43 }, "end": { - "line": 347, + "line": 351, "column": 61 } } }, "range": [ - 14442, - 14462 + 14648, + 14668 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 41 }, "end": { - "line": 347, + "line": 351, "column": 61 } } } ], "range": [ - 14434, - 14463 + 14640, + 14669 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 33 }, "end": { - "line": 347, + "line": 351, "column": 62 } } }, "range": [ - 14409, - 14463 + 14615, + 14669 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 8 }, "end": { - "line": 347, + "line": 351, "column": 62 } } }, "range": [ - 14409, - 14464 + 14615, + 14670 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 8 }, "end": { - "line": 347, + "line": 351, "column": 63 } }, @@ -33429,16 +33914,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14322, - 14352 + 14528, + 14558 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 8 }, "end": { - "line": 345, + "line": 349, "column": 38 } } @@ -33447,16 +33932,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14361, - 14400 + 14567, + 14606 ], "loc": { "start": { - "line": 346, + "line": 350, "column": 8 }, "end": { - "line": 346, + "line": 350, "column": 47 } } @@ -33467,16 +33952,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14474, - 14494 + 14680, + 14700 ], "loc": { "start": { - "line": 349, + "line": 353, "column": 8 }, "end": { - "line": 349, + "line": 353, "column": 28 } } @@ -33485,16 +33970,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14503, - 14545 + 14709, + 14751 ], "loc": { "start": { - "line": 350, + "line": 354, "column": 8 }, "end": { - "line": 350, + "line": 354, "column": 50 } } @@ -33512,16 +33997,16 @@ "object": { "type": "ThisExpression", "range": [ - 14554, - 14558 + 14760, + 14764 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 8 }, "end": { - "line": 351, + "line": 355, "column": 12 } } @@ -33530,31 +34015,31 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 14559, - 14574 + 14765, + 14780 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 13 }, "end": { - "line": 351, + "line": 355, "column": 28 } } }, "range": [ - 14554, - 14574 + 14760, + 14780 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 8 }, "end": { - "line": 351, + "line": 355, "column": 28 } } @@ -33569,16 +34054,16 @@ "type": "Identifier", "name": "f", "range": [ - 14577, - 14578 + 14783, + 14784 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 31 }, "end": { - "line": 351, + "line": 355, "column": 32 } } @@ -33587,31 +34072,31 @@ "type": "Identifier", "name": "default_date_type", "range": [ - 14579, - 14596 + 14785, + 14802 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 33 }, "end": { - "line": 351, + "line": 355, "column": 50 } } }, "range": [ - 14577, - 14596 + 14783, + 14802 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 31 }, "end": { - "line": 351, + "line": 355, "column": 50 } } @@ -33621,61 +34106,61 @@ "value": "DMY", "raw": "'DMY'", "range": [ - 14600, - 14605 + 14806, + 14811 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 54 }, "end": { - "line": 351, + "line": 355, "column": 59 } } }, "range": [ - 14577, - 14605 + 14783, + 14811 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 31 }, "end": { - "line": 351, + "line": 355, "column": 59 } } }, "range": [ - 14554, - 14605 + 14760, + 14811 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 8 }, "end": { - "line": 351, + "line": 355, "column": 59 } } }, "range": [ - 14554, - 14606 + 14760, + 14812 ], "loc": { "start": { - "line": 351, + "line": 355, "column": 8 }, "end": { - "line": 351, + "line": 355, "column": 60 } }, @@ -33684,16 +34169,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14474, - 14494 + 14680, + 14700 ], "loc": { "start": { - "line": 349, + "line": 353, "column": 8 }, "end": { - "line": 349, + "line": 353, "column": 28 } } @@ -33702,16 +34187,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14503, - 14545 + 14709, + 14751 ], "loc": { "start": { - "line": 350, + "line": 354, "column": 8 }, "end": { - "line": 350, + "line": 354, "column": 50 } } @@ -33722,16 +34207,16 @@ "type": "Line", "value": "defines default thousands separator", "range": [ - 14615, - 14652 + 14821, + 14858 ], "loc": { "start": { - "line": 352, + "line": 356, "column": 8 }, "end": { - "line": 352, + "line": 356, "column": 45 } } @@ -33740,16 +34225,16 @@ "type": "Line", "value": "US = ',' EU = '.'", "range": [ - 14661, - 14680 + 14867, + 14886 ], "loc": { "start": { - "line": 353, + "line": 357, "column": 8 }, "end": { - "line": 353, + "line": 357, "column": 27 } } @@ -33767,16 +34252,16 @@ "object": { "type": "ThisExpression", "range": [ - 14689, - 14693 + 14895, + 14899 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 8 }, "end": { - "line": 354, + "line": 358, "column": 12 } } @@ -33785,31 +34270,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 14694, - 14712 + 14900, + 14918 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 13 }, "end": { - "line": 354, + "line": 358, "column": 31 } } }, "range": [ - 14689, - 14712 + 14895, + 14918 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 8 }, "end": { - "line": 354, + "line": 358, "column": 31 } } @@ -33824,16 +34309,16 @@ "type": "Identifier", "name": "f", "range": [ - 14715, - 14716 + 14921, + 14922 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 34 }, "end": { - "line": 354, + "line": 358, "column": 35 } } @@ -33842,31 +34327,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 14717, - 14736 + 14923, + 14942 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 36 }, "end": { - "line": 354, + "line": 358, "column": 55 } } }, "range": [ - 14715, - 14736 + 14921, + 14942 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 34 }, "end": { - "line": 354, + "line": 358, "column": 55 } } @@ -33876,61 +34361,61 @@ "value": ",", "raw": "','", "range": [ - 14740, - 14743 + 14946, + 14949 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 59 }, "end": { - "line": 354, + "line": 358, "column": 62 } } }, "range": [ - 14715, - 14743 + 14921, + 14949 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 34 }, "end": { - "line": 354, + "line": 358, "column": 62 } } }, "range": [ - 14689, - 14743 + 14895, + 14949 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 8 }, "end": { - "line": 354, + "line": 358, "column": 62 } } }, "range": [ - 14689, - 14744 + 14895, + 14950 ], "loc": { "start": { - "line": 354, + "line": 358, "column": 8 }, "end": { - "line": 354, + "line": 358, "column": 63 } }, @@ -33939,16 +34424,16 @@ "type": "Line", "value": "defines default thousands separator", "range": [ - 14615, - 14652 + 14821, + 14858 ], "loc": { "start": { - "line": 352, + "line": 356, "column": 8 }, "end": { - "line": 352, + "line": 356, "column": 45 } } @@ -33957,16 +34442,16 @@ "type": "Line", "value": "US = ',' EU = '.'", "range": [ - 14661, - 14680 + 14867, + 14886 ], "loc": { "start": { - "line": 353, + "line": 357, "column": 8 }, "end": { - "line": 353, + "line": 357, "column": 27 } } @@ -33977,16 +34462,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14753, - 14788 + 14959, + 14994 ], "loc": { "start": { - "line": 355, + "line": 359, "column": 8 }, "end": { - "line": 355, + "line": 359, "column": 43 } } @@ -33995,16 +34480,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14797, - 14829 + 15003, + 15035 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 8 }, "end": { - "line": 356, + "line": 360, "column": 40 } } @@ -34022,16 +34507,16 @@ "object": { "type": "ThisExpression", "range": [ - 14838, - 14842 + 15044, + 15048 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 8 }, "end": { - "line": 357, + "line": 361, "column": 12 } } @@ -34040,31 +34525,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 14843, - 14859 + 15049, + 15065 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 13 }, "end": { - "line": 357, + "line": 361, "column": 29 } } }, "range": [ - 14838, - 14859 + 15044, + 15065 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 8 }, "end": { - "line": 357, + "line": 361, "column": 29 } } @@ -34079,16 +34564,16 @@ "type": "Identifier", "name": "f", "range": [ - 14862, - 14863 + 15068, + 15069 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 32 }, "end": { - "line": 357, + "line": 361, "column": 33 } } @@ -34097,31 +34582,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 14864, - 14881 + 15070, + 15087 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 34 }, "end": { - "line": 357, + "line": 361, "column": 51 } } }, "range": [ - 14862, - 14881 + 15068, + 15087 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 32 }, "end": { - "line": 357, + "line": 361, "column": 51 } } @@ -34131,61 +34616,61 @@ "value": ".", "raw": "'.'", "range": [ - 14885, - 14888 + 15091, + 15094 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 55 }, "end": { - "line": 357, + "line": 361, "column": 58 } } }, "range": [ - 14862, - 14888 + 15068, + 15094 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 32 }, "end": { - "line": 357, + "line": 361, "column": 58 } } }, "range": [ - 14838, - 14888 + 15044, + 15094 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 8 }, "end": { - "line": 357, + "line": 361, "column": 58 } } }, "range": [ - 14838, - 14889 + 15044, + 15095 ], "loc": { "start": { - "line": 357, + "line": 361, "column": 8 }, "end": { - "line": 357, + "line": 361, "column": 59 } }, @@ -34194,16 +34679,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14753, - 14788 + 14959, + 14994 ], "loc": { "start": { - "line": 355, + "line": 359, "column": 8 }, "end": { - "line": 355, + "line": 359, "column": 43 } } @@ -34212,16 +34697,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14797, - 14829 + 15003, + 15035 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 8 }, "end": { - "line": 356, + "line": 360, "column": 40 } } @@ -34232,16 +34717,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14898, - 14932 + 15104, + 15138 ], "loc": { "start": { - "line": 358, + "line": 362, "column": 8 }, "end": { - "line": 358, + "line": 362, "column": 42 } } @@ -34259,16 +34744,16 @@ "object": { "type": "ThisExpression", "range": [ - 14941, - 14945 + 15147, + 15151 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 8 }, "end": { - "line": 359, + "line": 363, "column": 12 } } @@ -34277,31 +34762,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 14946, - 14960 + 15152, + 15166 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 13 }, "end": { - "line": 359, + "line": 363, "column": 27 } } }, "range": [ - 14941, - 14960 + 15147, + 15166 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 8 }, "end": { - "line": 359, + "line": 363, "column": 27 } } @@ -34315,16 +34800,16 @@ "type": "Identifier", "name": "Types", "range": [ - 14963, - 14968 + 15169, + 15174 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 30 }, "end": { - "line": 359, + "line": 363, "column": 35 } } @@ -34333,31 +34818,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 14969, - 14976 + 15175, + 15182 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 36 }, "end": { - "line": 359, + "line": 363, "column": 43 } } }, "range": [ - 14963, - 14976 + 15169, + 15182 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 30 }, "end": { - "line": 359, + "line": 363, "column": 43 } } @@ -34370,16 +34855,16 @@ "type": "Identifier", "name": "f", "range": [ - 14977, - 14978 + 15183, + 15184 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 44 }, "end": { - "line": 359, + "line": 363, "column": 45 } } @@ -34388,77 +34873,77 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 14979, - 14996 + 15185, + 15202 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 46 }, "end": { - "line": 359, + "line": 363, "column": 63 } } }, "range": [ - 14977, - 14996 + 15183, + 15202 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 44 }, "end": { - "line": 359, + "line": 363, "column": 63 } } } ], "range": [ - 14963, - 14997 + 15169, + 15203 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 30 }, "end": { - "line": 359, + "line": 363, "column": 64 } } }, "range": [ - 14941, - 14997 + 15147, + 15203 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 8 }, "end": { - "line": 359, + "line": 363, "column": 64 } } }, "range": [ - 14941, - 14998 + 15147, + 15204 ], "loc": { "start": { - "line": 359, + "line": 363, "column": 8 }, "end": { - "line": 359, + "line": 363, "column": 65 } }, @@ -34467,16 +34952,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14898, - 14932 + 15104, + 15138 ], "loc": { "start": { - "line": 358, + "line": 362, "column": 8 }, "end": { - "line": 358, + "line": 362, "column": 42 } } @@ -34487,16 +34972,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 15007, - 15044 + 15213, + 15250 ], "loc": { "start": { - "line": 360, + "line": 364, "column": 8 }, "end": { - "line": 360, + "line": 364, "column": 45 } } @@ -34514,16 +34999,16 @@ "object": { "type": "ThisExpression", "range": [ - 15053, - 15057 + 15259, + 15263 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 8 }, "end": { - "line": 361, + "line": 365, "column": 12 } } @@ -34532,31 +35017,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 15058, - 15069 + 15264, + 15275 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 13 }, "end": { - "line": 361, + "line": 365, "column": 24 } } }, "range": [ - 15053, - 15069 + 15259, + 15275 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 8 }, "end": { - "line": 361, + "line": 365, "column": 24 } } @@ -34569,16 +35054,16 @@ "object": { "type": "ThisExpression", "range": [ - 15072, - 15076 + 15278, + 15282 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 27 }, "end": { - "line": 361, + "line": 365, "column": 31 } } @@ -34587,31 +35072,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 15077, - 15091 + 15283, + 15297 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 32 }, "end": { - "line": 361, + "line": 365, "column": 46 } } }, "range": [ - 15072, - 15091 + 15278, + 15297 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 27 }, "end": { - "line": 361, + "line": 365, "column": 46 } } @@ -34623,16 +35108,16 @@ "type": "Identifier", "name": "f", "range": [ - 15094, - 15095 + 15300, + 15301 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 49 }, "end": { - "line": 361, + "line": 365, "column": 50 } } @@ -34641,31 +35126,31 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 15096, - 15113 + 15302, + 15319 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 51 }, "end": { - "line": 361, + "line": 365, "column": 68 } } }, "range": [ - 15094, - 15113 + 15300, + 15319 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 49 }, "end": { - "line": 361, + "line": 365, "column": 68 } } @@ -34675,61 +35160,61 @@ "value": null, "raw": "null", "range": [ - 15116, - 15120 + 15322, + 15326 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 71 }, "end": { - "line": 361, + "line": 365, "column": 75 } } }, "range": [ - 15072, - 15120 + 15278, + 15326 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 27 }, "end": { - "line": 361, + "line": 365, "column": 75 } } }, "range": [ - 15053, - 15120 + 15259, + 15326 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 8 }, "end": { - "line": 361, + "line": 365, "column": 75 } } }, "range": [ - 15053, - 15121 + 15259, + 15327 ], "loc": { "start": { - "line": 361, + "line": 365, "column": 8 }, "end": { - "line": 361, + "line": 365, "column": 76 } }, @@ -34738,16 +35223,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 15007, - 15044 + 15213, + 15250 ], "loc": { "start": { - "line": 360, + "line": 364, "column": 8 }, "end": { - "line": 360, + "line": 364, "column": 45 } } @@ -34758,16 +35243,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15130, - 15160 + 15336, + 15366 ], "loc": { "start": { - "line": 362, + "line": 366, "column": 8 }, "end": { - "line": 362, + "line": 366, "column": 38 } } @@ -34785,16 +35270,16 @@ "object": { "type": "ThisExpression", "range": [ - 15169, - 15173 + 15375, + 15379 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 8 }, "end": { - "line": 363, + "line": 367, "column": 12 } } @@ -34803,31 +35288,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 15174, - 15188 + 15380, + 15394 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 13 }, "end": { - "line": 363, + "line": 367, "column": 27 } } }, "range": [ - 15169, - 15188 + 15375, + 15394 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 8 }, "end": { - "line": 363, + "line": 367, "column": 27 } } @@ -34841,16 +35326,16 @@ "type": "Identifier", "name": "Types", "range": [ - 15191, - 15196 + 15397, + 15402 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 30 }, "end": { - "line": 363, + "line": 367, "column": 35 } } @@ -34859,31 +35344,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 15197, - 15204 + 15403, + 15410 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 36 }, "end": { - "line": 363, + "line": 367, "column": 43 } } }, "range": [ - 15191, - 15204 + 15397, + 15410 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 30 }, "end": { - "line": 363, + "line": 367, "column": 43 } } @@ -34896,16 +35381,16 @@ "type": "Identifier", "name": "f", "range": [ - 15205, - 15206 + 15411, + 15412 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 44 }, "end": { - "line": 363, + "line": 367, "column": 45 } } @@ -34914,77 +35399,77 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 15207, - 15220 + 15413, + 15426 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 46 }, "end": { - "line": 363, + "line": 367, "column": 59 } } }, "range": [ - 15205, - 15220 + 15411, + 15426 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 44 }, "end": { - "line": 363, + "line": 367, "column": 59 } } } ], "range": [ - 15191, - 15221 + 15397, + 15427 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 30 }, "end": { - "line": 363, + "line": 367, "column": 60 } } }, "range": [ - 15169, - 15221 + 15375, + 15427 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 8 }, "end": { - "line": 363, + "line": 367, "column": 60 } } }, "range": [ - 15169, - 15222 + 15375, + 15428 ], "loc": { "start": { - "line": 363, + "line": 367, "column": 8 }, "end": { - "line": 363, + "line": 367, "column": 61 } }, @@ -34993,16 +35478,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15130, - 15160 + 15336, + 15366 ], "loc": { "start": { - "line": 362, + "line": 366, "column": 8 }, "end": { - "line": 362, + "line": 366, "column": 38 } } @@ -35013,16 +35498,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15231, - 15267 + 15437, + 15473 ], "loc": { "start": { - "line": 364, + "line": 368, "column": 8 }, "end": { - "line": 364, + "line": 368, "column": 44 } } @@ -35040,16 +35525,16 @@ "object": { "type": "ThisExpression", "range": [ - 15276, - 15280 + 15482, + 15486 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 8 }, "end": { - "line": 365, + "line": 369, "column": 12 } } @@ -35058,31 +35543,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 15281, - 15292 + 15487, + 15498 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 13 }, "end": { - "line": 365, + "line": 369, "column": 24 } } }, "range": [ - 15276, - 15292 + 15482, + 15498 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 8 }, "end": { - "line": 365, + "line": 369, "column": 24 } } @@ -35095,16 +35580,16 @@ "object": { "type": "ThisExpression", "range": [ - 15295, - 15299 + 15501, + 15505 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 27 }, "end": { - "line": 365, + "line": 369, "column": 31 } } @@ -35113,31 +35598,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 15300, - 15314 + 15506, + 15520 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 32 }, "end": { - "line": 365, + "line": 369, "column": 46 } } }, "range": [ - 15295, - 15314 + 15501, + 15520 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 27 }, "end": { - "line": 365, + "line": 369, "column": 46 } } @@ -35149,16 +35634,16 @@ "type": "Identifier", "name": "f", "range": [ - 15317, - 15318 + 15523, + 15524 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 49 }, "end": { - "line": 365, + "line": 369, "column": 50 } } @@ -35167,31 +35652,31 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 15319, - 15332 + 15525, + 15538 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 51 }, "end": { - "line": 365, + "line": 369, "column": 64 } } }, "range": [ - 15317, - 15332 + 15523, + 15538 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 49 }, "end": { - "line": 365, + "line": 369, "column": 64 } } @@ -35201,61 +35686,61 @@ "value": null, "raw": "null", "range": [ - 15335, - 15339 + 15541, + 15545 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 67 }, "end": { - "line": 365, + "line": 369, "column": 71 } } }, "range": [ - 15295, - 15339 + 15501, + 15545 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 27 }, "end": { - "line": 365, + "line": 369, "column": 71 } } }, "range": [ - 15276, - 15339 + 15482, + 15545 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 8 }, "end": { - "line": 365, + "line": 369, "column": 71 } } }, "range": [ - 15276, - 15340 + 15482, + 15546 ], "loc": { "start": { - "line": 365, + "line": 369, "column": 8 }, "end": { - "line": 365, + "line": 369, "column": 72 } }, @@ -35264,16 +35749,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15231, - 15267 + 15437, + 15473 ], "loc": { "start": { - "line": 364, + "line": 368, "column": 8 }, "end": { - "line": 364, + "line": 368, "column": 44 } } @@ -35284,16 +35769,16 @@ "type": "Block", "value": "** status messages **", "range": [ - 15350, - 15375 + 15556, + 15581 ], "loc": { "start": { - "line": 367, + "line": 371, "column": 8 }, "end": { - "line": 367, + "line": 371, "column": 33 } } @@ -35302,16 +35787,16 @@ "type": "Line", "value": "filtering", "range": [ - 15384, - 15395 + 15590, + 15601 ], "loc": { "start": { - "line": 368, + "line": 372, "column": 8 }, "end": { - "line": 368, + "line": 372, "column": 19 } } @@ -35329,16 +35814,16 @@ "object": { "type": "ThisExpression", "range": [ - 15404, - 15408 + 15610, + 15614 ], "loc": { "start": { - "line": 369, + "line": 373, "column": 8 }, "end": { - "line": 369, + "line": 373, "column": 12 } } @@ -35347,463 +35832,7 @@ "type": "Identifier", "name": "msgFilter", "range": [ - 15409, - 15418 - ], - "loc": { - "start": { - "line": 369, - "column": 13 - }, - "end": { - "line": 369, - "column": 22 - } - } - }, - "range": [ - 15404, - 15418 - ], - "loc": { - "start": { - "line": 369, - "column": 8 - }, - "end": { - "line": 369, - "column": 22 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15421, - 15422 - ], - "loc": { - "start": { - "line": 369, - "column": 25 - }, - "end": { - "line": 369, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "msg_filter", - "range": [ - 15423, - 15433 - ], - "loc": { - "start": { - "line": 369, - "column": 27 - }, - "end": { - "line": 369, - "column": 37 - } - } - }, - "range": [ - 15421, - 15433 - ], - "loc": { - "start": { - "line": 369, - "column": 25 - }, - "end": { - "line": 369, - "column": 37 - } - } - }, - "right": { - "type": "Literal", - "value": "Filtering data...", - "raw": "'Filtering data...'", - "range": [ - 15437, - 15456 - ], - "loc": { - "start": { - "line": 369, - "column": 41 - }, - "end": { - "line": 369, - "column": 60 - } - } - }, - "range": [ - 15421, - 15456 - ], - "loc": { - "start": { - "line": 369, - "column": 25 - }, - "end": { - "line": 369, - "column": 60 - } - } - }, - "range": [ - 15404, - 15456 - ], - "loc": { - "start": { - "line": 369, - "column": 8 - }, - "end": { - "line": 369, - "column": 60 - } - } - }, - "range": [ - 15404, - 15457 - ], - "loc": { - "start": { - "line": 369, - "column": 8 - }, - "end": { - "line": 369, - "column": 61 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** status messages **", - "range": [ - 15350, - 15375 - ], - "loc": { - "start": { - "line": 367, - "column": 8 - }, - "end": { - "line": 367, - "column": 33 - } - } - }, - { - "type": "Line", - "value": "filtering", - "range": [ - 15384, - 15395 - ], - "loc": { - "start": { - "line": 368, - "column": 8 - }, - "end": { - "line": 368, - "column": 19 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "populating drop-downs", - "range": [ - 15466, - 15489 - ], - "loc": { - "start": { - "line": 370, - "column": 8 - }, - "end": { - "line": 370, - "column": 31 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15498, - 15502 - ], - "loc": { - "start": { - "line": 371, - "column": 8 - }, - "end": { - "line": 371, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "msgPopulate", - "range": [ - 15503, - 15514 - ], - "loc": { - "start": { - "line": 371, - "column": 13 - }, - "end": { - "line": 371, - "column": 24 - } - } - }, - "range": [ - 15498, - 15514 - ], - "loc": { - "start": { - "line": 371, - "column": 8 - }, - "end": { - "line": 371, - "column": 24 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15517, - 15518 - ], - "loc": { - "start": { - "line": 371, - "column": 27 - }, - "end": { - "line": 371, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "msg_populate", - "range": [ - 15519, - 15531 - ], - "loc": { - "start": { - "line": 371, - "column": 29 - }, - "end": { - "line": 371, - "column": 41 - } - } - }, - "range": [ - 15517, - 15531 - ], - "loc": { - "start": { - "line": 371, - "column": 27 - }, - "end": { - "line": 371, - "column": 41 - } - } - }, - "right": { - "type": "Literal", - "value": "Populating filter...", - "raw": "'Populating filter...'", - "range": [ - 15535, - 15557 - ], - "loc": { - "start": { - "line": 371, - "column": 45 - }, - "end": { - "line": 371, - "column": 67 - } - } - }, - "range": [ - 15517, - 15557 - ], - "loc": { - "start": { - "line": 371, - "column": 27 - }, - "end": { - "line": 371, - "column": 67 - } - } - }, - "range": [ - 15498, - 15557 - ], - "loc": { - "start": { - "line": 371, - "column": 8 - }, - "end": { - "line": 371, - "column": 67 - } - } - }, - "range": [ - 15498, - 15558 - ], - "loc": { - "start": { - "line": 371, - "column": 8 - }, - "end": { - "line": 371, - "column": 68 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "populating drop-downs", - "range": [ - 15466, - 15489 - ], - "loc": { - "start": { - "line": 370, - "column": 8 - }, - "end": { - "line": 370, - "column": 31 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "populating drop-downs", - "range": [ - 15567, - 15590 - ], - "loc": { - "start": { - "line": 372, - "column": 8 - }, - "end": { - "line": 372, - "column": 31 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15599, - 15603 - ], - "loc": { - "start": { - "line": 373, - "column": 8 - }, - "end": { - "line": 373, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "msgPopulateCheckList", - "range": [ - 15604, + 15615, 15624 ], "loc": { @@ -35813,12 +35842,12 @@ }, "end": { "line": 373, - "column": 33 + "column": 22 } } }, "range": [ - 15599, + 15610, 15624 ], "loc": { @@ -35828,7 +35857,7 @@ }, "end": { "line": 373, - "column": 33 + "column": 22 } } }, @@ -35848,10 +35877,466 @@ "loc": { "start": { "line": 373, - "column": 36 + "column": 25 }, "end": { "line": 373, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "msg_filter", + "range": [ + 15629, + 15639 + ], + "loc": { + "start": { + "line": 373, + "column": 27 + }, + "end": { + "line": 373, + "column": 37 + } + } + }, + "range": [ + 15627, + 15639 + ], + "loc": { + "start": { + "line": 373, + "column": 25 + }, + "end": { + "line": 373, + "column": 37 + } + } + }, + "right": { + "type": "Literal", + "value": "Filtering data...", + "raw": "'Filtering data...'", + "range": [ + 15643, + 15662 + ], + "loc": { + "start": { + "line": 373, + "column": 41 + }, + "end": { + "line": 373, + "column": 60 + } + } + }, + "range": [ + 15627, + 15662 + ], + "loc": { + "start": { + "line": 373, + "column": 25 + }, + "end": { + "line": 373, + "column": 60 + } + } + }, + "range": [ + 15610, + 15662 + ], + "loc": { + "start": { + "line": 373, + "column": 8 + }, + "end": { + "line": 373, + "column": 60 + } + } + }, + "range": [ + 15610, + 15663 + ], + "loc": { + "start": { + "line": 373, + "column": 8 + }, + "end": { + "line": 373, + "column": 61 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "** status messages **", + "range": [ + 15556, + 15581 + ], + "loc": { + "start": { + "line": 371, + "column": 8 + }, + "end": { + "line": 371, + "column": 33 + } + } + }, + { + "type": "Line", + "value": "filtering", + "range": [ + 15590, + 15601 + ], + "loc": { + "start": { + "line": 372, + "column": 8 + }, + "end": { + "line": 372, + "column": 19 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "populating drop-downs", + "range": [ + 15672, + 15695 + ], + "loc": { + "start": { + "line": 374, + "column": 8 + }, + "end": { + "line": 374, + "column": 31 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15704, + 15708 + ], + "loc": { + "start": { + "line": 375, + "column": 8 + }, + "end": { + "line": 375, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "msgPopulate", + "range": [ + 15709, + 15720 + ], + "loc": { + "start": { + "line": 375, + "column": 13 + }, + "end": { + "line": 375, + "column": 24 + } + } + }, + "range": [ + 15704, + 15720 + ], + "loc": { + "start": { + "line": 375, + "column": 8 + }, + "end": { + "line": 375, + "column": 24 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 15723, + 15724 + ], + "loc": { + "start": { + "line": 375, + "column": 27 + }, + "end": { + "line": 375, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "msg_populate", + "range": [ + 15725, + 15737 + ], + "loc": { + "start": { + "line": 375, + "column": 29 + }, + "end": { + "line": 375, + "column": 41 + } + } + }, + "range": [ + 15723, + 15737 + ], + "loc": { + "start": { + "line": 375, + "column": 27 + }, + "end": { + "line": 375, + "column": 41 + } + } + }, + "right": { + "type": "Literal", + "value": "Populating filter...", + "raw": "'Populating filter...'", + "range": [ + 15741, + 15763 + ], + "loc": { + "start": { + "line": 375, + "column": 45 + }, + "end": { + "line": 375, + "column": 67 + } + } + }, + "range": [ + 15723, + 15763 + ], + "loc": { + "start": { + "line": 375, + "column": 27 + }, + "end": { + "line": 375, + "column": 67 + } + } + }, + "range": [ + 15704, + 15763 + ], + "loc": { + "start": { + "line": 375, + "column": 8 + }, + "end": { + "line": 375, + "column": 67 + } + } + }, + "range": [ + 15704, + 15764 + ], + "loc": { + "start": { + "line": 375, + "column": 8 + }, + "end": { + "line": 375, + "column": 68 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "populating drop-downs", + "range": [ + 15672, + 15695 + ], + "loc": { + "start": { + "line": 374, + "column": 8 + }, + "end": { + "line": 374, + "column": 31 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "populating drop-downs", + "range": [ + 15773, + 15796 + ], + "loc": { + "start": { + "line": 376, + "column": 8 + }, + "end": { + "line": 376, + "column": 31 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15805, + 15809 + ], + "loc": { + "start": { + "line": 377, + "column": 8 + }, + "end": { + "line": 377, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "msgPopulateCheckList", + "range": [ + 15810, + 15830 + ], + "loc": { + "start": { + "line": 377, + "column": 13 + }, + "end": { + "line": 377, + "column": 33 + } + } + }, + "range": [ + 15805, + 15830 + ], + "loc": { + "start": { + "line": 377, + "column": 8 + }, + "end": { + "line": 377, + "column": 33 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 15833, + 15834 + ], + "loc": { + "start": { + "line": 377, + "column": 36 + }, + "end": { + "line": 377, "column": 37 } } @@ -35860,31 +36345,31 @@ "type": "Identifier", "name": "msg_populate_checklist", "range": [ - 15629, - 15651 + 15835, + 15857 ], "loc": { "start": { - "line": 373, + "line": 377, "column": 38 }, "end": { - "line": 373, + "line": 377, "column": 60 } } }, "range": [ - 15627, - 15651 + 15833, + 15857 ], "loc": { "start": { - "line": 373, + "line": 377, "column": 36 }, "end": { - "line": 373, + "line": 377, "column": 60 } } @@ -35894,61 +36379,61 @@ "value": "Populating list...", "raw": "'Populating list...'", "range": [ - 15667, - 15687 + 15873, + 15893 ], "loc": { "start": { - "line": 374, + "line": 378, "column": 12 }, "end": { - "line": 374, + "line": 378, "column": 32 } } }, "range": [ - 15627, - 15687 + 15833, + 15893 ], "loc": { "start": { - "line": 373, + "line": 377, "column": 36 }, "end": { - "line": 374, + "line": 378, "column": 32 } } }, "range": [ - 15599, - 15687 + 15805, + 15893 ], "loc": { "start": { - "line": 373, + "line": 377, "column": 8 }, "end": { - "line": 374, + "line": 378, "column": 32 } } }, "range": [ - 15599, - 15688 + 15805, + 15894 ], "loc": { "start": { - "line": 373, + "line": 377, "column": 8 }, "end": { - "line": 374, + "line": 378, "column": 33 } }, @@ -35957,16 +36442,16 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 15567, - 15590 + 15773, + 15796 ], "loc": { "start": { - "line": 372, + "line": 376, "column": 8 }, "end": { - "line": 372, + "line": 376, "column": 31 } } @@ -35977,16 +36462,16 @@ "type": "Line", "value": "changing paging page", "range": [ - 15697, - 15719 + 15903, + 15925 ], "loc": { "start": { - "line": 375, + "line": 379, "column": 8 }, "end": { - "line": 375, + "line": 379, "column": 30 } } @@ -36004,16 +36489,16 @@ "object": { "type": "ThisExpression", "range": [ - 15728, - 15732 + 15934, + 15938 ], "loc": { "start": { - "line": 376, + "line": 380, "column": 8 }, "end": { - "line": 376, + "line": 380, "column": 12 } } @@ -36022,445 +36507,7 @@ "type": "Identifier", "name": "msgChangePage", "range": [ - 15733, - 15746 - ], - "loc": { - "start": { - "line": 376, - "column": 13 - }, - "end": { - "line": 376, - "column": 26 - } - } - }, - "range": [ - 15728, - 15746 - ], - "loc": { - "start": { - "line": 376, - "column": 8 - }, - "end": { - "line": 376, - "column": 26 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15749, - 15750 - ], - "loc": { - "start": { - "line": 376, - "column": 29 - }, - "end": { - "line": 376, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "msg_change_page", - "range": [ - 15751, - 15766 - ], - "loc": { - "start": { - "line": 376, - "column": 31 - }, - "end": { - "line": 376, - "column": 46 - } - } - }, - "range": [ - 15749, - 15766 - ], - "loc": { - "start": { - "line": 376, - "column": 29 - }, - "end": { - "line": 376, - "column": 46 - } - } - }, - "right": { - "type": "Literal", - "value": "Collecting paging data...", - "raw": "'Collecting paging data...'", - "range": [ - 15770, - 15797 - ], - "loc": { - "start": { - "line": 376, - "column": 50 - }, - "end": { - "line": 376, - "column": 77 - } - } - }, - "range": [ - 15749, - 15797 - ], - "loc": { - "start": { - "line": 376, - "column": 29 - }, - "end": { - "line": 376, - "column": 77 - } - } - }, - "range": [ - 15728, - 15797 - ], - "loc": { - "start": { - "line": 376, - "column": 8 - }, - "end": { - "line": 376, - "column": 77 - } - } - }, - "range": [ - 15728, - 15798 - ], - "loc": { - "start": { - "line": 376, - "column": 8 - }, - "end": { - "line": 376, - "column": 78 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "changing paging page", - "range": [ - 15697, - 15719 - ], - "loc": { - "start": { - "line": 375, - "column": 8 - }, - "end": { - "line": 375, - "column": 30 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "clearing filters", - "range": [ - 15807, - 15825 - ], - "loc": { - "start": { - "line": 377, - "column": 8 - }, - "end": { - "line": 377, - "column": 26 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15834, - 15838 - ], - "loc": { - "start": { - "line": 378, - "column": 8 - }, - "end": { - "line": 378, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "msgClear", - "range": [ - 15839, - 15847 - ], - "loc": { - "start": { - "line": 378, - "column": 13 - }, - "end": { - "line": 378, - "column": 21 - } - } - }, - "range": [ - 15834, - 15847 - ], - "loc": { - "start": { - "line": 378, - "column": 8 - }, - "end": { - "line": 378, - "column": 21 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15850, - 15851 - ], - "loc": { - "start": { - "line": 378, - "column": 24 - }, - "end": { - "line": 378, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "msg_clear", - "range": [ - 15852, - 15861 - ], - "loc": { - "start": { - "line": 378, - "column": 26 - }, - "end": { - "line": 378, - "column": 35 - } - } - }, - "range": [ - 15850, - 15861 - ], - "loc": { - "start": { - "line": 378, - "column": 24 - }, - "end": { - "line": 378, - "column": 35 - } - } - }, - "right": { - "type": "Literal", - "value": "Clearing filters...", - "raw": "'Clearing filters...'", - "range": [ - 15865, - 15886 - ], - "loc": { - "start": { - "line": 378, - "column": 39 - }, - "end": { - "line": 378, - "column": 60 - } - } - }, - "range": [ - 15850, - 15886 - ], - "loc": { - "start": { - "line": 378, - "column": 24 - }, - "end": { - "line": 378, - "column": 60 - } - } - }, - "range": [ - 15834, - 15886 - ], - "loc": { - "start": { - "line": 378, - "column": 8 - }, - "end": { - "line": 378, - "column": 60 - } - } - }, - "range": [ - 15834, - 15887 - ], - "loc": { - "start": { - "line": 378, - "column": 8 - }, - "end": { - "line": 378, - "column": 61 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "clearing filters", - "range": [ - 15807, - 15825 - ], - "loc": { - "start": { - "line": 377, - "column": 8 - }, - "end": { - "line": 377, - "column": 26 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "changing nb results/page", - "range": [ - 15896, - 15922 - ], - "loc": { - "start": { - "line": 379, - "column": 8 - }, - "end": { - "line": 379, - "column": 34 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15931, - 15935 - ], - "loc": { - "start": { - "line": 380, - "column": 8 - }, - "end": { - "line": 380, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "msgChangeResults", - "range": [ - 15936, + 15939, 15952 ], "loc": { @@ -36470,12 +36517,12 @@ }, "end": { "line": 380, - "column": 29 + "column": 26 } } }, "range": [ - 15931, + 15934, 15952 ], "loc": { @@ -36485,7 +36532,7 @@ }, "end": { "line": 380, - "column": 29 + "column": 26 } } }, @@ -36505,10 +36552,448 @@ "loc": { "start": { "line": 380, - "column": 32 + "column": 29 }, "end": { "line": 380, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "msg_change_page", + "range": [ + 15957, + 15972 + ], + "loc": { + "start": { + "line": 380, + "column": 31 + }, + "end": { + "line": 380, + "column": 46 + } + } + }, + "range": [ + 15955, + 15972 + ], + "loc": { + "start": { + "line": 380, + "column": 29 + }, + "end": { + "line": 380, + "column": 46 + } + } + }, + "right": { + "type": "Literal", + "value": "Collecting paging data...", + "raw": "'Collecting paging data...'", + "range": [ + 15976, + 16003 + ], + "loc": { + "start": { + "line": 380, + "column": 50 + }, + "end": { + "line": 380, + "column": 77 + } + } + }, + "range": [ + 15955, + 16003 + ], + "loc": { + "start": { + "line": 380, + "column": 29 + }, + "end": { + "line": 380, + "column": 77 + } + } + }, + "range": [ + 15934, + 16003 + ], + "loc": { + "start": { + "line": 380, + "column": 8 + }, + "end": { + "line": 380, + "column": 77 + } + } + }, + "range": [ + 15934, + 16004 + ], + "loc": { + "start": { + "line": 380, + "column": 8 + }, + "end": { + "line": 380, + "column": 78 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "changing paging page", + "range": [ + 15903, + 15925 + ], + "loc": { + "start": { + "line": 379, + "column": 8 + }, + "end": { + "line": 379, + "column": 30 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "clearing filters", + "range": [ + 16013, + 16031 + ], + "loc": { + "start": { + "line": 381, + "column": 8 + }, + "end": { + "line": 381, + "column": 26 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 16040, + 16044 + ], + "loc": { + "start": { + "line": 382, + "column": 8 + }, + "end": { + "line": 382, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "msgClear", + "range": [ + 16045, + 16053 + ], + "loc": { + "start": { + "line": 382, + "column": 13 + }, + "end": { + "line": 382, + "column": 21 + } + } + }, + "range": [ + 16040, + 16053 + ], + "loc": { + "start": { + "line": 382, + "column": 8 + }, + "end": { + "line": 382, + "column": 21 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 16056, + 16057 + ], + "loc": { + "start": { + "line": 382, + "column": 24 + }, + "end": { + "line": 382, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "msg_clear", + "range": [ + 16058, + 16067 + ], + "loc": { + "start": { + "line": 382, + "column": 26 + }, + "end": { + "line": 382, + "column": 35 + } + } + }, + "range": [ + 16056, + 16067 + ], + "loc": { + "start": { + "line": 382, + "column": 24 + }, + "end": { + "line": 382, + "column": 35 + } + } + }, + "right": { + "type": "Literal", + "value": "Clearing filters...", + "raw": "'Clearing filters...'", + "range": [ + 16071, + 16092 + ], + "loc": { + "start": { + "line": 382, + "column": 39 + }, + "end": { + "line": 382, + "column": 60 + } + } + }, + "range": [ + 16056, + 16092 + ], + "loc": { + "start": { + "line": 382, + "column": 24 + }, + "end": { + "line": 382, + "column": 60 + } + } + }, + "range": [ + 16040, + 16092 + ], + "loc": { + "start": { + "line": 382, + "column": 8 + }, + "end": { + "line": 382, + "column": 60 + } + } + }, + "range": [ + 16040, + 16093 + ], + "loc": { + "start": { + "line": 382, + "column": 8 + }, + "end": { + "line": 382, + "column": 61 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "clearing filters", + "range": [ + 16013, + 16031 + ], + "loc": { + "start": { + "line": 381, + "column": 8 + }, + "end": { + "line": 381, + "column": 26 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "changing nb results/page", + "range": [ + 16102, + 16128 + ], + "loc": { + "start": { + "line": 383, + "column": 8 + }, + "end": { + "line": 383, + "column": 34 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 16137, + 16141 + ], + "loc": { + "start": { + "line": 384, + "column": 8 + }, + "end": { + "line": 384, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "msgChangeResults", + "range": [ + 16142, + 16158 + ], + "loc": { + "start": { + "line": 384, + "column": 13 + }, + "end": { + "line": 384, + "column": 29 + } + } + }, + "range": [ + 16137, + 16158 + ], + "loc": { + "start": { + "line": 384, + "column": 8 + }, + "end": { + "line": 384, + "column": 29 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 16161, + 16162 + ], + "loc": { + "start": { + "line": 384, + "column": 32 + }, + "end": { + "line": 384, "column": 33 } } @@ -36517,31 +37002,31 @@ "type": "Identifier", "name": "msg_change_results", "range": [ - 15957, - 15975 + 16163, + 16181 ], "loc": { "start": { - "line": 380, + "line": 384, "column": 34 }, "end": { - "line": 380, + "line": 384, "column": 52 } } }, "range": [ - 15955, - 15975 + 16161, + 16181 ], "loc": { "start": { - "line": 380, + "line": 384, "column": 32 }, "end": { - "line": 380, + "line": 384, "column": 52 } } @@ -36551,61 +37036,61 @@ "value": "Changing results per page...", "raw": "'Changing results per page...'", "range": [ - 15991, - 16021 + 16197, + 16227 ], "loc": { "start": { - "line": 381, + "line": 385, "column": 12 }, "end": { - "line": 381, + "line": 385, "column": 42 } } }, "range": [ - 15955, - 16021 + 16161, + 16227 ], "loc": { "start": { - "line": 380, + "line": 384, "column": 32 }, "end": { - "line": 381, + "line": 385, "column": 42 } } }, "range": [ - 15931, - 16021 + 16137, + 16227 ], "loc": { "start": { - "line": 380, + "line": 384, "column": 8 }, "end": { - "line": 381, + "line": 385, "column": 42 } } }, "range": [ - 15931, - 16022 + 16137, + 16228 ], "loc": { "start": { - "line": 380, + "line": 384, "column": 8 }, "end": { - "line": 381, + "line": 385, "column": 43 } }, @@ -36614,16 +37099,16 @@ "type": "Line", "value": "changing nb results/page", "range": [ - 15896, - 15922 + 16102, + 16128 ], "loc": { "start": { - "line": 379, + "line": 383, "column": 8 }, "end": { - "line": 379, + "line": 383, "column": 34 } } @@ -36634,16 +37119,16 @@ "type": "Line", "value": "re-setting grid values", "range": [ - 16031, - 16055 + 16237, + 16261 ], "loc": { "start": { - "line": 382, + "line": 386, "column": 8 }, "end": { - "line": 382, + "line": 386, "column": 32 } } @@ -36661,16 +37146,16 @@ "object": { "type": "ThisExpression", "range": [ - 16064, - 16068 + 16270, + 16274 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 8 }, "end": { - "line": 383, + "line": 387, "column": 12 } } @@ -36679,31 +37164,31 @@ "type": "Identifier", "name": "msgResetValues", "range": [ - 16069, - 16083 + 16275, + 16289 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 13 }, "end": { - "line": 383, + "line": 387, "column": 27 } } }, "range": [ - 16064, - 16083 + 16270, + 16289 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 8 }, "end": { - "line": 383, + "line": 387, "column": 27 } } @@ -36718,16 +37203,16 @@ "type": "Identifier", "name": "f", "range": [ - 16086, - 16087 + 16292, + 16293 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 30 }, "end": { - "line": 383, + "line": 387, "column": 31 } } @@ -36736,31 +37221,31 @@ "type": "Identifier", "name": "msg_reset_grid_values", "range": [ - 16088, - 16109 + 16294, + 16315 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 32 }, "end": { - "line": 383, + "line": 387, "column": 53 } } }, "range": [ - 16086, - 16109 + 16292, + 16315 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 30 }, "end": { - "line": 383, + "line": 387, "column": 53 } } @@ -36770,61 +37255,61 @@ "value": "Re-setting filters values...", "raw": "'Re-setting filters values...'", "range": [ - 16125, - 16155 + 16331, + 16361 ], "loc": { "start": { - "line": 384, + "line": 388, "column": 12 }, "end": { - "line": 384, + "line": 388, "column": 42 } } }, "range": [ - 16086, - 16155 + 16292, + 16361 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 30 }, "end": { - "line": 384, + "line": 388, "column": 42 } } }, "range": [ - 16064, - 16155 + 16270, + 16361 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 8 }, "end": { - "line": 384, + "line": 388, "column": 42 } } }, "range": [ - 16064, - 16156 + 16270, + 16362 ], "loc": { "start": { - "line": 383, + "line": 387, "column": 8 }, "end": { - "line": 384, + "line": 388, "column": 43 } }, @@ -36833,16 +37318,16 @@ "type": "Line", "value": "re-setting grid values", "range": [ - 16031, - 16055 + 16237, + 16261 ], "loc": { "start": { - "line": 382, + "line": 386, "column": 8 }, "end": { - "line": 382, + "line": 386, "column": 32 } } @@ -36853,16 +37338,16 @@ "type": "Line", "value": "re-setting page", "range": [ - 16165, - 16182 + 16371, + 16388 ], "loc": { "start": { - "line": 385, + "line": 389, "column": 8 }, "end": { - "line": 385, + "line": 389, "column": 25 } } @@ -36880,16 +37365,16 @@ "object": { "type": "ThisExpression", "range": [ - 16191, - 16195 + 16397, + 16401 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 8 }, "end": { - "line": 386, + "line": 390, "column": 12 } } @@ -36898,31 +37383,31 @@ "type": "Identifier", "name": "msgResetPage", "range": [ - 16196, - 16208 + 16402, + 16414 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 13 }, "end": { - "line": 386, + "line": 390, "column": 25 } } }, "range": [ - 16191, - 16208 + 16397, + 16414 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 8 }, "end": { - "line": 386, + "line": 390, "column": 25 } } @@ -36937,16 +37422,16 @@ "type": "Identifier", "name": "f", "range": [ - 16211, - 16212 + 16417, + 16418 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 28 }, "end": { - "line": 386, + "line": 390, "column": 29 } } @@ -36955,31 +37440,31 @@ "type": "Identifier", "name": "msg_reset_page", "range": [ - 16213, - 16227 + 16419, + 16433 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 30 }, "end": { - "line": 386, + "line": 390, "column": 44 } } }, "range": [ - 16211, - 16227 + 16417, + 16433 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 28 }, "end": { - "line": 386, + "line": 390, "column": 44 } } @@ -36989,61 +37474,61 @@ "value": "Re-setting page...", "raw": "'Re-setting page...'", "range": [ - 16231, - 16251 + 16437, + 16457 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 48 }, "end": { - "line": 386, + "line": 390, "column": 68 } } }, "range": [ - 16211, - 16251 + 16417, + 16457 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 28 }, "end": { - "line": 386, + "line": 390, "column": 68 } } }, "range": [ - 16191, - 16251 + 16397, + 16457 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 8 }, "end": { - "line": 386, + "line": 390, "column": 68 } } }, "range": [ - 16191, - 16252 + 16397, + 16458 ], "loc": { "start": { - "line": 386, + "line": 390, "column": 8 }, "end": { - "line": 386, + "line": 390, "column": 69 } }, @@ -37052,16 +37537,16 @@ "type": "Line", "value": "re-setting page", "range": [ - 16165, - 16182 + 16371, + 16388 ], "loc": { "start": { - "line": 385, + "line": 389, "column": 8 }, "end": { - "line": 385, + "line": 389, "column": 25 } } @@ -37072,16 +37557,16 @@ "type": "Line", "value": "re-setting page length", "range": [ - 16261, - 16285 + 16467, + 16491 ], "loc": { "start": { - "line": 387, + "line": 391, "column": 8 }, "end": { - "line": 387, + "line": 391, "column": 32 } } @@ -37099,16 +37584,16 @@ "object": { "type": "ThisExpression", "range": [ - 16294, - 16298 + 16500, + 16504 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 8 }, "end": { - "line": 388, + "line": 392, "column": 12 } } @@ -37117,31 +37602,31 @@ "type": "Identifier", "name": "msgResetPageLength", "range": [ - 16299, - 16317 + 16505, + 16523 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 13 }, "end": { - "line": 388, + "line": 392, "column": 31 } } }, "range": [ - 16294, - 16317 + 16500, + 16523 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 8 }, "end": { - "line": 388, + "line": 392, "column": 31 } } @@ -37156,16 +37641,16 @@ "type": "Identifier", "name": "f", "range": [ - 16320, - 16321 + 16526, + 16527 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 34 }, "end": { - "line": 388, + "line": 392, "column": 35 } } @@ -37174,31 +37659,31 @@ "type": "Identifier", "name": "msg_reset_page_length", "range": [ - 16322, - 16343 + 16528, + 16549 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 36 }, "end": { - "line": 388, + "line": 392, "column": 57 } } }, "range": [ - 16320, - 16343 + 16526, + 16549 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 34 }, "end": { - "line": 388, + "line": 392, "column": 57 } } @@ -37208,61 +37693,61 @@ "value": "Re-setting page length...", "raw": "'Re-setting page length...'", "range": [ - 16359, - 16386 + 16565, + 16592 ], "loc": { "start": { - "line": 389, + "line": 393, "column": 12 }, "end": { - "line": 389, + "line": 393, "column": 39 } } }, "range": [ - 16320, - 16386 + 16526, + 16592 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 34 }, "end": { - "line": 389, + "line": 393, "column": 39 } } }, "range": [ - 16294, - 16386 + 16500, + 16592 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 8 }, "end": { - "line": 389, + "line": 393, "column": 39 } } }, "range": [ - 16294, - 16387 + 16500, + 16593 ], "loc": { "start": { - "line": 388, + "line": 392, "column": 8 }, "end": { - "line": 389, + "line": 393, "column": 40 } }, @@ -37271,16 +37756,16 @@ "type": "Line", "value": "re-setting page length", "range": [ - 16261, - 16285 + 16467, + 16491 ], "loc": { "start": { - "line": 387, + "line": 391, "column": 8 }, "end": { - "line": 387, + "line": 391, "column": 32 } } @@ -37291,16 +37776,16 @@ "type": "Line", "value": "table sorting", "range": [ - 16396, - 16411 + 16602, + 16617 ], "loc": { "start": { - "line": 390, + "line": 394, "column": 8 }, "end": { - "line": 390, + "line": 394, "column": 23 } } @@ -37318,16 +37803,16 @@ "object": { "type": "ThisExpression", "range": [ - 16420, - 16424 + 16626, + 16630 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 8 }, "end": { - "line": 391, + "line": 395, "column": 12 } } @@ -37336,31 +37821,31 @@ "type": "Identifier", "name": "msgSort", "range": [ - 16425, - 16432 + 16631, + 16638 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 13 }, "end": { - "line": 391, + "line": 395, "column": 20 } } }, "range": [ - 16420, - 16432 + 16626, + 16638 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 8 }, "end": { - "line": 391, + "line": 395, "column": 20 } } @@ -37375,16 +37860,16 @@ "type": "Identifier", "name": "f", "range": [ - 16435, - 16436 + 16641, + 16642 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 23 }, "end": { - "line": 391, + "line": 395, "column": 24 } } @@ -37393,31 +37878,31 @@ "type": "Identifier", "name": "msg_sort", "range": [ - 16437, - 16445 + 16643, + 16651 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 25 }, "end": { - "line": 391, + "line": 395, "column": 33 } } }, "range": [ - 16435, - 16445 + 16641, + 16651 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 23 }, "end": { - "line": 391, + "line": 395, "column": 33 } } @@ -37427,61 +37912,61 @@ "value": "Sorting data...", "raw": "'Sorting data...'", "range": [ - 16449, - 16466 + 16655, + 16672 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 37 }, "end": { - "line": 391, + "line": 395, "column": 54 } } }, "range": [ - 16435, - 16466 + 16641, + 16672 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 23 }, "end": { - "line": 391, + "line": 395, "column": 54 } } }, "range": [ - 16420, - 16466 + 16626, + 16672 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 8 }, "end": { - "line": 391, + "line": 395, "column": 54 } } }, "range": [ - 16420, - 16467 + 16626, + 16673 ], "loc": { "start": { - "line": 391, + "line": 395, "column": 8 }, "end": { - "line": 391, + "line": 395, "column": 55 } }, @@ -37490,16 +37975,16 @@ "type": "Line", "value": "table sorting", "range": [ - 16396, - 16411 + 16602, + 16617 ], "loc": { "start": { - "line": 390, + "line": 394, "column": 8 }, "end": { - "line": 390, + "line": 394, "column": 23 } } @@ -37510,16 +37995,16 @@ "type": "Line", "value": "extensions loading", "range": [ - 16476, - 16496 + 16682, + 16702 ], "loc": { "start": { - "line": 392, + "line": 396, "column": 8 }, "end": { - "line": 392, + "line": 396, "column": 28 } } @@ -37537,16 +38022,16 @@ "object": { "type": "ThisExpression", "range": [ - 16505, - 16509 + 16711, + 16715 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 8 }, "end": { - "line": 393, + "line": 397, "column": 12 } } @@ -37555,31 +38040,31 @@ "type": "Identifier", "name": "msgLoadExtensions", "range": [ - 16510, - 16527 + 16716, + 16733 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 13 }, "end": { - "line": 393, + "line": 397, "column": 30 } } }, "range": [ - 16505, - 16527 + 16711, + 16733 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 8 }, "end": { - "line": 393, + "line": 397, "column": 30 } } @@ -37594,16 +38079,16 @@ "type": "Identifier", "name": "f", "range": [ - 16530, - 16531 + 16736, + 16737 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 33 }, "end": { - "line": 393, + "line": 397, "column": 34 } } @@ -37612,31 +38097,31 @@ "type": "Identifier", "name": "msg_load_extensions", "range": [ - 16532, - 16551 + 16738, + 16757 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 35 }, "end": { - "line": 393, + "line": 397, "column": 54 } } }, "range": [ - 16530, - 16551 + 16736, + 16757 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 33 }, "end": { - "line": 393, + "line": 397, "column": 54 } } @@ -37646,61 +38131,61 @@ "value": "Loading extensions...", "raw": "'Loading extensions...'", "range": [ - 16567, - 16590 + 16773, + 16796 ], "loc": { "start": { - "line": 394, + "line": 398, "column": 12 }, "end": { - "line": 394, + "line": 398, "column": 35 } } }, "range": [ - 16530, - 16590 + 16736, + 16796 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 33 }, "end": { - "line": 394, + "line": 398, "column": 35 } } }, "range": [ - 16505, - 16590 + 16711, + 16796 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 8 }, "end": { - "line": 394, + "line": 398, "column": 35 } } }, "range": [ - 16505, - 16591 + 16711, + 16797 ], "loc": { "start": { - "line": 393, + "line": 397, "column": 8 }, "end": { - "line": 394, + "line": 398, "column": 36 } }, @@ -37709,16 +38194,16 @@ "type": "Line", "value": "extensions loading", "range": [ - 16476, - 16496 + 16682, + 16702 ], "loc": { "start": { - "line": 392, + "line": 396, "column": 8 }, "end": { - "line": 392, + "line": 396, "column": 28 } } @@ -37729,16 +38214,16 @@ "type": "Line", "value": "themes loading", "range": [ - 16600, - 16616 + 16806, + 16822 ], "loc": { "start": { - "line": 395, + "line": 399, "column": 8 }, "end": { - "line": 395, + "line": 399, "column": 24 } } @@ -37756,16 +38241,16 @@ "object": { "type": "ThisExpression", "range": [ - 16625, - 16629 + 16831, + 16835 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 8 }, "end": { - "line": 396, + "line": 400, "column": 12 } } @@ -37774,31 +38259,31 @@ "type": "Identifier", "name": "msgLoadThemes", "range": [ - 16630, - 16643 + 16836, + 16849 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 13 }, "end": { - "line": 396, + "line": 400, "column": 26 } } }, "range": [ - 16625, - 16643 + 16831, + 16849 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 8 }, "end": { - "line": 396, + "line": 400, "column": 26 } } @@ -37813,16 +38298,16 @@ "type": "Identifier", "name": "f", "range": [ - 16646, - 16647 + 16852, + 16853 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 29 }, "end": { - "line": 396, + "line": 400, "column": 30 } } @@ -37831,31 +38316,31 @@ "type": "Identifier", "name": "msg_load_themes", "range": [ - 16648, - 16663 + 16854, + 16869 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 31 }, "end": { - "line": 396, + "line": 400, "column": 46 } } }, "range": [ - 16646, - 16663 + 16852, + 16869 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 29 }, "end": { - "line": 396, + "line": 400, "column": 46 } } @@ -37865,61 +38350,61 @@ "value": "Loading theme(s)...", "raw": "'Loading theme(s)...'", "range": [ - 16667, - 16688 + 16873, + 16894 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 50 }, "end": { - "line": 396, + "line": 400, "column": 71 } } }, "range": [ - 16646, - 16688 + 16852, + 16894 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 29 }, "end": { - "line": 396, + "line": 400, "column": 71 } } }, "range": [ - 16625, - 16688 + 16831, + 16894 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 8 }, "end": { - "line": 396, + "line": 400, "column": 71 } } }, "range": [ - 16625, - 16689 + 16831, + 16895 ], "loc": { "start": { - "line": 396, + "line": 400, "column": 8 }, "end": { - "line": 396, + "line": 400, "column": 72 } }, @@ -37928,16 +38413,16 @@ "type": "Line", "value": "themes loading", "range": [ - 16600, - 16616 + 16806, + 16822 ], "loc": { "start": { - "line": 395, + "line": 399, "column": 8 }, "end": { - "line": 395, + "line": 399, "column": 24 } } @@ -37948,16 +38433,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 16699, - 16721 + 16905, + 16927 ], "loc": { "start": { - "line": 398, + "line": 402, "column": 8 }, "end": { - "line": 398, + "line": 402, "column": 30 } } @@ -37966,16 +38451,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 16730, - 16761 + 16936, + 16967 ], "loc": { "start": { - "line": 399, + "line": 403, "column": 8 }, "end": { - "line": 399, + "line": 403, "column": 39 } } @@ -37993,16 +38478,16 @@ "object": { "type": "ThisExpression", "range": [ - 16770, - 16774 + 16976, + 16980 ], "loc": { "start": { - "line": 400, + "line": 404, "column": 8 }, "end": { - "line": 400, + "line": 404, "column": 12 } } @@ -38011,31 +38496,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 16775, - 16781 + 16981, + 16987 ], "loc": { "start": { - "line": 400, + "line": 404, "column": 13 }, "end": { - "line": 400, + "line": 404, "column": 19 } } }, "range": [ - 16770, - 16781 + 16976, + 16987 ], "loc": { "start": { - "line": 400, + "line": 404, "column": 8 }, "end": { - "line": 400, + "line": 404, "column": 19 } } @@ -38045,46 +38530,46 @@ "value": "TF", "raw": "'TF'", "range": [ - 16784, - 16788 + 16990, + 16994 ], "loc": { "start": { - "line": 400, + "line": 404, "column": 22 }, "end": { - "line": 400, + "line": 404, "column": 26 } } }, "range": [ - 16770, - 16788 + 16976, + 16994 ], "loc": { "start": { - "line": 400, + "line": 404, "column": 8 }, "end": { - "line": 400, + "line": 404, "column": 26 } } }, "range": [ - 16770, - 16789 + 16976, + 16995 ], "loc": { "start": { - "line": 400, + "line": 404, "column": 8 }, "end": { - "line": 400, + "line": 404, "column": 27 } }, @@ -38093,16 +38578,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 16699, - 16721 + 16905, + 16927 ], "loc": { "start": { - "line": 398, + "line": 402, "column": 8 }, "end": { - "line": 398, + "line": 402, "column": 30 } } @@ -38111,16 +38596,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 16730, - 16761 + 16936, + 16967 ], "loc": { "start": { - "line": 399, + "line": 403, "column": 8 }, "end": { - "line": 399, + "line": 403, "column": 39 } } @@ -38131,16 +38616,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 16798, - 16826 + 17004, + 17032 ], "loc": { "start": { - "line": 401, + "line": 405, "column": 8 }, "end": { - "line": 401, + "line": 405, "column": 36 } } @@ -38158,16 +38643,16 @@ "object": { "type": "ThisExpression", "range": [ - 16835, - 16839 + 17041, + 17045 ], "loc": { "start": { - "line": 402, + "line": 406, "column": 8 }, "end": { - "line": 402, + "line": 406, "column": 12 } } @@ -38176,31 +38661,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 16840, - 16847 + 17046, + 17053 ], "loc": { "start": { - "line": 402, + "line": 406, "column": 13 }, "end": { - "line": 402, + "line": 406, "column": 20 } } }, "range": [ - 16835, - 16847 + 17041, + 17053 ], "loc": { "start": { - "line": 402, + "line": 406, "column": 8 }, "end": { - "line": 402, + "line": 406, "column": 20 } } @@ -38210,46 +38695,46 @@ "value": "flt", "raw": "'flt'", "range": [ - 16850, - 16855 + 17056, + 17061 ], "loc": { "start": { - "line": 402, + "line": 406, "column": 23 }, "end": { - "line": 402, + "line": 406, "column": 28 } } }, "range": [ - 16835, - 16855 + 17041, + 17061 ], "loc": { "start": { - "line": 402, + "line": 406, "column": 8 }, "end": { - "line": 402, + "line": 406, "column": 28 } } }, "range": [ - 16835, - 16856 + 17041, + 17062 ], "loc": { "start": { - "line": 402, + "line": 406, "column": 8 }, "end": { - "line": 402, + "line": 406, "column": 29 } }, @@ -38258,16 +38743,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 16798, - 16826 + 17004, + 17032 ], "loc": { "start": { - "line": 401, + "line": 405, "column": 8 }, "end": { - "line": 401, + "line": 405, "column": 36 } } @@ -38278,16 +38763,16 @@ "type": "Line", "value": "validation button", "range": [ - 16865, - 16884 + 17071, + 17090 ], "loc": { "start": { - "line": 403, + "line": 407, "column": 8 }, "end": { - "line": 403, + "line": 407, "column": 27 } } @@ -38305,16 +38790,16 @@ "object": { "type": "ThisExpression", "range": [ - 16893, - 16897 + 17099, + 17103 ], "loc": { "start": { - "line": 404, + "line": 408, "column": 8 }, "end": { - "line": 404, + "line": 408, "column": 12 } } @@ -38323,31 +38808,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 16898, - 16911 + 17104, + 17117 ], "loc": { "start": { - "line": 404, + "line": 408, "column": 13 }, "end": { - "line": 404, + "line": 408, "column": 26 } } }, "range": [ - 16893, - 16911 + 17099, + 17117 ], "loc": { "start": { - "line": 404, + "line": 408, "column": 8 }, "end": { - "line": 404, + "line": 408, "column": 26 } } @@ -38357,46 +38842,46 @@ "value": "btn", "raw": "'btn'", "range": [ - 16914, - 16919 + 17120, + 17125 ], "loc": { "start": { - "line": 404, + "line": 408, "column": 29 }, "end": { - "line": 404, + "line": 408, "column": 34 } } }, "range": [ - 16893, - 16919 + 17099, + 17125 ], "loc": { "start": { - "line": 404, + "line": 408, "column": 8 }, "end": { - "line": 404, + "line": 408, "column": 34 } } }, "range": [ - 16893, - 16920 + 17099, + 17126 ], "loc": { "start": { - "line": 404, + "line": 408, "column": 8 }, "end": { - "line": 404, + "line": 408, "column": 35 } }, @@ -38405,16 +38890,16 @@ "type": "Line", "value": "validation button", "range": [ - 16865, - 16884 + 17071, + 17090 ], "loc": { "start": { - "line": 403, + "line": 407, "column": 8 }, "end": { - "line": 403, + "line": 407, "column": 27 } } @@ -38425,16 +38910,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 16929, - 16983 + 17135, + 17189 ], "loc": { "start": { - "line": 405, + "line": 409, "column": 8 }, "end": { - "line": 405, + "line": 409, "column": 62 } } @@ -38452,16 +38937,16 @@ "object": { "type": "ThisExpression", "range": [ - 16992, - 16996 + 17198, + 17202 ], "loc": { "start": { - "line": 406, + "line": 410, "column": 8 }, "end": { - "line": 406, + "line": 410, "column": 12 } } @@ -38470,31 +38955,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 16997, - 17007 + 17203, + 17213 ], "loc": { "start": { - "line": 406, + "line": 410, "column": 13 }, "end": { - "line": 406, + "line": 410, "column": 23 } } }, "range": [ - 16992, - 17007 + 17198, + 17213 ], "loc": { "start": { - "line": 406, + "line": 410, "column": 8 }, "end": { - "line": 406, + "line": 410, "column": 23 } } @@ -38504,46 +38989,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 17010, - 17016 + 17216, + 17222 ], "loc": { "start": { - "line": 406, + "line": 410, "column": 26 }, "end": { - "line": 406, + "line": 410, "column": 32 } } }, "range": [ - 16992, - 17016 + 17198, + 17222 ], "loc": { "start": { - "line": 406, + "line": 410, "column": 8 }, "end": { - "line": 406, + "line": 410, "column": 32 } } }, "range": [ - 16992, - 17017 + 17198, + 17223 ], "loc": { "start": { - "line": 406, + "line": 410, "column": 8 }, "end": { - "line": 406, + "line": 410, "column": 33 } }, @@ -38552,16 +39037,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 16929, - 16983 + 17135, + 17189 ], "loc": { "start": { - "line": 405, + "line": 409, "column": 8 }, "end": { - "line": 405, + "line": 409, "column": 62 } } @@ -38572,16 +39057,16 @@ "type": "Line", "value": "left div", "range": [ - 17026, - 17036 + 17232, + 17242 ], "loc": { "start": { - "line": 407, + "line": 411, "column": 8 }, "end": { - "line": 407, + "line": 411, "column": 18 } } @@ -38599,16 +39084,16 @@ "object": { "type": "ThisExpression", "range": [ - 17045, - 17049 + 17251, + 17255 ], "loc": { "start": { - "line": 408, + "line": 412, "column": 8 }, "end": { - "line": 408, + "line": 412, "column": 12 } } @@ -38617,31 +39102,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 17050, - 17058 + 17256, + 17264 ], "loc": { "start": { - "line": 408, + "line": 412, "column": 13 }, "end": { - "line": 408, + "line": 412, "column": 21 } } }, "range": [ - 17045, - 17058 + 17251, + 17264 ], "loc": { "start": { - "line": 408, + "line": 412, "column": 8 }, "end": { - "line": 408, + "line": 412, "column": 21 } } @@ -38651,46 +39136,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 17061, - 17068 + 17267, + 17274 ], "loc": { "start": { - "line": 408, + "line": 412, "column": 24 }, "end": { - "line": 408, + "line": 412, "column": 31 } } }, "range": [ - 17045, - 17068 + 17251, + 17274 ], "loc": { "start": { - "line": 408, + "line": 412, "column": 8 }, "end": { - "line": 408, + "line": 412, "column": 31 } } }, "range": [ - 17045, - 17069 + 17251, + 17275 ], "loc": { "start": { - "line": 408, + "line": 412, "column": 8 }, "end": { - "line": 408, + "line": 412, "column": 32 } }, @@ -38699,16 +39184,16 @@ "type": "Line", "value": "left div", "range": [ - 17026, - 17036 + 17232, + 17242 ], "loc": { "start": { - "line": 407, + "line": 411, "column": 8 }, "end": { - "line": 407, + "line": 411, "column": 18 } } @@ -38719,16 +39204,16 @@ "type": "Line", "value": "right div", "range": [ - 17078, - 17089 + 17284, + 17295 ], "loc": { "start": { - "line": 409, + "line": 413, "column": 8 }, "end": { - "line": 409, + "line": 413, "column": 19 } } @@ -38746,16 +39231,16 @@ "object": { "type": "ThisExpression", "range": [ - 17098, - 17102 + 17304, + 17308 ], "loc": { "start": { - "line": 410, + "line": 414, "column": 8 }, "end": { - "line": 410, + "line": 414, "column": 12 } } @@ -38764,31 +39249,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 17103, - 17111 + 17309, + 17317 ], "loc": { "start": { - "line": 410, + "line": 414, "column": 13 }, "end": { - "line": 410, + "line": 414, "column": 21 } } }, "range": [ - 17098, - 17111 + 17304, + 17317 ], "loc": { "start": { - "line": 410, + "line": 414, "column": 8 }, "end": { - "line": 410, + "line": 414, "column": 21 } } @@ -38798,46 +39283,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 17114, - 17121 + 17320, + 17327 ], "loc": { "start": { - "line": 410, + "line": 414, "column": 24 }, "end": { - "line": 410, + "line": 414, "column": 31 } } }, "range": [ - 17098, - 17121 + 17304, + 17327 ], "loc": { "start": { - "line": 410, + "line": 414, "column": 8 }, "end": { - "line": 410, + "line": 414, "column": 31 } } }, "range": [ - 17098, - 17122 + 17304, + 17328 ], "loc": { "start": { - "line": 410, + "line": 414, "column": 8 }, "end": { - "line": 410, + "line": 414, "column": 32 } }, @@ -38846,16 +39331,16 @@ "type": "Line", "value": "right div", "range": [ - 17078, - 17089 + 17284, + 17295 ], "loc": { "start": { - "line": 409, + "line": 413, "column": 8 }, "end": { - "line": 409, + "line": 413, "column": 19 } } @@ -38866,16 +39351,16 @@ "type": "Line", "value": "middle div", "range": [ - 17131, - 17143 + 17337, + 17349 ], "loc": { "start": { - "line": 411, + "line": 415, "column": 8 }, "end": { - "line": 411, + "line": 415, "column": 20 } } @@ -38893,16 +39378,16 @@ "object": { "type": "ThisExpression", "range": [ - 17152, - 17156 + 17358, + 17362 ], "loc": { "start": { - "line": 412, + "line": 416, "column": 8 }, "end": { - "line": 412, + "line": 416, "column": 12 } } @@ -38911,31 +39396,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 17157, - 17165 + 17363, + 17371 ], "loc": { "start": { - "line": 412, + "line": 416, "column": 13 }, "end": { - "line": 412, + "line": 416, "column": 21 } } }, "range": [ - 17152, - 17165 + 17358, + 17371 ], "loc": { "start": { - "line": 412, + "line": 416, "column": 8 }, "end": { - "line": 412, + "line": 416, "column": 21 } } @@ -38945,46 +39430,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 17168, - 17175 + 17374, + 17381 ], "loc": { "start": { - "line": 412, + "line": 416, "column": 24 }, "end": { - "line": 412, + "line": 416, "column": 31 } } }, "range": [ - 17152, - 17175 + 17358, + 17381 ], "loc": { "start": { - "line": 412, + "line": 416, "column": 8 }, "end": { - "line": 412, + "line": 416, "column": 31 } } }, "range": [ - 17152, - 17176 + 17358, + 17382 ], "loc": { "start": { - "line": 412, + "line": 416, "column": 8 }, "end": { - "line": 412, + "line": 416, "column": 32 } }, @@ -38993,16 +39478,16 @@ "type": "Line", "value": "middle div", "range": [ - 17131, - 17143 + 17337, + 17349 ], "loc": { "start": { - "line": 411, + "line": 415, "column": 8 }, "end": { - "line": 411, + "line": 415, "column": 20 } } @@ -39013,16 +39498,16 @@ "type": "Line", "value": "filter values cookie", "range": [ - 17185, - 17207 + 17391, + 17413 ], "loc": { "start": { - "line": 413, + "line": 417, "column": 8 }, "end": { - "line": 413, + "line": 417, "column": 30 } } @@ -39040,16 +39525,16 @@ "object": { "type": "ThisExpression", "range": [ - 17216, - 17220 + 17422, + 17426 ], "loc": { "start": { - "line": 414, + "line": 418, "column": 8 }, "end": { - "line": 414, + "line": 418, "column": 12 } } @@ -39058,31 +39543,31 @@ "type": "Identifier", "name": "prfxCookieFltsValues", "range": [ - 17221, - 17241 + 17427, + 17447 ], "loc": { "start": { - "line": 414, + "line": 418, "column": 13 }, "end": { - "line": 414, + "line": 418, "column": 33 } } }, "range": [ - 17216, - 17241 + 17422, + 17447 ], "loc": { "start": { - "line": 414, + "line": 418, "column": 8 }, "end": { - "line": 414, + "line": 418, "column": 33 } } @@ -39092,46 +39577,46 @@ "value": "tf_flts_", "raw": "'tf_flts_'", "range": [ - 17244, - 17254 + 17450, + 17460 ], "loc": { "start": { - "line": 414, + "line": 418, "column": 36 }, "end": { - "line": 414, + "line": 418, "column": 46 } } }, "range": [ - 17216, - 17254 + 17422, + 17460 ], "loc": { "start": { - "line": 414, + "line": 418, "column": 8 }, "end": { - "line": 414, + "line": 418, "column": 46 } } }, "range": [ - 17216, - 17255 + 17422, + 17461 ], "loc": { "start": { - "line": 414, + "line": 418, "column": 8 }, "end": { - "line": 414, + "line": 418, "column": 47 } }, @@ -39140,16 +39625,16 @@ "type": "Line", "value": "filter values cookie", "range": [ - 17185, - 17207 + 17391, + 17413 ], "loc": { "start": { - "line": 413, + "line": 417, "column": 8 }, "end": { - "line": 413, + "line": 417, "column": 30 } } @@ -39160,16 +39645,16 @@ "type": "Line", "value": "page nb cookie", "range": [ - 17264, - 17280 + 17470, + 17486 ], "loc": { "start": { - "line": 415, + "line": 419, "column": 8 }, "end": { - "line": 415, + "line": 419, "column": 24 } } @@ -39187,16 +39672,16 @@ "object": { "type": "ThisExpression", "range": [ - 17289, - 17293 + 17495, + 17499 ], "loc": { "start": { - "line": 416, + "line": 420, "column": 8 }, "end": { - "line": 416, + "line": 420, "column": 12 } } @@ -39205,31 +39690,31 @@ "type": "Identifier", "name": "prfxCookiePageNb", "range": [ - 17294, - 17310 + 17500, + 17516 ], "loc": { "start": { - "line": 416, + "line": 420, "column": 13 }, "end": { - "line": 416, + "line": 420, "column": 29 } } }, "range": [ - 17289, - 17310 + 17495, + 17516 ], "loc": { "start": { - "line": 416, + "line": 420, "column": 8 }, "end": { - "line": 416, + "line": 420, "column": 29 } } @@ -39239,46 +39724,46 @@ "value": "tf_pgnb_", "raw": "'tf_pgnb_'", "range": [ - 17313, - 17323 + 17519, + 17529 ], "loc": { "start": { - "line": 416, + "line": 420, "column": 32 }, "end": { - "line": 416, + "line": 420, "column": 42 } } }, "range": [ - 17289, - 17323 + 17495, + 17529 ], "loc": { "start": { - "line": 416, + "line": 420, "column": 8 }, "end": { - "line": 416, + "line": 420, "column": 42 } } }, "range": [ - 17289, - 17324 + 17495, + 17530 ], "loc": { "start": { - "line": 416, + "line": 420, "column": 8 }, "end": { - "line": 416, + "line": 420, "column": 43 } }, @@ -39287,16 +39772,16 @@ "type": "Line", "value": "page nb cookie", "range": [ - 17264, - 17280 + 17470, + 17486 ], "loc": { "start": { - "line": 415, + "line": 419, "column": 8 }, "end": { - "line": 415, + "line": 419, "column": 24 } } @@ -39307,16 +39792,16 @@ "type": "Line", "value": "page length cookie", "range": [ - 17333, - 17353 + 17539, + 17559 ], "loc": { "start": { - "line": 417, + "line": 421, "column": 8 }, "end": { - "line": 417, + "line": 421, "column": 28 } } @@ -39334,16 +39819,16 @@ "object": { "type": "ThisExpression", "range": [ - 17362, - 17366 + 17568, + 17572 ], "loc": { "start": { - "line": 418, + "line": 422, "column": 8 }, "end": { - "line": 418, + "line": 422, "column": 12 } } @@ -39352,31 +39837,31 @@ "type": "Identifier", "name": "prfxCookiePageLen", "range": [ - 17367, - 17384 + 17573, + 17590 ], "loc": { "start": { - "line": 418, + "line": 422, "column": 13 }, "end": { - "line": 418, + "line": 422, "column": 30 } } }, "range": [ - 17362, - 17384 + 17568, + 17590 ], "loc": { "start": { - "line": 418, + "line": 422, "column": 8 }, "end": { - "line": 418, + "line": 422, "column": 30 } } @@ -39386,46 +39871,46 @@ "value": "tf_pglen_", "raw": "'tf_pglen_'", "range": [ - 17387, - 17398 + 17593, + 17604 ], "loc": { "start": { - "line": 418, + "line": 422, "column": 33 }, "end": { - "line": 418, + "line": 422, "column": 44 } } }, "range": [ - 17362, - 17398 + 17568, + 17604 ], "loc": { "start": { - "line": 418, + "line": 422, "column": 8 }, "end": { - "line": 418, + "line": 422, "column": 44 } } }, "range": [ - 17362, - 17399 + 17568, + 17605 ], "loc": { "start": { - "line": 418, + "line": 422, "column": 8 }, "end": { - "line": 418, + "line": 422, "column": 45 } }, @@ -39434,16 +39919,16 @@ "type": "Line", "value": "page length cookie", "range": [ - 17333, - 17353 + 17539, + 17559 ], "loc": { "start": { - "line": 417, + "line": 421, "column": 8 }, "end": { - "line": 417, + "line": 421, "column": 28 } } @@ -39454,16 +39939,16 @@ "type": "Block", "value": "** cookies **", "range": [ - 17409, - 17426 + 17615, + 17632 ], "loc": { "start": { - "line": 420, + "line": 424, "column": 8 }, "end": { - "line": 420, + "line": 424, "column": 25 } } @@ -39481,16 +39966,16 @@ "object": { "type": "ThisExpression", "range": [ - 17435, - 17439 + 17641, + 17645 ], "loc": { "start": { - "line": 421, + "line": 425, "column": 8 }, "end": { - "line": 421, + "line": 425, "column": 12 } } @@ -39499,31 +39984,31 @@ "type": "Identifier", "name": "hasStoredValues", "range": [ - 17440, - 17455 + 17646, + 17661 ], "loc": { "start": { - "line": 421, + "line": 425, "column": 13 }, "end": { - "line": 421, + "line": 425, "column": 28 } } }, "range": [ - 17435, - 17455 + 17641, + 17661 ], "loc": { "start": { - "line": 421, + "line": 425, "column": 8 }, "end": { - "line": 421, + "line": 425, "column": 28 } } @@ -39533,46 +40018,46 @@ "value": false, "raw": "false", "range": [ - 17458, - 17463 + 17664, + 17669 ], "loc": { "start": { - "line": 421, + "line": 425, "column": 31 }, "end": { - "line": 421, + "line": 425, "column": 36 } } }, "range": [ - 17435, - 17463 + 17641, + 17669 ], "loc": { "start": { - "line": 421, + "line": 425, "column": 8 }, "end": { - "line": 421, + "line": 425, "column": 36 } } }, "range": [ - 17435, - 17464 + 17641, + 17670 ], "loc": { "start": { - "line": 421, + "line": 425, "column": 8 }, "end": { - "line": 421, + "line": 425, "column": 37 } }, @@ -39581,16 +40066,16 @@ "type": "Block", "value": "** cookies **", "range": [ - 17409, - 17426 + 17615, + 17632 ], "loc": { "start": { - "line": 420, + "line": 424, "column": 8 }, "end": { - "line": 420, + "line": 424, "column": 25 } } @@ -39601,16 +40086,16 @@ "type": "Line", "value": "remembers filters values on page load", "range": [ - 17473, - 17512 + 17679, + 17718 ], "loc": { "start": { - "line": 422, + "line": 426, "column": 8 }, "end": { - "line": 422, + "line": 426, "column": 47 } } @@ -39628,16 +40113,16 @@ "object": { "type": "ThisExpression", "range": [ - 17521, - 17525 + 17727, + 17731 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 8 }, "end": { - "line": 423, + "line": 427, "column": 12 } } @@ -39646,31 +40131,31 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 17526, - 17544 + 17732, + 17750 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 13 }, "end": { - "line": 423, + "line": 427, "column": 31 } } }, "range": [ - 17521, - 17544 + 17727, + 17750 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 8 }, "end": { - "line": 423, + "line": 427, "column": 31 } } @@ -39681,16 +40166,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 17547, - 17554 + 17753, + 17760 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 34 }, "end": { - "line": 423, + "line": 427, "column": 41 } } @@ -39703,16 +40188,16 @@ "type": "Identifier", "name": "f", "range": [ - 17555, - 17556 + 17761, + 17762 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 42 }, "end": { - "line": 423, + "line": 427, "column": 43 } } @@ -39721,77 +40206,77 @@ "type": "Identifier", "name": "remember_grid_values", "range": [ - 17557, - 17577 + 17763, + 17783 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 44 }, "end": { - "line": 423, + "line": 427, "column": 64 } } }, "range": [ - 17555, - 17577 + 17761, + 17783 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 42 }, "end": { - "line": 423, + "line": 427, "column": 64 } } } ], "range": [ - 17547, - 17578 + 17753, + 17784 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 34 }, "end": { - "line": 423, + "line": 427, "column": 65 } } }, "range": [ - 17521, - 17578 + 17727, + 17784 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 8 }, "end": { - "line": 423, + "line": 427, "column": 65 } } }, "range": [ - 17521, - 17579 + 17727, + 17785 ], "loc": { "start": { - "line": 423, + "line": 427, "column": 8 }, "end": { - "line": 423, + "line": 427, "column": 66 } }, @@ -39800,16 +40285,16 @@ "type": "Line", "value": "remembers filters values on page load", "range": [ - 17473, - 17512 + 17679, + 17718 ], "loc": { "start": { - "line": 422, + "line": 426, "column": 8 }, "end": { - "line": 422, + "line": 426, "column": 47 } } @@ -39820,16 +40305,16 @@ "type": "Line", "value": "cookie storing filter values", "range": [ - 17588, - 17618 + 17794, + 17824 ], "loc": { "start": { - "line": 424, + "line": 428, "column": 8 }, "end": { - "line": 424, + "line": 428, "column": 38 } } @@ -39847,16 +40332,16 @@ "object": { "type": "ThisExpression", "range": [ - 17627, - 17631 + 17833, + 17837 ], "loc": { "start": { - "line": 425, + "line": 429, "column": 8 }, "end": { - "line": 425, + "line": 429, "column": 12 } } @@ -39865,512 +40350,7 @@ "type": "Identifier", "name": "fltsValuesCookie", "range": [ - 17632, - 17648 - ], - "loc": { - "start": { - "line": 425, - "column": 13 - }, - "end": { - "line": 425, - "column": 29 - } - } - }, - "range": [ - 17627, - 17648 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 29 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "+", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 17651, - 17655 - ], - "loc": { - "start": { - "line": 425, - "column": 32 - }, - "end": { - "line": 425, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "prfxCookieFltsValues", - "range": [ - 17656, - 17676 - ], - "loc": { - "start": { - "line": 425, - "column": 37 - }, - "end": { - "line": 425, - "column": 57 - } - } - }, - "range": [ - 17651, - 17676 - ], - "loc": { - "start": { - "line": 425, - "column": 32 - }, - "end": { - "line": 425, - "column": 57 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 17679, - 17683 - ], - "loc": { - "start": { - "line": 425, - "column": 60 - }, - "end": { - "line": 425, - "column": 64 - } - } - }, - "property": { - "type": "Identifier", - "name": "id", - "range": [ - 17684, - 17686 - ], - "loc": { - "start": { - "line": 425, - "column": 65 - }, - "end": { - "line": 425, - "column": 67 - } - } - }, - "range": [ - 17679, - 17686 - ], - "loc": { - "start": { - "line": 425, - "column": 60 - }, - "end": { - "line": 425, - "column": 67 - } - } - }, - "range": [ - 17651, - 17686 - ], - "loc": { - "start": { - "line": 425, - "column": 32 - }, - "end": { - "line": 425, - "column": 67 - } - } - }, - "range": [ - 17627, - 17686 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 67 - } - } - }, - "range": [ - 17627, - 17687 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 68 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "cookie storing filter values", - "range": [ - 17588, - 17618 - ], - "loc": { - "start": { - "line": 424, - "column": 8 - }, - "end": { - "line": 424, - "column": 38 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "remembers page nb on page load", - "range": [ - 17696, - 17728 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 40 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 17737, - 17741 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "rememberPageNb", - "range": [ - 17742, - 17756 - ], - "loc": { - "start": { - "line": 427, - "column": 13 - }, - "end": { - "line": 427, - "column": 27 - } - } - }, - "range": [ - 17737, - 17756 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 27 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 17759, - 17763 - ], - "loc": { - "start": { - "line": 427, - "column": 30 - }, - "end": { - "line": 427, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "paging", - "range": [ - 17764, - 17770 - ], - "loc": { - "start": { - "line": 427, - "column": 35 - }, - "end": { - "line": 427, - "column": 41 - } - } - }, - "range": [ - 17759, - 17770 - ], - "loc": { - "start": { - "line": 427, - "column": 30 - }, - "end": { - "line": 427, - "column": 41 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 17774, - 17775 - ], - "loc": { - "start": { - "line": 427, - "column": 45 - }, - "end": { - "line": 427, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "remember_page_number", - "range": [ - 17776, - 17796 - ], - "loc": { - "start": { - "line": 427, - "column": 47 - }, - "end": { - "line": 427, - "column": 67 - } - } - }, - "range": [ - 17774, - 17796 - ], - "loc": { - "start": { - "line": 427, - "column": 45 - }, - "end": { - "line": 427, - "column": 67 - } - } - }, - "range": [ - 17759, - 17796 - ], - "loc": { - "start": { - "line": 427, - "column": 30 - }, - "end": { - "line": 427, - "column": 67 - } - } - }, - "range": [ - 17737, - 17796 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 67 - } - } - }, - "range": [ - 17737, - 17797 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 68 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "remembers page nb on page load", - "range": [ - 17696, - 17728 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 40 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "cookie storing page nb", - "range": [ - 17806, - 17830 - ], - "loc": { - "start": { - "line": 428, - "column": 8 - }, - "end": { - "line": 428, - "column": 32 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 17839, - 17843 - ], - "loc": { - "start": { - "line": 429, - "column": 8 - }, - "end": { - "line": 429, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "pgNbCookie", - "range": [ - 17844, + 17838, 17854 ], "loc": { @@ -40380,12 +40360,12 @@ }, "end": { "line": 429, - "column": 23 + "column": 29 } } }, "range": [ - 17839, + 17833, 17854 ], "loc": { @@ -40395,7 +40375,7 @@ }, "end": { "line": 429, - "column": 23 + "column": 29 } } }, @@ -40414,44 +40394,44 @@ "loc": { "start": { "line": 429, - "column": 26 + "column": 32 }, "end": { "line": 429, - "column": 30 + "column": 36 } } }, "property": { "type": "Identifier", - "name": "prfxCookiePageNb", + "name": "prfxCookieFltsValues", "range": [ 17862, - 17878 + 17882 ], "loc": { "start": { "line": 429, - "column": 31 + "column": 37 }, "end": { "line": 429, - "column": 47 + "column": 57 } } }, "range": [ 17857, - 17878 + 17882 ], "loc": { "start": { "line": 429, - "column": 26 + "column": 32 }, "end": { "line": 429, - "column": 47 + "column": 57 } } }, @@ -40461,17 +40441,17 @@ "object": { "type": "ThisExpression", "range": [ - 17881, - 17885 + 17885, + 17889 ], "loc": { "start": { "line": 429, - "column": 50 + "column": 60 }, "end": { "line": 429, - "column": 54 + "column": 64 } } }, @@ -40479,53 +40459,53 @@ "type": "Identifier", "name": "id", "range": [ - 17886, - 17888 + 17890, + 17892 ], "loc": { "start": { "line": 429, - "column": 55 + "column": 65 }, "end": { "line": 429, - "column": 57 + "column": 67 } } }, "range": [ - 17881, - 17888 + 17885, + 17892 ], "loc": { "start": { "line": 429, - "column": 50 + "column": 60 }, "end": { "line": 429, - "column": 57 + "column": 67 } } }, "range": [ 17857, - 17888 + 17892 ], "loc": { "start": { "line": 429, - "column": 26 + "column": 32 }, "end": { "line": 429, - "column": 57 + "column": 67 } } }, "range": [ - 17839, - 17888 + 17833, + 17892 ], "loc": { "start": { @@ -40534,13 +40514,13 @@ }, "end": { "line": 429, - "column": 57 + "column": 67 } } }, "range": [ - 17839, - 17889 + 17833, + 17893 ], "loc": { "start": { @@ -40549,16 +40529,16 @@ }, "end": { "line": 429, - "column": 58 + "column": 68 } }, "leadingComments": [ { "type": "Line", - "value": "cookie storing page nb", + "value": "cookie storing filter values", "range": [ - 17806, - 17830 + 17794, + 17824 ], "loc": { "start": { @@ -40567,7 +40547,7 @@ }, "end": { "line": 428, - "column": 32 + "column": 38 } } } @@ -40575,9 +40555,9 @@ "trailingComments": [ { "type": "Line", - "value": "remembers page length on page load", + "value": "remembers page nb on page load", "range": [ - 17898, + 17902, 17934 ], "loc": { @@ -40587,7 +40567,7 @@ }, "end": { "line": 430, - "column": 44 + "column": 40 } } } @@ -40620,10 +40600,10 @@ }, "property": { "type": "Identifier", - "name": "rememberPageLen", + "name": "rememberPageNb", "range": [ 17948, - 17963 + 17962 ], "loc": { "start": { @@ -40632,13 +40612,13 @@ }, "end": { "line": 431, - "column": 28 + "column": 27 } } }, "range": [ 17943, - 17963 + 17962 ], "loc": { "start": { @@ -40647,6 +40627,511 @@ }, "end": { "line": 431, + "column": 27 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 17965, + 17969 + ], + "loc": { + "start": { + "line": 431, + "column": 30 + }, + "end": { + "line": 431, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "paging", + "range": [ + 17970, + 17976 + ], + "loc": { + "start": { + "line": 431, + "column": 35 + }, + "end": { + "line": 431, + "column": 41 + } + } + }, + "range": [ + 17965, + 17976 + ], + "loc": { + "start": { + "line": 431, + "column": 30 + }, + "end": { + "line": 431, + "column": 41 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 17980, + 17981 + ], + "loc": { + "start": { + "line": 431, + "column": 45 + }, + "end": { + "line": 431, + "column": 46 + } + } + }, + "property": { + "type": "Identifier", + "name": "remember_page_number", + "range": [ + 17982, + 18002 + ], + "loc": { + "start": { + "line": 431, + "column": 47 + }, + "end": { + "line": 431, + "column": 67 + } + } + }, + "range": [ + 17980, + 18002 + ], + "loc": { + "start": { + "line": 431, + "column": 45 + }, + "end": { + "line": 431, + "column": 67 + } + } + }, + "range": [ + 17965, + 18002 + ], + "loc": { + "start": { + "line": 431, + "column": 30 + }, + "end": { + "line": 431, + "column": 67 + } + } + }, + "range": [ + 17943, + 18002 + ], + "loc": { + "start": { + "line": 431, + "column": 8 + }, + "end": { + "line": 431, + "column": 67 + } + } + }, + "range": [ + 17943, + 18003 + ], + "loc": { + "start": { + "line": 431, + "column": 8 + }, + "end": { + "line": 431, + "column": 68 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "remembers page nb on page load", + "range": [ + 17902, + 17934 + ], + "loc": { + "start": { + "line": 430, + "column": 8 + }, + "end": { + "line": 430, + "column": 40 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "cookie storing page nb", + "range": [ + 18012, + 18036 + ], + "loc": { + "start": { + "line": 432, + "column": 8 + }, + "end": { + "line": 432, + "column": 32 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 18045, + 18049 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "pgNbCookie", + "range": [ + 18050, + 18060 + ], + "loc": { + "start": { + "line": 433, + "column": 13 + }, + "end": { + "line": 433, + "column": 23 + } + } + }, + "range": [ + 18045, + 18060 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, + "column": 23 + } + } + }, + "right": { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 18063, + 18067 + ], + "loc": { + "start": { + "line": 433, + "column": 26 + }, + "end": { + "line": 433, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "prfxCookiePageNb", + "range": [ + 18068, + 18084 + ], + "loc": { + "start": { + "line": 433, + "column": 31 + }, + "end": { + "line": 433, + "column": 47 + } + } + }, + "range": [ + 18063, + 18084 + ], + "loc": { + "start": { + "line": 433, + "column": 26 + }, + "end": { + "line": 433, + "column": 47 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 18087, + 18091 + ], + "loc": { + "start": { + "line": 433, + "column": 50 + }, + "end": { + "line": 433, + "column": 54 + } + } + }, + "property": { + "type": "Identifier", + "name": "id", + "range": [ + 18092, + 18094 + ], + "loc": { + "start": { + "line": 433, + "column": 55 + }, + "end": { + "line": 433, + "column": 57 + } + } + }, + "range": [ + 18087, + 18094 + ], + "loc": { + "start": { + "line": 433, + "column": 50 + }, + "end": { + "line": 433, + "column": 57 + } + } + }, + "range": [ + 18063, + 18094 + ], + "loc": { + "start": { + "line": 433, + "column": 26 + }, + "end": { + "line": 433, + "column": 57 + } + } + }, + "range": [ + 18045, + 18094 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, + "column": 57 + } + } + }, + "range": [ + 18045, + 18095 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, + "column": 58 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "cookie storing page nb", + "range": [ + 18012, + 18036 + ], + "loc": { + "start": { + "line": 432, + "column": 8 + }, + "end": { + "line": 432, + "column": 32 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "remembers page length on page load", + "range": [ + 18104, + 18140 + ], + "loc": { + "start": { + "line": 434, + "column": 8 + }, + "end": { + "line": 434, + "column": 44 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 18149, + 18153 + ], + "loc": { + "start": { + "line": 435, + "column": 8 + }, + "end": { + "line": 435, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "rememberPageLen", + "range": [ + 18154, + 18169 + ], + "loc": { + "start": { + "line": 435, + "column": 13 + }, + "end": { + "line": 435, + "column": 28 + } + } + }, + "range": [ + 18149, + 18169 + ], + "loc": { + "start": { + "line": 435, + "column": 8 + }, + "end": { + "line": 435, "column": 28 } } @@ -40660,16 +41145,16 @@ "object": { "type": "ThisExpression", "range": [ - 17966, - 17970 + 18172, + 18176 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 31 }, "end": { - "line": 431, + "line": 435, "column": 35 } } @@ -40678,31 +41163,31 @@ "type": "Identifier", "name": "paging", "range": [ - 17971, - 17977 + 18177, + 18183 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 36 }, "end": { - "line": 431, + "line": 435, "column": 42 } } }, "range": [ - 17966, - 17977 + 18172, + 18183 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 31 }, "end": { - "line": 431, + "line": 435, "column": 42 } } @@ -40714,16 +41199,16 @@ "type": "Identifier", "name": "f", "range": [ - 17981, - 17982 + 18187, + 18188 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 46 }, "end": { - "line": 431, + "line": 435, "column": 47 } } @@ -40732,76 +41217,76 @@ "type": "Identifier", "name": "remember_page_length", "range": [ - 17983, - 18003 + 18189, + 18209 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 48 }, "end": { - "line": 431, + "line": 435, "column": 68 } } }, "range": [ - 17981, - 18003 + 18187, + 18209 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 46 }, "end": { - "line": 431, + "line": 435, "column": 68 } } }, "range": [ - 17966, - 18003 + 18172, + 18209 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 31 }, "end": { - "line": 431, + "line": 435, "column": 68 } } }, "range": [ - 17943, - 18003 + 18149, + 18209 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 8 }, "end": { - "line": 431, + "line": 435, "column": 68 } } }, "range": [ - 17943, - 18004 + 18149, + 18210 ], "loc": { "start": { - "line": 431, + "line": 435, "column": 8 }, "end": { - "line": 431, + "line": 435, "column": 69 } }, @@ -40810,16 +41295,16 @@ "type": "Line", "value": "remembers page length on page load", "range": [ - 17898, - 17934 + 18104, + 18140 ], "loc": { "start": { - "line": 430, + "line": 434, "column": 8 }, "end": { - "line": 430, + "line": 434, "column": 44 } } @@ -40830,16 +41315,16 @@ "type": "Line", "value": "cookie storing page length", "range": [ - 18013, - 18041 + 18219, + 18247 ], "loc": { "start": { - "line": 432, + "line": 436, "column": 8 }, "end": { - "line": 432, + "line": 436, "column": 36 } } @@ -40857,16 +41342,16 @@ "object": { "type": "ThisExpression", "range": [ - 18050, - 18054 + 18256, + 18260 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 8 }, "end": { - "line": 433, + "line": 437, "column": 12 } } @@ -40875,31 +41360,31 @@ "type": "Identifier", "name": "pgLenCookie", "range": [ - 18055, - 18066 + 18261, + 18272 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 13 }, "end": { - "line": 433, + "line": 437, "column": 24 } } }, "range": [ - 18050, - 18066 + 18256, + 18272 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 8 }, "end": { - "line": 433, + "line": 437, "column": 24 } } @@ -40913,16 +41398,16 @@ "object": { "type": "ThisExpression", "range": [ - 18069, - 18073 + 18275, + 18279 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 27 }, "end": { - "line": 433, + "line": 437, "column": 31 } } @@ -40931,31 +41416,31 @@ "type": "Identifier", "name": "prfxCookiePageLen", "range": [ - 18074, - 18091 + 18280, + 18297 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 32 }, "end": { - "line": 433, + "line": 437, "column": 49 } } }, "range": [ - 18069, - 18091 + 18275, + 18297 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 27 }, "end": { - "line": 433, + "line": 437, "column": 49 } } @@ -40966,16 +41451,16 @@ "object": { "type": "ThisExpression", "range": [ - 18094, - 18098 + 18300, + 18304 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 52 }, "end": { - "line": 433, + "line": 437, "column": 56 } } @@ -40984,76 +41469,76 @@ "type": "Identifier", "name": "id", "range": [ - 18099, - 18101 + 18305, + 18307 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 57 }, "end": { - "line": 433, + "line": 437, "column": 59 } } }, "range": [ - 18094, - 18101 + 18300, + 18307 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 52 }, "end": { - "line": 433, + "line": 437, "column": 59 } } }, "range": [ - 18069, - 18101 + 18275, + 18307 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 27 }, "end": { - "line": 433, + "line": 437, "column": 59 } } }, "range": [ - 18050, - 18101 + 18256, + 18307 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 8 }, "end": { - "line": 433, + "line": 437, "column": 59 } } }, "range": [ - 18050, - 18102 + 18256, + 18308 ], "loc": { "start": { - "line": 433, + "line": 437, "column": 8 }, "end": { - "line": 433, + "line": 437, "column": 60 } }, @@ -41062,16 +41547,16 @@ "type": "Line", "value": "cookie storing page length", "range": [ - 18013, - 18041 + 18219, + 18247 ], "loc": { "start": { - "line": 432, + "line": 436, "column": 8 }, "end": { - "line": 432, + "line": 436, "column": 36 } } @@ -41082,16 +41567,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 18112, - 18132 + 18318, + 18338 ], "loc": { "start": { - "line": 435, + "line": 439, "column": 8 }, "end": { - "line": 435, + "line": 439, "column": 28 } } @@ -41100,16 +41585,16 @@ "type": "Line", "value": "imports external script", "range": [ - 18141, - 18166 + 18347, + 18372 ], "loc": { "start": { - "line": 436, + "line": 440, "column": 8 }, "end": { - "line": 436, + "line": 440, "column": 33 } } @@ -41127,16 +41612,16 @@ "object": { "type": "ThisExpression", "range": [ - 18175, - 18179 + 18381, + 18385 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 8 }, "end": { - "line": 437, + "line": 441, "column": 12 } } @@ -41145,31 +41630,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 18180, - 18190 + 18386, + 18396 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 13 }, "end": { - "line": 437, + "line": 441, "column": 23 } } }, "range": [ - 18175, - 18190 + 18381, + 18396 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 8 }, "end": { - "line": 437, + "line": 441, "column": 23 } } @@ -41181,16 +41666,16 @@ "type": "Identifier", "name": "f", "range": [ - 18193, - 18194 + 18399, + 18400 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 26 }, "end": { - "line": 437, + "line": 441, "column": 27 } } @@ -41199,61 +41684,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 18195, - 18205 + 18401, + 18411 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 28 }, "end": { - "line": 437, + "line": 441, "column": 38 } } }, "range": [ - 18193, - 18205 + 18399, + 18411 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 26 }, "end": { - "line": 437, + "line": 441, "column": 38 } } }, "range": [ - 18175, - 18205 + 18381, + 18411 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 8 }, "end": { - "line": 437, + "line": 441, "column": 38 } } }, "range": [ - 18175, - 18206 + 18381, + 18412 ], "loc": { "start": { - "line": 437, + "line": 441, "column": 8 }, "end": { - "line": 437, + "line": 441, "column": 39 } }, @@ -41262,16 +41747,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 18112, - 18132 + 18318, + 18338 ], "loc": { "start": { - "line": 435, + "line": 439, "column": 8 }, "end": { - "line": 435, + "line": 439, "column": 28 } } @@ -41280,16 +41765,16 @@ "type": "Line", "value": "imports external script", "range": [ - 18141, - 18166 + 18347, + 18372 ], "loc": { "start": { - "line": 436, + "line": 440, "column": 8 }, "end": { - "line": 436, + "line": 440, "column": 33 } } @@ -41307,16 +41792,16 @@ "object": { "type": "ThisExpression", "range": [ - 18215, - 18219 + 18421, + 18425 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 8 }, "end": { - "line": 438, + "line": 442, "column": 12 } } @@ -41325,31 +41810,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 18220, - 18233 + 18426, + 18439 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 13 }, "end": { - "line": 438, + "line": 442, "column": 26 } } }, "range": [ - 18215, - 18233 + 18421, + 18439 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 8 }, "end": { - "line": 438, + "line": 442, "column": 26 } } @@ -41363,16 +41848,16 @@ "type": "Identifier", "name": "Types", "range": [ - 18236, - 18241 + 18442, + 18447 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 29 }, "end": { - "line": 438, + "line": 442, "column": 34 } } @@ -41381,31 +41866,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 18242, - 18249 + 18448, + 18455 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 35 }, "end": { - "line": 438, + "line": 442, "column": 42 } } }, "range": [ - 18236, - 18249 + 18442, + 18455 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 29 }, "end": { - "line": 438, + "line": 442, "column": 42 } } @@ -41417,16 +41902,16 @@ "object": { "type": "ThisExpression", "range": [ - 18250, - 18254 + 18456, + 18460 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 43 }, "end": { - "line": 438, + "line": 442, "column": 47 } } @@ -41435,77 +41920,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 18255, - 18265 + 18461, + 18471 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 48 }, "end": { - "line": 438, + "line": 442, "column": 58 } } }, "range": [ - 18250, - 18265 + 18456, + 18471 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 43 }, "end": { - "line": 438, + "line": 442, "column": 58 } } } ], "range": [ - 18236, - 18266 + 18442, + 18472 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 29 }, "end": { - "line": 438, + "line": 442, "column": 59 } } }, "range": [ - 18215, - 18266 + 18421, + 18472 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 8 }, "end": { - "line": 438, + "line": 442, "column": 59 } } }, "range": [ - 18215, - 18267 + 18421, + 18473 ], "loc": { "start": { - "line": 438, + "line": 442, "column": 8 }, "end": { - "line": 438, + "line": 442, "column": 60 } }, @@ -41514,16 +41999,16 @@ "type": "Block", "value": "** themes **", "range": [ - 18277, - 18293 + 18483, + 18499 ], "loc": { "start": { - "line": 440, + "line": 444, "column": 8 }, "end": { - "line": 440, + "line": 444, "column": 24 } } @@ -41541,16 +42026,16 @@ "object": { "type": "ThisExpression", "range": [ - 18302, - 18306 + 18508, + 18512 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 8 }, "end": { - "line": 441, + "line": 445, "column": 12 } } @@ -41559,31 +42044,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 18307, - 18325 + 18513, + 18531 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 13 }, "end": { - "line": 441, + "line": 445, "column": 31 } } }, "range": [ - 18302, - 18325 + 18508, + 18531 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 8 }, "end": { - "line": 441, + "line": 445, "column": 31 } } @@ -41594,16 +42079,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 18328, - 18335 + 18534, + 18541 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 34 }, "end": { - "line": 441, + "line": 445, "column": 41 } } @@ -41616,16 +42101,16 @@ "type": "Identifier", "name": "f", "range": [ - 18336, - 18337 + 18542, + 18543 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 42 }, "end": { - "line": 441, + "line": 445, "column": 43 } } @@ -41634,77 +42119,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 18338, - 18358 + 18544, + 18564 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 44 }, "end": { - "line": 441, + "line": 445, "column": 64 } } }, "range": [ - 18336, - 18358 + 18542, + 18564 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 42 }, "end": { - "line": 441, + "line": 445, "column": 64 } } } ], "range": [ - 18328, - 18359 + 18534, + 18565 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 34 }, "end": { - "line": 441, + "line": 445, "column": 65 } } }, "range": [ - 18302, - 18359 + 18508, + 18565 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 8 }, "end": { - "line": 441, + "line": 445, "column": 65 } } }, "range": [ - 18302, - 18360 + 18508, + 18566 ], "loc": { "start": { - "line": 441, + "line": 445, "column": 8 }, "end": { - "line": 441, + "line": 445, "column": 66 } }, @@ -41713,16 +42198,16 @@ "type": "Block", "value": "** themes **", "range": [ - 18277, - 18293 + 18483, + 18499 ], "loc": { "start": { - "line": 440, + "line": 444, "column": 8 }, "end": { - "line": 440, + "line": 444, "column": 24 } } @@ -41733,16 +42218,16 @@ "type": "Line", "value": "imports themes", "range": [ - 18369, - 18385 + 18575, + 18591 ], "loc": { "start": { - "line": 442, + "line": 446, "column": 8 }, "end": { - "line": 442, + "line": 446, "column": 24 } } @@ -41760,16 +42245,16 @@ "object": { "type": "ThisExpression", "range": [ - 18394, - 18398 + 18600, + 18604 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 8 }, "end": { - "line": 443, + "line": 447, "column": 12 } } @@ -41778,31 +42263,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 18399, - 18408 + 18605, + 18614 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 13 }, "end": { - "line": 443, + "line": 447, "column": 22 } } }, "range": [ - 18394, - 18408 + 18600, + 18614 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 8 }, "end": { - "line": 443, + "line": 447, "column": 22 } } @@ -41816,16 +42301,16 @@ "object": { "type": "ThisExpression", "range": [ - 18412, - 18416 + 18618, + 18622 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 26 }, "end": { - "line": 443, + "line": 447, "column": 30 } } @@ -41834,31 +42319,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 18417, - 18435 + 18623, + 18641 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 31 }, "end": { - "line": 443, + "line": 447, "column": 49 } } }, "range": [ - 18412, - 18435 + 18618, + 18641 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 26 }, "end": { - "line": 443, + "line": 447, "column": 49 } } @@ -41872,16 +42357,16 @@ "type": "Identifier", "name": "Types", "range": [ - 18439, - 18444 + 18645, + 18650 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 53 }, "end": { - "line": 443, + "line": 447, "column": 58 } } @@ -41890,31 +42375,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 18445, - 18452 + 18651, + 18658 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 59 }, "end": { - "line": 443, + "line": 447, "column": 66 } } }, "range": [ - 18439, - 18452 + 18645, + 18658 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 53 }, "end": { - "line": 443, + "line": 447, "column": 66 } } @@ -41927,16 +42412,16 @@ "type": "Identifier", "name": "f", "range": [ - 18453, - 18454 + 18659, + 18660 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 67 }, "end": { - "line": 443, + "line": 447, "column": 68 } } @@ -41945,92 +42430,92 @@ "type": "Identifier", "name": "themes", "range": [ - 18455, - 18461 + 18661, + 18667 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 69 }, "end": { - "line": 443, + "line": 447, "column": 75 } } }, "range": [ - 18453, - 18461 + 18659, + 18667 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 67 }, "end": { - "line": 443, + "line": 447, "column": 75 } } } ], "range": [ - 18439, - 18462 + 18645, + 18668 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 53 }, "end": { - "line": 443, + "line": 447, "column": 76 } } }, "range": [ - 18412, - 18462 + 18618, + 18668 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 26 }, "end": { - "line": 443, + "line": 447, "column": 76 } } }, "range": [ - 18394, - 18463 + 18600, + 18669 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 8 }, "end": { - "line": 443, + "line": 447, "column": 77 } } }, "range": [ - 18394, - 18464 + 18600, + 18670 ], "loc": { "start": { - "line": 443, + "line": 447, "column": 8 }, "end": { - "line": 443, + "line": 447, "column": 78 } }, @@ -42039,16 +42524,16 @@ "type": "Line", "value": "imports themes", "range": [ - 18369, - 18385 + 18575, + 18591 ], "loc": { "start": { - "line": 442, + "line": 446, "column": 8 }, "end": { - "line": 442, + "line": 446, "column": 24 } } @@ -42066,16 +42551,16 @@ "object": { "type": "ThisExpression", "range": [ - 18473, - 18477 + 18679, + 18683 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 8 }, "end": { - "line": 444, + "line": 448, "column": 12 } } @@ -42084,31 +42569,31 @@ "type": "Identifier", "name": "themes", "range": [ - 18478, - 18484 + 18684, + 18690 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 13 }, "end": { - "line": 444, + "line": 448, "column": 19 } } }, "range": [ - 18473, - 18484 + 18679, + 18690 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 8 }, "end": { - "line": 444, + "line": 448, "column": 19 } } @@ -42123,16 +42608,16 @@ "type": "Identifier", "name": "f", "range": [ - 18487, - 18488 + 18693, + 18694 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 22 }, "end": { - "line": 444, + "line": 448, "column": 23 } } @@ -42141,31 +42626,31 @@ "type": "Identifier", "name": "themes", "range": [ - 18489, - 18495 + 18695, + 18701 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 24 }, "end": { - "line": 444, + "line": 448, "column": 30 } } }, "range": [ - 18487, - 18495 + 18693, + 18701 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 22 }, "end": { - "line": 444, + "line": 448, "column": 30 } } @@ -42174,61 +42659,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 18499, - 18501 + 18705, + 18707 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 34 }, "end": { - "line": 444, + "line": 448, "column": 36 } } }, "range": [ - 18487, - 18501 + 18693, + 18707 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 22 }, "end": { - "line": 444, + "line": 448, "column": 36 } } }, "range": [ - 18473, - 18501 + 18679, + 18707 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 8 }, "end": { - "line": 444, + "line": 448, "column": 36 } } }, "range": [ - 18473, - 18502 + 18679, + 18708 ], "loc": { "start": { - "line": 444, + "line": 448, "column": 8 }, "end": { - "line": 444, + "line": 448, "column": 37 } }, @@ -42237,16 +42722,16 @@ "type": "Line", "value": "themes path", "range": [ - 18511, - 18524 + 18717, + 18730 ], "loc": { "start": { - "line": 445, + "line": 449, "column": 8 }, "end": { - "line": 445, + "line": 449, "column": 21 } } @@ -42264,16 +42749,16 @@ "object": { "type": "ThisExpression", "range": [ - 18533, - 18537 + 18739, + 18743 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 8 }, "end": { - "line": 446, + "line": 450, "column": 12 } } @@ -42282,31 +42767,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 18538, - 18548 + 18744, + 18754 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 13 }, "end": { - "line": 446, + "line": 450, "column": 23 } } }, "range": [ - 18533, - 18548 + 18739, + 18754 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 8 }, "end": { - "line": 446, + "line": 450, "column": 23 } } @@ -42321,16 +42806,16 @@ "type": "Identifier", "name": "f", "range": [ - 18551, - 18552 + 18757, + 18758 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 26 }, "end": { - "line": 446, + "line": 450, "column": 27 } } @@ -42339,31 +42824,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 18553, - 18564 + 18759, + 18770 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 28 }, "end": { - "line": 446, + "line": 450, "column": 39 } } }, "range": [ - 18551, - 18564 + 18757, + 18770 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 26 }, "end": { - "line": 446, + "line": 450, "column": 39 } } @@ -42377,16 +42862,16 @@ "object": { "type": "ThisExpression", "range": [ - 18568, - 18572 + 18774, + 18778 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 43 }, "end": { - "line": 446, + "line": 450, "column": 47 } } @@ -42395,31 +42880,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 18573, - 18582 + 18779, + 18788 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 48 }, "end": { - "line": 446, + "line": 450, "column": 57 } } }, "range": [ - 18568, - 18582 + 18774, + 18788 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 43 }, "end": { - "line": 446, + "line": 450, "column": 57 } } @@ -42429,76 +42914,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 18585, - 18594 + 18791, + 18800 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 60 }, "end": { - "line": 446, + "line": 450, "column": 69 } } }, "range": [ - 18568, - 18594 + 18774, + 18800 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 43 }, "end": { - "line": 446, + "line": 450, "column": 69 } } }, "range": [ - 18551, - 18594 + 18757, + 18800 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 26 }, "end": { - "line": 446, + "line": 450, "column": 69 } } }, "range": [ - 18533, - 18594 + 18739, + 18800 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 8 }, "end": { - "line": 446, + "line": 450, "column": 69 } } }, "range": [ - 18533, - 18595 + 18739, + 18801 ], "loc": { "start": { - "line": 446, + "line": 450, "column": 8 }, "end": { - "line": 446, + "line": 450, "column": 70 } }, @@ -42507,16 +42992,16 @@ "type": "Line", "value": "themes path", "range": [ - 18511, - 18524 + 18717, + 18730 ], "loc": { "start": { - "line": 445, + "line": 449, "column": 8 }, "end": { - "line": 445, + "line": 449, "column": 21 } } @@ -42527,16 +43012,16 @@ "type": "Line", "value": " Features registry", "range": [ - 18605, - 18625 + 18811, + 18831 ], "loc": { "start": { - "line": 448, + "line": 452, "column": 8 }, "end": { - "line": 448, + "line": 452, "column": 28 } } @@ -42554,16 +43039,16 @@ "object": { "type": "ThisExpression", "range": [ - 18634, - 18638 + 18840, + 18844 ], "loc": { "start": { - "line": 449, + "line": 453, "column": 8 }, "end": { - "line": 449, + "line": 453, "column": 12 } } @@ -42572,31 +43057,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 18639, - 18642 + 18845, + 18848 ], "loc": { "start": { - "line": 449, + "line": 453, "column": 13 }, "end": { - "line": 449, + "line": 453, "column": 16 } } }, "range": [ - 18634, - 18642 + 18840, + 18848 ], "loc": { "start": { - "line": 449, + "line": 453, "column": 8 }, "end": { - "line": 449, + "line": 453, "column": 16 } } @@ -42605,46 +43090,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 18645, - 18647 + 18851, + 18853 ], "loc": { "start": { - "line": 449, + "line": 453, "column": 19 }, "end": { - "line": 449, + "line": 453, "column": 21 } } }, "range": [ - 18634, - 18647 + 18840, + 18853 ], "loc": { "start": { - "line": 449, + "line": 453, "column": 8 }, "end": { - "line": 449, + "line": 453, "column": 21 } } }, "range": [ - 18634, - 18648 + 18840, + 18854 ], "loc": { "start": { - "line": 449, + "line": 453, "column": 8 }, "end": { - "line": 449, + "line": 453, "column": 22 } }, @@ -42653,16 +43138,16 @@ "type": "Line", "value": " Features registry", "range": [ - 18605, - 18625 + 18811, + 18831 ], "loc": { "start": { - "line": 448, + "line": 452, "column": 8 }, "end": { - "line": 448, + "line": 452, "column": 28 } } @@ -42673,16 +43158,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 18658, - 18680 + 18864, + 18886 ], "loc": { "start": { - "line": 451, + "line": 455, "column": 8 }, "end": { - "line": 451, + "line": 455, "column": 30 } } @@ -42700,16 +43185,16 @@ "object": { "type": "ThisExpression", "range": [ - 18689, - 18693 + 18895, + 18899 ], "loc": { "start": { - "line": 452, + "line": 456, "column": 8 }, "end": { - "line": 452, + "line": 456, "column": 12 } } @@ -42718,31 +43203,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 18694, - 18705 + 18900, + 18911 ], "loc": { "start": { - "line": 452, + "line": 456, "column": 13 }, "end": { - "line": 452, + "line": 456, "column": 24 } } }, "range": [ - 18689, - 18705 + 18895, + 18911 ], "loc": { "start": { - "line": 452, + "line": 456, "column": 8 }, "end": { - "line": 452, + "line": 456, "column": 24 } } @@ -42751,46 +43236,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 18708, - 18710 + 18914, + 18916 ], "loc": { "start": { - "line": 452, + "line": 456, "column": 27 }, "end": { - "line": 452, + "line": 456, "column": 29 } } }, "range": [ - 18689, - 18710 + 18895, + 18916 ], "loc": { "start": { - "line": 452, + "line": 456, "column": 8 }, "end": { - "line": 452, + "line": 456, "column": 29 } } }, "range": [ - 18689, - 18711 + 18895, + 18917 ], "loc": { "start": { - "line": 452, + "line": 456, "column": 8 }, "end": { - "line": 452, + "line": 456, "column": 30 } }, @@ -42799,16 +43284,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 18658, - 18680 + 18864, + 18886 ], "loc": { "start": { - "line": 451, + "line": 455, "column": 8 }, "end": { - "line": 451, + "line": 455, "column": 30 } } @@ -42819,16 +43304,16 @@ "type": "Block", "value": "** TF events **", "range": [ - 18721, - 18740 + 18927, + 18946 ], "loc": { "start": { - "line": 454, + "line": 458, "column": 8 }, "end": { - "line": 454, + "line": 458, "column": 27 } } @@ -42846,16 +43331,16 @@ "object": { "type": "ThisExpression", "range": [ - 18749, - 18753 + 18955, + 18959 ], "loc": { "start": { - "line": 455, + "line": 459, "column": 8 }, "end": { - "line": 455, + "line": 459, "column": 12 } } @@ -42864,31 +43349,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 18754, - 18757 + 18960, + 18963 ], "loc": { "start": { - "line": 455, + "line": 459, "column": 13 }, "end": { - "line": 455, + "line": 459, "column": 16 } } }, "range": [ - 18749, - 18757 + 18955, + 18963 ], "loc": { "start": { - "line": 455, + "line": 459, "column": 8 }, "end": { - "line": 455, + "line": 459, "column": 16 } } @@ -42902,16 +43387,16 @@ "type": "Identifier", "name": "name", "range": [ - 18774, - 18778 + 18980, + 18984 ], "loc": { "start": { - "line": 456, + "line": 460, "column": 12 }, "end": { - "line": 456, + "line": 460, "column": 16 } } @@ -42925,16 +43410,16 @@ "type": "Identifier", "name": "filter", "range": [ - 18798, - 18804 + 19004, + 19010 ], "loc": { "start": { - "line": 457, + "line": 461, "column": 16 }, "end": { - "line": 457, + "line": 461, "column": 22 } } @@ -42944,16 +43429,16 @@ "value": "Filter", "raw": "'Filter'", "range": [ - 18806, - 18814 + 19012, + 19020 ], "loc": { "start": { - "line": 457, + "line": 461, "column": 24 }, "end": { - "line": 457, + "line": 461, "column": 32 } } @@ -42963,16 +43448,16 @@ "shorthand": false, "computed": false, "range": [ - 18798, - 18814 + 19004, + 19020 ], "loc": { "start": { - "line": 457, + "line": 461, "column": 16 }, "end": { - "line": 457, + "line": 461, "column": 32 } } @@ -42983,16 +43468,16 @@ "type": "Identifier", "name": "dropdown", "range": [ - 18832, - 18840 + 19038, + 19046 ], "loc": { "start": { - "line": 458, + "line": 462, "column": 16 }, "end": { - "line": 458, + "line": 462, "column": 24 } } @@ -43002,16 +43487,16 @@ "value": "DropDown", "raw": "'DropDown'", "range": [ - 18842, - 18852 + 19048, + 19058 ], "loc": { "start": { - "line": 458, + "line": 462, "column": 26 }, "end": { - "line": 458, + "line": 462, "column": 36 } } @@ -43021,16 +43506,16 @@ "shorthand": false, "computed": false, "range": [ - 18832, - 18852 + 19038, + 19058 ], "loc": { "start": { - "line": 458, + "line": 462, "column": 16 }, "end": { - "line": 458, + "line": 462, "column": 36 } } @@ -43041,16 +43526,16 @@ "type": "Identifier", "name": "checklist", "range": [ - 18870, - 18879 + 19076, + 19085 ], "loc": { "start": { - "line": 459, + "line": 463, "column": 16 }, "end": { - "line": 459, + "line": 463, "column": 25 } } @@ -43060,16 +43545,16 @@ "value": "CheckList", "raw": "'CheckList'", "range": [ - 18881, - 18892 + 19087, + 19098 ], "loc": { "start": { - "line": 459, + "line": 463, "column": 27 }, "end": { - "line": 459, + "line": 463, "column": 38 } } @@ -43079,16 +43564,16 @@ "shorthand": false, "computed": false, "range": [ - 18870, - 18892 + 19076, + 19098 ], "loc": { "start": { - "line": 459, + "line": 463, "column": 16 }, "end": { - "line": 459, + "line": 463, "column": 38 } } @@ -43099,16 +43584,16 @@ "type": "Identifier", "name": "changepage", "range": [ - 18910, - 18920 + 19116, + 19126 ], "loc": { "start": { - "line": 460, + "line": 464, "column": 16 }, "end": { - "line": 460, + "line": 464, "column": 26 } } @@ -43118,16 +43603,16 @@ "value": "ChangePage", "raw": "'ChangePage'", "range": [ - 18922, - 18934 + 19128, + 19140 ], "loc": { "start": { - "line": 460, + "line": 464, "column": 28 }, "end": { - "line": 460, + "line": 464, "column": 40 } } @@ -43137,16 +43622,16 @@ "shorthand": false, "computed": false, "range": [ - 18910, - 18934 + 19116, + 19140 ], "loc": { "start": { - "line": 460, + "line": 464, "column": 16 }, "end": { - "line": 460, + "line": 464, "column": 40 } } @@ -43157,16 +43642,16 @@ "type": "Identifier", "name": "clear", "range": [ - 18952, - 18957 + 19158, + 19163 ], "loc": { "start": { - "line": 461, + "line": 465, "column": 16 }, "end": { - "line": 461, + "line": 465, "column": 21 } } @@ -43176,16 +43661,16 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 18959, - 18966 + 19165, + 19172 ], "loc": { "start": { - "line": 461, + "line": 465, "column": 23 }, "end": { - "line": 461, + "line": 465, "column": 30 } } @@ -43195,16 +43680,16 @@ "shorthand": false, "computed": false, "range": [ - 18952, - 18966 + 19158, + 19172 ], "loc": { "start": { - "line": 461, + "line": 465, "column": 16 }, "end": { - "line": 461, + "line": 465, "column": 30 } } @@ -43215,16 +43700,16 @@ "type": "Identifier", "name": "changeresultsperpage", "range": [ - 18984, - 19004 + 19190, + 19210 ], "loc": { "start": { - "line": 462, + "line": 466, "column": 16 }, "end": { - "line": 462, + "line": 466, "column": 36 } } @@ -43234,16 +43719,16 @@ "value": "ChangeResults", "raw": "'ChangeResults'", "range": [ - 19006, - 19021 + 19212, + 19227 ], "loc": { "start": { - "line": 462, + "line": 466, "column": 38 }, "end": { - "line": 462, + "line": 466, "column": 53 } } @@ -43253,16 +43738,16 @@ "shorthand": false, "computed": false, "range": [ - 18984, - 19021 + 19190, + 19227 ], "loc": { "start": { - "line": 462, + "line": 466, "column": 16 }, "end": { - "line": 462, + "line": 466, "column": 53 } } @@ -43273,16 +43758,16 @@ "type": "Identifier", "name": "resetvalues", "range": [ - 19039, - 19050 + 19245, + 19256 ], "loc": { "start": { - "line": 463, + "line": 467, "column": 16 }, "end": { - "line": 463, + "line": 467, "column": 27 } } @@ -43292,16 +43777,16 @@ "value": "ResetValues", "raw": "'ResetValues'", "range": [ - 19052, - 19065 + 19258, + 19271 ], "loc": { "start": { - "line": 463, + "line": 467, "column": 29 }, "end": { - "line": 463, + "line": 467, "column": 42 } } @@ -43311,16 +43796,16 @@ "shorthand": false, "computed": false, "range": [ - 19039, - 19065 + 19245, + 19271 ], "loc": { "start": { - "line": 463, + "line": 467, "column": 16 }, "end": { - "line": 463, + "line": 467, "column": 42 } } @@ -43331,16 +43816,16 @@ "type": "Identifier", "name": "resetpage", "range": [ - 19083, - 19092 + 19289, + 19298 ], "loc": { "start": { - "line": 464, + "line": 468, "column": 16 }, "end": { - "line": 464, + "line": 468, "column": 25 } } @@ -43350,16 +43835,16 @@ "value": "ResetPage", "raw": "'ResetPage'", "range": [ - 19094, - 19105 + 19300, + 19311 ], "loc": { "start": { - "line": 464, + "line": 468, "column": 27 }, "end": { - "line": 464, + "line": 468, "column": 38 } } @@ -43369,16 +43854,16 @@ "shorthand": false, "computed": false, "range": [ - 19083, - 19105 + 19289, + 19311 ], "loc": { "start": { - "line": 464, + "line": 468, "column": 16 }, "end": { - "line": 464, + "line": 468, "column": 38 } } @@ -43389,16 +43874,16 @@ "type": "Identifier", "name": "resetpagelength", "range": [ - 19123, - 19138 + 19329, + 19344 ], "loc": { "start": { - "line": 465, + "line": 469, "column": 16 }, "end": { - "line": 465, + "line": 469, "column": 31 } } @@ -43408,16 +43893,16 @@ "value": "ResetPageLength", "raw": "'ResetPageLength'", "range": [ - 19140, - 19157 + 19346, + 19363 ], "loc": { "start": { - "line": 465, + "line": 469, "column": 33 }, "end": { - "line": 465, + "line": 469, "column": 50 } } @@ -43427,16 +43912,16 @@ "shorthand": false, "computed": false, "range": [ - 19123, - 19157 + 19329, + 19363 ], "loc": { "start": { - "line": 465, + "line": 469, "column": 16 }, "end": { - "line": 465, + "line": 469, "column": 50 } } @@ -43447,16 +43932,16 @@ "type": "Identifier", "name": "loadextensions", "range": [ - 19175, - 19189 + 19381, + 19395 ], "loc": { "start": { - "line": 466, + "line": 470, "column": 16 }, "end": { - "line": 466, + "line": 470, "column": 30 } } @@ -43466,16 +43951,16 @@ "value": "LoadExtensions", "raw": "'LoadExtensions'", "range": [ - 19191, - 19207 + 19397, + 19413 ], "loc": { "start": { - "line": 466, + "line": 470, "column": 32 }, "end": { - "line": 466, + "line": 470, "column": 48 } } @@ -43485,16 +43970,16 @@ "shorthand": false, "computed": false, "range": [ - 19175, - 19207 + 19381, + 19413 ], "loc": { "start": { - "line": 466, + "line": 470, "column": 16 }, "end": { - "line": 466, + "line": 470, "column": 48 } } @@ -43505,16 +43990,16 @@ "type": "Identifier", "name": "loadthemes", "range": [ - 19225, - 19235 + 19431, + 19441 ], "loc": { "start": { - "line": 467, + "line": 471, "column": 16 }, "end": { - "line": 467, + "line": 471, "column": 26 } } @@ -43524,16 +44009,16 @@ "value": "LoadThemes", "raw": "'LoadThemes'", "range": [ - 19237, - 19249 + 19443, + 19455 ], "loc": { "start": { - "line": 467, + "line": 471, "column": 28 }, "end": { - "line": 467, + "line": 471, "column": 40 } } @@ -43543,32 +44028,32 @@ "shorthand": false, "computed": false, "range": [ - 19225, - 19249 + 19431, + 19455 ], "loc": { "start": { - "line": 467, + "line": 471, "column": 16 }, "end": { - "line": 467, + "line": 471, "column": 40 } } } ], "range": [ - 18780, - 19263 + 18986, + 19469 ], "loc": { "start": { - "line": 456, + "line": 460, "column": 18 }, "end": { - "line": 468, + "line": 472, "column": 13 } } @@ -43578,16 +44063,16 @@ "shorthand": false, "computed": false, "range": [ - 18774, - 19263 + 18980, + 19469 ], "loc": { "start": { - "line": 456, + "line": 460, "column": 12 }, "end": { - "line": 468, + "line": 472, "column": 13 } } @@ -43598,16 +44083,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 19312, - 19321 + 19518, + 19527 ], "loc": { "start": { - "line": 471, + "line": 475, "column": 12 }, "end": { - "line": 471, + "line": 475, "column": 21 } } @@ -43620,16 +44105,16 @@ "type": "Identifier", "name": "e", "range": [ - 19322, - 19323 + 19528, + 19529 ], "loc": { "start": { - "line": 471, + "line": 475, "column": 22 }, "end": { - "line": 471, + "line": 475, "column": 23 } } @@ -43649,16 +44134,16 @@ "object": { "type": "ThisExpression", "range": [ - 19347, - 19351 + 19553, + 19557 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 20 }, "end": { - "line": 472, + "line": 476, "column": 24 } } @@ -43667,47 +44152,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 19352, - 19360 + 19558, + 19566 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 25 }, "end": { - "line": 472, + "line": 476, "column": 33 } } }, "range": [ - 19347, - 19360 + 19553, + 19566 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 20 }, "end": { - "line": 472, + "line": 476, "column": 33 } } }, "prefix": true, "range": [ - 19346, - 19360 + 19552, + 19566 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 19 }, "end": { - "line": 472, + "line": 476, "column": 33 } } @@ -43719,48 +44204,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 19363, - 19370 + 19569, + 19576 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 36 }, "end": { - "line": 472, + "line": 476, "column": 43 } } } ], "range": [ - 19361, - 19372 + 19567, + 19578 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 34 }, "end": { - "line": 472, + "line": 476, "column": 45 } } }, "alternate": null, "range": [ - 19343, - 19372 + 19549, + 19578 ], "loc": { "start": { - "line": 472, + "line": 476, "column": 16 }, "end": { - "line": 472, + "line": 476, "column": 45 } } @@ -43774,16 +44259,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 19393, - 19396 + 19599, + 19602 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 20 }, "end": { - "line": 473, + "line": 477, "column": 23 } } @@ -43795,16 +44280,16 @@ "type": "Identifier", "name": "e", "range": [ - 19399, - 19400 + 19605, + 19606 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 26 }, "end": { - "line": 473, + "line": 477, "column": 27 } } @@ -43816,16 +44301,16 @@ "type": "Identifier", "name": "global", "range": [ - 19404, - 19410 + 19610, + 19616 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 31 }, "end": { - "line": 473, + "line": 477, "column": 37 } } @@ -43834,61 +44319,61 @@ "type": "Identifier", "name": "event", "range": [ - 19411, - 19416 + 19617, + 19622 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 38 }, "end": { - "line": 473, + "line": 477, "column": 43 } } }, "range": [ - 19404, - 19416 + 19610, + 19622 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 31 }, "end": { - "line": 473, + "line": 477, "column": 43 } } }, "range": [ - 19399, - 19416 + 19605, + 19622 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 26 }, "end": { - "line": 473, + "line": 477, "column": 43 } } }, "range": [ - 19393, - 19416 + 19599, + 19622 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 20 }, "end": { - "line": 473, + "line": 477, "column": 43 } } @@ -43896,16 +44381,16 @@ ], "kind": "let", "range": [ - 19389, - 19417 + 19595, + 19623 ], "loc": { "start": { - "line": 473, + "line": 477, "column": 16 }, "end": { - "line": 473, + "line": 477, "column": 44 } } @@ -43916,16 +44401,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 19437, - 19440 + 19643, + 19646 ], "loc": { "start": { - "line": 474, + "line": 478, "column": 19 }, "end": { - "line": 474, + "line": 478, "column": 22 } } @@ -43942,16 +44427,16 @@ "type": "Identifier", "name": "key", "range": [ - 19467, - 19470 + 19673, + 19676 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 24 }, "end": { - "line": 475, + "line": 479, "column": 27 } } @@ -43965,16 +44450,16 @@ "type": "Identifier", "name": "Event", "range": [ - 19473, - 19478 + 19679, + 19684 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 30 }, "end": { - "line": 475, + "line": 479, "column": 35 } } @@ -43983,31 +44468,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 19479, - 19486 + 19685, + 19692 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 36 }, "end": { - "line": 475, + "line": 479, "column": 43 } } }, "range": [ - 19473, - 19486 + 19679, + 19692 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 30 }, "end": { - "line": 475, + "line": 479, "column": 43 } } @@ -44017,47 +44502,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 19487, - 19490 + 19693, + 19696 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 44 }, "end": { - "line": 475, + "line": 479, "column": 47 } } } ], "range": [ - 19473, - 19491 + 19679, + 19697 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 30 }, "end": { - "line": 475, + "line": 479, "column": 48 } } }, "range": [ - 19467, - 19491 + 19673, + 19697 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 24 }, "end": { - "line": 475, + "line": 479, "column": 48 } } @@ -44065,16 +44550,16 @@ ], "kind": "let", "range": [ - 19463, - 19492 + 19669, + 19698 ], "loc": { "start": { - "line": 475, + "line": 479, "column": 20 }, "end": { - "line": 475, + "line": 479, "column": 49 } } @@ -44088,16 +44573,16 @@ "type": "Identifier", "name": "key", "range": [ - 19516, - 19519 + 19722, + 19725 ], "loc": { "start": { - "line": 476, + "line": 480, "column": 23 }, "end": { - "line": 476, + "line": 480, "column": 26 } } @@ -44107,31 +44592,31 @@ "value": 13, "raw": "13", "range": [ - 19522, - 19524 + 19728, + 19730 ], "loc": { "start": { - "line": 476, + "line": 480, "column": 29 }, "end": { - "line": 476, + "line": 480, "column": 31 } } }, "range": [ - 19516, - 19524 + 19722, + 19730 ], "loc": { "start": { - "line": 476, + "line": 480, "column": 23 }, "end": { - "line": 476, + "line": 480, "column": 31 } } @@ -44149,16 +44634,16 @@ "object": { "type": "ThisExpression", "range": [ - 19551, - 19555 + 19757, + 19761 ], "loc": { "start": { - "line": 477, + "line": 481, "column": 24 }, "end": { - "line": 477, + "line": 481, "column": 28 } } @@ -44167,62 +44652,62 @@ "type": "Identifier", "name": "filter", "range": [ - 19556, - 19562 + 19762, + 19768 ], "loc": { "start": { - "line": 477, + "line": 481, "column": 29 }, "end": { - "line": 477, + "line": 481, "column": 35 } } }, "range": [ - 19551, - 19562 + 19757, + 19768 ], "loc": { "start": { - "line": 477, + "line": 481, "column": 24 }, "end": { - "line": 477, + "line": 481, "column": 35 } } }, "arguments": [], "range": [ - 19551, - 19564 + 19757, + 19770 ], "loc": { "start": { - "line": 477, + "line": 481, "column": 24 }, "end": { - "line": 477, + "line": 481, "column": 37 } } }, "range": [ - 19551, - 19565 + 19757, + 19771 ], "loc": { "start": { - "line": 477, + "line": 481, "column": 24 }, "end": { - "line": 477, + "line": 481, "column": 38 } } @@ -44238,16 +44723,16 @@ "type": "Identifier", "name": "Event", "range": [ - 19590, - 19595 + 19796, + 19801 ], "loc": { "start": { - "line": 478, + "line": 482, "column": 24 }, "end": { - "line": 478, + "line": 482, "column": 29 } } @@ -44256,31 +44741,31 @@ "type": "Identifier", "name": "cancel", "range": [ - 19596, - 19602 + 19802, + 19808 ], "loc": { "start": { - "line": 478, + "line": 482, "column": 30 }, "end": { - "line": 478, + "line": 482, "column": 36 } } }, "range": [ - 19590, - 19602 + 19796, + 19808 ], "loc": { "start": { - "line": 478, + "line": 482, "column": 24 }, "end": { - "line": 478, + "line": 482, "column": 36 } } @@ -44290,47 +44775,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 19603, - 19606 + 19809, + 19812 ], "loc": { "start": { - "line": 478, + "line": 482, "column": 37 }, "end": { - "line": 478, + "line": 482, "column": 40 } } } ], "range": [ - 19590, - 19607 + 19796, + 19813 ], "loc": { "start": { - "line": 478, + "line": 482, "column": 24 }, "end": { - "line": 478, + "line": 482, "column": 41 } } }, "range": [ - 19590, - 19608 + 19796, + 19814 ], "loc": { "start": { - "line": 478, + "line": 482, "column": 24 }, "end": { - "line": 478, + "line": 482, "column": 42 } } @@ -44346,16 +44831,16 @@ "type": "Identifier", "name": "Event", "range": [ - 19633, - 19638 + 19839, + 19844 ], "loc": { "start": { - "line": 479, + "line": 483, "column": 24 }, "end": { - "line": 479, + "line": 483, "column": 29 } } @@ -44364,31 +44849,31 @@ "type": "Identifier", "name": "stop", "range": [ - 19639, - 19643 + 19845, + 19849 ], "loc": { "start": { - "line": 479, + "line": 483, "column": 30 }, "end": { - "line": 479, + "line": 483, "column": 34 } } }, "range": [ - 19633, - 19643 + 19839, + 19849 ], "loc": { "start": { - "line": 479, + "line": 483, "column": 24 }, "end": { - "line": 479, + "line": 483, "column": 34 } } @@ -44398,63 +44883,63 @@ "type": "Identifier", "name": "_ev", "range": [ - 19644, - 19647 + 19850, + 19853 ], "loc": { "start": { - "line": 479, + "line": 483, "column": 35 }, "end": { - "line": 479, + "line": 483, "column": 38 } } } ], "range": [ - 19633, - 19648 + 19839, + 19854 ], "loc": { "start": { - "line": 479, + "line": 483, "column": 24 }, "end": { - "line": 479, + "line": 483, "column": 39 } } }, "range": [ - 19633, - 19649 + 19839, + 19855 ], "loc": { "start": { - "line": 479, + "line": 483, "column": 24 }, "end": { - "line": 479, + "line": 483, "column": 40 } } } ], "range": [ - 19525, - 19671 + 19731, + 19877 ], "loc": { "start": { - "line": 476, + "line": 480, "column": 32 }, "end": { - "line": 480, + "line": 484, "column": 21 } } @@ -44473,16 +44958,16 @@ "object": { "type": "ThisExpression", "range": [ - 19703, - 19707 + 19909, + 19913 ], "loc": { "start": { - "line": 481, + "line": 485, "column": 24 }, "end": { - "line": 481, + "line": 485, "column": 28 } } @@ -44491,31 +44976,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 19708, - 19720 + 19914, + 19926 ], "loc": { "start": { - "line": 481, + "line": 485, "column": 29 }, "end": { - "line": 481, + "line": 485, "column": 41 } } }, "range": [ - 19703, - 19720 + 19909, + 19926 ], "loc": { "start": { - "line": 481, + "line": 485, "column": 24 }, "end": { - "line": 481, + "line": 485, "column": 41 } } @@ -44525,46 +45010,46 @@ "value": true, "raw": "true", "range": [ - 19723, - 19727 + 19929, + 19933 ], "loc": { "start": { - "line": 481, + "line": 485, "column": 44 }, "end": { - "line": 481, + "line": 485, "column": 48 } } }, "range": [ - 19703, - 19727 + 19909, + 19933 ], "loc": { "start": { - "line": 481, + "line": 485, "column": 24 }, "end": { - "line": 481, + "line": 485, "column": 48 } } }, "range": [ - 19703, - 19728 + 19909, + 19934 ], "loc": { "start": { - "line": 481, + "line": 485, "column": 24 }, "end": { - "line": 481, + "line": 485, "column": 49 } } @@ -44580,16 +45065,16 @@ "type": "Identifier", "name": "global", "range": [ - 19753, - 19759 + 19959, + 19965 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 24 }, "end": { - "line": 482, + "line": 486, "column": 30 } } @@ -44598,31 +45083,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 19760, - 19773 + 19966, + 19979 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 31 }, "end": { - "line": 482, + "line": 486, "column": 44 } } }, "range": [ - 19753, - 19773 + 19959, + 19979 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 24 }, "end": { - "line": 482, + "line": 486, "column": 44 } } @@ -44634,16 +45119,16 @@ "object": { "type": "ThisExpression", "range": [ - 19774, - 19778 + 19980, + 19984 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 45 }, "end": { - "line": 482, + "line": 486, "column": 49 } } @@ -44652,62 +45137,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 19779, - 19794 + 19985, + 20000 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 50 }, "end": { - "line": 482, + "line": 486, "column": 65 } } }, "range": [ - 19774, - 19794 + 19980, + 20000 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 45 }, "end": { - "line": 482, + "line": 486, "column": 65 } } } ], "range": [ - 19753, - 19795 + 19959, + 20001 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 24 }, "end": { - "line": 482, + "line": 486, "column": 66 } } }, "range": [ - 19753, - 19796 + 19959, + 20002 ], "loc": { "start": { - "line": 482, + "line": 486, "column": 24 }, "end": { - "line": 482, + "line": 486, "column": 67 } } @@ -44723,16 +45208,16 @@ "object": { "type": "ThisExpression", "range": [ - 19821, - 19825 + 20027, + 20031 ], "loc": { "start": { - "line": 483, + "line": 487, "column": 24 }, "end": { - "line": 483, + "line": 487, "column": 28 } } @@ -44741,31 +45226,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 19826, - 19841 + 20032, + 20047 ], "loc": { "start": { - "line": 483, + "line": 487, "column": 29 }, "end": { - "line": 483, + "line": 487, "column": 44 } } }, "range": [ - 19821, - 19841 + 20027, + 20047 ], "loc": { "start": { - "line": 483, + "line": 487, "column": 24 }, "end": { - "line": 483, + "line": 487, "column": 44 } } @@ -44775,125 +45260,125 @@ "value": null, "raw": "null", "range": [ - 19844, - 19848 + 20050, + 20054 ], "loc": { "start": { - "line": 483, + "line": 487, "column": 47 }, "end": { - "line": 483, + "line": 487, "column": 51 } } }, "range": [ - 19821, - 19848 + 20027, + 20054 ], "loc": { "start": { - "line": 483, + "line": 487, "column": 24 }, "end": { - "line": 483, + "line": 487, "column": 51 } } }, "range": [ - 19821, - 19849 + 20027, + 20055 ], "loc": { "start": { - "line": 483, + "line": 487, "column": 24 }, "end": { - "line": 483, + "line": 487, "column": 52 } } } ], "range": [ - 19677, - 19871 + 19883, + 20077 ], "loc": { "start": { - "line": 480, + "line": 484, "column": 27 }, "end": { - "line": 484, + "line": 488, "column": 21 } } }, "range": [ - 19513, - 19871 + 19719, + 20077 ], "loc": { "start": { - "line": 476, + "line": 480, "column": 20 }, "end": { - "line": 484, + "line": 488, "column": 21 } } } ], "range": [ - 19441, - 19889 + 19647, + 20095 ], "loc": { "start": { - "line": 474, + "line": 478, "column": 23 }, "end": { - "line": 485, + "line": 489, "column": 17 } } }, "alternate": null, "range": [ - 19434, - 19889 + 19640, + 20095 ], "loc": { "start": { - "line": 474, + "line": 478, "column": 16 }, "end": { - "line": 485, + "line": 489, "column": 17 } } } ], "range": [ - 19325, - 19903 + 19531, + 20109 ], "loc": { "start": { - "line": 471, + "line": 475, "column": 25 }, "end": { - "line": 486, + "line": 490, "column": 13 } } @@ -44901,16 +45386,16 @@ "generator": false, "expression": false, "range": [ - 19321, - 19903 + 19527, + 20109 ], "loc": { "start": { - "line": 471, + "line": 475, "column": 21 }, "end": { - "line": 486, + "line": 490, "column": 13 } } @@ -44920,16 +45405,16 @@ "shorthand": false, "computed": false, "range": [ - 19312, - 19903 + 19518, + 20109 ], "loc": { "start": { - "line": 471, + "line": 475, "column": 12 }, "end": { - "line": 486, + "line": 490, "column": 13 } }, @@ -44938,16 +45423,16 @@ "type": "Line", "value": " Detect key", "range": [ - 19278, - 19299 + 19484, + 19505 ], "loc": { "start": { - "line": 470, + "line": 474, "column": 12 }, "end": { - "line": 470, + "line": 474, "column": 33 } } @@ -44960,16 +45445,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 19992, - 19999 + 20198, + 20205 ], "loc": { "start": { - "line": 488, + "line": 492, "column": 12 }, "end": { - "line": 488, + "line": 492, "column": 19 } } @@ -44982,16 +45467,16 @@ "type": "Identifier", "name": "e", "range": [ - 20000, - 20001 + 20206, + 20207 ], "loc": { "start": { - "line": 488, + "line": 492, "column": 20 }, "end": { - "line": 488, + "line": 492, "column": 21 } } @@ -45011,16 +45496,16 @@ "object": { "type": "ThisExpression", "range": [ - 20025, - 20029 + 20231, + 20235 ], "loc": { "start": { - "line": 489, + "line": 493, "column": 20 }, "end": { - "line": 489, + "line": 493, "column": 24 } } @@ -45029,47 +45514,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 20030, - 20040 + 20236, + 20246 ], "loc": { "start": { - "line": 489, + "line": 493, "column": 25 }, "end": { - "line": 489, + "line": 493, "column": 35 } } }, "range": [ - 20025, - 20040 + 20231, + 20246 ], "loc": { "start": { - "line": 489, + "line": 493, "column": 20 }, "end": { - "line": 489, + "line": 493, "column": 35 } } }, "prefix": true, "range": [ - 20024, - 20040 + 20230, + 20246 ], "loc": { "start": { - "line": 489, + "line": 493, "column": 19 }, "end": { - "line": 489, + "line": 493, "column": 35 } } @@ -45081,48 +45566,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 20063, - 20070 + 20269, + 20276 ], "loc": { "start": { - "line": 490, + "line": 494, "column": 20 }, "end": { - "line": 490, + "line": 494, "column": 27 } } } ], "range": [ - 20041, - 20088 + 20247, + 20294 ], "loc": { "start": { - "line": 489, + "line": 493, "column": 36 }, "end": { - "line": 491, + "line": 495, "column": 17 } } }, "alternate": null, "range": [ - 20021, - 20088 + 20227, + 20294 ], "loc": { "start": { - "line": 489, + "line": 493, "column": 16 }, "end": { - "line": 491, + "line": 495, "column": 17 } } @@ -45136,16 +45621,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 20109, - 20112 + 20315, + 20318 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 20 }, "end": { - "line": 492, + "line": 496, "column": 23 } } @@ -45157,16 +45642,16 @@ "type": "Identifier", "name": "e", "range": [ - 20115, - 20116 + 20321, + 20322 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 26 }, "end": { - "line": 492, + "line": 496, "column": 27 } } @@ -45178,16 +45663,16 @@ "type": "Identifier", "name": "global", "range": [ - 20120, - 20126 + 20326, + 20332 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 31 }, "end": { - "line": 492, + "line": 496, "column": 37 } } @@ -45196,61 +45681,61 @@ "type": "Identifier", "name": "event", "range": [ - 20127, - 20132 + 20333, + 20338 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 38 }, "end": { - "line": 492, + "line": 496, "column": 43 } } }, "range": [ - 20120, - 20132 + 20326, + 20338 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 31 }, "end": { - "line": 492, + "line": 496, "column": 43 } } }, "range": [ - 20115, - 20132 + 20321, + 20338 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 26 }, "end": { - "line": 492, + "line": 496, "column": 43 } } }, "range": [ - 20109, - 20132 + 20315, + 20338 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 20 }, "end": { - "line": 492, + "line": 496, "column": 43 } } @@ -45258,16 +45743,16 @@ ], "kind": "let", "range": [ - 20105, - 20133 + 20311, + 20339 ], "loc": { "start": { - "line": 492, + "line": 496, "column": 16 }, "end": { - "line": 492, + "line": 496, "column": 44 } } @@ -45281,16 +45766,16 @@ "type": "Identifier", "name": "key", "range": [ - 20154, - 20157 + 20360, + 20363 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 20 }, "end": { - "line": 493, + "line": 497, "column": 23 } } @@ -45304,16 +45789,16 @@ "type": "Identifier", "name": "Event", "range": [ - 20160, - 20165 + 20366, + 20371 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 26 }, "end": { - "line": 493, + "line": 497, "column": 31 } } @@ -45322,31 +45807,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 20166, - 20173 + 20372, + 20379 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 32 }, "end": { - "line": 493, + "line": 497, "column": 39 } } }, "range": [ - 20160, - 20173 + 20366, + 20379 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 26 }, "end": { - "line": 493, + "line": 497, "column": 39 } } @@ -45356,47 +45841,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 20174, - 20177 + 20380, + 20383 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 40 }, "end": { - "line": 493, + "line": 497, "column": 43 } } } ], "range": [ - 20160, - 20178 + 20366, + 20384 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 26 }, "end": { - "line": 493, + "line": 497, "column": 44 } } }, "range": [ - 20154, - 20178 + 20360, + 20384 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 20 }, "end": { - "line": 493, + "line": 497, "column": 44 } } @@ -45404,16 +45889,16 @@ ], "kind": "let", "range": [ - 20150, - 20179 + 20356, + 20385 ], "loc": { "start": { - "line": 493, + "line": 497, "column": 16 }, "end": { - "line": 493, + "line": 497, "column": 45 } } @@ -45429,16 +45914,16 @@ "object": { "type": "ThisExpression", "range": [ - 20196, - 20200 + 20402, + 20406 ], "loc": { "start": { - "line": 494, + "line": 498, "column": 16 }, "end": { - "line": 494, + "line": 498, "column": 20 } } @@ -45447,31 +45932,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 20201, - 20213 + 20407, + 20419 ], "loc": { "start": { - "line": 494, + "line": 498, "column": 21 }, "end": { - "line": 494, + "line": 498, "column": 33 } } }, "range": [ - 20196, - 20213 + 20402, + 20419 ], "loc": { "start": { - "line": 494, + "line": 498, "column": 16 }, "end": { - "line": 494, + "line": 498, "column": 33 } } @@ -45481,46 +45966,46 @@ "value": false, "raw": "false", "range": [ - 20216, - 20221 + 20422, + 20427 ], "loc": { "start": { - "line": 494, + "line": 498, "column": 36 }, "end": { - "line": 494, + "line": 498, "column": 41 } } }, "range": [ - 20196, - 20221 + 20402, + 20427 ], "loc": { "start": { - "line": 494, + "line": 498, "column": 16 }, "end": { - "line": 494, + "line": 498, "column": 41 } } }, "range": [ - 20196, - 20222 + 20402, + 20428 ], "loc": { "start": { - "line": 494, + "line": 498, "column": 16 }, "end": { - "line": 494, + "line": 498, "column": 42 } } @@ -45531,16 +46016,16 @@ "type": "Identifier", "name": "filter", "range": [ - 20249, - 20255 + 20455, + 20461 ], "loc": { "start": { - "line": 496, + "line": 500, "column": 25 }, "end": { - "line": 496, + "line": 500, "column": 31 } } @@ -45560,16 +46045,16 @@ "type": "Identifier", "name": "global", "range": [ - 20327, - 20333 + 20533, + 20539 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 20 }, "end": { - "line": 498, + "line": 502, "column": 26 } } @@ -45578,31 +46063,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 20334, - 20347 + 20540, + 20553 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 27 }, "end": { - "line": 498, + "line": 502, "column": 40 } } }, "range": [ - 20327, - 20347 + 20533, + 20553 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 20 }, "end": { - "line": 498, + "line": 502, "column": 40 } } @@ -45614,16 +46099,16 @@ "object": { "type": "ThisExpression", "range": [ - 20348, - 20352 + 20554, + 20558 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 41 }, "end": { - "line": 498, + "line": 502, "column": 45 } } @@ -45632,62 +46117,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 20353, - 20368 + 20559, + 20574 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 46 }, "end": { - "line": 498, + "line": 502, "column": 61 } } }, "range": [ - 20348, - 20368 + 20554, + 20574 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 41 }, "end": { - "line": 498, + "line": 502, "column": 61 } } } ], "range": [ - 20327, - 20369 + 20533, + 20575 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 20 }, "end": { - "line": 498, + "line": 502, "column": 62 } } }, "range": [ - 20327, - 20370 + 20533, + 20576 ], "loc": { "start": { - "line": 498, + "line": 502, "column": 20 }, "end": { - "line": 498, + "line": 502, "column": 63 } }, @@ -45696,16 +46181,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 20280, - 20306 + 20486, + 20512 ], "loc": { "start": { - "line": 497, + "line": 501, "column": 20 }, "end": { - "line": 497, + "line": 501, "column": 46 } } @@ -45723,16 +46208,16 @@ "object": { "type": "ThisExpression", "range": [ - 20391, - 20395 + 20597, + 20601 ], "loc": { "start": { - "line": 499, + "line": 503, "column": 20 }, "end": { - "line": 499, + "line": 503, "column": 24 } } @@ -45741,31 +46226,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 20396, - 20411 + 20602, + 20617 ], "loc": { "start": { - "line": 499, + "line": 503, "column": 25 }, "end": { - "line": 499, + "line": 503, "column": 40 } } }, "range": [ - 20391, - 20411 + 20597, + 20617 ], "loc": { "start": { - "line": 499, + "line": 503, "column": 20 }, "end": { - "line": 499, + "line": 503, "column": 40 } } @@ -45775,46 +46260,46 @@ "value": null, "raw": "null", "range": [ - 20414, - 20418 + 20620, + 20624 ], "loc": { "start": { - "line": 499, + "line": 503, "column": 43 }, "end": { - "line": 499, + "line": 503, "column": 47 } } }, "range": [ - 20391, - 20418 + 20597, + 20624 ], "loc": { "start": { - "line": 499, + "line": 503, "column": 20 }, "end": { - "line": 499, + "line": 503, "column": 47 } } }, "range": [ - 20391, - 20419 + 20597, + 20625 ], "loc": { "start": { - "line": 499, + "line": 503, "column": 20 }, "end": { - "line": 499, + "line": 503, "column": 48 } } @@ -45830,16 +46315,16 @@ "object": { "type": "ThisExpression", "range": [ - 20444, - 20448 + 20650, + 20654 ], "loc": { "start": { - "line": 500, + "line": 504, "column": 24 }, "end": { - "line": 500, + "line": 504, "column": 28 } } @@ -45848,47 +46333,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 20449, - 20461 + 20655, + 20667 ], "loc": { "start": { - "line": 500, + "line": 504, "column": 29 }, "end": { - "line": 500, + "line": 504, "column": 41 } } }, "range": [ - 20444, - 20461 + 20650, + 20667 ], "loc": { "start": { - "line": 500, + "line": 504, "column": 24 }, "end": { - "line": 500, + "line": 504, "column": 41 } } }, "prefix": true, "range": [ - 20443, - 20461 + 20649, + 20667 ], "loc": { "start": { - "line": 500, + "line": 504, "column": 23 }, "end": { - "line": 500, + "line": 504, "column": 41 } } @@ -45906,16 +46391,16 @@ "object": { "type": "ThisExpression", "range": [ - 20488, - 20492 + 20694, + 20698 ], "loc": { "start": { - "line": 501, + "line": 505, "column": 24 }, "end": { - "line": 501, + "line": 505, "column": 28 } } @@ -45924,62 +46409,62 @@ "type": "Identifier", "name": "filter", "range": [ - 20493, - 20499 + 20699, + 20705 ], "loc": { "start": { - "line": 501, + "line": 505, "column": 29 }, "end": { - "line": 501, + "line": 505, "column": 35 } } }, "range": [ - 20488, - 20499 + 20694, + 20705 ], "loc": { "start": { - "line": 501, + "line": 505, "column": 24 }, "end": { - "line": 501, + "line": 505, "column": 35 } } }, "arguments": [], "range": [ - 20488, - 20501 + 20694, + 20707 ], "loc": { "start": { - "line": 501, + "line": 505, "column": 24 }, "end": { - "line": 501, + "line": 505, "column": 37 } } }, "range": [ - 20488, - 20502 + 20694, + 20708 ], "loc": { "start": { - "line": 501, + "line": 505, "column": 24 }, "end": { - "line": 501, + "line": 505, "column": 38 } } @@ -45995,16 +46480,16 @@ "object": { "type": "ThisExpression", "range": [ - 20527, - 20531 + 20733, + 20737 ], "loc": { "start": { - "line": 502, + "line": 506, "column": 24 }, "end": { - "line": 502, + "line": 506, "column": 28 } } @@ -46013,31 +46498,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 20532, - 20544 + 20738, + 20750 ], "loc": { "start": { - "line": 502, + "line": 506, "column": 29 }, "end": { - "line": 502, + "line": 506, "column": 41 } } }, "range": [ - 20527, - 20544 + 20733, + 20750 ], "loc": { "start": { - "line": 502, + "line": 506, "column": 24 }, "end": { - "line": 502, + "line": 506, "column": 41 } } @@ -46047,94 +46532,94 @@ "value": null, "raw": "null", "range": [ - 20547, - 20551 + 20753, + 20757 ], "loc": { "start": { - "line": 502, + "line": 506, "column": 44 }, "end": { - "line": 502, + "line": 506, "column": 48 } } }, "range": [ - 20527, - 20551 + 20733, + 20757 ], "loc": { "start": { - "line": 502, + "line": 506, "column": 24 }, "end": { - "line": 502, + "line": 506, "column": 48 } } }, "range": [ - 20527, - 20552 + 20733, + 20758 ], "loc": { "start": { - "line": 502, + "line": 506, "column": 24 }, "end": { - "line": 502, + "line": 506, "column": 49 } } } ], "range": [ - 20462, - 20574 + 20668, + 20780 ], "loc": { "start": { - "line": 500, + "line": 504, "column": 42 }, "end": { - "line": 503, + "line": 507, "column": 21 } } }, "alternate": null, "range": [ - 20440, - 20574 + 20646, + 20780 ], "loc": { "start": { - "line": 500, + "line": 504, "column": 20 }, "end": { - "line": 503, + "line": 507, "column": 21 } } } ], "range": [ - 20258, - 20592 + 20464, + 20798 ], "loc": { "start": { - "line": 496, + "line": 500, "column": 34 }, "end": { - "line": 504, + "line": 508, "column": 17 } } @@ -46142,16 +46627,16 @@ "generator": false, "expression": false, "range": [ - 20240, - 20592 + 20446, + 20798 ], "loc": { "start": { - "line": 496, + "line": 500, "column": 16 }, "end": { - "line": 504, + "line": 508, "column": 17 } } @@ -46177,16 +46662,16 @@ "type": "Identifier", "name": "key", "range": [ - 20613, - 20616 + 20819, + 20822 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 19 }, "end": { - "line": 506, + "line": 510, "column": 22 } } @@ -46196,31 +46681,31 @@ "value": 13, "raw": "13", "range": [ - 20619, - 20621 + 20825, + 20827 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 25 }, "end": { - "line": 506, + "line": 510, "column": 27 } } }, "range": [ - 20613, - 20621 + 20819, + 20827 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 19 }, "end": { - "line": 506, + "line": 510, "column": 27 } } @@ -46232,16 +46717,16 @@ "type": "Identifier", "name": "key", "range": [ - 20625, - 20628 + 20831, + 20834 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 31 }, "end": { - "line": 506, + "line": 510, "column": 34 } } @@ -46251,46 +46736,46 @@ "value": 9, "raw": "9", "range": [ - 20631, - 20632 + 20837, + 20838 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 37 }, "end": { - "line": 506, + "line": 510, "column": 38 } } }, "range": [ - 20625, - 20632 + 20831, + 20838 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 31 }, "end": { - "line": 506, + "line": 510, "column": 38 } } }, "range": [ - 20613, - 20632 + 20819, + 20838 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 19 }, "end": { - "line": 506, + "line": 510, "column": 38 } } @@ -46302,16 +46787,16 @@ "type": "Identifier", "name": "key", "range": [ - 20636, - 20639 + 20842, + 20845 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 42 }, "end": { - "line": 506, + "line": 510, "column": 45 } } @@ -46321,46 +46806,46 @@ "value": 27, "raw": "27", "range": [ - 20642, - 20644 + 20848, + 20850 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 48 }, "end": { - "line": 506, + "line": 510, "column": 50 } } }, "range": [ - 20636, - 20644 + 20842, + 20850 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 42 }, "end": { - "line": 506, + "line": 510, "column": 50 } } }, "range": [ - 20613, - 20644 + 20819, + 20850 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 19 }, "end": { - "line": 506, + "line": 510, "column": 50 } } @@ -46372,16 +46857,16 @@ "type": "Identifier", "name": "key", "range": [ - 20648, - 20651 + 20854, + 20857 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 54 }, "end": { - "line": 506, + "line": 510, "column": 57 } } @@ -46391,46 +46876,46 @@ "value": 38, "raw": "38", "range": [ - 20654, - 20656 + 20860, + 20862 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 60 }, "end": { - "line": 506, + "line": 510, "column": 62 } } }, "range": [ - 20648, - 20656 + 20854, + 20862 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 54 }, "end": { - "line": 506, + "line": 510, "column": 62 } } }, "range": [ - 20613, - 20656 + 20819, + 20862 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 19 }, "end": { - "line": 506, + "line": 510, "column": 62 } } @@ -46442,16 +46927,16 @@ "type": "Identifier", "name": "key", "range": [ - 20660, - 20663 + 20866, + 20869 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 66 }, "end": { - "line": 506, + "line": 510, "column": 69 } } @@ -46461,46 +46946,46 @@ "value": 40, "raw": "40", "range": [ - 20666, - 20668 + 20872, + 20874 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 72 }, "end": { - "line": 506, + "line": 510, "column": 74 } } }, "range": [ - 20660, - 20668 + 20866, + 20874 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 66 }, "end": { - "line": 506, + "line": 510, "column": 74 } } }, "range": [ - 20613, - 20668 + 20819, + 20874 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 19 }, "end": { - "line": 506, + "line": 510, "column": 74 } } @@ -46519,16 +47004,16 @@ "object": { "type": "ThisExpression", "range": [ - 20695, - 20699 + 20901, + 20905 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 23 }, "end": { - "line": 507, + "line": 511, "column": 27 } } @@ -46537,31 +47022,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 20700, - 20715 + 20906, + 20921 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 28 }, "end": { - "line": 507, + "line": 511, "column": 43 } } }, "range": [ - 20695, - 20715 + 20901, + 20921 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 23 }, "end": { - "line": 507, + "line": 511, "column": 43 } } @@ -46571,31 +47056,31 @@ "value": null, "raw": "null", "range": [ - 20720, - 20724 + 20926, + 20930 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 48 }, "end": { - "line": 507, + "line": 511, "column": 52 } } }, "range": [ - 20695, - 20724 + 20901, + 20930 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 23 }, "end": { - "line": 507, + "line": 511, "column": 52 } } @@ -46614,16 +47099,16 @@ "object": { "type": "ThisExpression", "range": [ - 20751, - 20755 + 20957, + 20961 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 24 }, "end": { - "line": 508, + "line": 512, "column": 28 } } @@ -46632,31 +47117,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 20756, - 20771 + 20962, + 20977 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 29 }, "end": { - "line": 508, + "line": 512, "column": 44 } } }, "range": [ - 20751, - 20771 + 20957, + 20977 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 24 }, "end": { - "line": 508, + "line": 512, "column": 44 } } @@ -46670,16 +47155,16 @@ "type": "Identifier", "name": "global", "range": [ - 20774, - 20780 + 20980, + 20986 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 47 }, "end": { - "line": 508, + "line": 512, "column": 53 } } @@ -46688,31 +47173,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 20781, - 20792 + 20987, + 20998 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 54 }, "end": { - "line": 508, + "line": 512, "column": 65 } } }, "range": [ - 20774, - 20792 + 20980, + 20998 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 47 }, "end": { - "line": 508, + "line": 512, "column": 65 } } @@ -46727,16 +47212,16 @@ "type": "Identifier", "name": "filter", "range": [ - 20822, - 20828 + 21028, + 21034 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 28 }, "end": { - "line": 509, + "line": 513, "column": 34 } } @@ -46745,31 +47230,31 @@ "type": "Identifier", "name": "bind", "range": [ - 20829, - 20833 + 21035, + 21039 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 35 }, "end": { - "line": 509, + "line": 513, "column": 39 } } }, "range": [ - 20822, - 20833 + 21028, + 21039 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 28 }, "end": { - "line": 509, + "line": 513, "column": 39 } } @@ -46778,32 +47263,32 @@ { "type": "ThisExpression", "range": [ - 20834, - 20838 + 21040, + 21044 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 40 }, "end": { - "line": 509, + "line": 513, "column": 44 } } } ], "range": [ - 20822, - 20839 + 21028, + 21045 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 28 }, "end": { - "line": 509, + "line": 513, "column": 45 } } @@ -46814,16 +47299,16 @@ "object": { "type": "ThisExpression", "range": [ - 20841, - 20845 + 21047, + 21051 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 47 }, "end": { - "line": 509, + "line": 513, "column": 51 } } @@ -46832,125 +47317,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 20846, - 20861 + 21052, + 21067 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 52 }, "end": { - "line": 509, + "line": 513, "column": 67 } } }, "range": [ - 20841, - 20861 + 21047, + 21067 ], "loc": { "start": { - "line": 509, + "line": 513, "column": 47 }, "end": { - "line": 509, + "line": 513, "column": 67 } } } ], "range": [ - 20774, - 20862 + 20980, + 21068 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 47 }, "end": { - "line": 509, + "line": 513, "column": 68 } } }, "range": [ - 20751, - 20862 + 20957, + 21068 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 24 }, "end": { - "line": 509, + "line": 513, "column": 68 } } }, "range": [ - 20751, - 20863 + 20957, + 21069 ], "loc": { "start": { - "line": 508, + "line": 512, "column": 24 }, "end": { - "line": 509, + "line": 513, "column": 69 } } } ], "range": [ - 20725, - 20885 + 20931, + 21091 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 53 }, "end": { - "line": 510, + "line": 514, "column": 21 } } }, "alternate": null, "range": [ - 20692, - 20885 + 20898, + 21091 ], "loc": { "start": { - "line": 507, + "line": 511, "column": 20 }, "end": { - "line": 510, + "line": 514, "column": 21 } } } ], "range": [ - 20670, - 20903 + 20876, + 21109 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 76 }, "end": { - "line": 511, + "line": 515, "column": 17 } } @@ -46969,16 +47454,16 @@ "type": "Identifier", "name": "global", "range": [ - 20931, - 20937 + 21137, + 21143 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 20 }, "end": { - "line": 512, + "line": 516, "column": 26 } } @@ -46987,31 +47472,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 20938, - 20951 + 21144, + 21157 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 27 }, "end": { - "line": 512, + "line": 516, "column": 40 } } }, "range": [ - 20931, - 20951 + 21137, + 21157 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 20 }, "end": { - "line": 512, + "line": 516, "column": 40 } } @@ -47023,16 +47508,16 @@ "object": { "type": "ThisExpression", "range": [ - 20952, - 20956 + 21158, + 21162 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 41 }, "end": { - "line": 512, + "line": 516, "column": 45 } } @@ -47041,62 +47526,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 20957, - 20972 + 21163, + 21178 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 46 }, "end": { - "line": 512, + "line": 516, "column": 61 } } }, "range": [ - 20952, - 20972 + 21158, + 21178 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 41 }, "end": { - "line": 512, + "line": 516, "column": 61 } } } ], "range": [ - 20931, - 20973 + 21137, + 21179 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 20 }, "end": { - "line": 512, + "line": 516, "column": 62 } } }, "range": [ - 20931, - 20974 + 21137, + 21180 ], "loc": { "start": { - "line": 512, + "line": 516, "column": 20 }, "end": { - "line": 512, + "line": 516, "column": 63 } } @@ -47112,16 +47597,16 @@ "object": { "type": "ThisExpression", "range": [ - 20995, - 20999 + 21201, + 21205 ], "loc": { "start": { - "line": 513, + "line": 517, "column": 20 }, "end": { - "line": 513, + "line": 517, "column": 24 } } @@ -47130,31 +47615,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 21000, - 21015 + 21206, + 21221 ], "loc": { "start": { - "line": 513, + "line": 517, "column": 25 }, "end": { - "line": 513, + "line": 517, "column": 40 } } }, "range": [ - 20995, - 21015 + 21201, + 21221 ], "loc": { "start": { - "line": 513, + "line": 517, "column": 20 }, "end": { - "line": 513, + "line": 517, "column": 40 } } @@ -47164,93 +47649,93 @@ "value": null, "raw": "null", "range": [ - 21018, - 21022 + 21224, + 21228 ], "loc": { "start": { - "line": 513, + "line": 517, "column": 43 }, "end": { - "line": 513, + "line": 517, "column": 47 } } }, "range": [ - 20995, - 21022 + 21201, + 21228 ], "loc": { "start": { - "line": 513, + "line": 517, "column": 20 }, "end": { - "line": 513, + "line": 517, "column": 47 } } }, "range": [ - 20995, - 21023 + 21201, + 21229 ], "loc": { "start": { - "line": 513, + "line": 517, "column": 20 }, "end": { - "line": 513, + "line": 517, "column": 48 } } } ], "range": [ - 20909, - 21041 + 21115, + 21247 ], "loc": { "start": { - "line": 511, + "line": 515, "column": 23 }, "end": { - "line": 514, + "line": 518, "column": 17 } } }, "range": [ - 20610, - 21041 + 20816, + 21247 ], "loc": { "start": { - "line": 506, + "line": 510, "column": 16 }, "end": { - "line": 514, + "line": 518, "column": 17 } } } ], "range": [ - 20003, - 21055 + 20209, + 21261 ], "loc": { "start": { - "line": 488, + "line": 492, "column": 23 }, "end": { - "line": 515, + "line": 519, "column": 13 } } @@ -47258,16 +47743,16 @@ "generator": false, "expression": false, "range": [ - 19999, - 21055 + 20205, + 21261 ], "loc": { "start": { - "line": 488, + "line": 492, "column": 19 }, "end": { - "line": 515, + "line": 519, "column": 13 } } @@ -47277,16 +47762,16 @@ "shorthand": false, "computed": false, "range": [ - 19992, - 21055 + 20198, + 21261 ], "loc": { "start": { - "line": 488, + "line": 492, "column": 12 }, "end": { - "line": 515, + "line": 519, "column": 13 } }, @@ -47295,16 +47780,16 @@ "type": "Line", "value": " if auto-filter on, detect user is typing and filter columns", "range": [ - 19917, - 19979 + 20123, + 20185 ], "loc": { "start": { - "line": 487, + "line": 491, "column": 12 }, "end": { - "line": 487, + "line": 491, "column": 74 } } @@ -47317,16 +47802,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 21125, - 21134 + 21331, + 21340 ], "loc": { "start": { - "line": 517, + "line": 521, "column": 12 }, "end": { - "line": 517, + "line": 521, "column": 21 } } @@ -47349,16 +47834,16 @@ "object": { "type": "ThisExpression", "range": [ - 21159, - 21163 + 21365, + 21369 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 20 }, "end": { - "line": 518, + "line": 522, "column": 24 } } @@ -47367,47 +47852,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 21164, - 21174 + 21370, + 21380 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 25 }, "end": { - "line": 518, + "line": 522, "column": 35 } } }, "range": [ - 21159, - 21174 + 21365, + 21380 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 20 }, "end": { - "line": 518, + "line": 522, "column": 35 } } }, "prefix": true, "range": [ - 21158, - 21174 + 21364, + 21380 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 19 }, "end": { - "line": 518, + "line": 522, "column": 35 } } @@ -47419,48 +47904,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 21178, - 21185 + 21384, + 21391 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 39 }, "end": { - "line": 518, + "line": 522, "column": 46 } } } ], "range": [ - 21176, - 21187 + 21382, + 21393 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 37 }, "end": { - "line": 518, + "line": 522, "column": 48 } } }, "alternate": null, "range": [ - 21155, - 21187 + 21361, + 21393 ], "loc": { "start": { - "line": 518, + "line": 522, "column": 16 }, "end": { - "line": 518, + "line": 522, "column": 48 } } @@ -47476,16 +47961,16 @@ "object": { "type": "ThisExpression", "range": [ - 21204, - 21208 + 21410, + 21414 ], "loc": { "start": { - "line": 519, + "line": 523, "column": 16 }, "end": { - "line": 519, + "line": 523, "column": 20 } } @@ -47494,31 +47979,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 21209, - 21221 + 21415, + 21427 ], "loc": { "start": { - "line": 519, + "line": 523, "column": 21 }, "end": { - "line": 519, + "line": 523, "column": 33 } } }, "range": [ - 21204, - 21221 + 21410, + 21427 ], "loc": { "start": { - "line": 519, + "line": 523, "column": 16 }, "end": { - "line": 519, + "line": 523, "column": 33 } } @@ -47528,62 +48013,62 @@ "value": true, "raw": "true", "range": [ - 21224, - 21228 + 21430, + 21434 ], "loc": { "start": { - "line": 519, + "line": 523, "column": 36 }, "end": { - "line": 519, + "line": 523, "column": 40 } } }, "range": [ - 21204, - 21228 + 21410, + 21434 ], "loc": { "start": { - "line": 519, + "line": 523, "column": 16 }, "end": { - "line": 519, + "line": 523, "column": 40 } } }, "range": [ - 21204, - 21229 + 21410, + 21435 ], "loc": { "start": { - "line": 519, + "line": 523, "column": 16 }, "end": { - "line": 519, + "line": 523, "column": 41 } } } ], "range": [ - 21137, - 21243 + 21343, + 21449 ], "loc": { "start": { - "line": 517, + "line": 521, "column": 24 }, "end": { - "line": 520, + "line": 524, "column": 13 } } @@ -47591,16 +48076,16 @@ "generator": false, "expression": false, "range": [ - 21134, - 21243 + 21340, + 21449 ], "loc": { "start": { - "line": 517, + "line": 521, "column": 21 }, "end": { - "line": 520, + "line": 524, "column": 13 } } @@ -47610,16 +48095,16 @@ "shorthand": false, "computed": false, "range": [ - 21125, - 21243 + 21331, + 21449 ], "loc": { "start": { - "line": 517, + "line": 521, "column": 12 }, "end": { - "line": 520, + "line": 524, "column": 13 } }, @@ -47628,16 +48113,16 @@ "type": "Line", "value": " if auto-filter on, detect user is typing", "range": [ - 21069, - 21112 + 21275, + 21318 ], "loc": { "start": { - "line": 516, + "line": 520, "column": 12 }, "end": { - "line": 516, + "line": 520, "column": 55 } } @@ -47650,16 +48135,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 21321, - 21330 + 21527, + 21536 ], "loc": { "start": { - "line": 522, + "line": 526, "column": 12 }, "end": { - "line": 522, + "line": 526, "column": 21 } } @@ -47679,16 +48164,16 @@ "object": { "type": "ThisExpression", "range": [ - 21354, - 21358 + 21560, + 21564 ], "loc": { "start": { - "line": 523, + "line": 527, "column": 19 }, "end": { - "line": 523, + "line": 527, "column": 23 } } @@ -47697,31 +48182,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 21359, - 21369 + 21565, + 21575 ], "loc": { "start": { - "line": 523, + "line": 527, "column": 24 }, "end": { - "line": 523, + "line": 527, "column": 34 } } }, "range": [ - 21354, - 21369 + 21560, + 21575 ], "loc": { "start": { - "line": 523, + "line": 527, "column": 19 }, "end": { - "line": 523, + "line": 527, "column": 34 } } @@ -47740,16 +48225,16 @@ "object": { "type": "ThisExpression", "range": [ - 21392, - 21396 + 21598, + 21602 ], "loc": { "start": { - "line": 524, + "line": 528, "column": 20 }, "end": { - "line": 524, + "line": 528, "column": 24 } } @@ -47758,31 +48243,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 21397, - 21409 + 21603, + 21615 ], "loc": { "start": { - "line": 524, + "line": 528, "column": 25 }, "end": { - "line": 524, + "line": 528, "column": 37 } } }, "range": [ - 21392, - 21409 + 21598, + 21615 ], "loc": { "start": { - "line": 524, + "line": 528, "column": 20 }, "end": { - "line": 524, + "line": 528, "column": 37 } } @@ -47792,46 +48277,46 @@ "value": false, "raw": "false", "range": [ - 21412, - 21417 + 21618, + 21623 ], "loc": { "start": { - "line": 524, + "line": 528, "column": 40 }, "end": { - "line": 524, + "line": 528, "column": 45 } } }, "range": [ - 21392, - 21417 + 21598, + 21623 ], "loc": { "start": { - "line": 524, + "line": 528, "column": 20 }, "end": { - "line": 524, + "line": 528, "column": 45 } } }, "range": [ - 21392, - 21418 + 21598, + 21624 ], "loc": { "start": { - "line": 524, + "line": 528, "column": 20 }, "end": { - "line": 524, + "line": 528, "column": 46 } } @@ -47847,16 +48332,16 @@ "type": "Identifier", "name": "global", "range": [ - 21439, - 21445 + 21645, + 21651 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 20 }, "end": { - "line": 525, + "line": 529, "column": 26 } } @@ -47865,31 +48350,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 21446, - 21459 + 21652, + 21665 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 27 }, "end": { - "line": 525, + "line": 529, "column": 40 } } }, "range": [ - 21439, - 21459 + 21645, + 21665 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 20 }, "end": { - "line": 525, + "line": 529, "column": 40 } } @@ -47901,16 +48386,16 @@ "object": { "type": "ThisExpression", "range": [ - 21460, - 21464 + 21666, + 21670 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 41 }, "end": { - "line": 525, + "line": 529, "column": 45 } } @@ -47919,94 +48404,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 21465, - 21480 + 21671, + 21686 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 46 }, "end": { - "line": 525, + "line": 529, "column": 61 } } }, "range": [ - 21460, - 21480 + 21666, + 21686 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 41 }, "end": { - "line": 525, + "line": 529, "column": 61 } } } ], "range": [ - 21439, - 21481 + 21645, + 21687 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 20 }, "end": { - "line": 525, + "line": 529, "column": 62 } } }, "range": [ - 21439, - 21482 + 21645, + 21688 ], "loc": { "start": { - "line": 525, + "line": 529, "column": 20 }, "end": { - "line": 525, + "line": 529, "column": 63 } } } ], "range": [ - 21370, - 21500 + 21576, + 21706 ], "loc": { "start": { - "line": 523, + "line": 527, "column": 35 }, "end": { - "line": 526, + "line": 530, "column": 17 } } }, "alternate": null, "range": [ - 21351, - 21500 + 21557, + 21706 ], "loc": { "start": { - "line": 523, + "line": 527, "column": 16 }, "end": { - "line": 526, + "line": 530, "column": 17 } }, @@ -48015,16 +48500,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 21517, - 21579 + 21723, + 21785 ], "loc": { "start": { - "line": 527, + "line": 531, "column": 16 }, "end": { - "line": 527, + "line": 531, "column": 78 } } @@ -48033,16 +48518,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 21596, - 21640 + 21802, + 21846 ], "loc": { "start": { - "line": 528, + "line": 532, "column": 16 }, "end": { - "line": 528, + "line": 532, "column": 60 } } @@ -48059,16 +48544,16 @@ "object": { "type": "ThisExpression", "range": [ - 21660, - 21664 + 21866, + 21870 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 19 }, "end": { - "line": 529, + "line": 533, "column": 23 } } @@ -48077,31 +48562,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 21665, - 21677 + 21871, + 21883 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 24 }, "end": { - "line": 529, + "line": 533, "column": 36 } } }, "range": [ - 21660, - 21677 + 21866, + 21883 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 19 }, "end": { - "line": 529, + "line": 533, "column": 36 } } @@ -48112,32 +48597,32 @@ "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ - 21678, - 21692 + 21884, + 21898 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 37 }, "end": { - "line": 529, + "line": 533, "column": 51 } } } ], "range": [ - 21660, - 21693 + 21866, + 21899 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 19 }, "end": { - "line": 529, + "line": 533, "column": 52 } } @@ -48154,16 +48639,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 21720, - 21727 + 21926, + 21933 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 24 }, "end": { - "line": 530, + "line": 534, "column": 31 } } @@ -48176,16 +48661,16 @@ "object": { "type": "ThisExpression", "range": [ - 21730, - 21734 + 21936, + 21940 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 34 }, "end": { - "line": 530, + "line": 534, "column": 38 } } @@ -48194,31 +48679,31 @@ "type": "Identifier", "name": "extension", "range": [ - 21735, - 21744 + 21941, + 21950 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 39 }, "end": { - "line": 530, + "line": 534, "column": 48 } } }, "range": [ - 21730, - 21744 + 21936, + 21950 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 34 }, "end": { - "line": 530, + "line": 534, "column": 48 } } @@ -48229,47 +48714,47 @@ "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ - 21745, - 21759 + 21951, + 21965 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 49 }, "end": { - "line": 530, + "line": 534, "column": 63 } } } ], "range": [ - 21730, - 21760 + 21936, + 21966 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 34 }, "end": { - "line": 530, + "line": 534, "column": 64 } } }, "range": [ - 21720, - 21760 + 21926, + 21966 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 24 }, "end": { - "line": 530, + "line": 534, "column": 64 } } @@ -48277,16 +48762,16 @@ ], "kind": "var", "range": [ - 21716, - 21761 + 21922, + 21967 ], "loc": { "start": { - "line": 530, + "line": 534, "column": 20 }, "end": { - "line": 530, + "line": 534, "column": 65 } } @@ -48300,16 +48785,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 21786, - 21797 + 21992, + 22003 ], "loc": { "start": { - "line": 531, + "line": 535, "column": 24 }, "end": { - "line": 531, + "line": 535, "column": 35 } } @@ -48321,16 +48806,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 21800, - 21807 + 22006, + 22013 ], "loc": { "start": { - "line": 531, + "line": 535, "column": 38 }, "end": { - "line": 531, + "line": 535, "column": 45 } } @@ -48339,46 +48824,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 21808, - 21820 + 22014, + 22026 ], "loc": { "start": { - "line": 531, + "line": 535, "column": 46 }, "end": { - "line": 531, + "line": 535, "column": 58 } } }, "range": [ - 21800, - 21820 + 22006, + 22026 ], "loc": { "start": { - "line": 531, + "line": 535, "column": 38 }, "end": { - "line": 531, + "line": 535, "column": 58 } } }, "range": [ - 21786, - 21820 + 21992, + 22026 ], "loc": { "start": { - "line": 531, + "line": 535, "column": 24 }, "end": { - "line": 531, + "line": 535, "column": 58 } } @@ -48386,16 +48871,16 @@ ], "kind": "var", "range": [ - 21782, - 21821 + 21988, + 22027 ], "loc": { "start": { - "line": 531, + "line": 535, "column": 20 }, "end": { - "line": 531, + "line": 535, "column": 59 } } @@ -48412,16 +48897,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 21845, - 21852 + 22051, + 22058 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 23 }, "end": { - "line": 532, + "line": 536, "column": 30 } } @@ -48430,31 +48915,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 21853, - 21856 + 22059, + 22062 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 31 }, "end": { - "line": 532, + "line": 536, "column": 34 } } }, "range": [ - 21845, - 21856 + 22051, + 22062 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 23 }, "end": { - "line": 532, + "line": 536, "column": 34 } } @@ -48463,31 +48948,31 @@ "type": "Identifier", "name": "editable", "range": [ - 21857, - 21865 + 22063, + 22071 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 35 }, "end": { - "line": 532, + "line": 536, "column": 43 } } }, "range": [ - 21845, - 21865 + 22051, + 22071 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 23 }, "end": { - "line": 532, + "line": 536, "column": 43 } } @@ -48509,16 +48994,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 21892, - 21903 + 22098, + 22109 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 24 }, "end": { - "line": 533, + "line": 537, "column": 35 } } @@ -48527,31 +49012,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 21904, - 21912 + 22110, + 22118 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 36 }, "end": { - "line": 533, + "line": 537, "column": 44 } } }, "range": [ - 21892, - 21912 + 22098, + 22118 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 24 }, "end": { - "line": 533, + "line": 537, "column": 44 } } @@ -48560,94 +49045,94 @@ "type": "Identifier", "name": "Set", "range": [ - 21913, - 21916 + 22119, + 22122 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 45 }, "end": { - "line": 533, + "line": 537, "column": 48 } } }, "range": [ - 21892, - 21916 + 22098, + 22122 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 24 }, "end": { - "line": 533, + "line": 537, "column": 48 } } }, "arguments": [], "range": [ - 21892, - 21918 + 22098, + 22124 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 24 }, "end": { - "line": 533, + "line": 537, "column": 50 } } }, "range": [ - 21892, - 21919 + 22098, + 22125 ], "loc": { "start": { - "line": 533, + "line": 537, "column": 24 }, "end": { - "line": 533, + "line": 537, "column": 51 } } } ], "range": [ - 21866, - 21941 + 22072, + 22147 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 44 }, "end": { - "line": 534, + "line": 538, "column": 21 } } }, "alternate": null, "range": [ - 21842, - 21941 + 22048, + 22147 ], "loc": { "start": { - "line": 532, + "line": 536, "column": 20 }, "end": { - "line": 534, + "line": 538, "column": 21 } } @@ -48664,16 +49149,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 21965, - 21972 + 22171, + 22178 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 23 }, "end": { - "line": 535, + "line": 539, "column": 30 } } @@ -48682,31 +49167,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 21973, - 21976 + 22179, + 22182 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 31 }, "end": { - "line": 535, + "line": 539, "column": 34 } } }, "range": [ - 21965, - 21976 + 22171, + 22182 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 23 }, "end": { - "line": 535, + "line": 539, "column": 34 } } @@ -48715,31 +49200,31 @@ "type": "Identifier", "name": "selection", "range": [ - 21977, - 21986 + 22183, + 22192 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 35 }, "end": { - "line": 535, + "line": 539, "column": 44 } } }, "range": [ - 21965, - 21986 + 22171, + 22192 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 23 }, "end": { - "line": 535, + "line": 539, "column": 44 } } @@ -48761,16 +49246,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 22013, - 22024 + 22219, + 22230 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 24 }, "end": { - "line": 536, + "line": 540, "column": 35 } } @@ -48779,31 +49264,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 22025, - 22034 + 22231, + 22240 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 36 }, "end": { - "line": 536, + "line": 540, "column": 45 } } }, "range": [ - 22013, - 22034 + 22219, + 22240 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 24 }, "end": { - "line": 536, + "line": 540, "column": 45 } } @@ -48812,126 +49297,126 @@ "type": "Identifier", "name": "Set", "range": [ - 22035, - 22038 + 22241, + 22244 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 46 }, "end": { - "line": 536, + "line": 540, "column": 49 } } }, "range": [ - 22013, - 22038 + 22219, + 22244 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 24 }, "end": { - "line": 536, + "line": 540, "column": 49 } } }, "arguments": [], "range": [ - 22013, - 22040 + 22219, + 22246 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 24 }, "end": { - "line": 536, + "line": 540, "column": 51 } } }, "range": [ - 22013, - 22041 + 22219, + 22247 ], "loc": { "start": { - "line": 536, + "line": 540, "column": 24 }, "end": { - "line": 536, + "line": 540, "column": 52 } } } ], "range": [ - 21987, - 22063 + 22193, + 22269 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 45 }, "end": { - "line": 537, + "line": 541, "column": 21 } } }, "alternate": null, "range": [ - 21962, - 22063 + 22168, + 22269 ], "loc": { "start": { - "line": 535, + "line": 539, "column": 20 }, "end": { - "line": 537, + "line": 541, "column": 21 } } } ], "range": [ - 21694, - 22081 + 21900, + 22287 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 53 }, "end": { - "line": 538, + "line": 542, "column": 17 } } }, "alternate": null, "range": [ - 21657, - 22081 + 21863, + 22287 ], "loc": { "start": { - "line": 529, + "line": 533, "column": 16 }, "end": { - "line": 538, + "line": 542, "column": 17 } }, @@ -48940,16 +49425,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 21517, - 21579 + 21723, + 21785 ], "loc": { "start": { - "line": 527, + "line": 531, "column": 16 }, "end": { - "line": 527, + "line": 531, "column": 78 } } @@ -48958,16 +49443,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 21596, - 21640 + 21802, + 21846 ], "loc": { "start": { - "line": 528, + "line": 532, "column": 16 }, "end": { - "line": 528, + "line": 532, "column": 60 } } @@ -48976,16 +49461,16 @@ } ], "range": [ - 21333, - 22095 + 21539, + 22301 ], "loc": { "start": { - "line": 522, + "line": 526, "column": 24 }, "end": { - "line": 539, + "line": 543, "column": 13 } } @@ -48993,16 +49478,16 @@ "generator": false, "expression": false, "range": [ - 21330, - 22095 + 21536, + 22301 ], "loc": { "start": { - "line": 522, + "line": 526, "column": 21 }, "end": { - "line": 539, + "line": 543, "column": 13 } } @@ -49012,16 +49497,16 @@ "shorthand": false, "computed": false, "range": [ - 21321, - 22095 + 21527, + 22301 ], "loc": { "start": { - "line": 522, + "line": 526, "column": 12 }, "end": { - "line": 539, + "line": 543, "column": 13 } }, @@ -49030,16 +49515,16 @@ "type": "Line", "value": " if auto-filter on, clear interval on filter blur", "range": [ - 21257, - 21308 + 21463, + 21514 ], "loc": { "start": { - "line": 521, + "line": 525, "column": 12 }, "end": { - "line": 521, + "line": 525, "column": 63 } } @@ -49052,16 +49537,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 22162, - 22172 + 22368, + 22378 ], "loc": { "start": { - "line": 541, + "line": 545, "column": 12 }, "end": { - "line": 541, + "line": 545, "column": 22 } } @@ -49074,16 +49559,16 @@ "type": "Identifier", "name": "e", "range": [ - 22173, - 22174 + 22379, + 22380 ], "loc": { "start": { - "line": 541, + "line": 545, "column": 23 }, "end": { - "line": 541, + "line": 545, "column": 24 } } @@ -49101,16 +49586,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 22198, - 22201 + 22404, + 22407 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 20 }, "end": { - "line": 542, + "line": 546, "column": 23 } } @@ -49122,16 +49607,16 @@ "type": "Identifier", "name": "e", "range": [ - 22204, - 22205 + 22410, + 22411 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 26 }, "end": { - "line": 542, + "line": 546, "column": 27 } } @@ -49143,16 +49628,16 @@ "type": "Identifier", "name": "global", "range": [ - 22209, - 22215 + 22415, + 22421 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 31 }, "end": { - "line": 542, + "line": 546, "column": 37 } } @@ -49161,61 +49646,61 @@ "type": "Identifier", "name": "event", "range": [ - 22216, - 22221 + 22422, + 22427 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 38 }, "end": { - "line": 542, + "line": 546, "column": 43 } } }, "range": [ - 22209, - 22221 + 22415, + 22427 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 31 }, "end": { - "line": 542, + "line": 546, "column": 43 } } }, "range": [ - 22204, - 22221 + 22410, + 22427 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 26 }, "end": { - "line": 542, + "line": 546, "column": 43 } } }, "range": [ - 22198, - 22221 + 22404, + 22427 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 20 }, "end": { - "line": 542, + "line": 546, "column": 43 } } @@ -49223,16 +49708,16 @@ ], "kind": "let", "range": [ - 22194, - 22222 + 22400, + 22428 ], "loc": { "start": { - "line": 542, + "line": 546, "column": 16 }, "end": { - "line": 542, + "line": 546, "column": 44 } } @@ -49246,16 +49731,16 @@ "type": "Identifier", "name": "elm", "range": [ - 22243, - 22246 + 22449, + 22452 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 20 }, "end": { - "line": 543, + "line": 547, "column": 23 } } @@ -49269,16 +49754,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22249, - 22254 + 22455, + 22460 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 26 }, "end": { - "line": 543, + "line": 547, "column": 31 } } @@ -49287,31 +49772,31 @@ "type": "Identifier", "name": "target", "range": [ - 22255, - 22261 + 22461, + 22467 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 32 }, "end": { - "line": 543, + "line": 547, "column": 38 } } }, "range": [ - 22249, - 22261 + 22455, + 22467 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 26 }, "end": { - "line": 543, + "line": 547, "column": 38 } } @@ -49321,47 +49806,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 22262, - 22265 + 22468, + 22471 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 39 }, "end": { - "line": 543, + "line": 547, "column": 42 } } } ], "range": [ - 22249, - 22266 + 22455, + 22472 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 26 }, "end": { - "line": 543, + "line": 547, "column": 43 } } }, "range": [ - 22243, - 22266 + 22449, + 22472 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 20 }, "end": { - "line": 543, + "line": 547, "column": 43 } } @@ -49369,16 +49854,16 @@ ], "kind": "let", "range": [ - 22239, - 22267 + 22445, + 22473 ], "loc": { "start": { - "line": 543, + "line": 547, "column": 16 }, "end": { - "line": 543, + "line": 547, "column": 44 } } @@ -49394,16 +49879,16 @@ "object": { "type": "ThisExpression", "range": [ - 22284, - 22288 + 22490, + 22494 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 16 }, "end": { - "line": 544, + "line": 548, "column": 20 } } @@ -49412,31 +49897,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 22289, - 22303 + 22495, + 22509 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 21 }, "end": { - "line": 544, + "line": 548, "column": 35 } } }, "range": [ - 22284, - 22303 + 22490, + 22509 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 16 }, "end": { - "line": 544, + "line": 548, "column": 35 } } @@ -49450,16 +49935,16 @@ "type": "Identifier", "name": "elm", "range": [ - 22306, - 22309 + 22512, + 22515 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 38 }, "end": { - "line": 544, + "line": 548, "column": 41 } } @@ -49468,31 +49953,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 22310, - 22322 + 22516, + 22528 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 42 }, "end": { - "line": 544, + "line": 548, "column": 54 } } }, "range": [ - 22306, - 22322 + 22512, + 22528 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 38 }, "end": { - "line": 544, + "line": 548, "column": 54 } } @@ -49503,62 +49988,62 @@ "value": "id", "raw": "'id'", "range": [ - 22323, - 22327 + 22529, + 22533 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 55 }, "end": { - "line": 544, + "line": 548, "column": 59 } } } ], "range": [ - 22306, - 22328 + 22512, + 22534 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 38 }, "end": { - "line": 544, + "line": 548, "column": 60 } } }, "range": [ - 22284, - 22328 + 22490, + 22534 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 16 }, "end": { - "line": 544, + "line": 548, "column": 60 } } }, "range": [ - 22284, - 22329 + 22490, + 22535 ], "loc": { "start": { - "line": 544, + "line": 548, "column": 16 }, "end": { - "line": 544, + "line": 548, "column": 61 } } @@ -49574,16 +50059,16 @@ "object": { "type": "ThisExpression", "range": [ - 22346, - 22350 + 22552, + 22556 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 16 }, "end": { - "line": 545, + "line": 549, "column": 20 } } @@ -49592,31 +50077,31 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 22351, - 22360 + 22557, + 22566 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 21 }, "end": { - "line": 545, + "line": 549, "column": 30 } } }, "range": [ - 22346, - 22360 + 22552, + 22566 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 16 }, "end": { - "line": 545, + "line": 549, "column": 30 } } @@ -49630,16 +50115,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 22363, - 22366 + 22569, + 22572 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 33 }, "end": { - "line": 545, + "line": 549, "column": 36 } } @@ -49648,31 +50133,31 @@ "type": "Identifier", "name": "id", "range": [ - 22367, - 22369 + 22573, + 22575 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 37 }, "end": { - "line": 545, + "line": 549, "column": 39 } } }, "range": [ - 22363, - 22369 + 22569, + 22575 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 33 }, "end": { - "line": 545, + "line": 549, "column": 39 } } @@ -49684,16 +50169,16 @@ "object": { "type": "ThisExpression", "range": [ - 22370, - 22374 + 22576, + 22580 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 40 }, "end": { - "line": 545, + "line": 549, "column": 44 } } @@ -49702,77 +50187,77 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 22375, - 22389 + 22581, + 22595 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 45 }, "end": { - "line": 545, + "line": 549, "column": 59 } } }, "range": [ - 22370, - 22389 + 22576, + 22595 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 40 }, "end": { - "line": 545, + "line": 549, "column": 59 } } } ], "range": [ - 22363, - 22390 + 22569, + 22596 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 33 }, "end": { - "line": 545, + "line": 549, "column": 60 } } }, "range": [ - 22346, - 22390 + 22552, + 22596 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 16 }, "end": { - "line": 545, + "line": 549, "column": 60 } } }, "range": [ - 22346, - 22391 + 22552, + 22597 ], "loc": { "start": { - "line": 545, + "line": 549, "column": 16 }, "end": { - "line": 545, + "line": 549, "column": 61 } } @@ -49785,16 +50270,16 @@ "object": { "type": "ThisExpression", "range": [ - 22411, - 22415 + 22617, + 22621 ], "loc": { "start": { - "line": 546, + "line": 550, "column": 19 }, "end": { - "line": 546, + "line": 550, "column": 23 } } @@ -49803,31 +50288,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 22416, - 22428 + 22622, + 22634 ], "loc": { "start": { - "line": 546, + "line": 550, "column": 24 }, "end": { - "line": 546, + "line": 550, "column": 36 } } }, "range": [ - 22411, - 22428 + 22617, + 22634 ], "loc": { "start": { - "line": 546, + "line": 550, "column": 19 }, "end": { - "line": 546, + "line": 550, "column": 36 } } @@ -49846,16 +50331,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22451, - 22456 + 22657, + 22662 ], "loc": { "start": { - "line": 547, + "line": 551, "column": 20 }, "end": { - "line": 547, + "line": 551, "column": 25 } } @@ -49864,31 +50349,31 @@ "type": "Identifier", "name": "cancel", "range": [ - 22457, - 22463 + 22663, + 22669 ], "loc": { "start": { - "line": 547, + "line": 551, "column": 26 }, "end": { - "line": 547, + "line": 551, "column": 32 } } }, "range": [ - 22451, - 22463 + 22657, + 22669 ], "loc": { "start": { - "line": 547, + "line": 551, "column": 20 }, "end": { - "line": 547, + "line": 551, "column": 32 } } @@ -49898,47 +50383,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 22464, - 22467 + 22670, + 22673 ], "loc": { "start": { - "line": 547, + "line": 551, "column": 33 }, "end": { - "line": 547, + "line": 551, "column": 36 } } } ], "range": [ - 22451, - 22468 + 22657, + 22674 ], "loc": { "start": { - "line": 547, + "line": 551, "column": 20 }, "end": { - "line": 547, + "line": 551, "column": 37 } } }, "range": [ - 22451, - 22469 + 22657, + 22675 ], "loc": { "start": { - "line": 547, + "line": 551, "column": 20 }, "end": { - "line": 547, + "line": 551, "column": 38 } } @@ -49954,16 +50439,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22490, - 22495 + 22696, + 22701 ], "loc": { "start": { - "line": 548, + "line": 552, "column": 20 }, "end": { - "line": 548, + "line": 552, "column": 25 } } @@ -49972,31 +50457,31 @@ "type": "Identifier", "name": "stop", "range": [ - 22496, - 22500 + 22702, + 22706 ], "loc": { "start": { - "line": 548, + "line": 552, "column": 26 }, "end": { - "line": 548, + "line": 552, "column": 30 } } }, "range": [ - 22490, - 22500 + 22696, + 22706 ], "loc": { "start": { - "line": 548, + "line": 552, "column": 20 }, "end": { - "line": 548, + "line": 552, "column": 30 } } @@ -50006,79 +50491,79 @@ "type": "Identifier", "name": "_ev", "range": [ - 22501, - 22504 + 22707, + 22710 ], "loc": { "start": { - "line": 548, + "line": 552, "column": 31 }, "end": { - "line": 548, + "line": 552, "column": 34 } } } ], "range": [ - 22490, - 22505 + 22696, + 22711 ], "loc": { "start": { - "line": 548, + "line": 552, "column": 20 }, "end": { - "line": 548, + "line": 552, "column": 35 } } }, "range": [ - 22490, - 22506 + 22696, + 22712 ], "loc": { "start": { - "line": 548, + "line": 552, "column": 20 }, "end": { - "line": 548, + "line": 552, "column": 36 } } } ], "range": [ - 22429, - 22524 + 22635, + 22730 ], "loc": { "start": { - "line": 546, + "line": 550, "column": 37 }, "end": { - "line": 549, + "line": 553, "column": 17 } } }, "alternate": null, "range": [ - 22408, - 22524 + 22614, + 22730 ], "loc": { "start": { - "line": 546, + "line": 550, "column": 16 }, "end": { - "line": 549, + "line": 553, "column": 17 } }, @@ -50087,16 +50572,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 22541, - 22603 + 22747, + 22809 ], "loc": { "start": { - "line": 550, + "line": 554, "column": 16 }, "end": { - "line": 550, + "line": 554, "column": 78 } } @@ -50105,16 +50590,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 22620, - 22664 + 22826, + 22870 ], "loc": { "start": { - "line": 551, + "line": 555, "column": 16 }, "end": { - "line": 551, + "line": 555, "column": 60 } } @@ -50131,16 +50616,16 @@ "object": { "type": "ThisExpression", "range": [ - 22684, - 22688 + 22890, + 22894 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 19 }, "end": { - "line": 552, + "line": 556, "column": 23 } } @@ -50149,31 +50634,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 22689, - 22701 + 22895, + 22907 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 24 }, "end": { - "line": 552, + "line": 556, "column": 36 } } }, "range": [ - 22684, - 22701 + 22890, + 22907 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 19 }, "end": { - "line": 552, + "line": 556, "column": 36 } } @@ -50184,32 +50669,32 @@ "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ - 22702, - 22716 + 22908, + 22922 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 37 }, "end": { - "line": 552, + "line": 556, "column": 51 } } } ], "range": [ - 22684, - 22717 + 22890, + 22923 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 19 }, "end": { - "line": 552, + "line": 556, "column": 52 } } @@ -50226,16 +50711,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 22744, - 22751 + 22950, + 22957 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 24 }, "end": { - "line": 553, + "line": 557, "column": 31 } } @@ -50248,16 +50733,16 @@ "object": { "type": "ThisExpression", "range": [ - 22754, - 22758 + 22960, + 22964 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 34 }, "end": { - "line": 553, + "line": 557, "column": 38 } } @@ -50266,31 +50751,31 @@ "type": "Identifier", "name": "extension", "range": [ - 22759, - 22768 + 22965, + 22974 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 39 }, "end": { - "line": 553, + "line": 557, "column": 48 } } }, "range": [ - 22754, - 22768 + 22960, + 22974 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 34 }, "end": { - "line": 553, + "line": 557, "column": 48 } } @@ -50301,47 +50786,47 @@ "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ - 22769, - 22783 + 22975, + 22989 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 49 }, "end": { - "line": 553, + "line": 557, "column": 63 } } } ], "range": [ - 22754, - 22784 + 22960, + 22990 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 34 }, "end": { - "line": 553, + "line": 557, "column": 64 } } }, "range": [ - 22744, - 22784 + 22950, + 22990 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 24 }, "end": { - "line": 553, + "line": 557, "column": 64 } } @@ -50349,16 +50834,16 @@ ], "kind": "var", "range": [ - 22740, - 22785 + 22946, + 22991 ], "loc": { "start": { - "line": 553, + "line": 557, "column": 20 }, "end": { - "line": 553, + "line": 557, "column": 65 } } @@ -50372,16 +50857,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 22810, - 22821 + 23016, + 23027 ], "loc": { "start": { - "line": 554, + "line": 558, "column": 24 }, "end": { - "line": 554, + "line": 558, "column": 35 } } @@ -50393,16 +50878,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 22824, - 22831 + 23030, + 23037 ], "loc": { "start": { - "line": 554, + "line": 558, "column": 38 }, "end": { - "line": 554, + "line": 558, "column": 45 } } @@ -50411,46 +50896,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 22832, - 22844 + 23038, + 23050 ], "loc": { "start": { - "line": 554, + "line": 558, "column": 46 }, "end": { - "line": 554, + "line": 558, "column": 58 } } }, "range": [ - 22824, - 22844 + 23030, + 23050 ], "loc": { "start": { - "line": 554, + "line": 558, "column": 38 }, "end": { - "line": 554, + "line": 558, "column": 58 } } }, "range": [ - 22810, - 22844 + 23016, + 23050 ], "loc": { "start": { - "line": 554, + "line": 558, "column": 24 }, "end": { - "line": 554, + "line": 558, "column": 58 } } @@ -50458,16 +50943,16 @@ ], "kind": "var", "range": [ - 22806, - 22845 + 23012, + 23051 ], "loc": { "start": { - "line": 554, + "line": 558, "column": 20 }, "end": { - "line": 554, + "line": 558, "column": 59 } } @@ -50484,16 +50969,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 22869, - 22876 + 23075, + 23082 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 23 }, "end": { - "line": 555, + "line": 559, "column": 30 } } @@ -50502,31 +50987,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 22877, - 22880 + 23083, + 23086 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 31 }, "end": { - "line": 555, + "line": 559, "column": 34 } } }, "range": [ - 22869, - 22880 + 23075, + 23086 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 23 }, "end": { - "line": 555, + "line": 559, "column": 34 } } @@ -50535,31 +51020,31 @@ "type": "Identifier", "name": "editable", "range": [ - 22881, - 22889 + 23087, + 23095 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 35 }, "end": { - "line": 555, + "line": 559, "column": 43 } } }, "range": [ - 22869, - 22889 + 23075, + 23095 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 23 }, "end": { - "line": 555, + "line": 559, "column": 43 } } @@ -50581,16 +51066,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 22916, - 22927 + 23122, + 23133 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 24 }, "end": { - "line": 556, + "line": 560, "column": 35 } } @@ -50599,31 +51084,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 22928, - 22936 + 23134, + 23142 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 36 }, "end": { - "line": 556, + "line": 560, "column": 44 } } }, "range": [ - 22916, - 22936 + 23122, + 23142 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 24 }, "end": { - "line": 556, + "line": 560, "column": 44 } } @@ -50632,94 +51117,94 @@ "type": "Identifier", "name": "Remove", "range": [ - 22937, - 22943 + 23143, + 23149 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 45 }, "end": { - "line": 556, + "line": 560, "column": 51 } } }, "range": [ - 22916, - 22943 + 23122, + 23149 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 24 }, "end": { - "line": 556, + "line": 560, "column": 51 } } }, "arguments": [], "range": [ - 22916, - 22945 + 23122, + 23151 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 24 }, "end": { - "line": 556, + "line": 560, "column": 53 } } }, "range": [ - 22916, - 22946 + 23122, + 23152 ], "loc": { "start": { - "line": 556, + "line": 560, "column": 24 }, "end": { - "line": 556, + "line": 560, "column": 54 } } } ], "range": [ - 22890, - 22968 + 23096, + 23174 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 44 }, "end": { - "line": 557, + "line": 561, "column": 21 } } }, "alternate": null, "range": [ - 22866, - 22968 + 23072, + 23174 ], "loc": { "start": { - "line": 555, + "line": 559, "column": 20 }, "end": { - "line": 557, + "line": 561, "column": 21 } } @@ -50736,16 +51221,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 22992, - 22999 + 23198, + 23205 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 23 }, "end": { - "line": 558, + "line": 562, "column": 30 } } @@ -50754,31 +51239,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 23000, - 23003 + 23206, + 23209 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 31 }, "end": { - "line": 558, + "line": 562, "column": 34 } } }, "range": [ - 22992, - 23003 + 23198, + 23209 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 23 }, "end": { - "line": 558, + "line": 562, "column": 34 } } @@ -50787,31 +51272,31 @@ "type": "Identifier", "name": "selection", "range": [ - 23004, - 23013 + 23210, + 23219 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 35 }, "end": { - "line": 558, + "line": 562, "column": 44 } } }, "range": [ - 22992, - 23013 + 23198, + 23219 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 23 }, "end": { - "line": 558, + "line": 562, "column": 44 } } @@ -50833,16 +51318,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 23040, - 23051 + 23246, + 23257 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 24 }, "end": { - "line": 559, + "line": 563, "column": 35 } } @@ -50851,31 +51336,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 23052, - 23061 + 23258, + 23267 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 36 }, "end": { - "line": 559, + "line": 563, "column": 45 } } }, "range": [ - 23040, - 23061 + 23246, + 23267 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 24 }, "end": { - "line": 559, + "line": 563, "column": 45 } } @@ -50884,126 +51369,126 @@ "type": "Identifier", "name": "Remove", "range": [ - 23062, - 23068 + 23268, + 23274 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 46 }, "end": { - "line": 559, + "line": 563, "column": 52 } } }, "range": [ - 23040, - 23068 + 23246, + 23274 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 24 }, "end": { - "line": 559, + "line": 563, "column": 52 } } }, "arguments": [], "range": [ - 23040, - 23070 + 23246, + 23276 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 24 }, "end": { - "line": 559, + "line": 563, "column": 54 } } }, "range": [ - 23040, - 23071 + 23246, + 23277 ], "loc": { "start": { - "line": 559, + "line": 563, "column": 24 }, "end": { - "line": 559, + "line": 563, "column": 55 } } } ], "range": [ - 23014, - 23093 + 23220, + 23299 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 45 }, "end": { - "line": 560, + "line": 564, "column": 21 } } }, "alternate": null, "range": [ - 22989, - 23093 + 23195, + 23299 ], "loc": { "start": { - "line": 558, + "line": 562, "column": 20 }, "end": { - "line": 560, + "line": 564, "column": 21 } } } ], "range": [ - 22718, - 23111 + 22924, + 23317 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 53 }, "end": { - "line": 561, + "line": 565, "column": 17 } } }, "alternate": null, "range": [ - 22681, - 23111 + 22887, + 23317 ], "loc": { "start": { - "line": 552, + "line": 556, "column": 16 }, "end": { - "line": 561, + "line": 565, "column": 17 } }, @@ -51012,16 +51497,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 22541, - 22603 + 22747, + 22809 ], "loc": { "start": { - "line": 550, + "line": 554, "column": 16 }, "end": { - "line": 550, + "line": 554, "column": 78 } } @@ -51030,16 +51515,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 22620, - 22664 + 22826, + 22870 ], "loc": { "start": { - "line": 551, + "line": 555, "column": 16 }, "end": { - "line": 551, + "line": 555, "column": 60 } } @@ -51048,16 +51533,16 @@ } ], "range": [ - 22176, - 23125 + 22382, + 23331 ], "loc": { "start": { - "line": 541, + "line": 545, "column": 26 }, "end": { - "line": 562, + "line": 566, "column": 13 } } @@ -51065,16 +51550,16 @@ "generator": false, "expression": false, "range": [ - 22172, - 23125 + 22378, + 23331 ], "loc": { "start": { - "line": 541, + "line": 545, "column": 22 }, "end": { - "line": 562, + "line": 566, "column": 13 } } @@ -51084,16 +51569,16 @@ "shorthand": false, "computed": false, "range": [ - 22162, - 23125 + 22368, + 23331 ], "loc": { "start": { - "line": 541, + "line": 545, "column": 12 }, "end": { - "line": 562, + "line": 566, "column": 13 } }, @@ -51102,16 +51587,16 @@ "type": "Line", "value": " set focused text-box filter as active", "range": [ - 22109, - 22149 + 22315, + 22355 ], "loc": { "start": { - "line": 540, + "line": 544, "column": 12 }, "end": { - "line": 540, + "line": 544, "column": 52 } } @@ -51124,16 +51609,16 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 23193, - 23203 + 23399, + 23409 ], "loc": { "start": { - "line": 564, + "line": 568, "column": 12 }, "end": { - "line": 564, + "line": 568, "column": 22 } } @@ -51146,16 +51631,16 @@ "type": "Identifier", "name": "e", "range": [ - 23204, - 23205 + 23410, + 23411 ], "loc": { "start": { - "line": 564, + "line": 568, "column": 23 }, "end": { - "line": 564, + "line": 568, "column": 24 } } @@ -51173,16 +51658,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 23229, - 23232 + 23435, + 23438 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 20 }, "end": { - "line": 565, + "line": 569, "column": 23 } } @@ -51194,16 +51679,16 @@ "type": "Identifier", "name": "e", "range": [ - 23235, - 23236 + 23441, + 23442 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 26 }, "end": { - "line": 565, + "line": 569, "column": 27 } } @@ -51215,16 +51700,16 @@ "type": "Identifier", "name": "global", "range": [ - 23240, - 23246 + 23446, + 23452 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 31 }, "end": { - "line": 565, + "line": 569, "column": 37 } } @@ -51233,61 +51718,61 @@ "type": "Identifier", "name": "event", "range": [ - 23247, - 23252 + 23453, + 23458 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 38 }, "end": { - "line": 565, + "line": 569, "column": 43 } } }, "range": [ - 23240, - 23252 + 23446, + 23458 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 31 }, "end": { - "line": 565, + "line": 569, "column": 43 } } }, "range": [ - 23235, - 23252 + 23441, + 23458 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 26 }, "end": { - "line": 565, + "line": 569, "column": 43 } } }, "range": [ - 23229, - 23252 + 23435, + 23458 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 20 }, "end": { - "line": 565, + "line": 569, "column": 43 } } @@ -51295,16 +51780,16 @@ ], "kind": "let", "range": [ - 23225, - 23253 + 23431, + 23459 ], "loc": { "start": { - "line": 565, + "line": 569, "column": 16 }, "end": { - "line": 565, + "line": 569, "column": 44 } } @@ -51318,16 +51803,16 @@ "type": "Identifier", "name": "elm", "range": [ - 23274, - 23277 + 23480, + 23483 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 20 }, "end": { - "line": 566, + "line": 570, "column": 23 } } @@ -51341,16 +51826,16 @@ "type": "Identifier", "name": "Event", "range": [ - 23280, - 23285 + 23486, + 23491 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 26 }, "end": { - "line": 566, + "line": 570, "column": 31 } } @@ -51359,31 +51844,31 @@ "type": "Identifier", "name": "target", "range": [ - 23286, - 23292 + 23492, + 23498 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 32 }, "end": { - "line": 566, + "line": 570, "column": 38 } } }, "range": [ - 23280, - 23292 + 23486, + 23498 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 26 }, "end": { - "line": 566, + "line": 570, "column": 38 } } @@ -51393,47 +51878,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 23293, - 23296 + 23499, + 23502 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 39 }, "end": { - "line": 566, + "line": 570, "column": 42 } } } ], "range": [ - 23280, - 23297 + 23486, + 23503 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 26 }, "end": { - "line": 566, + "line": 570, "column": 43 } } }, "range": [ - 23274, - 23297 + 23480, + 23503 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 20 }, "end": { - "line": 566, + "line": 570, "column": 43 } } @@ -51441,16 +51926,16 @@ ], "kind": "let", "range": [ - 23270, - 23298 + 23476, + 23504 ], "loc": { "start": { - "line": 566, + "line": 570, "column": 16 }, "end": { - "line": 566, + "line": 570, "column": 44 } } @@ -51466,16 +51951,16 @@ "object": { "type": "ThisExpression", "range": [ - 23315, - 23319 + 23521, + 23525 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 16 }, "end": { - "line": 567, + "line": 571, "column": 20 } } @@ -51484,31 +51969,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 23320, - 23334 + 23526, + 23540 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 21 }, "end": { - "line": 567, + "line": 571, "column": 35 } } }, "range": [ - 23315, - 23334 + 23521, + 23540 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 16 }, "end": { - "line": 567, + "line": 571, "column": 35 } } @@ -51522,16 +52007,16 @@ "type": "Identifier", "name": "elm", "range": [ - 23337, - 23340 + 23543, + 23546 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 38 }, "end": { - "line": 567, + "line": 571, "column": 41 } } @@ -51540,31 +52025,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 23341, - 23353 + 23547, + 23559 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 42 }, "end": { - "line": 567, + "line": 571, "column": 54 } } }, "range": [ - 23337, - 23353 + 23543, + 23559 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 38 }, "end": { - "line": 567, + "line": 571, "column": 54 } } @@ -51575,62 +52060,62 @@ "value": "id", "raw": "'id'", "range": [ - 23354, - 23358 + 23560, + 23564 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 55 }, "end": { - "line": 567, + "line": 571, "column": 59 } } } ], "range": [ - 23337, - 23359 + 23543, + 23565 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 38 }, "end": { - "line": 567, + "line": 571, "column": 60 } } }, "range": [ - 23315, - 23359 + 23521, + 23565 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 16 }, "end": { - "line": 567, + "line": 571, "column": 60 } } }, "range": [ - 23315, - 23360 + 23521, + 23566 ], "loc": { "start": { - "line": 567, + "line": 571, "column": 16 }, "end": { - "line": 567, + "line": 571, "column": 61 } } @@ -51646,16 +52131,16 @@ "object": { "type": "ThisExpression", "range": [ - 23377, - 23381 + 23583, + 23587 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 16 }, "end": { - "line": 568, + "line": 572, "column": 20 } } @@ -51664,31 +52149,31 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 23382, - 23391 + 23588, + 23597 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 21 }, "end": { - "line": 568, + "line": 572, "column": 30 } } }, "range": [ - 23377, - 23391 + 23583, + 23597 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 16 }, "end": { - "line": 568, + "line": 572, "column": 30 } } @@ -51702,16 +52187,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 23394, - 23397 + 23600, + 23603 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 33 }, "end": { - "line": 568, + "line": 572, "column": 36 } } @@ -51720,31 +52205,31 @@ "type": "Identifier", "name": "id", "range": [ - 23398, - 23400 + 23604, + 23606 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 37 }, "end": { - "line": 568, + "line": 572, "column": 39 } } }, "range": [ - 23394, - 23400 + 23600, + 23606 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 33 }, "end": { - "line": 568, + "line": 572, "column": 39 } } @@ -51756,16 +52241,16 @@ "object": { "type": "ThisExpression", "range": [ - 23401, - 23405 + 23607, + 23611 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 40 }, "end": { - "line": 568, + "line": 572, "column": 44 } } @@ -51774,77 +52259,77 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 23406, - 23420 + 23612, + 23626 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 45 }, "end": { - "line": 568, + "line": 572, "column": 59 } } }, "range": [ - 23401, - 23420 + 23607, + 23626 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 40 }, "end": { - "line": 568, + "line": 572, "column": 59 } } } ], "range": [ - 23394, - 23421 + 23600, + 23627 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 33 }, "end": { - "line": 568, + "line": 572, "column": 60 } } }, "range": [ - 23377, - 23421 + 23583, + 23627 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 16 }, "end": { - "line": 568, + "line": 572, "column": 60 } } }, "range": [ - 23377, - 23422 + 23583, + 23628 ], "loc": { "start": { - "line": 568, + "line": 572, "column": 16 }, "end": { - "line": 568, + "line": 572, "column": 61 } }, @@ -51853,16 +52338,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 23439, - 23484 + 23645, + 23690 ], "loc": { "start": { - "line": 569, + "line": 573, "column": 16 }, "end": { - "line": 569, + "line": 573, "column": 61 } } @@ -51880,16 +52365,16 @@ "object": { "type": "ThisExpression", "range": [ - 23504, - 23508 + 23710, + 23714 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 19 }, "end": { - "line": 570, + "line": 574, "column": 23 } } @@ -51898,31 +52383,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 23509, - 23524 + 23715, + 23730 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 24 }, "end": { - "line": 570, + "line": 574, "column": 39 } } }, "range": [ - 23504, - 23524 + 23710, + 23730 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 19 }, "end": { - "line": 570, + "line": 574, "column": 39 } } @@ -51939,16 +52424,16 @@ "type": "Identifier", "name": "elm", "range": [ - 23528, - 23531 + 23734, + 23737 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 43 }, "end": { - "line": 570, + "line": 574, "column": 46 } } @@ -51957,31 +52442,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 23532, - 23544 + 23738, + 23750 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 47 }, "end": { - "line": 570, + "line": 574, "column": 59 } } }, "range": [ - 23528, - 23544 + 23734, + 23750 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 43 }, "end": { - "line": 570, + "line": 574, "column": 59 } } @@ -51992,32 +52477,32 @@ "value": "filled", "raw": "'filled'", "range": [ - 23545, - 23553 + 23751, + 23759 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 60 }, "end": { - "line": 570, + "line": 574, "column": 68 } } } ], "range": [ - 23528, - 23554 + 23734, + 23760 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 43 }, "end": { - "line": 570, + "line": 574, "column": 69 } } @@ -52027,46 +52512,46 @@ "value": "0", "raw": "'0'", "range": [ - 23559, - 23562 + 23765, + 23768 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 74 }, "end": { - "line": 570, + "line": 574, "column": 77 } } }, "range": [ - 23528, - 23562 + 23734, + 23768 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 43 }, "end": { - "line": 570, + "line": 574, "column": 77 } } }, "range": [ - 23504, - 23562 + 23710, + 23768 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 19 }, "end": { - "line": 570, + "line": 574, "column": 77 } } @@ -52083,16 +52568,16 @@ "type": "Identifier", "name": "ct", "range": [ - 23589, - 23591 + 23795, + 23797 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 24 }, "end": { - "line": 571, + "line": 575, "column": 26 } } @@ -52106,16 +52591,16 @@ "type": "Identifier", "name": "elm", "range": [ - 23594, - 23597 + 23800, + 23803 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 29 }, "end": { - "line": 571, + "line": 575, "column": 32 } } @@ -52124,31 +52609,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 23598, - 23610 + 23804, + 23816 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 33 }, "end": { - "line": 571, + "line": 575, "column": 45 } } }, "range": [ - 23594, - 23610 + 23800, + 23816 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 29 }, "end": { - "line": 571, + "line": 575, "column": 45 } } @@ -52159,47 +52644,47 @@ "value": "ct", "raw": "'ct'", "range": [ - 23611, - 23615 + 23817, + 23821 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 46 }, "end": { - "line": 571, + "line": 575, "column": 50 } } } ], "range": [ - 23594, - 23616 + 23800, + 23822 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 29 }, "end": { - "line": 571, + "line": 575, "column": 51 } } }, "range": [ - 23589, - 23616 + 23795, + 23822 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 24 }, "end": { - "line": 571, + "line": 575, "column": 51 } } @@ -52207,16 +52692,16 @@ ], "kind": "let", "range": [ - 23585, - 23617 + 23791, + 23823 ], "loc": { "start": { - "line": 571, + "line": 575, "column": 20 }, "end": { - "line": 571, + "line": 575, "column": 52 } } @@ -52237,16 +52722,16 @@ "object": { "type": "ThisExpression", "range": [ - 23638, - 23642 + 23844, + 23848 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 20 }, "end": { - "line": 572, + "line": 576, "column": 24 } } @@ -52255,31 +52740,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 23643, - 23646 + 23849, + 23852 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 25 }, "end": { - "line": 572, + "line": 576, "column": 28 } } }, "range": [ - 23638, - 23646 + 23844, + 23852 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 20 }, "end": { - "line": 572, + "line": 576, "column": 28 } } @@ -52288,31 +52773,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 23647, - 23655 + 23853, + 23861 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 29 }, "end": { - "line": 572, + "line": 576, "column": 37 } } }, "range": [ - 23638, - 23655 + 23844, + 23861 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 20 }, "end": { - "line": 572, + "line": 576, "column": 37 } } @@ -52321,31 +52806,31 @@ "type": "Identifier", "name": "_build", "range": [ - 23656, - 23662 + 23862, + 23868 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 38 }, "end": { - "line": 572, + "line": 576, "column": 44 } } }, "range": [ - 23638, - 23662 + 23844, + 23868 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 20 }, "end": { - "line": 572, + "line": 576, "column": 44 } } @@ -52355,79 +52840,79 @@ "type": "Identifier", "name": "ct", "range": [ - 23663, - 23665 + 23869, + 23871 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 45 }, "end": { - "line": 572, + "line": 576, "column": 47 } } } ], "range": [ - 23638, - 23666 + 23844, + 23872 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 20 }, "end": { - "line": 572, + "line": 576, "column": 48 } } }, "range": [ - 23638, - 23667 + 23844, + 23873 ], "loc": { "start": { - "line": 572, + "line": 576, "column": 20 }, "end": { - "line": 572, + "line": 576, "column": 49 } } } ], "range": [ - 23563, - 23685 + 23769, + 23891 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 78 }, "end": { - "line": 573, + "line": 577, "column": 17 } } }, "alternate": null, "range": [ - 23501, - 23685 + 23707, + 23891 ], "loc": { "start": { - "line": 570, + "line": 574, "column": 16 }, "end": { - "line": 573, + "line": 577, "column": 17 } }, @@ -52436,16 +52921,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 23439, - 23484 + 23645, + 23690 ], "loc": { "start": { - "line": 569, + "line": 573, "column": 16 }, "end": { - "line": 569, + "line": 573, "column": 61 } } @@ -52460,16 +52945,16 @@ "object": { "type": "ThisExpression", "range": [ - 23705, - 23709 + 23911, + 23915 ], "loc": { "start": { - "line": 574, + "line": 578, "column": 19 }, "end": { - "line": 574, + "line": 578, "column": 23 } } @@ -52478,31 +52963,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 23710, - 23722 + 23916, + 23928 ], "loc": { "start": { - "line": 574, + "line": 578, "column": 24 }, "end": { - "line": 574, + "line": 578, "column": 36 } } }, "range": [ - 23705, - 23722 + 23911, + 23928 ], "loc": { "start": { - "line": 574, + "line": 578, "column": 19 }, "end": { - "line": 574, + "line": 578, "column": 36 } } @@ -52521,16 +53006,16 @@ "type": "Identifier", "name": "Event", "range": [ - 23745, - 23750 + 23951, + 23956 ], "loc": { "start": { - "line": 575, + "line": 579, "column": 20 }, "end": { - "line": 575, + "line": 579, "column": 25 } } @@ -52539,31 +53024,31 @@ "type": "Identifier", "name": "cancel", "range": [ - 23751, - 23757 + 23957, + 23963 ], "loc": { "start": { - "line": 575, + "line": 579, "column": 26 }, "end": { - "line": 575, + "line": 579, "column": 32 } } }, "range": [ - 23745, - 23757 + 23951, + 23963 ], "loc": { "start": { - "line": 575, + "line": 579, "column": 20 }, "end": { - "line": 575, + "line": 579, "column": 32 } } @@ -52573,47 +53058,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 23758, - 23761 + 23964, + 23967 ], "loc": { "start": { - "line": 575, + "line": 579, "column": 33 }, "end": { - "line": 575, + "line": 579, "column": 36 } } } ], "range": [ - 23745, - 23762 + 23951, + 23968 ], "loc": { "start": { - "line": 575, + "line": 579, "column": 20 }, "end": { - "line": 575, + "line": 579, "column": 37 } } }, "range": [ - 23745, - 23763 + 23951, + 23969 ], "loc": { "start": { - "line": 575, + "line": 579, "column": 20 }, "end": { - "line": 575, + "line": 579, "column": 38 } } @@ -52629,16 +53114,16 @@ "type": "Identifier", "name": "Event", "range": [ - 23784, - 23789 + 23990, + 23995 ], "loc": { "start": { - "line": 576, + "line": 580, "column": 20 }, "end": { - "line": 576, + "line": 580, "column": 25 } } @@ -52647,31 +53132,31 @@ "type": "Identifier", "name": "stop", "range": [ - 23790, - 23794 + 23996, + 24000 ], "loc": { "start": { - "line": 576, + "line": 580, "column": 26 }, "end": { - "line": 576, + "line": 580, "column": 30 } } }, "range": [ - 23784, - 23794 + 23990, + 24000 ], "loc": { "start": { - "line": 576, + "line": 580, "column": 20 }, "end": { - "line": 576, + "line": 580, "column": 30 } } @@ -52681,95 +53166,95 @@ "type": "Identifier", "name": "_ev", "range": [ - 23795, - 23798 + 24001, + 24004 ], "loc": { "start": { - "line": 576, + "line": 580, "column": 31 }, "end": { - "line": 576, + "line": 580, "column": 34 } } } ], "range": [ - 23784, - 23799 + 23990, + 24005 ], "loc": { "start": { - "line": 576, + "line": 580, "column": 20 }, "end": { - "line": 576, + "line": 580, "column": 35 } } }, "range": [ - 23784, - 23800 + 23990, + 24006 ], "loc": { "start": { - "line": 576, + "line": 580, "column": 20 }, "end": { - "line": 576, + "line": 580, "column": 36 } } } ], "range": [ - 23723, - 23818 + 23929, + 24024 ], "loc": { "start": { - "line": 574, + "line": 578, "column": 37 }, "end": { - "line": 577, + "line": 581, "column": 17 } } }, "alternate": null, "range": [ - 23702, - 23818 + 23908, + 24024 ], "loc": { "start": { - "line": 574, + "line": 578, "column": 16 }, "end": { - "line": 577, + "line": 581, "column": 17 } } } ], "range": [ - 23207, - 23832 + 23413, + 24038 ], "loc": { "start": { - "line": 564, + "line": 568, "column": 26 }, "end": { - "line": 578, + "line": 582, "column": 13 } } @@ -52777,16 +53262,16 @@ "generator": false, "expression": false, "range": [ - 23203, - 23832 + 23409, + 24038 ], "loc": { "start": { - "line": 564, + "line": 568, "column": 22 }, "end": { - "line": 578, + "line": 582, "column": 13 } } @@ -52796,16 +53281,16 @@ "shorthand": false, "computed": false, "range": [ - 23193, - 23832 + 23399, + 24038 ], "loc": { "start": { - "line": 564, + "line": 568, "column": 12 }, "end": { - "line": 578, + "line": 582, "column": 13 } }, @@ -52814,16 +53299,16 @@ "type": "Line", "value": " set focused drop-down filter as active", "range": [ - 23139, - 23180 + 23345, + 23386 ], "loc": { "start": { - "line": 563, + "line": 567, "column": 12 }, "end": { - "line": 563, + "line": 567, "column": 53 } } @@ -52836,16 +53321,16 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 23903, - 23914 + 24109, + 24120 ], "loc": { "start": { - "line": 580, + "line": 584, "column": 12 }, "end": { - "line": 580, + "line": 584, "column": 23 } } @@ -52858,16 +53343,16 @@ "type": "Identifier", "name": "e", "range": [ - 23915, - 23916 + 24121, + 24122 ], "loc": { "start": { - "line": 580, + "line": 584, "column": 24 }, "end": { - "line": 580, + "line": 584, "column": 25 } } @@ -52887,16 +53372,16 @@ "object": { "type": "ThisExpression", "range": [ - 23940, - 23944 + 24146, + 24150 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 20 }, "end": { - "line": 581, + "line": 585, "column": 24 } } @@ -52905,47 +53390,47 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 23945, - 23954 + 24151, + 24160 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 25 }, "end": { - "line": 581, + "line": 585, "column": 34 } } }, "range": [ - 23940, - 23954 + 24146, + 24160 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 20 }, "end": { - "line": 581, + "line": 585, "column": 34 } } }, "prefix": true, "range": [ - 23939, - 23954 + 24145, + 24160 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 19 }, "end": { - "line": 581, + "line": 585, "column": 34 } } @@ -52957,48 +53442,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23957, - 23964 + 24163, + 24170 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 37 }, "end": { - "line": 581, + "line": 585, "column": 44 } } } ], "range": [ - 23955, - 23966 + 24161, + 24172 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 35 }, "end": { - "line": 581, + "line": 585, "column": 46 } } }, "alternate": null, "range": [ - 23936, - 23966 + 24142, + 24172 ], "loc": { "start": { - "line": 581, + "line": 585, "column": 16 }, "end": { - "line": 581, + "line": 585, "column": 46 } } @@ -53012,16 +53497,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 23987, - 23990 + 24193, + 24196 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 20 }, "end": { - "line": 582, + "line": 586, "column": 23 } } @@ -53033,16 +53518,16 @@ "type": "Identifier", "name": "e", "range": [ - 23993, - 23994 + 24199, + 24200 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 26 }, "end": { - "line": 582, + "line": 586, "column": 27 } } @@ -53054,16 +53539,16 @@ "type": "Identifier", "name": "global", "range": [ - 23998, - 24004 + 24204, + 24210 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 31 }, "end": { - "line": 582, + "line": 586, "column": 37 } } @@ -53072,61 +53557,61 @@ "type": "Identifier", "name": "event", "range": [ - 24005, - 24010 + 24211, + 24216 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 38 }, "end": { - "line": 582, + "line": 586, "column": 43 } } }, "range": [ - 23998, - 24010 + 24204, + 24216 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 31 }, "end": { - "line": 582, + "line": 586, "column": 43 } } }, "range": [ - 23993, - 24010 + 24199, + 24216 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 26 }, "end": { - "line": 582, + "line": 586, "column": 43 } } }, "range": [ - 23987, - 24010 + 24193, + 24216 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 20 }, "end": { - "line": 582, + "line": 586, "column": 43 } } @@ -53134,16 +53619,16 @@ ], "kind": "let", "range": [ - 23983, - 24011 + 24189, + 24217 ], "loc": { "start": { - "line": 582, + "line": 586, "column": 16 }, "end": { - "line": 582, + "line": 586, "column": 44 } } @@ -53156,16 +53641,16 @@ "object": { "type": "ThisExpression", "range": [ - 24031, - 24035 + 24237, + 24241 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 19 }, "end": { - "line": 583, + "line": 587, "column": 23 } } @@ -53174,31 +53659,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 24036, - 24048 + 24242, + 24254 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 24 }, "end": { - "line": 583, + "line": 587, "column": 36 } } }, "range": [ - 24031, - 24048 + 24237, + 24254 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 19 }, "end": { - "line": 583, + "line": 587, "column": 36 } } @@ -53217,16 +53702,16 @@ "type": "Identifier", "name": "Event", "range": [ - 24051, - 24056 + 24257, + 24262 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 39 }, "end": { - "line": 583, + "line": 587, "column": 44 } } @@ -53235,31 +53720,31 @@ "type": "Identifier", "name": "stop", "range": [ - 24057, - 24061 + 24263, + 24267 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 45 }, "end": { - "line": 583, + "line": 587, "column": 49 } } }, "range": [ - 24051, - 24061 + 24257, + 24267 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 39 }, "end": { - "line": 583, + "line": 587, "column": 49 } } @@ -53269,79 +53754,79 @@ "type": "Identifier", "name": "_ev", "range": [ - 24062, - 24065 + 24268, + 24271 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 50 }, "end": { - "line": 583, + "line": 587, "column": 53 } } } ], "range": [ - 24051, - 24066 + 24257, + 24272 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 39 }, "end": { - "line": 583, + "line": 587, "column": 54 } } }, "range": [ - 24051, - 24067 + 24257, + 24273 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 39 }, "end": { - "line": 583, + "line": 587, "column": 55 } } } ], "range": [ - 24049, - 24069 + 24255, + 24275 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 37 }, "end": { - "line": 583, + "line": 587, "column": 57 } } }, "alternate": null, "range": [ - 24028, - 24069 + 24234, + 24275 ], "loc": { "start": { - "line": 583, + "line": 587, "column": 16 }, "end": { - "line": 583, + "line": 587, "column": 57 } } @@ -53354,16 +53839,16 @@ "object": { "type": "ThisExpression", "range": [ - 24089, - 24093 + 24295, + 24299 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 19 }, "end": { - "line": 584, + "line": 588, "column": 23 } } @@ -53372,31 +53857,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 24094, - 24105 + 24300, + 24311 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 24 }, "end": { - "line": 584, + "line": 588, "column": 35 } } }, "range": [ - 24089, - 24105 + 24295, + 24311 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 19 }, "end": { - "line": 584, + "line": 588, "column": 35 } } @@ -53414,16 +53899,16 @@ "object": { "type": "ThisExpression", "range": [ - 24108, - 24112 + 24314, + 24318 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 38 }, "end": { - "line": 584, + "line": 588, "column": 42 } } @@ -53432,110 +53917,110 @@ "type": "Identifier", "name": "filter", "range": [ - 24113, - 24119 + 24319, + 24325 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 43 }, "end": { - "line": 584, + "line": 588, "column": 49 } } }, "range": [ - 24108, - 24119 + 24314, + 24325 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 38 }, "end": { - "line": 584, + "line": 588, "column": 49 } } }, "arguments": [], "range": [ - 24108, - 24121 + 24314, + 24327 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 38 }, "end": { - "line": 584, + "line": 588, "column": 51 } } }, "range": [ - 24108, - 24122 + 24314, + 24328 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 38 }, "end": { - "line": 584, + "line": 588, "column": 52 } } } ], "range": [ - 24106, - 24124 + 24312, + 24330 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 36 }, "end": { - "line": 584, + "line": 588, "column": 54 } } }, "alternate": null, "range": [ - 24086, - 24124 + 24292, + 24330 ], "loc": { "start": { - "line": 584, + "line": 588, "column": 16 }, "end": { - "line": 584, + "line": 588, "column": 54 } } } ], "range": [ - 23918, - 24138 + 24124, + 24344 ], "loc": { "start": { - "line": 580, + "line": 584, "column": 27 }, "end": { - "line": 585, + "line": 589, "column": 13 } } @@ -53543,16 +54028,16 @@ "generator": false, "expression": false, "range": [ - 23914, - 24138 + 24120, + 24344 ], "loc": { "start": { - "line": 580, + "line": 584, "column": 23 }, "end": { - "line": 585, + "line": 589, "column": 13 } } @@ -53562,16 +54047,16 @@ "shorthand": false, "computed": false, "range": [ - 23903, - 24138 + 24109, + 24344 ], "loc": { "start": { - "line": 580, + "line": 584, "column": 12 }, "end": { - "line": 585, + "line": 589, "column": 13 } }, @@ -53580,16 +54065,16 @@ "type": "Line", "value": " filter columns on drop-down filter change", "range": [ - 23846, - 23890 + 24052, + 24096 ], "loc": { "start": { - "line": 579, + "line": 583, "column": 12 }, "end": { - "line": 579, + "line": 583, "column": 56 } } @@ -53602,16 +54087,16 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 24210, - 24226 + 24416, + 24432 ], "loc": { "start": { - "line": 587, + "line": 591, "column": 12 }, "end": { - "line": 587, + "line": 591, "column": 28 } } @@ -53624,16 +54109,16 @@ "type": "Identifier", "name": "e", "range": [ - 24227, - 24228 + 24433, + 24434 ], "loc": { "start": { - "line": 587, + "line": 591, "column": 29 }, "end": { - "line": 587, + "line": 591, "column": 30 } } @@ -53651,16 +54136,16 @@ "type": "Identifier", "name": "_ev", "range": [ - 24252, - 24255 + 24458, + 24461 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 20 }, "end": { - "line": 588, + "line": 592, "column": 23 } } @@ -53672,16 +54157,16 @@ "type": "Identifier", "name": "e", "range": [ - 24258, - 24259 + 24464, + 24465 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 26 }, "end": { - "line": 588, + "line": 592, "column": 27 } } @@ -53693,16 +54178,16 @@ "type": "Identifier", "name": "global", "range": [ - 24263, - 24269 + 24469, + 24475 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 31 }, "end": { - "line": 588, + "line": 592, "column": 37 } } @@ -53711,61 +54196,61 @@ "type": "Identifier", "name": "event", "range": [ - 24270, - 24275 + 24476, + 24481 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 38 }, "end": { - "line": 588, + "line": 592, "column": 43 } } }, "range": [ - 24263, - 24275 + 24469, + 24481 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 31 }, "end": { - "line": 588, + "line": 592, "column": 43 } } }, "range": [ - 24258, - 24275 + 24464, + 24481 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 26 }, "end": { - "line": 588, + "line": 592, "column": 43 } } }, "range": [ - 24252, - 24275 + 24458, + 24481 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 20 }, "end": { - "line": 588, + "line": 592, "column": 43 } } @@ -53773,16 +54258,16 @@ ], "kind": "let", "range": [ - 24248, - 24276 + 24454, + 24482 ], "loc": { "start": { - "line": 588, + "line": 592, "column": 16 }, "end": { - "line": 588, + "line": 592, "column": 44 } } @@ -53796,16 +54281,16 @@ "type": "Identifier", "name": "elm", "range": [ - 24297, - 24300 + 24503, + 24506 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 20 }, "end": { - "line": 589, + "line": 593, "column": 23 } } @@ -53819,16 +54304,16 @@ "type": "Identifier", "name": "Event", "range": [ - 24303, - 24308 + 24509, + 24514 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 26 }, "end": { - "line": 589, + "line": 593, "column": 31 } } @@ -53837,31 +54322,31 @@ "type": "Identifier", "name": "target", "range": [ - 24309, - 24315 + 24515, + 24521 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 32 }, "end": { - "line": 589, + "line": 593, "column": 38 } } }, "range": [ - 24303, - 24315 + 24509, + 24521 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 26 }, "end": { - "line": 589, + "line": 593, "column": 38 } } @@ -53871,47 +54356,47 @@ "type": "Identifier", "name": "_ev", "range": [ - 24316, - 24319 + 24522, + 24525 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 39 }, "end": { - "line": 589, + "line": 593, "column": 42 } } } ], "range": [ - 24303, - 24320 + 24509, + 24526 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 26 }, "end": { - "line": 589, + "line": 593, "column": 43 } } }, "range": [ - 24297, - 24320 + 24503, + 24526 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 20 }, "end": { - "line": 589, + "line": 593, "column": 43 } } @@ -53919,16 +54404,16 @@ ], "kind": "let", "range": [ - 24293, - 24321 + 24499, + 24527 ], "loc": { "start": { - "line": 589, + "line": 593, "column": 16 }, "end": { - "line": 589, + "line": 593, "column": 44 } } @@ -53944,16 +54429,16 @@ "object": { "type": "ThisExpression", "range": [ - 24341, - 24345 + 24547, + 24551 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 19 }, "end": { - "line": 590, + "line": 594, "column": 23 } } @@ -53962,31 +54447,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 24346, - 24361 + 24552, + 24567 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 24 }, "end": { - "line": 590, + "line": 594, "column": 39 } } }, "range": [ - 24341, - 24361 + 24547, + 24567 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 19 }, "end": { - "line": 590, + "line": 594, "column": 39 } } @@ -54003,16 +54488,16 @@ "type": "Identifier", "name": "elm", "range": [ - 24365, - 24368 + 24571, + 24574 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 43 }, "end": { - "line": 590, + "line": 594, "column": 46 } } @@ -54021,31 +54506,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 24369, - 24381 + 24575, + 24587 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 47 }, "end": { - "line": 590, + "line": 594, "column": 59 } } }, "range": [ - 24365, - 24381 + 24571, + 24587 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 43 }, "end": { - "line": 590, + "line": 594, "column": 59 } } @@ -54056,32 +54541,32 @@ "value": "filled", "raw": "'filled'", "range": [ - 24382, - 24390 + 24588, + 24596 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 60 }, "end": { - "line": 590, + "line": 594, "column": 68 } } } ], "range": [ - 24365, - 24391 + 24571, + 24597 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 43 }, "end": { - "line": 590, + "line": 594, "column": 69 } } @@ -54091,46 +54576,46 @@ "value": "0", "raw": "'0'", "range": [ - 24396, - 24399 + 24602, + 24605 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 74 }, "end": { - "line": 590, + "line": 594, "column": 77 } } }, "range": [ - 24365, - 24399 + 24571, + 24605 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 43 }, "end": { - "line": 590, + "line": 594, "column": 77 } } }, "range": [ - 24341, - 24399 + 24547, + 24605 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 19 }, "end": { - "line": 590, + "line": 594, "column": 77 } } @@ -54147,16 +54632,16 @@ "type": "Identifier", "name": "ct", "range": [ - 24426, - 24428 + 24632, + 24634 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 24 }, "end": { - "line": 591, + "line": 595, "column": 26 } } @@ -54170,16 +54655,16 @@ "type": "Identifier", "name": "elm", "range": [ - 24431, - 24434 + 24637, + 24640 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 29 }, "end": { - "line": 591, + "line": 595, "column": 32 } } @@ -54188,31 +54673,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 24435, - 24447 + 24641, + 24653 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 33 }, "end": { - "line": 591, + "line": 595, "column": 45 } } }, "range": [ - 24431, - 24447 + 24637, + 24653 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 29 }, "end": { - "line": 591, + "line": 595, "column": 45 } } @@ -54223,47 +54708,47 @@ "value": "ct", "raw": "'ct'", "range": [ - 24448, - 24452 + 24654, + 24658 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 46 }, "end": { - "line": 591, + "line": 595, "column": 50 } } } ], "range": [ - 24431, - 24453 + 24637, + 24659 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 29 }, "end": { - "line": 591, + "line": 595, "column": 51 } } }, "range": [ - 24426, - 24453 + 24632, + 24659 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 24 }, "end": { - "line": 591, + "line": 595, "column": 51 } } @@ -54271,16 +54756,16 @@ ], "kind": "let", "range": [ - 24422, - 24454 + 24628, + 24660 ], "loc": { "start": { - "line": 591, + "line": 595, "column": 20 }, "end": { - "line": 591, + "line": 595, "column": 52 } } @@ -54301,16 +54786,16 @@ "object": { "type": "ThisExpression", "range": [ - 24475, - 24479 + 24681, + 24685 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 596, "column": 24 } } @@ -54319,31 +54804,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 24480, - 24483 + 24686, + 24689 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 25 }, "end": { - "line": 592, + "line": 596, "column": 28 } } }, "range": [ - 24475, - 24483 + 24681, + 24689 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 596, "column": 28 } } @@ -54352,31 +54837,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 24484, - 24493 + 24690, + 24699 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 29 }, "end": { - "line": 592, + "line": 596, "column": 38 } } }, "range": [ - 24475, - 24493 + 24681, + 24699 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 596, "column": 38 } } @@ -54385,31 +54870,31 @@ "type": "Identifier", "name": "_build", "range": [ - 24494, - 24500 + 24700, + 24706 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 39 }, "end": { - "line": 592, + "line": 596, "column": 45 } } }, "range": [ - 24475, - 24500 + 24681, + 24706 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 596, "column": 45 } } @@ -54419,47 +54904,47 @@ "type": "Identifier", "name": "ct", "range": [ - 24501, - 24503 + 24707, + 24709 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 46 }, "end": { - "line": 592, + "line": 596, "column": 48 } } } ], "range": [ - 24475, - 24504 + 24681, + 24710 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 596, "column": 49 } } }, "range": [ - 24475, - 24505 + 24681, + 24711 ], "loc": { "start": { - "line": 592, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 596, "column": 50 } } @@ -54487,16 +54972,16 @@ "object": { "type": "ThisExpression", "range": [ - 24526, - 24530 + 24732, + 24736 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 24 } } @@ -54505,31 +54990,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 24531, - 24534 + 24737, + 24740 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 25 }, "end": { - "line": 593, + "line": 597, "column": 28 } } }, "range": [ - 24526, - 24534 + 24732, + 24740 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 28 } } @@ -54538,31 +55023,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 24535, - 24544 + 24741, + 24750 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 29 }, "end": { - "line": 593, + "line": 597, "column": 38 } } }, "range": [ - 24526, - 24544 + 24732, + 24750 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 38 } } @@ -54571,31 +55056,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 24545, - 24557 + 24751, + 24763 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 39 }, "end": { - "line": 593, + "line": 597, "column": 51 } } }, "range": [ - 24526, - 24557 + 24732, + 24763 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 51 } } @@ -54604,31 +55089,31 @@ "type": "Identifier", "name": "ct", "range": [ - 24558, - 24560 + 24764, + 24766 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 52 }, "end": { - "line": 593, + "line": 597, "column": 54 } } }, "range": [ - 24526, - 24561 + 24732, + 24767 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 55 } } @@ -54637,31 +55122,31 @@ "type": "Identifier", "name": "onclick", "range": [ - 24562, - 24569 + 24768, + 24775 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 56 }, "end": { - "line": 593, + "line": 597, "column": 63 } } }, "range": [ - 24526, - 24569 + 24732, + 24775 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 63 } } @@ -54671,46 +55156,46 @@ "value": null, "raw": "null", "range": [ - 24572, - 24576 + 24778, + 24782 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 66 }, "end": { - "line": 593, + "line": 597, "column": 70 } } }, "range": [ - 24526, - 24576 + 24732, + 24782 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 70 } } }, "range": [ - 24526, - 24577 + 24732, + 24783 ], "loc": { "start": { - "line": 593, + "line": 597, "column": 20 }, "end": { - "line": 593, + "line": 597, "column": 71 } } @@ -54738,16 +55223,16 @@ "object": { "type": "ThisExpression", "range": [ - 24598, - 24602 + 24804, + 24808 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 24 } } @@ -54756,31 +55241,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 24603, - 24606 + 24809, + 24812 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 25 }, "end": { - "line": 594, + "line": 598, "column": 28 } } }, "range": [ - 24598, - 24606 + 24804, + 24812 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 28 } } @@ -54789,31 +55274,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 24607, - 24616 + 24813, + 24822 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 29 }, "end": { - "line": 594, + "line": 598, "column": 38 } } }, "range": [ - 24598, - 24616 + 24804, + 24822 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 38 } } @@ -54822,31 +55307,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 24617, - 24629 + 24823, + 24835 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 39 }, "end": { - "line": 594, + "line": 598, "column": 51 } } }, "range": [ - 24598, - 24629 + 24804, + 24835 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 51 } } @@ -54855,31 +55340,31 @@ "type": "Identifier", "name": "ct", "range": [ - 24630, - 24632 + 24836, + 24838 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 52 }, "end": { - "line": 594, + "line": 598, "column": 54 } } }, "range": [ - 24598, - 24633 + 24804, + 24839 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 55 } } @@ -54888,31 +55373,31 @@ "type": "Identifier", "name": "title", "range": [ - 24634, - 24639 + 24840, + 24845 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 56 }, "end": { - "line": 594, + "line": 598, "column": 61 } } }, "range": [ - 24598, - 24639 + 24804, + 24845 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 61 } } @@ -54922,94 +55407,94 @@ "value": "", "raw": "''", "range": [ - 24642, - 24644 + 24848, + 24850 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 64 }, "end": { - "line": 594, + "line": 598, "column": 66 } } }, "range": [ - 24598, - 24644 + 24804, + 24850 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 66 } } }, "range": [ - 24598, - 24645 + 24804, + 24851 ], "loc": { "start": { - "line": 594, + "line": 598, "column": 20 }, "end": { - "line": 594, + "line": 598, "column": 67 } } } ], "range": [ - 24400, - 24663 + 24606, + 24869 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 78 }, "end": { - "line": 595, + "line": 599, "column": 17 } } }, "alternate": null, "range": [ - 24338, - 24663 + 24544, + 24869 ], "loc": { "start": { - "line": 590, + "line": 594, "column": 16 }, "end": { - "line": 595, + "line": 599, "column": 17 } } } ], "range": [ - 24230, - 24677 + 24436, + 24883 ], "loc": { "start": { - "line": 587, + "line": 591, "column": 32 }, "end": { - "line": 596, + "line": 600, "column": 13 } } @@ -55017,16 +55502,16 @@ "generator": false, "expression": false, "range": [ - 24226, - 24677 + 24432, + 24883 ], "loc": { "start": { - "line": 587, + "line": 591, "column": 28 }, "end": { - "line": 596, + "line": 600, "column": 13 } } @@ -55036,16 +55521,16 @@ "shorthand": false, "computed": false, "range": [ - 24210, - 24677 + 24416, + 24883 ], "loc": { "start": { - "line": 587, + "line": 591, "column": 12 }, "end": { - "line": 596, + "line": 600, "column": 13 } }, @@ -55054,16 +55539,16 @@ "type": "Line", "value": " fill checklist filter on click if required", "range": [ - 24152, - 24197 + 24358, + 24403 ], "loc": { "start": { - "line": 586, + "line": 590, "column": 12 }, "end": { - "line": 586, + "line": 590, "column": 57 } } @@ -55076,16 +55561,16 @@ "type": "Identifier", "name": "onBtnClick", "range": [ - 24744, - 24754 + 24950, + 24960 ], "loc": { "start": { - "line": 598, + "line": 602, "column": 12 }, "end": { - "line": 598, + "line": 602, "column": 22 } } @@ -55107,16 +55592,16 @@ "object": { "type": "ThisExpression", "range": [ - 24775, - 24779 + 24981, + 24985 ], "loc": { "start": { - "line": 599, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 603, "column": 20 } } @@ -55125,78 +55610,78 @@ "type": "Identifier", "name": "filter", "range": [ - 24780, - 24786 + 24986, + 24992 ], "loc": { "start": { - "line": 599, + "line": 603, "column": 21 }, "end": { - "line": 599, + "line": 603, "column": 27 } } }, "range": [ - 24775, - 24786 + 24981, + 24992 ], "loc": { "start": { - "line": 599, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 603, "column": 27 } } }, "arguments": [], "range": [ - 24775, - 24788 + 24981, + 24994 ], "loc": { "start": { - "line": 599, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 603, "column": 29 } } }, "range": [ - 24775, - 24789 + 24981, + 24995 ], "loc": { "start": { - "line": 599, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 603, "column": 30 } } } ], "range": [ - 24757, - 24803 + 24963, + 25009 ], "loc": { "start": { - "line": 598, + "line": 602, "column": 25 }, "end": { - "line": 600, + "line": 604, "column": 13 } } @@ -55204,16 +55689,16 @@ "generator": false, "expression": false, "range": [ - 24754, - 24803 + 24960, + 25009 ], "loc": { "start": { - "line": 598, + "line": 602, "column": 22 }, "end": { - "line": 600, + "line": 604, "column": 13 } } @@ -55223,16 +55708,16 @@ "shorthand": false, "computed": false, "range": [ - 24744, - 24803 + 24950, + 25009 ], "loc": { "start": { - "line": 598, + "line": 602, "column": 12 }, "end": { - "line": 600, + "line": 604, "column": 13 } }, @@ -55241,16 +55726,16 @@ "type": "Line", "value": " filter when validation button clicked", "range": [ - 24691, - 24731 + 24897, + 24937 ], "loc": { "start": { - "line": 597, + "line": 601, "column": 12 }, "end": { - "line": 597, + "line": 601, "column": 52 } } @@ -55259,46 +55744,46 @@ } ], "range": [ - 18760, - 24813 + 18966, + 25019 ], "loc": { "start": { - "line": 455, + "line": 459, "column": 19 }, "end": { - "line": 601, + "line": 605, "column": 9 } } }, "range": [ - 18749, - 24813 + 18955, + 25019 ], "loc": { "start": { - "line": 455, + "line": 459, "column": 8 }, "end": { - "line": 601, + "line": 605, "column": 9 } } }, "range": [ - 18749, - 24814 + 18955, + 25020 ], "loc": { "start": { - "line": 455, + "line": 459, "column": 8 }, "end": { - "line": 601, + "line": 605, "column": 10 } }, @@ -55307,16 +55792,16 @@ "type": "Block", "value": "** TF events **", "range": [ - 18721, - 18740 + 18927, + 18946 ], "loc": { "start": { - "line": 454, + "line": 458, "column": 8 }, "end": { - "line": 454, + "line": 458, "column": 27 } } @@ -55326,7 +55811,7 @@ ], "range": [ 1277, - 24820 + 25026 ], "loc": { "start": { @@ -55334,7 +55819,7 @@ "column": 20 }, "end": { - "line": 602, + "line": 606, "column": 5 } } @@ -55343,7 +55828,7 @@ "expression": false, "range": [ 1272, - 24820 + 25026 ], "loc": { "start": { @@ -55351,7 +55836,7 @@ "column": 15 }, "end": { - "line": 602, + "line": 606, "column": 5 } } @@ -55360,7 +55845,7 @@ "computed": false, "range": [ 1261, - 24820 + 25026 ], "loc": { "start": { @@ -55368,7 +55853,7 @@ "column": 4 }, "end": { - "line": 602, + "line": 606, "column": 5 } }, @@ -55397,16 +55882,16 @@ "type": "Block", "value": "*\n * Initialise filtering grid bar behaviours and layout\n *\n * TODO: decompose in smaller methods\n ", "range": [ - 24826, - 24945 + 25032, + 25151 ], "loc": { "start": { - "line": 604, + "line": 608, "column": 4 }, "end": { - "line": 608, + "line": 612, "column": 7 } } @@ -55420,16 +55905,16 @@ "type": "Identifier", "name": "init", "range": [ - 24950, - 24954 + 25156, + 25160 ], "loc": { "start": { - "line": 609, + "line": 613, "column": 4 }, "end": { - "line": 609, + "line": 613, "column": 8 } } @@ -55449,16 +55934,16 @@ "object": { "type": "ThisExpression", "range": [ - 24969, - 24973 + 25175, + 25179 ], "loc": { "start": { - "line": 610, + "line": 614, "column": 11 }, "end": { - "line": 610, + "line": 614, "column": 15 } } @@ -55467,31 +55952,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 24974, - 24982 + 25180, + 25188 ], "loc": { "start": { - "line": 610, + "line": 614, "column": 16 }, "end": { - "line": 610, + "line": 614, "column": 24 } } }, "range": [ - 24969, - 24982 + 25175, + 25188 ], "loc": { "start": { - "line": 610, + "line": 614, "column": 11 }, "end": { - "line": 610, + "line": 614, "column": 24 } } @@ -55503,48 +55988,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24997, - 25004 + 25203, + 25210 ], "loc": { "start": { - "line": 611, + "line": 615, "column": 12 }, "end": { - "line": 611, + "line": 615, "column": 19 } } } ], "range": [ - 24983, - 25014 + 25189, + 25220 ], "loc": { "start": { - "line": 610, + "line": 614, "column": 25 }, "end": { - "line": 612, + "line": 616, "column": 9 } } }, "alternate": null, "range": [ - 24966, - 25014 + 25172, + 25220 ], "loc": { "start": { - "line": 610, + "line": 614, "column": 8 }, "end": { - "line": 612, + "line": 616, "column": 9 } } @@ -55560,16 +56045,16 @@ "object": { "type": "ThisExpression", "range": [ - 25027, - 25031 + 25233, + 25237 ], "loc": { "start": { - "line": 613, + "line": 617, "column": 12 }, "end": { - "line": 613, + "line": 617, "column": 16 } } @@ -55578,47 +56063,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 25032, - 25035 + 25238, + 25241 ], "loc": { "start": { - "line": 613, + "line": 617, "column": 17 }, "end": { - "line": 613, + "line": 617, "column": 20 } } }, "range": [ - 25027, - 25035 + 25233, + 25241 ], "loc": { "start": { - "line": 613, + "line": 617, "column": 12 }, "end": { - "line": 613, + "line": 617, "column": 20 } } }, "prefix": true, "range": [ - 25026, - 25035 + 25232, + 25241 ], "loc": { "start": { - "line": 613, + "line": 617, "column": 11 }, "end": { - "line": 613, + "line": 617, "column": 20 } } @@ -55637,16 +56122,16 @@ "object": { "type": "ThisExpression", "range": [ - 25050, - 25054 + 25256, + 25260 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 12 }, "end": { - "line": 614, + "line": 618, "column": 16 } } @@ -55655,31 +56140,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 25055, - 25058 + 25261, + 25264 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 17 }, "end": { - "line": 614, + "line": 618, "column": 20 } } }, "range": [ - 25050, - 25058 + 25256, + 25264 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 12 }, "end": { - "line": 614, + "line": 618, "column": 20 } } @@ -55693,16 +56178,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 25061, - 25064 + 25267, + 25270 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 23 }, "end": { - "line": 614, + "line": 618, "column": 26 } } @@ -55711,31 +56196,31 @@ "type": "Identifier", "name": "id", "range": [ - 25065, - 25067 + 25271, + 25273 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 27 }, "end": { - "line": 614, + "line": 618, "column": 29 } } }, "range": [ - 25061, - 25067 + 25267, + 25273 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 23 }, "end": { - "line": 614, + "line": 618, "column": 29 } } @@ -55747,16 +56232,16 @@ "object": { "type": "ThisExpression", "range": [ - 25068, - 25072 + 25274, + 25278 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 30 }, "end": { - "line": 614, + "line": 618, "column": 34 } } @@ -55765,109 +56250,109 @@ "type": "Identifier", "name": "id", "range": [ - 25073, - 25075 + 25279, + 25281 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 35 }, "end": { - "line": 614, + "line": 618, "column": 37 } } }, "range": [ - 25068, - 25075 + 25274, + 25281 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 30 }, "end": { - "line": 614, + "line": 618, "column": 37 } } } ], "range": [ - 25061, - 25076 + 25267, + 25282 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 23 }, "end": { - "line": 614, + "line": 618, "column": 38 } } }, "range": [ - 25050, - 25076 + 25256, + 25282 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 12 }, "end": { - "line": 614, + "line": 618, "column": 38 } } }, "range": [ - 25050, - 25077 + 25256, + 25283 ], "loc": { "start": { - "line": 614, + "line": 618, "column": 12 }, "end": { - "line": 614, + "line": 618, "column": 39 } } } ], "range": [ - 25036, - 25087 + 25242, + 25293 ], "loc": { "start": { - "line": 613, + "line": 617, "column": 21 }, "end": { - "line": 615, + "line": 619, "column": 9 } } }, "alternate": null, "range": [ - 25023, - 25087 + 25229, + 25293 ], "loc": { "start": { - "line": 613, + "line": 617, "column": 8 }, "end": { - "line": 615, + "line": 619, "column": 9 } } @@ -55880,16 +56365,16 @@ "object": { "type": "ThisExpression", "range": [ - 25099, - 25103 + 25305, + 25309 ], "loc": { "start": { - "line": 616, + "line": 620, "column": 11 }, "end": { - "line": 616, + "line": 620, "column": 15 } } @@ -55898,31 +56383,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 25104, - 25114 + 25310, + 25320 ], "loc": { "start": { - "line": 616, + "line": 620, "column": 16 }, "end": { - "line": 616, + "line": 620, "column": 26 } } }, "range": [ - 25099, - 25114 + 25305, + 25320 ], "loc": { "start": { - "line": 616, + "line": 620, "column": 11 }, "end": { - "line": 616, + "line": 620, "column": 26 } } @@ -55941,16 +56426,16 @@ "object": { "type": "ThisExpression", "range": [ - 25129, - 25133 + 25335, + 25339 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 12 }, "end": { - "line": 617, + "line": 621, "column": 16 } } @@ -55959,31 +56444,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 25134, - 25140 + 25340, + 25346 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 17 }, "end": { - "line": 617, + "line": 621, "column": 23 } } }, "range": [ - 25129, - 25140 + 25335, + 25346 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 12 }, "end": { - "line": 617, + "line": 621, "column": 23 } } @@ -55999,16 +56484,16 @@ "object": { "type": "ThisExpression", "range": [ - 25143, - 25147 + 25349, + 25353 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 26 }, "end": { - "line": 617, + "line": 621, "column": 30 } } @@ -56017,31 +56502,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 25148, - 25156 + 25354, + 25362 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 31 }, "end": { - "line": 617, + "line": 621, "column": 39 } } }, "range": [ - 25143, - 25156 + 25349, + 25362 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 26 }, "end": { - "line": 617, + "line": 621, "column": 39 } } @@ -56051,31 +56536,31 @@ "value": null, "raw": "null", "range": [ - 25159, - 25163 + 25365, + 25369 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 42 }, "end": { - "line": 617, + "line": 621, "column": 46 } } }, "range": [ - 25143, - 25163 + 25349, + 25369 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 26 }, "end": { - "line": 617, + "line": 621, "column": 46 } } @@ -56085,16 +56570,16 @@ "value": 0, "raw": "0", "range": [ - 25166, - 25167 + 25372, + 25373 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 49 }, "end": { - "line": 617, + "line": 621, "column": 50 } } @@ -56105,16 +56590,16 @@ "object": { "type": "ThisExpression", "range": [ - 25170, - 25174 + 25376, + 25380 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 53 }, "end": { - "line": 617, + "line": 621, "column": 57 } } @@ -56123,108 +56608,108 @@ "type": "Identifier", "name": "startRow", "range": [ - 25175, - 25183 + 25381, + 25389 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 58 }, "end": { - "line": 617, + "line": 621, "column": 66 } } }, "range": [ - 25170, - 25183 + 25376, + 25389 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 53 }, "end": { - "line": 617, + "line": 621, "column": 66 } } }, "range": [ - 25143, - 25183 + 25349, + 25389 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 26 }, "end": { - "line": 617, + "line": 621, "column": 66 } } }, "range": [ - 25129, - 25183 + 25335, + 25389 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 12 }, "end": { - "line": 617, + "line": 621, "column": 66 } } }, "range": [ - 25129, - 25184 + 25335, + 25390 ], "loc": { "start": { - "line": 617, + "line": 621, "column": 12 }, "end": { - "line": 617, + "line": 621, "column": 67 } } } ], "range": [ - 25115, - 25194 + 25321, + 25400 ], "loc": { "start": { - "line": 616, + "line": 620, "column": 27 }, "end": { - "line": 618, + "line": 622, "column": 9 } } }, "alternate": null, "range": [ - 25096, - 25194 + 25302, + 25400 ], "loc": { "start": { - "line": 616, + "line": 620, "column": 8 }, "end": { - "line": 618, + "line": 622, "column": 9 } } @@ -56240,16 +56725,16 @@ "object": { "type": "ThisExpression", "range": [ - 25206, - 25210 + 25412, + 25416 ], "loc": { "start": { - "line": 619, + "line": 623, "column": 11 }, "end": { - "line": 619, + "line": 623, "column": 15 } } @@ -56258,31 +56743,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 25211, - 25223 + 25417, + 25429 ], "loc": { "start": { - "line": 619, + "line": 623, "column": 16 }, "end": { - "line": 619, + "line": 623, "column": 28 } } }, "range": [ - 25206, - 25223 + 25412, + 25429 ], "loc": { "start": { - "line": 619, + "line": 623, "column": 11 }, "end": { - "line": 619, + "line": 623, "column": 28 } } @@ -56302,16 +56787,16 @@ "object": { "type": "ThisExpression", "range": [ - 25241, - 25245 + 25447, + 25451 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 14 }, "end": { - "line": 620, + "line": 624, "column": 18 } } @@ -56320,31 +56805,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 25246, - 25261 + 25452, + 25467 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 19 }, "end": { - "line": 620, + "line": 624, "column": 34 } } }, "range": [ - 25241, - 25261 + 25447, + 25467 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 14 }, "end": { - "line": 620, + "line": 624, "column": 34 } } @@ -56354,31 +56839,31 @@ "value": 0, "raw": "0", "range": [ - 25266, - 25267 + 25472, + 25473 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 39 }, "end": { - "line": 620, + "line": 624, "column": 40 } } }, "range": [ - 25241, - 25267 + 25447, + 25473 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 14 }, "end": { - "line": 620, + "line": 624, "column": 40 } } @@ -56392,16 +56877,16 @@ "object": { "type": "ThisExpression", "range": [ - 25271, - 25275 + 25477, + 25481 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 44 }, "end": { - "line": 620, + "line": 624, "column": 48 } } @@ -56410,31 +56895,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 25276, - 25286 + 25482, + 25492 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 49 }, "end": { - "line": 620, + "line": 624, "column": 59 } } }, "range": [ - 25271, - 25286 + 25477, + 25492 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 44 }, "end": { - "line": 620, + "line": 624, "column": 59 } } @@ -56444,46 +56929,46 @@ "value": 1, "raw": "1", "range": [ - 25291, - 25292 + 25497, + 25498 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 64 }, "end": { - "line": 620, + "line": 624, "column": 65 } } }, "range": [ - 25271, - 25292 + 25477, + 25498 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 44 }, "end": { - "line": 620, + "line": 624, "column": 65 } } }, "range": [ - 25241, - 25292 + 25447, + 25498 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 14 }, "end": { - "line": 620, + "line": 624, "column": 65 } } @@ -56494,16 +56979,16 @@ "object": { "type": "ThisExpression", "range": [ - 25309, - 25313 + 25515, + 25519 ], "loc": { "start": { - "line": 621, + "line": 625, "column": 12 }, "end": { - "line": 621, + "line": 625, "column": 16 } } @@ -56512,61 +56997,61 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 25314, - 25324 + 25520, + 25530 ], "loc": { "start": { - "line": 621, + "line": 625, "column": 17 }, "end": { - "line": 621, + "line": 625, "column": 27 } } }, "range": [ - 25309, - 25324 + 25515, + 25530 ], "loc": { "start": { - "line": 621, + "line": 625, "column": 12 }, "end": { - "line": 621, + "line": 625, "column": 27 } } }, "range": [ - 25240, - 25324 + 25446, + 25530 ], "loc": { "start": { - "line": 620, + "line": 624, "column": 13 }, "end": { - "line": 621, + "line": 625, "column": 27 } } }, "range": [ - 25206, - 25325 + 25412, + 25531 ], "loc": { "start": { - "line": 619, + "line": 623, "column": 11 }, "end": { - "line": 621, + "line": 625, "column": 28 } } @@ -56585,16 +57070,16 @@ "object": { "type": "ThisExpression", "range": [ - 25340, - 25344 + 25546, + 25550 ], "loc": { "start": { - "line": 622, + "line": 626, "column": 12 }, "end": { - "line": 622, + "line": 626, "column": 16 } } @@ -56603,31 +57088,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 25345, - 25355 + 25551, + 25561 ], "loc": { "start": { - "line": 622, + "line": 626, "column": 17 }, "end": { - "line": 622, + "line": 626, "column": 27 } } }, "range": [ - 25340, - 25355 + 25546, + 25561 ], "loc": { "start": { - "line": 622, + "line": 626, "column": 12 }, "end": { - "line": 622, + "line": 626, "column": 27 } } @@ -56637,78 +57122,78 @@ "value": 0, "raw": "0", "range": [ - 25358, - 25359 + 25564, + 25565 ], "loc": { "start": { - "line": 622, + "line": 626, "column": 30 }, "end": { - "line": 622, + "line": 626, "column": 31 } } }, "range": [ - 25340, - 25359 + 25546, + 25565 ], "loc": { "start": { - "line": 622, + "line": 626, "column": 12 }, "end": { - "line": 622, + "line": 626, "column": 31 } } }, "range": [ - 25340, - 25360 + 25546, + 25566 ], "loc": { "start": { - "line": 622, + "line": 626, "column": 12 }, "end": { - "line": 622, + "line": 626, "column": 32 } } } ], "range": [ - 25326, - 25370 + 25532, + 25576 ], "loc": { "start": { - "line": 621, + "line": 625, "column": 29 }, "end": { - "line": 623, + "line": 627, "column": 9 } } }, "alternate": null, "range": [ - 25203, - 25370 + 25409, + 25576 ], "loc": { "start": { - "line": 619, + "line": 623, "column": 8 }, "end": { - "line": 623, + "line": 627, "column": 9 } } @@ -56722,16 +57207,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 25384, - 25387 + 25590, + 25593 ], "loc": { "start": { - "line": 625, + "line": 629, "column": 12 }, "end": { - "line": 625, + "line": 629, "column": 15 } } @@ -56742,16 +57227,16 @@ "object": { "type": "ThisExpression", "range": [ - 25390, - 25394 + 25596, + 25600 ], "loc": { "start": { - "line": 625, + "line": 629, "column": 18 }, "end": { - "line": 625, + "line": 629, "column": 22 } } @@ -56760,46 +57245,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 25395, - 25398 + 25601, + 25604 ], "loc": { "start": { - "line": 625, + "line": 629, "column": 23 }, "end": { - "line": 625, + "line": 629, "column": 26 } } }, "range": [ - 25390, - 25398 + 25596, + 25604 ], "loc": { "start": { - "line": 625, + "line": 629, "column": 18 }, "end": { - "line": 625, + "line": 629, "column": 26 } } }, "range": [ - 25384, - 25398 + 25590, + 25604 ], "loc": { "start": { - "line": 625, + "line": 629, "column": 12 }, "end": { - "line": 625, + "line": 629, "column": 26 } } @@ -56807,16 +57292,16 @@ ], "kind": "let", "range": [ - 25380, - 25399 + 25586, + 25605 ], "loc": { "start": { - "line": 625, + "line": 629, "column": 8 }, "end": { - "line": 625, + "line": 629, "column": 27 } } @@ -56830,16 +57315,16 @@ "type": "Identifier", "name": "n", "range": [ - 25412, - 25413 + 25618, + 25619 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 12 }, "end": { - "line": 626, + "line": 630, "column": 13 } } @@ -56852,16 +57337,16 @@ "object": { "type": "ThisExpression", "range": [ - 25416, - 25420 + 25622, + 25626 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 16 }, "end": { - "line": 626, + "line": 630, "column": 20 } } @@ -56870,31 +57355,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 25421, - 25436 + 25627, + 25642 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 21 }, "end": { - "line": 626, + "line": 630, "column": 36 } } }, "range": [ - 25416, - 25436 + 25622, + 25642 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 16 }, "end": { - "line": 626, + "line": 630, "column": 36 } } @@ -56904,16 +57389,16 @@ "value": 1, "raw": "1", "range": [ - 25439, - 25440 + 25645, + 25646 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 39 }, "end": { - "line": 626, + "line": 630, "column": 40 } } @@ -56924,16 +57409,16 @@ "object": { "type": "ThisExpression", "range": [ - 25443, - 25447 + 25649, + 25653 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 43 }, "end": { - "line": 626, + "line": 630, "column": 47 } } @@ -56942,61 +57427,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 25448, - 25455 + 25654, + 25661 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 48 }, "end": { - "line": 626, + "line": 630, "column": 55 } } }, "range": [ - 25443, - 25455 + 25649, + 25661 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 43 }, "end": { - "line": 626, + "line": 630, "column": 55 } } }, "range": [ - 25416, - 25455 + 25622, + 25661 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 16 }, "end": { - "line": 626, + "line": 630, "column": 55 } } }, "range": [ - 25412, - 25455 + 25618, + 25661 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 12 }, "end": { - "line": 626, + "line": 630, "column": 55 } } @@ -57007,32 +57492,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 25469, - 25477 + 25675, + 25683 ], "loc": { "start": { - "line": 627, + "line": 631, "column": 12 }, "end": { - "line": 627, + "line": 631, "column": 20 } } }, "init": null, "range": [ - 25469, - 25477 + 25675, + 25683 ], "loc": { "start": { - "line": 627, + "line": 631, "column": 12 }, "end": { - "line": 627, + "line": 631, "column": 20 } } @@ -57040,16 +57525,16 @@ ], "kind": "let", "range": [ - 25408, - 25478 + 25614, + 25684 ], "loc": { "start": { - "line": 626, + "line": 630, "column": 8 }, "end": { - "line": 627, + "line": 631, "column": 21 } }, @@ -57058,16 +57543,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 25488, - 25522 + 25694, + 25728 ], "loc": { "start": { - "line": 629, + "line": 633, "column": 8 }, "end": { - "line": 629, + "line": 633, "column": 42 } } @@ -57084,16 +57569,16 @@ "object": { "type": "ThisExpression", "range": [ - 25531, - 25535 + 25737, + 25741 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 8 }, "end": { - "line": 630, + "line": 634, "column": 12 } } @@ -57102,31 +57587,31 @@ "type": "Identifier", "name": "import", "range": [ - 25536, - 25542 + 25742, + 25748 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 13 }, "end": { - "line": 630, + "line": 634, "column": 19 } } }, "range": [ - 25531, - 25542 + 25737, + 25748 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 8 }, "end": { - "line": 630, + "line": 634, "column": 19 } } @@ -57138,16 +57623,16 @@ "object": { "type": "ThisExpression", "range": [ - 25543, - 25547 + 25749, + 25753 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 20 }, "end": { - "line": 630, + "line": 634, "column": 24 } } @@ -57156,31 +57641,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 25548, - 25560 + 25754, + 25766 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 25 }, "end": { - "line": 630, + "line": 634, "column": 37 } } }, "range": [ - 25543, - 25560 + 25749, + 25766 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 20 }, "end": { - "line": 630, + "line": 634, "column": 37 } } @@ -57191,16 +57676,16 @@ "object": { "type": "ThisExpression", "range": [ - 25562, - 25566 + 25768, + 25772 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 39 }, "end": { - "line": 630, + "line": 634, "column": 43 } } @@ -57209,31 +57694,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 25567, - 25577 + 25773, + 25783 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 44 }, "end": { - "line": 630, + "line": 634, "column": 54 } } }, "range": [ - 25562, - 25577 + 25768, + 25783 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 39 }, "end": { - "line": 630, + "line": 634, "column": 54 } } @@ -57243,16 +57728,16 @@ "value": null, "raw": "null", "range": [ - 25579, - 25583 + 25785, + 25789 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 56 }, "end": { - "line": 630, + "line": 634, "column": 60 } } @@ -57262,47 +57747,47 @@ "value": "link", "raw": "'link'", "range": [ - 25585, - 25591 + 25791, + 25797 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 62 }, "end": { - "line": 630, + "line": 634, "column": 68 } } } ], "range": [ - 25531, - 25592 + 25737, + 25798 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 8 }, "end": { - "line": 630, + "line": 634, "column": 69 } } }, "range": [ - 25531, - 25593 + 25737, + 25799 ], "loc": { "start": { - "line": 630, + "line": 634, "column": 8 }, "end": { - "line": 630, + "line": 634, "column": 70 } }, @@ -57311,16 +57796,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 25488, - 25522 + 25694, + 25728 ], "loc": { "start": { - "line": 629, + "line": 633, "column": 8 }, "end": { - "line": 629, + "line": 633, "column": 42 } } @@ -57331,16 +57816,16 @@ "type": "Line", "value": "loads theme", "range": [ - 25603, - 25616 + 25809, + 25822 ], "loc": { "start": { - "line": 632, + "line": 636, "column": 8 }, "end": { - "line": 632, + "line": 636, "column": 21 } } @@ -57355,16 +57840,16 @@ "object": { "type": "ThisExpression", "range": [ - 25628, - 25632 + 25834, + 25838 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 11 }, "end": { - "line": 633, + "line": 637, "column": 15 } } @@ -57373,31 +57858,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 25633, - 25642 + 25839, + 25848 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 16 }, "end": { - "line": 633, + "line": 637, "column": 25 } } }, "range": [ - 25628, - 25642 + 25834, + 25848 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 11 }, "end": { - "line": 633, + "line": 637, "column": 25 } } @@ -57415,16 +57900,16 @@ "object": { "type": "ThisExpression", "range": [ - 25645, - 25649 + 25851, + 25855 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 28 }, "end": { - "line": 633, + "line": 637, "column": 32 } } @@ -57433,94 +57918,94 @@ "type": "Identifier", "name": "_loadThemes", "range": [ - 25650, - 25661 + 25856, + 25867 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 33 }, "end": { - "line": 633, + "line": 637, "column": 44 } } }, "range": [ - 25645, - 25661 + 25851, + 25867 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 28 }, "end": { - "line": 633, + "line": 637, "column": 44 } } }, "arguments": [], "range": [ - 25645, - 25663 + 25851, + 25869 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 28 }, "end": { - "line": 633, + "line": 637, "column": 46 } } }, "range": [ - 25645, - 25664 + 25851, + 25870 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 28 }, "end": { - "line": 633, + "line": 637, "column": 47 } } } ], "range": [ - 25643, - 25666 + 25849, + 25872 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 26 }, "end": { - "line": 633, + "line": 637, "column": 49 } } }, "alternate": null, "range": [ - 25625, - 25666 + 25831, + 25872 ], "loc": { "start": { - "line": 633, + "line": 637, "column": 8 }, "end": { - "line": 633, + "line": 637, "column": 49 } }, @@ -57529,16 +58014,16 @@ "type": "Line", "value": "loads theme", "range": [ - 25603, - 25616 + 25809, + 25822 ], "loc": { "start": { - "line": 632, + "line": 636, "column": 8 }, "end": { - "line": 632, + "line": 636, "column": 21 } } @@ -57559,16 +58044,16 @@ "object": { "type": "ThisExpression", "range": [ - 25679, - 25683 + 25885, + 25889 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 11 }, "end": { - "line": 635, + "line": 639, "column": 15 } } @@ -57577,31 +58062,31 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 25684, - 25702 + 25890, + 25908 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 16 }, "end": { - "line": 635, + "line": 639, "column": 34 } } }, "range": [ - 25679, - 25702 + 25885, + 25908 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 11 }, "end": { - "line": 635, + "line": 639, "column": 34 } } @@ -57612,16 +58097,16 @@ "object": { "type": "ThisExpression", "range": [ - 25706, - 25710 + 25912, + 25916 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 38 }, "end": { - "line": 635, + "line": 639, "column": 42 } } @@ -57630,46 +58115,46 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 25711, - 25725 + 25917, + 25931 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 43 }, "end": { - "line": 635, + "line": 639, "column": 57 } } }, "range": [ - 25706, - 25725 + 25912, + 25931 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 38 }, "end": { - "line": 635, + "line": 639, "column": 57 } } }, "range": [ - 25679, - 25725 + 25885, + 25931 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 11 }, "end": { - "line": 635, + "line": 639, "column": 57 } } @@ -57680,16 +58165,16 @@ "object": { "type": "ThisExpression", "range": [ - 25741, - 25745 + 25947, + 25951 ], "loc": { "start": { - "line": 636, + "line": 640, "column": 12 }, "end": { - "line": 636, + "line": 640, "column": 16 } } @@ -57698,46 +58183,46 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 25746, - 25761 + 25952, + 25967 ], "loc": { "start": { - "line": 636, + "line": 640, "column": 17 }, "end": { - "line": 636, + "line": 640, "column": 32 } } }, "range": [ - 25741, - 25761 + 25947, + 25967 ], "loc": { "start": { - "line": 636, + "line": 640, "column": 12 }, "end": { - "line": 636, + "line": 640, "column": 32 } } }, "range": [ - 25679, - 25761 + 25885, + 25967 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 11 }, "end": { - "line": 636, + "line": 640, "column": 32 } } @@ -57757,16 +58242,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 25776, - 25779 + 25982, + 25985 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 12 }, "end": { - "line": 637, + "line": 641, "column": 15 } } @@ -57775,31 +58260,31 @@ "type": "Identifier", "name": "store", "range": [ - 25780, - 25785 + 25986, + 25991 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 16 }, "end": { - "line": 637, + "line": 641, "column": 21 } } }, "range": [ - 25776, - 25785 + 25982, + 25991 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 12 }, "end": { - "line": 637, + "line": 641, "column": 21 } } @@ -57810,16 +58295,16 @@ "type": "Identifier", "name": "Store", "range": [ - 25792, - 25797 + 25998, + 26003 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 28 }, "end": { - "line": 637, + "line": 641, "column": 33 } } @@ -57828,94 +58313,94 @@ { "type": "ThisExpression", "range": [ - 25798, - 25802 + 26004, + 26008 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 34 }, "end": { - "line": 637, + "line": 641, "column": 38 } } } ], "range": [ - 25788, - 25803 + 25994, + 26009 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 24 }, "end": { - "line": 637, + "line": 641, "column": 39 } } }, "range": [ - 25776, - 25803 + 25982, + 26009 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 12 }, "end": { - "line": 637, + "line": 641, "column": 39 } } }, "range": [ - 25776, - 25804 + 25982, + 26010 ], "loc": { "start": { - "line": 637, + "line": 641, "column": 12 }, "end": { - "line": 637, + "line": 641, "column": 40 } } } ], "range": [ - 25762, - 25814 + 25968, + 26020 ], "loc": { "start": { - "line": 636, + "line": 640, "column": 33 }, "end": { - "line": 638, + "line": 642, "column": 9 } } }, "alternate": null, "range": [ - 25676, - 25814 + 25882, + 26020 ], "loc": { "start": { - "line": 635, + "line": 639, "column": 8 }, "end": { - "line": 638, + "line": 642, "column": 9 } } @@ -57928,16 +58413,16 @@ "object": { "type": "ThisExpression", "range": [ - 25827, - 25831 + 26033, + 26037 ], "loc": { "start": { - "line": 640, + "line": 644, "column": 11 }, "end": { - "line": 640, + "line": 644, "column": 15 } } @@ -57946,31 +58431,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 25832, - 25842 + 26038, + 26048 ], "loc": { "start": { - "line": 640, + "line": 644, "column": 16 }, "end": { - "line": 640, + "line": 644, "column": 26 } } }, "range": [ - 25827, - 25842 + 26033, + 26048 ], "loc": { "start": { - "line": 640, + "line": 644, "column": 11 }, "end": { - "line": 640, + "line": 644, "column": 26 } } @@ -57990,16 +58475,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 25857, - 25860 + 26063, + 26066 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 12 }, "end": { - "line": 641, + "line": 645, "column": 15 } } @@ -58008,31 +58493,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 25861, - 25871 + 26067, + 26077 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 16 }, "end": { - "line": 641, + "line": 645, "column": 26 } } }, "range": [ - 25857, - 25871 + 26063, + 26077 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 12 }, "end": { - "line": 641, + "line": 645, "column": 26 } } @@ -58043,16 +58528,16 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 25878, - 25888 + 26084, + 26094 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 33 }, "end": { - "line": 641, + "line": 645, "column": 43 } } @@ -58061,62 +58546,62 @@ { "type": "ThisExpression", "range": [ - 25889, - 25893 + 26095, + 26099 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 44 }, "end": { - "line": 641, + "line": 645, "column": 48 } } } ], "range": [ - 25874, - 25894 + 26080, + 26100 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 29 }, "end": { - "line": 641, + "line": 645, "column": 49 } } }, "range": [ - 25857, - 25894 + 26063, + 26100 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 12 }, "end": { - "line": 641, + "line": 645, "column": 49 } } }, "range": [ - 25857, - 25895 + 26063, + 26101 ], "loc": { "start": { - "line": 641, + "line": 645, "column": 12 }, "end": { - "line": 641, + "line": 645, "column": 50 } } @@ -58135,16 +58620,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 25908, - 25911 + 26114, + 26117 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 12 }, "end": { - "line": 642, + "line": 646, "column": 15 } } @@ -58153,31 +58638,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 25912, - 25922 + 26118, + 26128 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 16 }, "end": { - "line": 642, + "line": 646, "column": 26 } } }, "range": [ - 25908, - 25922 + 26114, + 26128 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 12 }, "end": { - "line": 642, + "line": 646, "column": 26 } } @@ -58186,94 +58671,94 @@ "type": "Identifier", "name": "init", "range": [ - 25923, - 25927 + 26129, + 26133 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 27 }, "end": { - "line": 642, + "line": 646, "column": 31 } } }, "range": [ - 25908, - 25927 + 26114, + 26133 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 12 }, "end": { - "line": 642, + "line": 646, "column": 31 } } }, "arguments": [], "range": [ - 25908, - 25929 + 26114, + 26135 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 12 }, "end": { - "line": 642, + "line": 646, "column": 33 } } }, "range": [ - 25908, - 25930 + 26114, + 26136 ], "loc": { "start": { - "line": 642, + "line": 646, "column": 12 }, "end": { - "line": 642, + "line": 646, "column": 34 } } } ], "range": [ - 25843, - 25940 + 26049, + 26146 ], "loc": { "start": { - "line": 640, + "line": 644, "column": 27 }, "end": { - "line": 643, + "line": 647, "column": 9 } } }, "alternate": null, "range": [ - 25824, - 25940 + 26030, + 26146 ], "loc": { "start": { - "line": 640, + "line": 644, "column": 8 }, "end": { - "line": 643, + "line": 647, "column": 9 } } @@ -58286,16 +58771,16 @@ "object": { "type": "ThisExpression", "range": [ - 25953, - 25957 + 26159, + 26163 ], "loc": { "start": { - "line": 645, + "line": 649, "column": 11 }, "end": { - "line": 645, + "line": 649, "column": 15 } } @@ -58304,31 +58789,31 @@ "type": "Identifier", "name": "loader", "range": [ - 25958, - 25964 + 26164, + 26170 ], "loc": { "start": { - "line": 645, + "line": 649, "column": 16 }, "end": { - "line": 645, + "line": 649, "column": 22 } } }, "range": [ - 25953, - 25964 + 26159, + 26170 ], "loc": { "start": { - "line": 645, + "line": 649, "column": 11 }, "end": { - "line": 645, + "line": 649, "column": 22 } } @@ -58348,16 +58833,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 25983, - 25986 + 26189, + 26192 ], "loc": { "start": { - "line": 646, + "line": 650, "column": 16 }, "end": { - "line": 646, + "line": 650, "column": 19 } } @@ -58366,47 +58851,47 @@ "type": "Identifier", "name": "loader", "range": [ - 25987, - 25993 + 26193, + 26199 ], "loc": { "start": { - "line": 646, + "line": 650, "column": 20 }, "end": { - "line": 646, + "line": 650, "column": 26 } } }, "range": [ - 25983, - 25993 + 26189, + 26199 ], "loc": { "start": { - "line": 646, + "line": 650, "column": 16 }, "end": { - "line": 646, + "line": 650, "column": 26 } } }, "prefix": true, "range": [ - 25982, - 25993 + 26188, + 26199 ], "loc": { "start": { - "line": 646, + "line": 650, "column": 15 }, "end": { - "line": 646, + "line": 650, "column": 26 } } @@ -58426,16 +58911,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 26012, - 26015 + 26218, + 26221 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 16 }, "end": { - "line": 647, + "line": 651, "column": 19 } } @@ -58444,31 +58929,31 @@ "type": "Identifier", "name": "loader", "range": [ - 26016, - 26022 + 26222, + 26228 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 20 }, "end": { - "line": 647, + "line": 651, "column": 26 } } }, "range": [ - 26012, - 26022 + 26218, + 26228 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 16 }, "end": { - "line": 647, + "line": 651, "column": 26 } } @@ -58479,16 +58964,16 @@ "type": "Identifier", "name": "Loader", "range": [ - 26029, - 26035 + 26235, + 26241 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 33 }, "end": { - "line": 647, + "line": 651, "column": 39 } } @@ -58497,126 +58982,126 @@ { "type": "ThisExpression", "range": [ - 26036, - 26040 + 26242, + 26246 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 40 }, "end": { - "line": 647, + "line": 651, "column": 44 } } } ], "range": [ - 26025, - 26041 + 26231, + 26247 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 29 }, "end": { - "line": 647, + "line": 651, "column": 45 } } }, "range": [ - 26012, - 26041 + 26218, + 26247 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 16 }, "end": { - "line": 647, + "line": 651, "column": 45 } } }, "range": [ - 26012, - 26042 + 26218, + 26248 ], "loc": { "start": { - "line": 647, + "line": 651, "column": 16 }, "end": { - "line": 647, + "line": 651, "column": 46 } } } ], "range": [ - 25994, - 26056 + 26200, + 26262 ], "loc": { "start": { - "line": 646, + "line": 650, "column": 27 }, "end": { - "line": 648, + "line": 652, "column": 13 } } }, "alternate": null, "range": [ - 25979, - 26056 + 26185, + 26262 ], "loc": { "start": { - "line": 646, + "line": 650, "column": 12 }, "end": { - "line": 648, + "line": 652, "column": 13 } } } ], "range": [ - 25965, - 26066 + 26171, + 26272 ], "loc": { "start": { - "line": 645, + "line": 649, "column": 23 }, "end": { - "line": 649, + "line": 653, "column": 9 } } }, "alternate": null, "range": [ - 25950, - 26066 + 26156, + 26272 ], "loc": { "start": { - "line": 645, + "line": 649, "column": 8 }, "end": { - "line": 649, + "line": 653, "column": 9 } } @@ -58629,16 +59114,16 @@ "object": { "type": "ThisExpression", "range": [ - 26079, - 26083 + 26285, + 26289 ], "loc": { "start": { - "line": 651, + "line": 655, "column": 11 }, "end": { - "line": 651, + "line": 655, "column": 15 } } @@ -58647,31 +59132,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 26084, - 26101 + 26290, + 26307 ], "loc": { "start": { - "line": 651, + "line": 655, "column": 16 }, "end": { - "line": 651, + "line": 655, "column": 33 } } }, "range": [ - 26079, - 26101 + 26285, + 26307 ], "loc": { "start": { - "line": 651, + "line": 655, "column": 11 }, "end": { - "line": 651, + "line": 655, "column": 33 } } @@ -58691,16 +59176,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 26116, - 26119 + 26322, + 26325 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 12 }, "end": { - "line": 652, + "line": 656, "column": 15 } } @@ -58709,31 +59194,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 26120, - 26136 + 26326, + 26342 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 16 }, "end": { - "line": 652, + "line": 656, "column": 32 } } }, "range": [ - 26116, - 26136 + 26322, + 26342 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 12 }, "end": { - "line": 652, + "line": 656, "column": 32 } } @@ -58744,16 +59229,16 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 26143, - 26159 + 26349, + 26365 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 39 }, "end": { - "line": 652, + "line": 656, "column": 55 } } @@ -58762,94 +59247,94 @@ { "type": "ThisExpression", "range": [ - 26160, - 26164 + 26366, + 26370 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 56 }, "end": { - "line": 652, + "line": 656, "column": 60 } } } ], "range": [ - 26139, - 26165 + 26345, + 26371 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 35 }, "end": { - "line": 652, + "line": 656, "column": 61 } } }, "range": [ - 26116, - 26165 + 26322, + 26371 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 12 }, "end": { - "line": 652, + "line": 656, "column": 61 } } }, "range": [ - 26116, - 26166 + 26322, + 26372 ], "loc": { "start": { - "line": 652, + "line": 656, "column": 12 }, "end": { - "line": 652, + "line": 656, "column": 62 } } } ], "range": [ - 26102, - 26176 + 26308, + 26382 ], "loc": { "start": { - "line": 651, + "line": 655, "column": 34 }, "end": { - "line": 653, + "line": 657, "column": 9 } } }, "alternate": null, "range": [ - 26076, - 26176 + 26282, + 26382 ], "loc": { "start": { - "line": 651, + "line": 655, "column": 8 }, "end": { - "line": 653, + "line": 657, "column": 9 } } @@ -58862,16 +59347,16 @@ "object": { "type": "ThisExpression", "range": [ - 26189, - 26193 + 26395, + 26399 ], "loc": { "start": { - "line": 655, + "line": 659, "column": 11 }, "end": { - "line": 655, + "line": 659, "column": 15 } } @@ -58880,31 +59365,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 26194, - 26206 + 26400, + 26412 ], "loc": { "start": { - "line": 655, + "line": 659, "column": 16 }, "end": { - "line": 655, + "line": 659, "column": 28 } } }, "range": [ - 26189, - 26206 + 26395, + 26412 ], "loc": { "start": { - "line": 655, + "line": 659, "column": 11 }, "end": { - "line": 655, + "line": 659, "column": 28 } } @@ -58924,16 +59409,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 26225, - 26228 + 26431, + 26434 ], "loc": { "start": { - "line": 656, + "line": 660, "column": 16 }, "end": { - "line": 656, + "line": 660, "column": 19 } } @@ -58942,47 +59427,47 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 26229, - 26240 + 26435, + 26446 ], "loc": { "start": { - "line": 656, + "line": 660, "column": 20 }, "end": { - "line": 656, + "line": 660, "column": 31 } } }, "range": [ - 26225, - 26240 + 26431, + 26446 ], "loc": { "start": { - "line": 656, + "line": 660, "column": 16 }, "end": { - "line": 656, + "line": 660, "column": 31 } } }, "prefix": true, "range": [ - 26224, - 26240 + 26430, + 26446 ], "loc": { "start": { - "line": 656, + "line": 660, "column": 15 }, "end": { - "line": 656, + "line": 660, "column": 31 } } @@ -59002,16 +59487,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 26259, - 26262 + 26465, + 26468 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 16 }, "end": { - "line": 657, + "line": 661, "column": 19 } } @@ -59020,31 +59505,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 26263, - 26274 + 26469, + 26480 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 20 }, "end": { - "line": 657, + "line": 661, "column": 31 } } }, "range": [ - 26259, - 26274 + 26465, + 26480 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 16 }, "end": { - "line": 657, + "line": 661, "column": 31 } } @@ -59055,16 +59540,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 26281, - 26292 + 26487, + 26498 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 38 }, "end": { - "line": 657, + "line": 661, "column": 49 } } @@ -59073,94 +59558,94 @@ { "type": "ThisExpression", "range": [ - 26293, - 26297 + 26499, + 26503 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 50 }, "end": { - "line": 657, + "line": 661, "column": 54 } } } ], "range": [ - 26277, - 26298 + 26483, + 26504 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 34 }, "end": { - "line": 657, + "line": 661, "column": 55 } } }, "range": [ - 26259, - 26298 + 26465, + 26504 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 16 }, "end": { - "line": 657, + "line": 661, "column": 55 } } }, "range": [ - 26259, - 26299 + 26465, + 26505 ], "loc": { "start": { - "line": 657, + "line": 661, "column": 16 }, "end": { - "line": 657, + "line": 661, "column": 56 } } } ], "range": [ - 26241, - 26313 + 26447, + 26519 ], "loc": { "start": { - "line": 656, + "line": 660, "column": 32 }, "end": { - "line": 658, + "line": 662, "column": 13 } } }, "alternate": null, "range": [ - 26221, - 26313 + 26427, + 26519 ], "loc": { "start": { - "line": 656, + "line": 660, "column": 12 }, "end": { - "line": 658, + "line": 662, "column": 13 } } @@ -59179,16 +59664,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 26326, - 26329 + 26532, + 26535 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 12 }, "end": { - "line": 659, + "line": 663, "column": 15 } } @@ -59197,31 +59682,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 26330, - 26341 + 26536, + 26547 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 16 }, "end": { - "line": 659, + "line": 663, "column": 27 } } }, "range": [ - 26326, - 26341 + 26532, + 26547 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 12 }, "end": { - "line": 659, + "line": 663, "column": 27 } } @@ -59230,94 +59715,94 @@ "type": "Identifier", "name": "init", "range": [ - 26342, - 26346 + 26548, + 26552 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 28 }, "end": { - "line": 659, + "line": 663, "column": 32 } } }, "range": [ - 26326, - 26346 + 26532, + 26552 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 12 }, "end": { - "line": 659, + "line": 663, "column": 32 } } }, "arguments": [], "range": [ - 26326, - 26348 + 26532, + 26554 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 12 }, "end": { - "line": 659, + "line": 663, "column": 34 } } }, "range": [ - 26326, - 26349 + 26532, + 26555 ], "loc": { "start": { - "line": 659, + "line": 663, "column": 12 }, "end": { - "line": 659, + "line": 663, "column": 35 } } } ], "range": [ - 26207, - 26359 + 26413, + 26565 ], "loc": { "start": { - "line": 655, + "line": 659, "column": 29 }, "end": { - "line": 660, + "line": 664, "column": 9 } } }, "alternate": null, "range": [ - 26186, - 26359 + 26392, + 26565 ], "loc": { "start": { - "line": 655, + "line": 659, "column": 8 }, "end": { - "line": 660, + "line": 664, "column": 9 } }, @@ -59326,16 +59811,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 26369, - 26400 + 26575, + 26606 ], "loc": { "start": { - "line": 662, + "line": 666, "column": 8 }, "end": { - "line": 662, + "line": 666, "column": 39 } } @@ -59353,16 +59838,16 @@ "object": { "type": "ThisExpression", "range": [ - 26413, - 26417 + 26619, + 26623 ], "loc": { "start": { - "line": 663, + "line": 667, "column": 12 }, "end": { - "line": 663, + "line": 667, "column": 16 } } @@ -59371,47 +59856,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 26418, - 26425 + 26624, + 26631 ], "loc": { "start": { - "line": 663, + "line": 667, "column": 17 }, "end": { - "line": 663, + "line": 667, "column": 24 } } }, "range": [ - 26413, - 26425 + 26619, + 26631 ], "loc": { "start": { - "line": 663, + "line": 667, "column": 12 }, "end": { - "line": 663, + "line": 667, "column": 24 } } }, "prefix": true, "range": [ - 26412, - 26425 + 26618, + 26631 ], "loc": { "start": { - "line": 663, + "line": 667, "column": 11 }, "end": { - "line": 663, + "line": 667, "column": 24 } } @@ -59430,16 +59915,16 @@ "object": { "type": "ThisExpression", "range": [ - 26440, - 26444 + 26646, + 26650 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 12 }, "end": { - "line": 664, + "line": 668, "column": 16 } } @@ -59448,31 +59933,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 26445, - 26451 + 26651, + 26657 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 17 }, "end": { - "line": 664, + "line": 668, "column": 23 } } }, "range": [ - 26440, - 26451 + 26646, + 26657 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 12 }, "end": { - "line": 664, + "line": 668, "column": 23 } } @@ -59486,16 +59971,16 @@ "object": { "type": "ThisExpression", "range": [ - 26454, - 26458 + 26660, + 26664 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 26 }, "end": { - "line": 664, + "line": 668, "column": 30 } } @@ -59504,31 +59989,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 26459, - 26465 + 26665, + 26671 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 31 }, "end": { - "line": 664, + "line": 668, "column": 37 } } }, "range": [ - 26454, - 26465 + 26660, + 26671 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 26 }, "end": { - "line": 664, + "line": 668, "column": 37 } } @@ -59538,61 +60023,61 @@ "value": 1, "raw": "1", "range": [ - 26466, - 26467 + 26672, + 26673 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 38 }, "end": { - "line": 664, + "line": 668, "column": 39 } } }, "range": [ - 26454, - 26467 + 26660, + 26673 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 26 }, "end": { - "line": 664, + "line": 668, "column": 39 } } }, "range": [ - 26440, - 26467 + 26646, + 26673 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 12 }, "end": { - "line": 664, + "line": 668, "column": 39 } } }, "range": [ - 26440, - 26468 + 26646, + 26674 ], "loc": { "start": { - "line": 664, + "line": 668, "column": 12 }, "end": { - "line": 664, + "line": 668, "column": 40 } } @@ -59605,16 +60090,16 @@ "object": { "type": "ThisExpression", "range": [ - 26484, - 26488 + 26690, + 26694 ], "loc": { "start": { - "line": 665, + "line": 669, "column": 15 }, "end": { - "line": 665, + "line": 669, "column": 19 } } @@ -59623,31 +60108,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 26489, - 26499 + 26695, + 26705 ], "loc": { "start": { - "line": 665, + "line": 669, "column": 20 }, "end": { - "line": 665, + "line": 669, "column": 30 } } }, "range": [ - 26484, - 26499 + 26690, + 26705 ], "loc": { "start": { - "line": 665, + "line": 669, "column": 15 }, "end": { - "line": 665, + "line": 669, "column": 30 } } @@ -59666,16 +60151,16 @@ "object": { "type": "ThisExpression", "range": [ - 26518, - 26522 + 26724, + 26728 ], "loc": { "start": { - "line": 666, + "line": 670, "column": 16 }, "end": { - "line": 666, + "line": 670, "column": 20 } } @@ -59684,31 +60169,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 26523, - 26529 + 26729, + 26735 ], "loc": { "start": { - "line": 666, + "line": 670, "column": 21 }, "end": { - "line": 666, + "line": 670, "column": 27 } } }, "range": [ - 26518, - 26529 + 26724, + 26735 ], "loc": { "start": { - "line": 666, + "line": 670, "column": 16 }, "end": { - "line": 666, + "line": 670, "column": 27 } } @@ -59718,78 +60203,78 @@ "value": 0, "raw": "0", "range": [ - 26532, - 26533 + 26738, + 26739 ], "loc": { "start": { - "line": 666, + "line": 670, "column": 30 }, "end": { - "line": 666, + "line": 670, "column": 31 } } }, "range": [ - 26518, - 26533 + 26724, + 26739 ], "loc": { "start": { - "line": 666, + "line": 670, "column": 16 }, "end": { - "line": 666, + "line": 670, "column": 31 } } }, "range": [ - 26518, - 26534 + 26724, + 26740 ], "loc": { "start": { - "line": 666, + "line": 670, "column": 16 }, "end": { - "line": 666, + "line": 670, "column": 32 } } } ], "range": [ - 26500, - 26548 + 26706, + 26754 ], "loc": { "start": { - "line": 665, + "line": 669, "column": 31 }, "end": { - "line": 667, + "line": 671, "column": 13 } } }, "alternate": null, "range": [ - 26481, - 26548 + 26687, + 26754 ], "loc": { "start": { - "line": 665, + "line": 669, "column": 12 }, "end": { - "line": 667, + "line": 671, "column": 13 } } @@ -59805,16 +60290,16 @@ "object": { "type": "ThisExpression", "range": [ - 26561, - 26565 + 26767, + 26771 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 12 }, "end": { - "line": 668, + "line": 672, "column": 16 } } @@ -59823,31 +60308,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 26566, - 26582 + 26772, + 26788 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 17 }, "end": { - "line": 668, + "line": 672, "column": 33 } } }, "range": [ - 26561, - 26582 + 26767, + 26788 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 12 }, "end": { - "line": 668, + "line": 672, "column": 33 } } @@ -59860,16 +60345,16 @@ "object": { "type": "ThisExpression", "range": [ - 26585, - 26589 + 26791, + 26795 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 36 }, "end": { - "line": 668, + "line": 672, "column": 40 } } @@ -59878,77 +60363,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 26590, - 26599 + 26796, + 26805 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 41 }, "end": { - "line": 668, + "line": 672, "column": 50 } } }, "range": [ - 26585, - 26599 + 26791, + 26805 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 36 }, "end": { - "line": 668, + "line": 672, "column": 50 } } }, "arguments": [], "range": [ - 26585, - 26601 + 26791, + 26807 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 36 }, "end": { - "line": 668, + "line": 672, "column": 52 } } }, "range": [ - 26561, - 26601 + 26767, + 26807 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 12 }, "end": { - "line": 668, + "line": 672, "column": 52 } } }, "range": [ - 26561, - 26602 + 26767, + 26808 ], "loc": { "start": { - "line": 668, + "line": 672, "column": 12 }, "end": { - "line": 668, + "line": 672, "column": 53 } } @@ -59964,16 +60449,16 @@ "object": { "type": "ThisExpression", "range": [ - 26615, - 26619 + 26821, + 26825 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 12 }, "end": { - "line": 669, + "line": 673, "column": 16 } } @@ -59982,31 +60467,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 26620, - 26633 + 26826, + 26839 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 17 }, "end": { - "line": 669, + "line": 673, "column": 30 } } }, "range": [ - 26615, - 26633 + 26821, + 26839 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 12 }, "end": { - "line": 669, + "line": 673, "column": 30 } } @@ -60017,16 +60502,16 @@ "object": { "type": "ThisExpression", "range": [ - 26636, - 26640 + 26842, + 26846 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 33 }, "end": { - "line": 669, + "line": 673, "column": 37 } } @@ -60035,61 +60520,61 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 26641, - 26657 + 26847, + 26863 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 38 }, "end": { - "line": 669, + "line": 673, "column": 54 } } }, "range": [ - 26636, - 26657 + 26842, + 26863 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 33 }, "end": { - "line": 669, + "line": 673, "column": 54 } } }, "range": [ - 26615, - 26657 + 26821, + 26863 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 12 }, "end": { - "line": 669, + "line": 673, "column": 54 } } }, "range": [ - 26615, - 26658 + 26821, + 26864 ], "loc": { "start": { - "line": 669, + "line": 673, "column": 12 }, "end": { - "line": 669, + "line": 673, "column": 55 } } @@ -60105,16 +60590,16 @@ "object": { "type": "ThisExpression", "range": [ - 26671, - 26675 + 26877, + 26881 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 12 }, "end": { - "line": 670, + "line": 674, "column": 16 } } @@ -60123,31 +60608,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 26676, - 26682 + 26882, + 26888 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 17 }, "end": { - "line": 670, + "line": 674, "column": 23 } } }, "range": [ - 26671, - 26682 + 26877, + 26888 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 12 }, "end": { - "line": 670, + "line": 674, "column": 23 } } @@ -60161,16 +60646,16 @@ "object": { "type": "ThisExpression", "range": [ - 26685, - 26689 + 26891, + 26895 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 26 }, "end": { - "line": 670, + "line": 674, "column": 30 } } @@ -60179,31 +60664,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 26690, - 26706 + 26896, + 26912 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 31 }, "end": { - "line": 670, + "line": 674, "column": 47 } } }, "range": [ - 26685, - 26706 + 26891, + 26912 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 26 }, "end": { - "line": 670, + "line": 674, "column": 47 } } @@ -60214,16 +60699,16 @@ "object": { "type": "ThisExpression", "range": [ - 26709, - 26713 + 26915, + 26919 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 50 }, "end": { - "line": 670, + "line": 674, "column": 54 } } @@ -60232,92 +60717,92 @@ "type": "Identifier", "name": "refRow", "range": [ - 26714, - 26720 + 26920, + 26926 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 55 }, "end": { - "line": 670, + "line": 674, "column": 61 } } }, "range": [ - 26709, - 26720 + 26915, + 26926 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 50 }, "end": { - "line": 670, + "line": 674, "column": 61 } } }, "range": [ - 26685, - 26720 + 26891, + 26926 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 26 }, "end": { - "line": 670, + "line": 674, "column": 61 } } }, "range": [ - 26671, - 26720 + 26877, + 26926 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 12 }, "end": { - "line": 670, + "line": 674, "column": 61 } } }, "range": [ - 26671, - 26721 + 26877, + 26927 ], "loc": { "start": { - "line": 670, + "line": 674, "column": 12 }, "end": { - "line": 670, + "line": 674, "column": 62 } } } ], "range": [ - 26426, - 26731 + 26632, + 26937 ], "loc": { "start": { - "line": 663, + "line": 667, "column": 25 }, "end": { - "line": 671, + "line": 675, "column": 9 } } @@ -60333,16 +60818,16 @@ "object": { "type": "ThisExpression", "range": [ - 26754, - 26758 + 26960, + 26964 ], "loc": { "start": { - "line": 672, + "line": 676, "column": 15 }, "end": { - "line": 672, + "line": 676, "column": 19 } } @@ -60351,31 +60836,31 @@ "type": "Identifier", "name": "isFirstLoad", "range": [ - 26759, - 26770 + 26965, + 26976 ], "loc": { "start": { - "line": 672, + "line": 676, "column": 20 }, "end": { - "line": 672, + "line": 676, "column": 31 } } }, "range": [ - 26754, - 26770 + 26960, + 26976 ], "loc": { "start": { - "line": 672, + "line": 676, "column": 15 }, "end": { - "line": 672, + "line": 676, "column": 31 } } @@ -60392,32 +60877,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 26793, - 26799 + 26999, + 27005 ], "loc": { "start": { - "line": 673, + "line": 677, "column": 20 }, "end": { - "line": 673, + "line": 677, "column": 26 } } }, "init": null, "range": [ - 26793, - 26799 + 26999, + 27005 ], "loc": { "start": { - "line": 673, + "line": 677, "column": 20 }, "end": { - "line": 673, + "line": 677, "column": 26 } } @@ -60425,16 +60910,16 @@ ], "kind": "let", "range": [ - 26789, - 26800 + 26995, + 27006 ], "loc": { "start": { - "line": 673, + "line": 677, "column": 16 }, "end": { - "line": 673, + "line": 677, "column": 27 } } @@ -60450,16 +60935,16 @@ "object": { "type": "ThisExpression", "range": [ - 26821, - 26825 + 27027, + 27031 ], "loc": { "start": { - "line": 674, + "line": 678, "column": 20 }, "end": { - "line": 674, + "line": 678, "column": 24 } } @@ -60468,47 +60953,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 26826, - 26836 + 27032, + 27042 ], "loc": { "start": { - "line": 674, + "line": 678, "column": 25 }, "end": { - "line": 674, + "line": 678, "column": 35 } } }, "range": [ - 26821, - 26836 + 27027, + 27042 ], "loc": { "start": { - "line": 674, + "line": 678, "column": 20 }, "end": { - "line": 674, + "line": 678, "column": 35 } } }, "prefix": true, "range": [ - 26820, - 26836 + 27026, + 27042 ], "loc": { "start": { - "line": 674, + "line": 678, "column": 19 }, "end": { - "line": 674, + "line": 678, "column": 35 } } @@ -60525,16 +61010,16 @@ "type": "Identifier", "name": "thead", "range": [ - 26863, - 26868 + 27069, + 27074 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 24 }, "end": { - "line": 675, + "line": 679, "column": 29 } } @@ -60548,16 +61033,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 26871, - 26874 + 27077, + 27080 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 32 }, "end": { - "line": 675, + "line": 679, "column": 35 } } @@ -60566,31 +61051,31 @@ "type": "Identifier", "name": "tag", "range": [ - 26875, - 26878 + 27081, + 27084 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 36 }, "end": { - "line": 675, + "line": 679, "column": 39 } } }, "range": [ - 26871, - 26878 + 27077, + 27084 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 32 }, "end": { - "line": 675, + "line": 679, "column": 39 } } @@ -60602,16 +61087,16 @@ "object": { "type": "ThisExpression", "range": [ - 26879, - 26883 + 27085, + 27089 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 40 }, "end": { - "line": 675, + "line": 679, "column": 44 } } @@ -60620,31 +61105,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 26884, - 26887 + 27090, + 27093 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 45 }, "end": { - "line": 675, + "line": 679, "column": 48 } } }, "range": [ - 26879, - 26887 + 27085, + 27093 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 40 }, "end": { - "line": 675, + "line": 679, "column": 48 } } @@ -60654,47 +61139,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 26889, - 26896 + 27095, + 27102 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 50 }, "end": { - "line": 675, + "line": 679, "column": 57 } } } ], "range": [ - 26871, - 26897 + 27077, + 27103 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 32 }, "end": { - "line": 675, + "line": 679, "column": 58 } } }, "range": [ - 26863, - 26897 + 27069, + 27103 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 24 }, "end": { - "line": 675, + "line": 679, "column": 58 } } @@ -60702,16 +61187,16 @@ ], "kind": "let", "range": [ - 26859, - 26898 + 27065, + 27104 ], "loc": { "start": { - "line": 675, + "line": 679, "column": 20 }, "end": { - "line": 675, + "line": 679, "column": 59 } } @@ -60728,16 +61213,16 @@ "type": "Identifier", "name": "thead", "range": [ - 26922, - 26927 + 27128, + 27133 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 23 }, "end": { - "line": 676, + "line": 680, "column": 28 } } @@ -60746,31 +61231,31 @@ "type": "Identifier", "name": "length", "range": [ - 26928, - 26934 + 27134, + 27140 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 29 }, "end": { - "line": 676, + "line": 680, "column": 35 } } }, "range": [ - 26922, - 26934 + 27128, + 27140 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 23 }, "end": { - "line": 676, + "line": 680, "column": 35 } } @@ -60780,31 +61265,31 @@ "value": 0, "raw": "0", "range": [ - 26937, - 26938 + 27143, + 27144 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 38 }, "end": { - "line": 676, + "line": 680, "column": 39 } } }, "range": [ - 26922, - 26938 + 27128, + 27144 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 23 }, "end": { - "line": 676, + "line": 680, "column": 39 } } @@ -60821,16 +61306,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 26965, - 26971 + 27171, + 27177 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 24 }, "end": { - "line": 677, + "line": 681, "column": 30 } } @@ -60847,16 +61332,16 @@ "type": "Identifier", "name": "thead", "range": [ - 26974, - 26979 + 27180, + 27185 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 33 }, "end": { - "line": 677, + "line": 681, "column": 38 } } @@ -60866,31 +61351,31 @@ "value": 0, "raw": "0", "range": [ - 26980, - 26981 + 27186, + 27187 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 39 }, "end": { - "line": 677, + "line": 681, "column": 40 } } }, "range": [ - 26974, - 26982 + 27180, + 27188 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 33 }, "end": { - "line": 677, + "line": 681, "column": 41 } } @@ -60899,31 +61384,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 26983, - 26992 + 27189, + 27198 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 42 }, "end": { - "line": 677, + "line": 681, "column": 51 } } }, "range": [ - 26974, - 26992 + 27180, + 27198 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 33 }, "end": { - "line": 677, + "line": 681, "column": 51 } } @@ -60935,16 +61420,16 @@ "object": { "type": "ThisExpression", "range": [ - 26993, - 26997 + 27199, + 27203 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 52 }, "end": { - "line": 677, + "line": 681, "column": 56 } } @@ -60953,93 +61438,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 26998, - 27013 + 27204, + 27219 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 57 }, "end": { - "line": 677, + "line": 681, "column": 72 } } }, "range": [ - 26993, - 27013 + 27199, + 27219 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 52 }, "end": { - "line": 677, + "line": 681, "column": 72 } } } ], "range": [ - 26974, - 27014 + 27180, + 27220 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 33 }, "end": { - "line": 677, + "line": 681, "column": 73 } } }, "range": [ - 26965, - 27014 + 27171, + 27220 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 24 }, "end": { - "line": 677, + "line": 681, "column": 73 } } }, "range": [ - 26965, - 27015 + 27171, + 27221 ], "loc": { "start": { - "line": 677, + "line": 681, "column": 24 }, "end": { - "line": 677, + "line": 681, "column": 74 } } } ], "range": [ - 26939, - 27037 + 27145, + 27243 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 40 }, "end": { - "line": 678, + "line": 682, "column": 21 } } @@ -61056,16 +61541,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 27069, - 27075 + 27275, + 27281 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 24 }, "end": { - "line": 679, + "line": 683, "column": 30 } } @@ -61081,16 +61566,16 @@ "object": { "type": "ThisExpression", "range": [ - 27078, - 27082 + 27284, + 27288 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 33 }, "end": { - "line": 679, + "line": 683, "column": 37 } } @@ -61099,31 +61584,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 27083, - 27086 + 27289, + 27292 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 38 }, "end": { - "line": 679, + "line": 683, "column": 41 } } }, "range": [ - 27078, - 27086 + 27284, + 27292 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 33 }, "end": { - "line": 679, + "line": 683, "column": 41 } } @@ -61132,31 +61617,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 27087, - 27096 + 27293, + 27302 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 42 }, "end": { - "line": 679, + "line": 683, "column": 51 } } }, "range": [ - 27078, - 27096 + 27284, + 27302 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 33 }, "end": { - "line": 679, + "line": 683, "column": 51 } } @@ -61168,16 +61653,16 @@ "object": { "type": "ThisExpression", "range": [ - 27097, - 27101 + 27303, + 27307 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 52 }, "end": { - "line": 679, + "line": 683, "column": 56 } } @@ -61186,108 +61671,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 27102, - 27117 + 27308, + 27323 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 57 }, "end": { - "line": 679, + "line": 683, "column": 72 } } }, "range": [ - 27097, - 27117 + 27303, + 27323 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 52 }, "end": { - "line": 679, + "line": 683, "column": 72 } } } ], "range": [ - 27078, - 27118 + 27284, + 27324 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 33 }, "end": { - "line": 679, + "line": 683, "column": 73 } } }, "range": [ - 27069, - 27118 + 27275, + 27324 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 24 }, "end": { - "line": 679, + "line": 683, "column": 73 } } }, "range": [ - 27069, - 27119 + 27275, + 27325 ], "loc": { "start": { - "line": 679, + "line": 683, "column": 24 }, "end": { - "line": 679, + "line": 683, "column": 74 } } } ], "range": [ - 27043, - 27141 + 27249, + 27347 ], "loc": { "start": { - "line": 678, + "line": 682, "column": 27 }, "end": { - "line": 680, + "line": 684, "column": 21 } } }, "range": [ - 26919, - 27141 + 27125, + 27347 ], "loc": { "start": { - "line": 676, + "line": 680, "column": 20 }, "end": { - "line": 680, + "line": 684, "column": 21 } } @@ -61309,16 +61794,16 @@ "object": { "type": "ThisExpression", "range": [ - 27166, - 27170 + 27372, + 27376 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 23 }, "end": { - "line": 682, + "line": 686, "column": 27 } } @@ -61327,31 +61812,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 27171, - 27181 + 27377, + 27387 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 28 }, "end": { - "line": 682, + "line": 686, "column": 38 } } }, "range": [ - 27166, - 27181 + 27372, + 27387 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 23 }, "end": { - "line": 682, + "line": 686, "column": 38 } } @@ -61361,31 +61846,31 @@ "value": 1, "raw": "1", "range": [ - 27184, - 27185 + 27390, + 27391 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 41 }, "end": { - "line": 682, + "line": 686, "column": 42 } } }, "range": [ - 27166, - 27185 + 27372, + 27391 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 23 }, "end": { - "line": 682, + "line": 686, "column": 42 } } @@ -61399,16 +61884,16 @@ "object": { "type": "ThisExpression", "range": [ - 27213, - 27217 + 27419, + 27423 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 24 }, "end": { - "line": 683, + "line": 687, "column": 28 } } @@ -61417,31 +61902,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 27218, - 27233 + 27424, + 27439 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 29 }, "end": { - "line": 683, + "line": 687, "column": 44 } } }, "range": [ - 27213, - 27233 + 27419, + 27439 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 24 }, "end": { - "line": 683, + "line": 687, "column": 44 } } @@ -61452,16 +61937,16 @@ "object": { "type": "ThisExpression", "range": [ - 27237, - 27241 + 27443, + 27447 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 48 }, "end": { - "line": 683, + "line": 687, "column": 52 } } @@ -61470,61 +61955,61 @@ "type": "Identifier", "name": "headersRow", "range": [ - 27242, - 27252 + 27448, + 27458 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 53 }, "end": { - "line": 683, + "line": 687, "column": 63 } } }, "range": [ - 27237, - 27252 + 27443, + 27458 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 48 }, "end": { - "line": 683, + "line": 687, "column": 63 } } }, "range": [ - 27213, - 27252 + 27419, + 27458 ], "loc": { "start": { - "line": 683, + "line": 687, "column": 24 }, "end": { - "line": 683, + "line": 687, "column": 63 } } }, "range": [ - 27166, - 27252 + 27372, + 27458 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 23 }, "end": { - "line": 683, + "line": 687, "column": 63 } } @@ -61538,16 +62023,16 @@ "object": { "type": "ThisExpression", "range": [ - 27281, - 27285 + 27487, + 27491 ], "loc": { "start": { - "line": 684, + "line": 688, "column": 25 }, "end": { - "line": 684, + "line": 688, "column": 29 } } @@ -61556,62 +62041,62 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 27286, - 27298 + 27492, + 27504 ], "loc": { "start": { - "line": 684, + "line": 688, "column": 30 }, "end": { - "line": 684, + "line": 688, "column": 42 } } }, "range": [ - 27281, - 27298 + 27487, + 27504 ], "loc": { "start": { - "line": 684, + "line": 688, "column": 25 }, "end": { - "line": 684, + "line": 688, "column": 42 } } }, "prefix": true, "range": [ - 27280, - 27298 + 27486, + 27504 ], "loc": { "start": { - "line": 684, + "line": 688, "column": 24 }, "end": { - "line": 684, + "line": 688, "column": 42 } } }, "range": [ - 27166, - 27298 + 27372, + 27504 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 23 }, "end": { - "line": 684, + "line": 688, "column": 42 } } @@ -61630,16 +62115,16 @@ "object": { "type": "ThisExpression", "range": [ - 27325, - 27329 + 27531, + 27535 ], "loc": { "start": { - "line": 685, + "line": 689, "column": 24 }, "end": { - "line": 685, + "line": 689, "column": 28 } } @@ -61648,94 +62133,94 @@ "type": "Identifier", "name": "headersRow", "range": [ - 27330, - 27340 + 27536, + 27546 ], "loc": { "start": { - "line": 685, + "line": 689, "column": 29 }, "end": { - "line": 685, + "line": 689, "column": 39 } } }, "range": [ - 27325, - 27340 + 27531, + 27546 ], "loc": { "start": { - "line": 685, + "line": 689, "column": 24 }, "end": { - "line": 685, + "line": 689, "column": 39 } } }, "prefix": false, "range": [ - 27325, - 27342 + 27531, + 27548 ], "loc": { "start": { - "line": 685, + "line": 689, "column": 24 }, "end": { - "line": 685, + "line": 689, "column": 41 } } }, "range": [ - 27325, - 27343 + 27531, + 27549 ], "loc": { "start": { - "line": 685, + "line": 689, "column": 24 }, "end": { - "line": 685, + "line": 689, "column": 42 } } } ], "range": [ - 27299, - 27365 + 27505, + 27571 ], "loc": { "start": { - "line": 684, + "line": 688, "column": 43 }, "end": { - "line": 686, + "line": 690, "column": 21 } } }, "alternate": null, "range": [ - 27163, - 27365 + 27369, + 27571 ], "loc": { "start": { - "line": 682, + "line": 686, "column": 20 }, "end": { - "line": 686, + "line": 690, "column": 21 } } @@ -61748,16 +62233,16 @@ "object": { "type": "ThisExpression", "range": [ - 27389, - 27393 + 27595, + 27599 ], "loc": { "start": { - "line": 687, + "line": 691, "column": 23 }, "end": { - "line": 687, + "line": 691, "column": 27 } } @@ -61766,31 +62251,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 27394, - 27406 + 27600, + 27612 ], "loc": { "start": { - "line": 687, + "line": 691, "column": 28 }, "end": { - "line": 687, + "line": 691, "column": 40 } } }, "range": [ - 27389, - 27406 + 27595, + 27612 ], "loc": { "start": { - "line": 687, + "line": 691, "column": 23 }, "end": { - "line": 687, + "line": 691, "column": 40 } } @@ -61809,16 +62294,16 @@ "object": { "type": "ThisExpression", "range": [ - 27433, - 27437 + 27639, + 27643 ], "loc": { "start": { - "line": 688, + "line": 692, "column": 24 }, "end": { - "line": 688, + "line": 692, "column": 28 } } @@ -61827,94 +62312,94 @@ "type": "Identifier", "name": "headersRow", "range": [ - 27438, - 27448 + 27644, + 27654 ], "loc": { "start": { - "line": 688, + "line": 692, "column": 29 }, "end": { - "line": 688, + "line": 692, "column": 39 } } }, "range": [ - 27433, - 27448 + 27639, + 27654 ], "loc": { "start": { - "line": 688, + "line": 692, "column": 24 }, "end": { - "line": 688, + "line": 692, "column": 39 } } }, "prefix": false, "range": [ - 27433, - 27450 + 27639, + 27656 ], "loc": { "start": { - "line": 688, + "line": 692, "column": 24 }, "end": { - "line": 688, + "line": 692, "column": 41 } } }, "range": [ - 27433, - 27451 + 27639, + 27657 ], "loc": { "start": { - "line": 688, + "line": 692, "column": 24 }, "end": { - "line": 688, + "line": 692, "column": 42 } } } ], "range": [ - 27407, - 27473 + 27613, + 27679 ], "loc": { "start": { - "line": 687, + "line": 691, "column": 41 }, "end": { - "line": 689, + "line": 693, "column": 21 } } }, "alternate": null, "range": [ - 27386, - 27473 + 27592, + 27679 ], "loc": { "start": { - "line": 687, + "line": 691, "column": 20 }, "end": { - "line": 689, + "line": 693, "column": 21 } } @@ -61931,16 +62416,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 27495, - 27501 + 27701, + 27707 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 20 }, "end": { - "line": 691, + "line": 695, "column": 26 } } @@ -61949,31 +62434,31 @@ "type": "Identifier", "name": "className", "range": [ - 27502, - 27511 + 27708, + 27717 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 27 }, "end": { - "line": 691, + "line": 695, "column": 36 } } }, "range": [ - 27495, - 27511 + 27701, + 27717 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 20 }, "end": { - "line": 691, + "line": 695, "column": 36 } } @@ -61984,16 +62469,16 @@ "object": { "type": "ThisExpression", "range": [ - 27514, - 27518 + 27720, + 27724 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 39 }, "end": { - "line": 691, + "line": 695, "column": 43 } } @@ -62002,61 +62487,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 27519, - 27534 + 27725, + 27740 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 44 }, "end": { - "line": 691, + "line": 695, "column": 59 } } }, "range": [ - 27514, - 27534 + 27720, + 27740 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 39 }, "end": { - "line": 691, + "line": 695, "column": 59 } } }, "range": [ - 27495, - 27534 + 27701, + 27740 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 20 }, "end": { - "line": 691, + "line": 695, "column": 59 } } }, "range": [ - 27495, - 27535 + 27701, + 27741 ], "loc": { "start": { - "line": 691, + "line": 695, "column": 20 }, "end": { - "line": 691, + "line": 695, "column": 60 } } @@ -62072,16 +62557,16 @@ "object": { "type": "ThisExpression", "range": [ - 27560, - 27564 + 27766, + 27770 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 23 }, "end": { - "line": 693, + "line": 697, "column": 27 } } @@ -62090,31 +62575,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 27565, - 27578 + 27771, + 27784 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 28 }, "end": { - "line": 693, + "line": 697, "column": 41 } } }, "range": [ - 27560, - 27578 + 27766, + 27784 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 23 }, "end": { - "line": 693, + "line": 697, "column": 41 } } @@ -62125,16 +62610,16 @@ "object": { "type": "ThisExpression", "range": [ - 27582, - 27586 + 27788, + 27792 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 45 }, "end": { - "line": 693, + "line": 697, "column": 49 } } @@ -62143,46 +62628,46 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 27587, - 27599 + 27793, + 27805 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 50 }, "end": { - "line": 693, + "line": 697, "column": 62 } } }, "range": [ - 27582, - 27599 + 27788, + 27805 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 45 }, "end": { - "line": 693, + "line": 697, "column": 62 } } }, "range": [ - 27560, - 27599 + 27766, + 27805 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 23 }, "end": { - "line": 693, + "line": 697, "column": 62 } } @@ -62205,16 +62690,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 27626, - 27632 + 27832, + 27838 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 24 }, "end": { - "line": 694, + "line": 698, "column": 30 } } @@ -62223,31 +62708,31 @@ "type": "Identifier", "name": "style", "range": [ - 27633, - 27638 + 27839, + 27844 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 31 }, "end": { - "line": 694, + "line": 698, "column": 36 } } }, "range": [ - 27626, - 27638 + 27832, + 27844 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 24 }, "end": { - "line": 694, + "line": 698, "column": 36 } } @@ -62256,31 +62741,31 @@ "type": "Identifier", "name": "display", "range": [ - 27639, - 27646 + 27845, + 27852 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 37 }, "end": { - "line": 694, + "line": 698, "column": 44 } } }, "range": [ - 27626, - 27646 + 27832, + 27852 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 24 }, "end": { - "line": 694, + "line": 698, "column": 44 } } @@ -62290,110 +62775,110 @@ "value": "none", "raw": "'none'", "range": [ - 27649, - 27655 + 27855, + 27861 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 47 }, "end": { - "line": 694, + "line": 698, "column": 53 } } }, "range": [ - 27626, - 27655 + 27832, + 27861 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 24 }, "end": { - "line": 694, + "line": 698, "column": 53 } } }, "range": [ - 27626, - 27656 + 27832, + 27862 ], "loc": { "start": { - "line": 694, + "line": 698, "column": 24 }, "end": { - "line": 694, + "line": 698, "column": 54 } } } ], "range": [ - 27600, - 27678 + 27806, + 27884 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 63 }, "end": { - "line": 695, + "line": 699, "column": 21 } } }, "alternate": null, "range": [ - 27557, - 27678 + 27763, + 27884 ], "loc": { "start": { - "line": 693, + "line": 697, "column": 20 }, "end": { - "line": 695, + "line": 699, "column": 21 } } } ], "range": [ - 26837, - 27696 + 27043, + 27902 ], "loc": { "start": { - "line": 674, + "line": 678, "column": 36 }, "end": { - "line": 696, + "line": 700, "column": 17 } } }, "alternate": null, "range": [ - 26817, - 27696 + 27023, + 27902 ], "loc": { "start": { - "line": 674, + "line": 678, "column": 16 }, "end": { - "line": 696, + "line": 700, "column": 17 } } @@ -62409,16 +62894,16 @@ "object": { "type": "ThisExpression", "range": [ - 27714, - 27718 + 27920, + 27924 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 16 }, "end": { - "line": 698, + "line": 702, "column": 20 } } @@ -62427,31 +62912,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 27719, - 27735 + 27925, + 27941 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 21 }, "end": { - "line": 698, + "line": 702, "column": 37 } } }, "range": [ - 27714, - 27735 + 27920, + 27941 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 16 }, "end": { - "line": 698, + "line": 702, "column": 37 } } @@ -62464,16 +62949,16 @@ "object": { "type": "ThisExpression", "range": [ - 27738, - 27742 + 27944, + 27948 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 40 }, "end": { - "line": 698, + "line": 702, "column": 44 } } @@ -62482,77 +62967,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 27743, - 27752 + 27949, + 27958 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 45 }, "end": { - "line": 698, + "line": 702, "column": 54 } } }, "range": [ - 27738, - 27752 + 27944, + 27958 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 40 }, "end": { - "line": 698, + "line": 702, "column": 54 } } }, "arguments": [], "range": [ - 27738, - 27754 + 27944, + 27960 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 40 }, "end": { - "line": 698, + "line": 702, "column": 56 } } }, "range": [ - 27714, - 27754 + 27920, + 27960 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 16 }, "end": { - "line": 698, + "line": 702, "column": 56 } } }, "range": [ - 27714, - 27755 + 27920, + 27961 ], "loc": { "start": { - "line": 698, + "line": 702, "column": 16 }, "end": { - "line": 698, + "line": 702, "column": 57 } } @@ -62568,16 +63053,16 @@ "object": { "type": "ThisExpression", "range": [ - 27772, - 27776 + 27978, + 27982 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 16 }, "end": { - "line": 699, + "line": 703, "column": 20 } } @@ -62586,31 +63071,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 27777, - 27790 + 27983, + 27996 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 21 }, "end": { - "line": 699, + "line": 703, "column": 34 } } }, "range": [ - 27772, - 27790 + 27978, + 27996 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 16 }, "end": { - "line": 699, + "line": 703, "column": 34 } } @@ -62621,16 +63106,16 @@ "object": { "type": "ThisExpression", "range": [ - 27793, - 27797 + 27999, + 28003 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 37 }, "end": { - "line": 699, + "line": 703, "column": 41 } } @@ -62639,61 +63124,61 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 27798, - 27814 + 28004, + 28020 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 42 }, "end": { - "line": 699, + "line": 703, "column": 58 } } }, "range": [ - 27793, - 27814 + 27999, + 28020 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 37 }, "end": { - "line": 699, + "line": 703, "column": 58 } } }, "range": [ - 27772, - 27814 + 27978, + 28020 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 16 }, "end": { - "line": 699, + "line": 703, "column": 58 } } }, "range": [ - 27772, - 27815 + 27978, + 28021 ], "loc": { "start": { - "line": 699, + "line": 703, "column": 16 }, "end": { - "line": 699, + "line": 703, "column": 59 } } @@ -62709,16 +63194,16 @@ "object": { "type": "ThisExpression", "range": [ - 27832, - 27836 + 28038, + 28042 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 16 }, "end": { - "line": 700, + "line": 704, "column": 20 } } @@ -62727,31 +63212,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 27837, - 27843 + 28043, + 28049 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 21 }, "end": { - "line": 700, + "line": 704, "column": 27 } } }, "range": [ - 27832, - 27843 + 28038, + 28049 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 16 }, "end": { - "line": 700, + "line": 704, "column": 27 } } @@ -62768,16 +63253,16 @@ "object": { "type": "ThisExpression", "range": [ - 27846, - 27850 + 28052, + 28056 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 30 }, "end": { - "line": 700, + "line": 704, "column": 34 } } @@ -62786,31 +63271,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 27851, - 27854 + 28057, + 28060 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 35 }, "end": { - "line": 700, + "line": 704, "column": 38 } } }, "range": [ - 27846, - 27854 + 28052, + 28060 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 30 }, "end": { - "line": 700, + "line": 704, "column": 38 } } @@ -62819,31 +63304,31 @@ "type": "Identifier", "name": "rows", "range": [ - 27855, - 27859 + 28061, + 28065 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 39 }, "end": { - "line": 700, + "line": 704, "column": 43 } } }, "range": [ - 27846, - 27859 + 28052, + 28065 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 30 }, "end": { - "line": 700, + "line": 704, "column": 43 } } @@ -62852,61 +63337,61 @@ "type": "Identifier", "name": "length", "range": [ - 27860, - 27866 + 28066, + 28072 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 44 }, "end": { - "line": 700, + "line": 704, "column": 50 } } }, "range": [ - 27846, - 27866 + 28052, + 28072 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 30 }, "end": { - "line": 700, + "line": 704, "column": 50 } } }, "range": [ - 27832, - 27866 + 28038, + 28072 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 16 }, "end": { - "line": 700, + "line": 704, "column": 50 } } }, "range": [ - 27832, - 27867 + 28038, + 28073 ], "loc": { "start": { - "line": 700, + "line": 704, "column": 16 }, "end": { - "line": 700, + "line": 704, "column": 51 } } @@ -62922,16 +63407,16 @@ "type": "Identifier", "name": "i", "range": [ - 27893, - 27894 + 28099, + 28100 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 24 }, "end": { - "line": 702, + "line": 706, "column": 25 } } @@ -62941,31 +63426,31 @@ "value": 0, "raw": "0", "range": [ - 27895, - 27896 + 28101, + 28102 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 26 }, "end": { - "line": 702, + "line": 706, "column": 27 } } }, "range": [ - 27893, - 27896 + 28099, + 28102 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 24 }, "end": { - "line": 702, + "line": 706, "column": 27 } } @@ -62973,16 +63458,16 @@ ], "kind": "let", "range": [ - 27889, - 27896 + 28095, + 28102 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 20 }, "end": { - "line": 702, + "line": 706, "column": 27 } } @@ -62994,16 +63479,16 @@ "type": "Identifier", "name": "i", "range": [ - 27898, - 27899 + 28104, + 28105 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 29 }, "end": { - "line": 702, + "line": 706, "column": 30 } } @@ -63012,31 +63497,31 @@ "type": "Identifier", "name": "n", "range": [ - 27900, - 27901 + 28106, + 28107 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 31 }, "end": { - "line": 702, + "line": 706, "column": 32 } } }, "range": [ - 27898, - 27901 + 28104, + 28107 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 29 }, "end": { - "line": 702, + "line": 706, "column": 32 } } @@ -63048,32 +63533,32 @@ "type": "Identifier", "name": "i", "range": [ - 27903, - 27904 + 28109, + 28110 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 34 }, "end": { - "line": 702, + "line": 706, "column": 35 } } }, "prefix": false, "range": [ - 27903, - 27906 + 28109, + 28112 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 34 }, "end": { - "line": 702, + "line": 706, "column": 37 } } @@ -63089,16 +63574,16 @@ "object": { "type": "ThisExpression", "range": [ - 27958, - 27962 + 28164, + 28168 ], "loc": { "start": { - "line": 704, + "line": 708, "column": 23 }, "end": { - "line": 704, + "line": 708, "column": 27 } } @@ -63107,31 +63592,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 27963, - 27975 + 28169, + 28181 ], "loc": { "start": { - "line": 704, + "line": 708, "column": 28 }, "end": { - "line": 704, + "line": 708, "column": 40 } } }, "range": [ - 27958, - 27975 + 28164, + 28181 ], "loc": { "start": { - "line": 704, + "line": 708, "column": 23 }, "end": { - "line": 704, + "line": 708, "column": 40 } } @@ -63153,16 +63638,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28002, - 28005 + 28208, + 28211 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 24 }, "end": { - "line": 705, + "line": 709, "column": 27 } } @@ -63171,31 +63656,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28006, - 28017 + 28212, + 28223 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 28 }, "end": { - "line": 705, + "line": 709, "column": 39 } } }, "range": [ - 28002, - 28017 + 28208, + 28223 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 24 }, "end": { - "line": 705, + "line": 709, "column": 39 } } @@ -63204,31 +63689,31 @@ "type": "Identifier", "name": "build", "range": [ - 28018, - 28023 + 28224, + 28229 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 40 }, "end": { - "line": 705, + "line": 709, "column": 45 } } }, "range": [ - 28002, - 28023 + 28208, + 28229 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 24 }, "end": { - "line": 705, + "line": 709, "column": 45 } } @@ -63238,79 +63723,79 @@ "type": "Identifier", "name": "i", "range": [ - 28024, - 28025 + 28230, + 28231 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 46 }, "end": { - "line": 705, + "line": 709, "column": 47 } } } ], "range": [ - 28002, - 28026 + 28208, + 28232 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 24 }, "end": { - "line": 705, + "line": 709, "column": 48 } } }, "range": [ - 28002, - 28027 + 28208, + 28233 ], "loc": { "start": { - "line": 705, + "line": 709, "column": 24 }, "end": { - "line": 705, + "line": 709, "column": 49 } } } ], "range": [ - 27976, - 28049 + 28182, + 28255 ], "loc": { "start": { - "line": 704, + "line": 708, "column": 41 }, "end": { - "line": 706, + "line": 710, "column": 21 } } }, "alternate": null, "range": [ - 27955, - 28049 + 28161, + 28255 ], "loc": { "start": { - "line": 704, + "line": 708, "column": 20 }, "end": { - "line": 706, + "line": 710, "column": 21 } }, @@ -63319,16 +63804,16 @@ "type": "Line", "value": " this loop adds filters", "range": [ - 27908, - 27933 + 28114, + 28139 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 39 }, "end": { - "line": 702, + "line": 706, "column": 64 } } @@ -63344,16 +63829,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 28075, - 28082 + 28281, + 28288 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 24 }, "end": { - "line": 708, + "line": 712, "column": 31 } } @@ -63367,16 +63852,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 28085, - 28088 + 28291, + 28294 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 34 }, "end": { - "line": 708, + "line": 712, "column": 37 } } @@ -63385,31 +63870,31 @@ "type": "Identifier", "name": "create", "range": [ - 28089, - 28095 + 28295, + 28301 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 38 }, "end": { - "line": 708, + "line": 712, "column": 44 } } }, "range": [ - 28085, - 28095 + 28291, + 28301 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 34 }, "end": { - "line": 708, + "line": 712, "column": 44 } } @@ -63421,16 +63906,16 @@ "object": { "type": "ThisExpression", "range": [ - 28096, - 28100 + 28302, + 28306 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 45 }, "end": { - "line": 708, + "line": 712, "column": 49 } } @@ -63439,62 +63924,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 28101, - 28111 + 28307, + 28317 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 50 }, "end": { - "line": 708, + "line": 712, "column": 60 } } }, "range": [ - 28096, - 28111 + 28302, + 28317 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 45 }, "end": { - "line": 708, + "line": 712, "column": 60 } } } ], "range": [ - 28085, - 28112 + 28291, + 28318 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 34 }, "end": { - "line": 708, + "line": 712, "column": 61 } } }, "range": [ - 28075, - 28112 + 28281, + 28318 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 24 }, "end": { - "line": 708, + "line": 712, "column": 61 } } @@ -63505,16 +63990,16 @@ "type": "Identifier", "name": "col", "range": [ - 28138, - 28141 + 28344, + 28347 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 24 }, "end": { - "line": 709, + "line": 713, "column": 27 } } @@ -63527,16 +64012,16 @@ "object": { "type": "ThisExpression", "range": [ - 28144, - 28148 + 28350, + 28354 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 30 }, "end": { - "line": 709, + "line": 713, "column": 34 } } @@ -63545,31 +64030,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 28149, - 28162 + 28355, + 28368 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 35 }, "end": { - "line": 709, + "line": 713, "column": 48 } } }, "range": [ - 28144, - 28162 + 28350, + 28368 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 30 }, "end": { - "line": 709, + "line": 713, "column": 48 } } @@ -63579,47 +64064,47 @@ "type": "Identifier", "name": "i", "range": [ - 28163, - 28164 + 28369, + 28370 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 49 }, "end": { - "line": 709, + "line": 713, "column": 50 } } } ], "range": [ - 28144, - 28165 + 28350, + 28371 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 30 }, "end": { - "line": 709, + "line": 713, "column": 51 } } }, "range": [ - 28138, - 28165 + 28344, + 28371 ], "loc": { "start": { - "line": 709, + "line": 713, "column": 24 }, "end": { - "line": 709, + "line": 713, "column": 51 } } @@ -63630,16 +64115,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 28191, - 28207 + 28397, + 28413 ], "loc": { "start": { - "line": 710, + "line": 714, "column": 24 }, "end": { - "line": 710, + "line": 714, "column": 40 } } @@ -63655,16 +64140,16 @@ "object": { "type": "ThisExpression", "range": [ - 28238, - 28242 + 28444, + 28448 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 28 }, "end": { - "line": 711, + "line": 715, "column": 32 } } @@ -63673,31 +64158,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 28243, - 28256 + 28449, + 28462 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 33 }, "end": { - "line": 711, + "line": 715, "column": 46 } } }, "range": [ - 28238, - 28256 + 28444, + 28462 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 28 }, "end": { - "line": 711, + "line": 715, "column": 46 } } @@ -63708,16 +64193,16 @@ "object": { "type": "ThisExpression", "range": [ - 28260, - 28264 + 28466, + 28470 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 50 }, "end": { - "line": 711, + "line": 715, "column": 54 } } @@ -63726,46 +64211,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 28265, - 28282 + 28471, + 28488 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 55 }, "end": { - "line": 711, + "line": 715, "column": 72 } } }, "range": [ - 28260, - 28282 + 28466, + 28488 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 50 }, "end": { - "line": 711, + "line": 715, "column": 72 } } }, "range": [ - 28238, - 28282 + 28444, + 28488 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 28 }, "end": { - "line": 711, + "line": 715, "column": 72 } } @@ -63779,16 +64264,16 @@ "object": { "type": "ThisExpression", "range": [ - 28313, - 28317 + 28519, + 28523 ], "loc": { "start": { - "line": 712, + "line": 716, "column": 28 }, "end": { - "line": 712, + "line": 716, "column": 32 } } @@ -63797,31 +64282,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 28318, - 28335 + 28524, + 28541 ], "loc": { "start": { - "line": 712, + "line": 716, "column": 33 }, "end": { - "line": 712, + "line": 716, "column": 50 } } }, "range": [ - 28313, - 28335 + 28519, + 28541 ], "loc": { "start": { - "line": 712, + "line": 716, "column": 28 }, "end": { - "line": 712, + "line": 716, "column": 50 } } @@ -63830,31 +64315,31 @@ "type": "Identifier", "name": "i", "range": [ - 28336, - 28337 + 28542, + 28543 ], "loc": { "start": { - "line": 712, + "line": 716, "column": 51 }, "end": { - "line": 712, + "line": 716, "column": 52 } } }, "range": [ - 28313, - 28338 + 28519, + 28544 ], "loc": { "start": { - "line": 712, + "line": 716, "column": 28 }, "end": { - "line": 712, + "line": 716, "column": 53 } } @@ -63864,46 +64349,46 @@ "value": null, "raw": "null", "range": [ - 28341, - 28345 + 28547, + 28551 ], "loc": { "start": { - "line": 712, + "line": 716, "column": 56 }, "end": { - "line": 712, + "line": 716, "column": 60 } } }, "range": [ - 28238, - 28345 + 28444, + 28551 ], "loc": { "start": { - "line": 711, + "line": 715, "column": 28 }, "end": { - "line": 712, + "line": 716, "column": 60 } } }, "range": [ - 28191, - 28345 + 28397, + 28551 ], "loc": { "start": { - "line": 710, + "line": 714, "column": 24 }, "end": { - "line": 712, + "line": 716, "column": 60 } } @@ -63911,16 +64396,16 @@ ], "kind": "let", "range": [ - 28071, - 28346 + 28277, + 28552 ], "loc": { "start": { - "line": 708, + "line": 712, "column": 20 }, "end": { - "line": 712, + "line": 716, "column": 61 } } @@ -63933,16 +64418,16 @@ "object": { "type": "ThisExpression", "range": [ - 28371, - 28375 + 28577, + 28581 ], "loc": { "start": { - "line": 714, + "line": 718, "column": 23 }, "end": { - "line": 714, + "line": 718, "column": 27 } } @@ -63951,31 +64436,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 28376, - 28391 + 28582, + 28597 ], "loc": { "start": { - "line": 714, + "line": 718, "column": 28 }, "end": { - "line": 714, + "line": 718, "column": 43 } } }, "range": [ - 28371, - 28391 + 28577, + 28597 ], "loc": { "start": { - "line": 714, + "line": 718, "column": 23 }, "end": { - "line": 714, + "line": 718, "column": 43 } } @@ -63995,16 +64480,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 28418, - 28425 + 28624, + 28631 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 24 }, "end": { - "line": 715, + "line": 719, "column": 31 } } @@ -64013,31 +64498,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 28426, - 28433 + 28632, + 28639 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 32 }, "end": { - "line": 715, + "line": 719, "column": 39 } } }, "range": [ - 28418, - 28433 + 28624, + 28639 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 24 }, "end": { - "line": 715, + "line": 719, "column": 39 } } @@ -64048,16 +64533,16 @@ "object": { "type": "ThisExpression", "range": [ - 28436, - 28440 + 28642, + 28646 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 42 }, "end": { - "line": 715, + "line": 719, "column": 46 } } @@ -64066,93 +64551,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 28441, - 28448 + 28647, + 28654 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 47 }, "end": { - "line": 715, + "line": 719, "column": 54 } } }, "range": [ - 28436, - 28448 + 28642, + 28654 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 42 }, "end": { - "line": 715, + "line": 719, "column": 54 } } }, "range": [ - 28418, - 28448 + 28624, + 28654 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 24 }, "end": { - "line": 715, + "line": 719, "column": 54 } } }, "range": [ - 28418, - 28449 + 28624, + 28655 ], "loc": { "start": { - "line": 715, + "line": 719, "column": 24 }, "end": { - "line": 715, + "line": 719, "column": 55 } } } ], "range": [ - 28392, - 28471 + 28598, + 28677 ], "loc": { "start": { - "line": 714, + "line": 718, "column": 44 }, "end": { - "line": 716, + "line": 720, "column": 21 } } }, "alternate": null, "range": [ - 28368, - 28471 + 28574, + 28677 ], "loc": { "start": { - "line": 714, + "line": 718, "column": 20 }, "end": { - "line": 716, + "line": 720, "column": 21 } } @@ -64168,16 +64653,16 @@ "object": { "type": "ThisExpression", "range": [ - 28496, - 28500 + 28702, + 28706 ], "loc": { "start": { - "line": 717, + "line": 721, "column": 24 }, "end": { - "line": 717, + "line": 721, "column": 28 } } @@ -64186,47 +64671,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28501, - 28511 + 28707, + 28717 ], "loc": { "start": { - "line": 717, + "line": 721, "column": 29 }, "end": { - "line": 717, + "line": 721, "column": 39 } } }, "range": [ - 28496, - 28511 + 28702, + 28717 ], "loc": { "start": { - "line": 717, + "line": 721, "column": 24 }, "end": { - "line": 717, + "line": 721, "column": 39 } } }, "prefix": true, "range": [ - 28495, - 28511 + 28701, + 28717 ], "loc": { "start": { - "line": 717, + "line": 721, "column": 23 }, "end": { - "line": 717, + "line": 721, "column": 39 } } @@ -64245,16 +64730,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 28538, - 28544 + 28744, + 28750 ], "loc": { "start": { - "line": 718, + "line": 722, "column": 24 }, "end": { - "line": 718, + "line": 722, "column": 30 } } @@ -64263,31 +64748,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 28545, - 28556 + 28751, + 28762 ], "loc": { "start": { - "line": 718, + "line": 722, "column": 31 }, "end": { - "line": 718, + "line": 722, "column": 42 } } }, "range": [ - 28538, - 28556 + 28744, + 28762 ], "loc": { "start": { - "line": 718, + "line": 722, "column": 24 }, "end": { - "line": 718, + "line": 722, "column": 42 } } @@ -64297,79 +64782,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 28557, - 28564 + 28763, + 28770 ], "loc": { "start": { - "line": 718, + "line": 722, "column": 43 }, "end": { - "line": 718, + "line": 722, "column": 50 } } } ], "range": [ - 28538, - 28565 + 28744, + 28771 ], "loc": { "start": { - "line": 718, + "line": 722, "column": 24 }, "end": { - "line": 718, + "line": 722, "column": 51 } } }, "range": [ - 28538, - 28566 + 28744, + 28772 ], "loc": { "start": { - "line": 718, + "line": 722, "column": 24 }, "end": { - "line": 718, + "line": 722, "column": 52 } } } ], "range": [ - 28512, - 28588 + 28718, + 28794 ], "loc": { "start": { - "line": 717, + "line": 721, "column": 40 }, "end": { - "line": 719, + "line": 723, "column": 21 } } }, "alternate": null, "range": [ - 28492, - 28588 + 28698, + 28794 ], "loc": { "start": { - "line": 717, + "line": 721, "column": 20 }, "end": { - "line": 719, + "line": 723, "column": 21 } } @@ -64383,16 +64868,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 28609, - 28617 + 28815, + 28823 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 20 }, "end": { - "line": 720, + "line": 724, "column": 28 } } @@ -64409,16 +64894,16 @@ "type": "Identifier", "name": "i", "range": [ - 28621, - 28622 + 28827, + 28828 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 32 }, "end": { - "line": 720, + "line": 724, "column": 33 } } @@ -64430,16 +64915,16 @@ "type": "Identifier", "name": "n", "range": [ - 28624, - 28625 + 28830, + 28831 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 35 }, "end": { - "line": 720, + "line": 724, "column": 36 } } @@ -64449,46 +64934,46 @@ "value": 1, "raw": "1", "range": [ - 28626, - 28627 + 28832, + 28833 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 37 }, "end": { - "line": 720, + "line": 724, "column": 38 } } }, "range": [ - 28624, - 28627 + 28830, + 28833 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 35 }, "end": { - "line": 720, + "line": 724, "column": 38 } } }, "range": [ - 28621, - 28627 + 28827, + 28833 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 32 }, "end": { - "line": 720, + "line": 724, "column": 38 } } @@ -64499,16 +64984,16 @@ "object": { "type": "ThisExpression", "range": [ - 28631, - 28635 + 28837, + 28841 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 42 }, "end": { - "line": 720, + "line": 724, "column": 46 } } @@ -64517,46 +65002,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 28636, - 28646 + 28842, + 28852 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 47 }, "end": { - "line": 720, + "line": 724, "column": 57 } } }, "range": [ - 28631, - 28646 + 28837, + 28852 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 42 }, "end": { - "line": 720, + "line": 724, "column": 57 } } }, "range": [ - 28621, - 28646 + 28827, + 28852 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 32 }, "end": { - "line": 720, + "line": 724, "column": 57 } } @@ -64567,16 +65052,16 @@ "object": { "type": "ThisExpression", "range": [ - 28674, - 28678 + 28880, + 28884 ], "loc": { "start": { - "line": 721, + "line": 725, "column": 24 }, "end": { - "line": 721, + "line": 725, "column": 28 } } @@ -64585,31 +65070,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 28679, - 28695 + 28885, + 28901 ], "loc": { "start": { - "line": 721, + "line": 725, "column": 29 }, "end": { - "line": 721, + "line": 725, "column": 45 } } }, "range": [ - 28674, - 28695 + 28880, + 28901 ], "loc": { "start": { - "line": 721, + "line": 725, "column": 24 }, "end": { - "line": 721, + "line": 725, "column": 45 } } @@ -64620,16 +65105,16 @@ "object": { "type": "ThisExpression", "range": [ - 28698, - 28702 + 28904, + 28908 ], "loc": { "start": { - "line": 721, + "line": 725, "column": 48 }, "end": { - "line": 721, + "line": 725, "column": 52 } } @@ -64638,76 +65123,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 28703, - 28714 + 28909, + 28920 ], "loc": { "start": { - "line": 721, + "line": 725, "column": 53 }, "end": { - "line": 721, + "line": 725, "column": 64 } } }, "range": [ - 28698, - 28714 + 28904, + 28920 ], "loc": { "start": { - "line": 721, + "line": 725, "column": 48 }, "end": { - "line": 721, + "line": 725, "column": 64 } } }, "range": [ - 28620, - 28714 + 28826, + 28920 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 31 }, "end": { - "line": 721, + "line": 725, "column": 64 } } }, "range": [ - 28609, - 28714 + 28815, + 28920 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 20 }, "end": { - "line": 721, + "line": 725, "column": 64 } } }, "range": [ - 28609, - 28715 + 28815, + 28921 ], "loc": { "start": { - "line": 720, + "line": 724, "column": 20 }, "end": { - "line": 721, + "line": 725, "column": 65 } }, @@ -64716,16 +65201,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 28737, - 28769 + 28943, + 28975 ], "loc": { "start": { - "line": 723, + "line": 727, "column": 20 }, "end": { - "line": 723, + "line": 727, "column": 52 } } @@ -64740,16 +65225,16 @@ "object": { "type": "ThisExpression", "range": [ - 28793, - 28797 + 28999, + 29003 ], "loc": { "start": { - "line": 724, + "line": 728, "column": 23 }, "end": { - "line": 724, + "line": 728, "column": 27 } } @@ -64758,31 +65243,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 28798, - 28813 + 29004, + 29019 ], "loc": { "start": { - "line": 724, + "line": 728, "column": 28 }, "end": { - "line": 724, + "line": 728, "column": 43 } } }, "range": [ - 28793, - 28813 + 28999, + 29019 ], "loc": { "start": { - "line": 724, + "line": 728, "column": 23 }, "end": { - "line": 724, + "line": 728, "column": 43 } } @@ -64799,16 +65284,16 @@ "type": "Identifier", "name": "col", "range": [ - 28840, - 28843 + 29046, + 29049 ], "loc": { "start": { - "line": 725, + "line": 729, "column": 24 }, "end": { - "line": 725, + "line": 729, "column": 27 } } @@ -64819,16 +65304,16 @@ "object": { "type": "ThisExpression", "range": [ - 28846, - 28850 + 29052, + 29056 ], "loc": { "start": { - "line": 725, + "line": 729, "column": 30 }, "end": { - "line": 725, + "line": 729, "column": 34 } } @@ -64837,61 +65322,61 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 28851, - 28861 + 29057, + 29067 ], "loc": { "start": { - "line": 725, + "line": 729, "column": 35 }, "end": { - "line": 725, + "line": 729, "column": 45 } } }, "range": [ - 28846, - 28861 + 29052, + 29067 ], "loc": { "start": { - "line": 725, + "line": 729, "column": 30 }, "end": { - "line": 725, + "line": 729, "column": 45 } } }, "range": [ - 28840, - 28861 + 29046, + 29067 ], "loc": { "start": { - "line": 725, + "line": 729, "column": 24 }, "end": { - "line": 725, + "line": 729, "column": 45 } } }, "range": [ - 28840, - 28862 + 29046, + 29068 ], "loc": { "start": { - "line": 725, + "line": 729, "column": 24 }, "end": { - "line": 725, + "line": 729, "column": 46 } } @@ -64905,16 +65390,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 28887, - 28895 + 29093, + 29101 ], "loc": { "start": { - "line": 726, + "line": 730, "column": 24 }, "end": { - "line": 726, + "line": 730, "column": 32 } } @@ -64925,16 +65410,16 @@ "object": { "type": "ThisExpression", "range": [ - 28898, - 28902 + 29104, + 29108 ], "loc": { "start": { - "line": 726, + "line": 730, "column": 35 }, "end": { - "line": 726, + "line": 730, "column": 39 } } @@ -64943,93 +65428,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 28903, - 28920 + 29109, + 29126 ], "loc": { "start": { - "line": 726, + "line": 730, "column": 40 }, "end": { - "line": 726, + "line": 730, "column": 57 } } }, "range": [ - 28898, - 28920 + 29104, + 29126 ], "loc": { "start": { - "line": 726, + "line": 730, "column": 35 }, "end": { - "line": 726, + "line": 730, "column": 57 } } }, "range": [ - 28887, - 28920 + 29093, + 29126 ], "loc": { "start": { - "line": 726, + "line": 730, "column": 24 }, "end": { - "line": 726, + "line": 730, "column": 57 } } }, "range": [ - 28887, - 28921 + 29093, + 29127 ], "loc": { "start": { - "line": 726, + "line": 730, "column": 24 }, "end": { - "line": 726, + "line": 730, "column": 58 } } } ], "range": [ - 28814, - 28943 + 29020, + 29149 ], "loc": { "start": { - "line": 724, + "line": 728, "column": 44 }, "end": { - "line": 727, + "line": 731, "column": 21 } } }, "alternate": null, "range": [ - 28790, - 28943 + 28996, + 29149 ], "loc": { "start": { - "line": 724, + "line": 728, "column": 20 }, "end": { - "line": 727, + "line": 731, "column": 21 } }, @@ -65038,16 +65523,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 28737, - 28769 + 28943, + 28975 ], "loc": { "start": { - "line": 723, + "line": 727, "column": 20 }, "end": { - "line": 723, + "line": 727, "column": 52 } } @@ -65058,16 +65543,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 28965, - 28984 + 29171, + 29190 ], "loc": { "start": { - "line": 729, + "line": 733, "column": 20 }, "end": { - "line": 729, + "line": 733, "column": 39 } } @@ -65086,16 +65571,16 @@ "type": "Identifier", "name": "col", "range": [ - 29008, - 29011 + 29214, + 29217 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 23 }, "end": { - "line": 730, + "line": 734, "column": 26 } } @@ -65106,16 +65591,16 @@ "object": { "type": "ThisExpression", "range": [ - 29014, - 29018 + 29220, + 29224 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 29 }, "end": { - "line": 730, + "line": 734, "column": 33 } } @@ -65124,46 +65609,46 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 29019, - 29029 + 29225, + 29235 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 34 }, "end": { - "line": 730, + "line": 734, "column": 44 } } }, "range": [ - 29014, - 29029 + 29220, + 29235 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 29 }, "end": { - "line": 730, + "line": 734, "column": 44 } } }, "range": [ - 29008, - 29029 + 29214, + 29235 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 23 }, "end": { - "line": 730, + "line": 734, "column": 44 } } @@ -65175,16 +65660,16 @@ "type": "Identifier", "name": "col", "range": [ - 29033, - 29036 + 29239, + 29242 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 48 }, "end": { - "line": 730, + "line": 734, "column": 51 } } @@ -65195,16 +65680,16 @@ "object": { "type": "ThisExpression", "range": [ - 29039, - 29043 + 29245, + 29249 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 54 }, "end": { - "line": 730, + "line": 734, "column": 58 } } @@ -65213,61 +65698,61 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 29044, - 29056 + 29250, + 29262 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 59 }, "end": { - "line": 730, + "line": 734, "column": 71 } } }, "range": [ - 29039, - 29056 + 29245, + 29262 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 54 }, "end": { - "line": 730, + "line": 734, "column": 71 } } }, "range": [ - 29033, - 29056 + 29239, + 29262 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 48 }, "end": { - "line": 730, + "line": 734, "column": 71 } } }, "range": [ - 29008, - 29056 + 29214, + 29262 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 23 }, "end": { - "line": 730, + "line": 734, "column": 71 } } @@ -65287,16 +65772,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29087, - 29090 + 29293, + 29296 ], "loc": { "start": { - "line": 731, + "line": 735, "column": 28 }, "end": { - "line": 731, + "line": 735, "column": 31 } } @@ -65305,47 +65790,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29091, - 29099 + 29297, + 29305 ], "loc": { "start": { - "line": 731, + "line": 735, "column": 32 }, "end": { - "line": 731, + "line": 735, "column": 40 } } }, "range": [ - 29087, - 29099 + 29293, + 29305 ], "loc": { "start": { - "line": 731, + "line": 735, "column": 28 }, "end": { - "line": 731, + "line": 735, "column": 40 } } }, "prefix": true, "range": [ - 29086, - 29099 + 29292, + 29305 ], "loc": { "start": { - "line": 731, + "line": 735, "column": 27 }, "end": { - "line": 731, + "line": 735, "column": 40 } } @@ -65365,16 +65850,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29130, - 29133 + 29336, + 29339 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 28 }, "end": { - "line": 732, + "line": 736, "column": 31 } } @@ -65383,31 +65868,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29134, - 29142 + 29340, + 29348 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 32 }, "end": { - "line": 732, + "line": 736, "column": 40 } } }, "range": [ - 29130, - 29142 + 29336, + 29348 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 28 }, "end": { - "line": 732, + "line": 736, "column": 40 } } @@ -65418,16 +65903,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 29149, - 29157 + 29355, + 29363 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 47 }, "end": { - "line": 732, + "line": 736, "column": 55 } } @@ -65436,94 +65921,94 @@ { "type": "ThisExpression", "range": [ - 29158, - 29162 + 29364, + 29368 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 56 }, "end": { - "line": 732, + "line": 736, "column": 60 } } } ], "range": [ - 29145, - 29163 + 29351, + 29369 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 43 }, "end": { - "line": 732, + "line": 736, "column": 61 } } }, "range": [ - 29130, - 29163 + 29336, + 29369 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 28 }, "end": { - "line": 732, + "line": 736, "column": 61 } } }, "range": [ - 29130, - 29164 + 29336, + 29370 ], "loc": { "start": { - "line": 732, + "line": 736, "column": 28 }, "end": { - "line": 732, + "line": 736, "column": 62 } } } ], "range": [ - 29100, - 29190 + 29306, + 29396 ], "loc": { "start": { - "line": 731, + "line": 735, "column": 41 }, "end": { - "line": 733, + "line": 737, "column": 25 } } }, "alternate": null, "range": [ - 29083, - 29190 + 29289, + 29396 ], "loc": { "start": { - "line": 731, + "line": 735, "column": 24 }, "end": { - "line": 733, + "line": 737, "column": 25 } } @@ -65537,16 +66022,16 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29219, - 29227 + 29425, + 29433 ], "loc": { "start": { - "line": 734, + "line": 738, "column": 28 }, "end": { - "line": 734, + "line": 738, "column": 36 } } @@ -65558,16 +66043,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29230, - 29233 + 29436, + 29439 ], "loc": { "start": { - "line": 734, + "line": 738, "column": 39 }, "end": { - "line": 734, + "line": 738, "column": 42 } } @@ -65576,46 +66061,46 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29234, - 29242 + 29440, + 29448 ], "loc": { "start": { - "line": 734, + "line": 738, "column": 43 }, "end": { - "line": 734, + "line": 738, "column": 51 } } }, "range": [ - 29230, - 29242 + 29436, + 29448 ], "loc": { "start": { - "line": 734, + "line": 738, "column": 39 }, "end": { - "line": 734, + "line": 738, "column": 51 } } }, "range": [ - 29219, - 29242 + 29425, + 29448 ], "loc": { "start": { - "line": 734, + "line": 738, "column": 28 }, "end": { - "line": 734, + "line": 738, "column": 51 } } @@ -65623,16 +66108,16 @@ ], "kind": "let", "range": [ - 29215, - 29243 + 29421, + 29449 ], "loc": { "start": { - "line": 734, + "line": 738, "column": 24 }, "end": { - "line": 734, + "line": 738, "column": 52 } } @@ -65646,16 +66131,16 @@ "type": "Identifier", "name": "slc", "range": [ - 29273, - 29276 + 29479, + 29482 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 28 }, "end": { - "line": 736, + "line": 740, "column": 31 } } @@ -65669,16 +66154,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 29279, - 29282 + 29485, + 29488 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 34 }, "end": { - "line": 736, + "line": 740, "column": 37 } } @@ -65687,31 +66172,31 @@ "type": "Identifier", "name": "create", "range": [ - 29283, - 29289 + 29489, + 29495 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 38 }, "end": { - "line": 736, + "line": 740, "column": 44 } } }, "range": [ - 29279, - 29289 + 29485, + 29495 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 34 }, "end": { - "line": 736, + "line": 740, "column": 44 } } @@ -65723,16 +66208,16 @@ "object": { "type": "ThisExpression", "range": [ - 29290, - 29294 + 29496, + 29500 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 45 }, "end": { - "line": 736, + "line": 740, "column": 49 } } @@ -65741,31 +66226,31 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 29295, - 29305 + 29501, + 29511 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 50 }, "end": { - "line": 736, + "line": 740, "column": 60 } } }, "range": [ - 29290, - 29305 + 29496, + 29511 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 45 }, "end": { - "line": 736, + "line": 740, "column": 60 } } @@ -65778,16 +66263,16 @@ "value": "id", "raw": "'id'", "range": [ - 29340, - 29344 + 29546, + 29550 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 33 }, "end": { - "line": 737, + "line": 741, "column": 37 } } @@ -65807,16 +66292,16 @@ "object": { "type": "ThisExpression", "range": [ - 29346, - 29350 + 29552, + 29556 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 39 }, "end": { - "line": 737, + "line": 741, "column": 43 } } @@ -65825,31 +66310,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 29351, - 29358 + 29557, + 29564 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 44 }, "end": { - "line": 737, + "line": 741, "column": 51 } } }, "range": [ - 29346, - 29358 + 29552, + 29564 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 39 }, "end": { - "line": 737, + "line": 741, "column": 51 } } @@ -65858,31 +66343,31 @@ "type": "Identifier", "name": "i", "range": [ - 29359, - 29360 + 29565, + 29566 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 52 }, "end": { - "line": 737, + "line": 741, "column": 53 } } }, "range": [ - 29346, - 29360 + 29552, + 29566 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 39 }, "end": { - "line": 737, + "line": 741, "column": 53 } } @@ -65892,31 +66377,31 @@ "value": "_", "raw": "'_'", "range": [ - 29361, - 29364 + 29567, + 29570 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 54 }, "end": { - "line": 737, + "line": 741, "column": 57 } } }, "range": [ - 29346, - 29364 + 29552, + 29570 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 39 }, "end": { - "line": 737, + "line": 741, "column": 57 } } @@ -65927,16 +66412,16 @@ "object": { "type": "ThisExpression", "range": [ - 29365, - 29369 + 29571, + 29575 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 58 }, "end": { - "line": 737, + "line": 741, "column": 62 } } @@ -65945,62 +66430,62 @@ "type": "Identifier", "name": "id", "range": [ - 29370, - 29372 + 29576, + 29578 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 63 }, "end": { - "line": 737, + "line": 741, "column": 65 } } }, "range": [ - 29365, - 29372 + 29571, + 29578 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 58 }, "end": { - "line": 737, + "line": 741, "column": 65 } } }, "range": [ - 29346, - 29372 + 29552, + 29578 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 39 }, "end": { - "line": 737, + "line": 741, "column": 65 } } } ], "range": [ - 29339, - 29373 + 29545, + 29579 ], "loc": { "start": { - "line": 737, + "line": 741, "column": 32 }, "end": { - "line": 737, + "line": 741, "column": 66 } } @@ -66013,16 +66498,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 29408, - 29412 + 29614, + 29618 ], "loc": { "start": { - "line": 738, + "line": 742, "column": 33 }, "end": { - "line": 738, + "line": 742, "column": 37 } } @@ -66031,32 +66516,32 @@ "type": "Identifier", "name": "i", "range": [ - 29414, - 29415 + 29620, + 29621 ], "loc": { "start": { - "line": 738, + "line": 742, "column": 39 }, "end": { - "line": 738, + "line": 742, "column": 40 } } } ], "range": [ - 29407, - 29416 + 29613, + 29622 ], "loc": { "start": { - "line": 738, + "line": 742, "column": 32 }, "end": { - "line": 738, + "line": 742, "column": 41 } } @@ -66069,16 +66554,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 29419, - 29427 + 29625, + 29633 ], "loc": { "start": { - "line": 738, + "line": 742, "column": 44 }, "end": { - "line": 738, + "line": 742, "column": 52 } } @@ -66088,63 +66573,63 @@ "value": "0", "raw": "'0'", "range": [ - 29429, - 29432 + 29635, + 29638 ], "loc": { "start": { - "line": 738, + "line": 742, "column": 54 }, "end": { - "line": 738, + "line": 742, "column": 57 } } } ], "range": [ - 29418, - 29433 + 29624, + 29639 ], "loc": { "start": { - "line": 738, + "line": 742, "column": 43 }, "end": { - "line": 738, + "line": 742, "column": 58 } } } ], "range": [ - 29279, - 29463 + 29485, + 29669 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 34 }, "end": { - "line": 739, + "line": 743, "column": 29 } } }, "range": [ - 29273, - 29463 + 29479, + 29669 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 28 }, "end": { - "line": 739, + "line": 743, "column": 29 } } @@ -66152,16 +66637,16 @@ ], "kind": "let", "range": [ - 29269, - 29464 + 29475, + 29670 ], "loc": { "start": { - "line": 736, + "line": 740, "column": 24 }, "end": { - "line": 739, + "line": 743, "column": 30 } } @@ -66175,16 +66660,16 @@ "type": "Identifier", "name": "col", "range": [ - 29493, - 29496 + 29699, + 29702 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 27 }, "end": { - "line": 741, + "line": 745, "column": 30 } } @@ -66195,16 +66680,16 @@ "object": { "type": "ThisExpression", "range": [ - 29499, - 29503 + 29705, + 29709 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 33 }, "end": { - "line": 741, + "line": 745, "column": 37 } } @@ -66213,46 +66698,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 29504, - 29516 + 29710, + 29722 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 38 }, "end": { - "line": 741, + "line": 745, "column": 50 } } }, "range": [ - 29499, - 29516 + 29705, + 29722 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 33 }, "end": { - "line": 741, + "line": 745, "column": 50 } } }, "range": [ - 29493, - 29516 + 29699, + 29722 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 27 }, "end": { - "line": 741, + "line": 745, "column": 50 } } @@ -66272,16 +66757,16 @@ "type": "Identifier", "name": "slc", "range": [ - 29547, - 29550 + 29753, + 29756 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 28 }, "end": { - "line": 742, + "line": 746, "column": 31 } } @@ -66290,31 +66775,31 @@ "type": "Identifier", "name": "multiple", "range": [ - 29551, - 29559 + 29757, + 29765 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 32 }, "end": { - "line": 742, + "line": 746, "column": 40 } } }, "range": [ - 29547, - 29559 + 29753, + 29765 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 28 }, "end": { - "line": 742, + "line": 746, "column": 40 } } @@ -66325,16 +66810,16 @@ "object": { "type": "ThisExpression", "range": [ - 29562, - 29566 + 29768, + 29772 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 43 }, "end": { - "line": 742, + "line": 746, "column": 47 } } @@ -66343,61 +66828,61 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 29567, - 29579 + 29773, + 29785 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 48 }, "end": { - "line": 742, + "line": 746, "column": 60 } } }, "range": [ - 29562, - 29579 + 29768, + 29785 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 43 }, "end": { - "line": 742, + "line": 746, "column": 60 } } }, "range": [ - 29547, - 29579 + 29753, + 29785 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 28 }, "end": { - "line": 742, + "line": 746, "column": 60 } } }, "range": [ - 29547, - 29580 + 29753, + 29786 ], "loc": { "start": { - "line": 742, + "line": 746, "column": 28 }, "end": { - "line": 742, + "line": 746, "column": 61 } } @@ -66414,16 +66899,16 @@ "type": "Identifier", "name": "slc", "range": [ - 29609, - 29612 + 29815, + 29818 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 28 }, "end": { - "line": 743, + "line": 747, "column": 31 } } @@ -66432,31 +66917,31 @@ "type": "Identifier", "name": "title", "range": [ - 29613, - 29618 + 29819, + 29824 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 32 }, "end": { - "line": 743, + "line": 747, "column": 37 } } }, "range": [ - 29609, - 29618 + 29815, + 29824 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 28 }, "end": { - "line": 743, + "line": 747, "column": 37 } } @@ -66468,16 +66953,16 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29621, - 29629 + 29827, + 29835 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 40 }, "end": { - "line": 743, + "line": 747, "column": 48 } } @@ -66486,93 +66971,93 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 29630, - 29648 + 29836, + 29854 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 49 }, "end": { - "line": 743, + "line": 747, "column": 67 } } }, "range": [ - 29621, - 29648 + 29827, + 29854 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 40 }, "end": { - "line": 743, + "line": 747, "column": 67 } } }, "range": [ - 29609, - 29648 + 29815, + 29854 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 28 }, "end": { - "line": 743, + "line": 747, "column": 67 } } }, "range": [ - 29609, - 29649 + 29815, + 29855 ], "loc": { "start": { - "line": 743, + "line": 747, "column": 28 }, "end": { - "line": 743, + "line": 747, "column": 68 } } } ], "range": [ - 29517, - 29675 + 29723, + 29881 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 51 }, "end": { - "line": 744, + "line": 748, "column": 25 } } }, "alternate": null, "range": [ - 29490, - 29675 + 29696, + 29881 ], "loc": { "start": { - "line": 741, + "line": 745, "column": 24 }, "end": { - "line": 744, + "line": 748, "column": 25 } } @@ -66589,16 +67074,16 @@ "type": "Identifier", "name": "slc", "range": [ - 29700, - 29703 + 29906, + 29909 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 24 }, "end": { - "line": 745, + "line": 749, "column": 27 } } @@ -66607,31 +67092,31 @@ "type": "Identifier", "name": "className", "range": [ - 29704, - 29713 + 29910, + 29919 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 28 }, "end": { - "line": 745, + "line": 749, "column": 37 } } }, "range": [ - 29700, - 29713 + 29906, + 29919 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 24 }, "end": { - "line": 745, + "line": 749, "column": 37 } } @@ -66650,16 +67135,16 @@ "type": "Identifier", "name": "Str", "range": [ - 29716, - 29719 + 29922, + 29925 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 40 }, "end": { - "line": 745, + "line": 749, "column": 43 } } @@ -66668,31 +67153,31 @@ "type": "Identifier", "name": "lower", "range": [ - 29720, - 29725 + 29926, + 29931 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 44 }, "end": { - "line": 745, + "line": 749, "column": 49 } } }, "range": [ - 29716, - 29725 + 29922, + 29931 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 40 }, "end": { - "line": 745, + "line": 749, "column": 49 } } @@ -66702,32 +67187,32 @@ "type": "Identifier", "name": "col", "range": [ - 29726, - 29729 + 29932, + 29935 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 50 }, "end": { - "line": 745, + "line": 749, "column": 53 } } } ], "range": [ - 29716, - 29730 + 29922, + 29936 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 40 }, "end": { - "line": 745, + "line": 749, "column": 54 } } @@ -66738,16 +67223,16 @@ "object": { "type": "ThisExpression", "range": [ - 29733, - 29737 + 29939, + 29943 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 57 }, "end": { - "line": 745, + "line": 749, "column": 61 } } @@ -66756,46 +67241,46 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 29738, - 29748 + 29944, + 29954 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 62 }, "end": { - "line": 745, + "line": 749, "column": 72 } } }, "range": [ - 29733, - 29748 + 29939, + 29954 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 57 }, "end": { - "line": 745, + "line": 749, "column": 72 } } }, "range": [ - 29716, - 29748 + 29922, + 29954 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 40 }, "end": { - "line": 745, + "line": 749, "column": 72 } } @@ -66804,16 +67289,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29779, - 29787 + 29985, + 29993 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 28 }, "end": { - "line": 746, + "line": 750, "column": 36 } } @@ -66824,16 +67309,16 @@ "object": { "type": "ThisExpression", "range": [ - 29790, - 29794 + 29996, + 30000 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 39 }, "end": { - "line": 746, + "line": 750, "column": 43 } } @@ -66842,76 +67327,76 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 29795, - 29811 + 30001, + 30017 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 44 }, "end": { - "line": 746, + "line": 750, "column": 60 } } }, "range": [ - 29790, - 29811 + 29996, + 30017 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 39 }, "end": { - "line": 746, + "line": 750, "column": 60 } } }, "range": [ - 29716, - 29811 + 29922, + 30017 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 40 }, "end": { - "line": 746, + "line": 750, "column": 60 } } }, "range": [ - 29700, - 29811 + 29906, + 30017 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 24 }, "end": { - "line": 746, + "line": 750, "column": 60 } } }, "range": [ - 29700, - 29812 + 29906, + 30018 ], "loc": { "start": { - "line": 745, + "line": 749, "column": 24 }, "end": { - "line": 746, + "line": 750, "column": 61 } }, @@ -66920,16 +67405,16 @@ "type": "Line", "value": " for ie<=6", "range": [ - 29812, - 29824 + 30018, + 30030 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 61 }, "end": { - "line": 746, + "line": 750, "column": 73 } } @@ -66938,16 +67423,16 @@ "type": "Line", "value": "filter is appended in desired external element", "range": [ - 29850, - 29898 + 30056, + 30104 ], "loc": { "start": { - "line": 748, + "line": 752, "column": 24 }, "end": { - "line": 748, + "line": 752, "column": 72 } } @@ -66960,16 +67445,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 29926, - 29942 + 30132, + 30148 ], "loc": { "start": { - "line": 749, + "line": 753, "column": 27 }, "end": { - "line": 749, + "line": 753, "column": 43 } } @@ -66993,16 +67478,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 29973, - 29976 + 30179, + 30182 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 28 }, "end": { - "line": 750, + "line": 754, "column": 31 } } @@ -67011,31 +67496,31 @@ "type": "Identifier", "name": "id", "range": [ - 29977, - 29979 + 30183, + 30185 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 32 }, "end": { - "line": 750, + "line": 754, "column": 34 } } }, "range": [ - 29973, - 29979 + 30179, + 30185 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 28 }, "end": { - "line": 750, + "line": 754, "column": 34 } } @@ -67045,32 +67530,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 29980, - 29996 + 30186, + 30202 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 35 }, "end": { - "line": 750, + "line": 754, "column": 51 } } } ], "range": [ - 29973, - 29997 + 30179, + 30203 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 28 }, "end": { - "line": 750, + "line": 754, "column": 52 } } @@ -67079,31 +67564,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 29998, - 30009 + 30204, + 30215 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 53 }, "end": { - "line": 750, + "line": 754, "column": 64 } } }, "range": [ - 29973, - 30009 + 30179, + 30215 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 28 }, "end": { - "line": 750, + "line": 754, "column": 64 } } @@ -67113,47 +67598,47 @@ "type": "Identifier", "name": "slc", "range": [ - 30010, - 30013 + 30216, + 30219 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 65 }, "end": { - "line": 750, + "line": 754, "column": 68 } } } ], "range": [ - 29973, - 30014 + 30179, + 30220 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 28 }, "end": { - "line": 750, + "line": 754, "column": 69 } } }, "range": [ - 29973, - 30015 + 30179, + 30221 ], "loc": { "start": { - "line": 750, + "line": 754, "column": 28 }, "end": { - "line": 750, + "line": 754, "column": 70 } } @@ -67171,16 +67656,16 @@ "object": { "type": "ThisExpression", "range": [ - 30044, - 30048 + 30250, + 30254 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 28 }, "end": { - "line": 751, + "line": 755, "column": 32 } } @@ -67189,31 +67674,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 30049, - 30063 + 30255, + 30269 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 33 }, "end": { - "line": 751, + "line": 755, "column": 47 } } }, "range": [ - 30044, - 30063 + 30250, + 30269 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 28 }, "end": { - "line": 751, + "line": 755, "column": 47 } } @@ -67222,31 +67707,31 @@ "type": "Identifier", "name": "push", "range": [ - 30064, - 30068 + 30270, + 30274 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 48 }, "end": { - "line": 751, + "line": 755, "column": 52 } } }, "range": [ - 30044, - 30068 + 30250, + 30274 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 28 }, "end": { - "line": 751, + "line": 755, "column": 52 } } @@ -67256,63 +67741,63 @@ "type": "Identifier", "name": "slc", "range": [ - 30069, - 30072 + 30275, + 30278 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 53 }, "end": { - "line": 751, + "line": 755, "column": 56 } } } ], "range": [ - 30044, - 30073 + 30250, + 30279 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 28 }, "end": { - "line": 751, + "line": 755, "column": 57 } } }, "range": [ - 30044, - 30074 + 30250, + 30280 ], "loc": { "start": { - "line": 751, + "line": 755, "column": 28 }, "end": { - "line": 751, + "line": 755, "column": 58 } } } ], "range": [ - 29943, - 30100 + 30149, + 30306 ], "loc": { "start": { - "line": 749, + "line": 753, "column": 44 }, "end": { - "line": 752, + "line": 756, "column": 25 } } @@ -67331,16 +67816,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30136, - 30143 + 30342, + 30349 ], "loc": { "start": { - "line": 753, + "line": 757, "column": 28 }, "end": { - "line": 753, + "line": 757, "column": 35 } } @@ -67349,31 +67834,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 30144, - 30155 + 30350, + 30361 ], "loc": { "start": { - "line": 753, + "line": 757, "column": 36 }, "end": { - "line": 753, + "line": 757, "column": 47 } } }, "range": [ - 30136, - 30155 + 30342, + 30361 ], "loc": { "start": { - "line": 753, + "line": 757, "column": 28 }, "end": { - "line": 753, + "line": 757, "column": 47 } } @@ -67383,78 +67868,78 @@ "type": "Identifier", "name": "slc", "range": [ - 30156, - 30159 + 30362, + 30365 ], "loc": { "start": { - "line": 753, + "line": 757, "column": 48 }, "end": { - "line": 753, + "line": 757, "column": 51 } } } ], "range": [ - 30136, - 30160 + 30342, + 30366 ], "loc": { "start": { - "line": 753, + "line": 757, "column": 28 }, "end": { - "line": 753, + "line": 757, "column": 52 } } }, "range": [ - 30136, - 30161 + 30342, + 30367 ], "loc": { "start": { - "line": 753, + "line": 757, "column": 28 }, "end": { - "line": 753, + "line": 757, "column": 53 } } } ], "range": [ - 30106, - 30187 + 30312, + 30393 ], "loc": { "start": { - "line": 752, + "line": 756, "column": 31 }, "end": { - "line": 754, + "line": 758, "column": 25 } } }, "range": [ - 29923, - 30187 + 30129, + 30393 ], "loc": { "start": { - "line": 749, + "line": 753, "column": 24 }, "end": { - "line": 754, + "line": 758, "column": 25 } }, @@ -67463,16 +67948,16 @@ "type": "Line", "value": " for ie<=6", "range": [ - 29812, - 29824 + 30018, + 30030 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 61 }, "end": { - "line": 746, + "line": 750, "column": 73 } } @@ -67481,16 +67966,16 @@ "type": "Line", "value": "filter is appended in desired external element", "range": [ - 29850, - 29898 + 30056, + 30104 ], "loc": { "start": { - "line": 748, + "line": 752, "column": 24 }, "end": { - "line": 748, + "line": 752, "column": 72 } } @@ -67510,16 +67995,16 @@ "object": { "type": "ThisExpression", "range": [ - 30213, - 30217 + 30419, + 30423 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 24 }, "end": { - "line": 756, + "line": 760, "column": 28 } } @@ -67528,31 +68013,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 30218, - 30224 + 30424, + 30430 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 29 }, "end": { - "line": 756, + "line": 760, "column": 35 } } }, "range": [ - 30213, - 30224 + 30419, + 30430 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 24 }, "end": { - "line": 756, + "line": 760, "column": 35 } } @@ -67561,31 +68046,31 @@ "type": "Identifier", "name": "push", "range": [ - 30225, - 30229 + 30431, + 30435 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 36 }, "end": { - "line": 756, + "line": 760, "column": 40 } } }, "range": [ - 30213, - 30229 + 30419, + 30435 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 24 }, "end": { - "line": 756, + "line": 760, "column": 40 } } @@ -67606,16 +68091,16 @@ "object": { "type": "ThisExpression", "range": [ - 30230, - 30234 + 30436, + 30440 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 41 }, "end": { - "line": 756, + "line": 760, "column": 45 } } @@ -67624,31 +68109,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 30235, - 30242 + 30441, + 30448 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 46 }, "end": { - "line": 756, + "line": 760, "column": 53 } } }, "range": [ - 30230, - 30242 + 30436, + 30448 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 41 }, "end": { - "line": 756, + "line": 760, "column": 53 } } @@ -67657,31 +68142,31 @@ "type": "Identifier", "name": "i", "range": [ - 30243, - 30244 + 30449, + 30450 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 54 }, "end": { - "line": 756, + "line": 760, "column": 55 } } }, "range": [ - 30230, - 30244 + 30436, + 30450 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 41 }, "end": { - "line": 756, + "line": 760, "column": 55 } } @@ -67691,31 +68176,31 @@ "value": "_", "raw": "'_'", "range": [ - 30245, - 30248 + 30451, + 30454 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 56 }, "end": { - "line": 756, + "line": 760, "column": 59 } } }, "range": [ - 30230, - 30248 + 30436, + 30454 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 41 }, "end": { - "line": 756, + "line": 760, "column": 59 } } @@ -67726,16 +68211,16 @@ "object": { "type": "ThisExpression", "range": [ - 30249, - 30253 + 30455, + 30459 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 60 }, "end": { - "line": 756, + "line": 760, "column": 64 } } @@ -67744,77 +68229,77 @@ "type": "Identifier", "name": "id", "range": [ - 30254, - 30256 + 30460, + 30462 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 65 }, "end": { - "line": 756, + "line": 760, "column": 67 } } }, "range": [ - 30249, - 30256 + 30455, + 30462 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 60 }, "end": { - "line": 756, + "line": 760, "column": 67 } } }, "range": [ - 30230, - 30256 + 30436, + 30462 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 41 }, "end": { - "line": 756, + "line": 760, "column": 67 } } } ], "range": [ - 30213, - 30257 + 30419, + 30463 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 24 }, "end": { - "line": 756, + "line": 760, "column": 68 } } }, "range": [ - 30213, - 30258 + 30419, + 30464 ], "loc": { "start": { - "line": 756, + "line": 760, "column": 24 }, "end": { - "line": 756, + "line": 760, "column": 69 } } @@ -67830,16 +68315,16 @@ "object": { "type": "ThisExpression", "range": [ - 30288, - 30292 + 30494, + 30498 ], "loc": { "start": { - "line": 758, + "line": 762, "column": 28 }, "end": { - "line": 758, + "line": 762, "column": 32 } } @@ -67848,47 +68333,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 30293, - 30308 + 30499, + 30514 ], "loc": { "start": { - "line": 758, + "line": 762, "column": 33 }, "end": { - "line": 758, + "line": 762, "column": 48 } } }, "range": [ - 30288, - 30308 + 30494, + 30514 ], "loc": { "start": { - "line": 758, + "line": 762, "column": 28 }, "end": { - "line": 758, + "line": 762, "column": 48 } } }, "prefix": true, "range": [ - 30287, - 30308 + 30493, + 30514 ], "loc": { "start": { - "line": 758, + "line": 762, "column": 27 }, "end": { - "line": 758, + "line": 762, "column": 48 } } @@ -67907,16 +68392,16 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30339, - 30347 + 30545, + 30553 ], "loc": { "start": { - "line": 759, + "line": 763, "column": 28 }, "end": { - "line": 759, + "line": 763, "column": 36 } } @@ -67925,31 +68410,31 @@ "type": "Identifier", "name": "_build", "range": [ - 30348, - 30354 + 30554, + 30560 ], "loc": { "start": { - "line": 759, + "line": 763, "column": 37 }, "end": { - "line": 759, + "line": 763, "column": 43 } } }, "range": [ - 30339, - 30354 + 30545, + 30560 ], "loc": { "start": { - "line": 759, + "line": 763, "column": 28 }, "end": { - "line": 759, + "line": 763, "column": 43 } } @@ -67959,79 +68444,79 @@ "type": "Identifier", "name": "i", "range": [ - 30355, - 30356 + 30561, + 30562 ], "loc": { "start": { - "line": 759, + "line": 763, "column": 44 }, "end": { - "line": 759, + "line": 763, "column": 45 } } } ], "range": [ - 30339, - 30357 + 30545, + 30563 ], "loc": { "start": { - "line": 759, + "line": 763, "column": 28 }, "end": { - "line": 759, + "line": 763, "column": 46 } } }, "range": [ - 30339, - 30358 + 30545, + 30564 ], "loc": { "start": { - "line": 759, + "line": 763, "column": 28 }, "end": { - "line": 759, + "line": 763, "column": 47 } } } ], "range": [ - 30309, - 30384 + 30515, + 30590 ], "loc": { "start": { - "line": 758, + "line": 762, "column": 49 }, "end": { - "line": 760, + "line": 764, "column": 25 } } }, "alternate": null, "range": [ - 30284, - 30384 + 30490, + 30590 ], "loc": { "start": { - "line": 758, + "line": 762, "column": 24 }, "end": { - "line": 760, + "line": 764, "column": 25 } } @@ -68047,16 +68532,16 @@ "type": "Identifier", "name": "Event", "range": [ - 30410, - 30415 + 30616, + 30621 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 24 }, "end": { - "line": 762, + "line": 766, "column": 29 } } @@ -68065,31 +68550,31 @@ "type": "Identifier", "name": "add", "range": [ - 30416, - 30419 + 30622, + 30625 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 30 }, "end": { - "line": 762, + "line": 766, "column": 33 } } }, "range": [ - 30410, - 30419 + 30616, + 30625 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 24 }, "end": { - "line": 762, + "line": 766, "column": 33 } } @@ -68099,16 +68584,16 @@ "type": "Identifier", "name": "slc", "range": [ - 30420, - 30423 + 30626, + 30629 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 34 }, "end": { - "line": 762, + "line": 766, "column": 37 } } @@ -68118,16 +68603,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 30425, - 30435 + 30631, + 30641 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 39 }, "end": { - "line": 762, + "line": 766, "column": 49 } } @@ -68146,16 +68631,16 @@ "object": { "type": "ThisExpression", "range": [ - 30465, - 30469 + 30671, + 30675 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 28 }, "end": { - "line": 763, + "line": 767, "column": 32 } } @@ -68164,31 +68649,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 30470, - 30473 + 30676, + 30679 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 33 }, "end": { - "line": 763, + "line": 767, "column": 36 } } }, "range": [ - 30465, - 30473 + 30671, + 30679 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 28 }, "end": { - "line": 763, + "line": 767, "column": 36 } } @@ -68197,31 +68682,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 30474, - 30483 + 30680, + 30689 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 37 }, "end": { - "line": 763, + "line": 767, "column": 46 } } }, "range": [ - 30465, - 30483 + 30671, + 30689 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 28 }, "end": { - "line": 763, + "line": 767, "column": 46 } } @@ -68230,31 +68715,31 @@ "type": "Identifier", "name": "bind", "range": [ - 30484, - 30488 + 30690, + 30694 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 47 }, "end": { - "line": 763, + "line": 767, "column": 51 } } }, "range": [ - 30465, - 30488 + 30671, + 30694 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 28 }, "end": { - "line": 763, + "line": 767, "column": 51 } } @@ -68263,63 +68748,63 @@ { "type": "ThisExpression", "range": [ - 30489, - 30493 + 30695, + 30699 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 52 }, "end": { - "line": 763, + "line": 767, "column": 56 } } } ], "range": [ - 30465, - 30494 + 30671, + 30700 ], "loc": { "start": { - "line": 763, + "line": 767, "column": 28 }, "end": { - "line": 763, + "line": 767, "column": 57 } } } ], "range": [ - 30410, - 30495 + 30616, + 30701 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 24 }, "end": { - "line": 763, + "line": 767, "column": 58 } } }, "range": [ - 30410, - 30496 + 30616, + 30702 ], "loc": { "start": { - "line": 762, + "line": 766, "column": 24 }, "end": { - "line": 763, + "line": 767, "column": 59 } } @@ -68335,16 +68820,16 @@ "type": "Identifier", "name": "Event", "range": [ - 30521, - 30526 + 30727, + 30732 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 24 }, "end": { - "line": 764, + "line": 768, "column": 29 } } @@ -68353,31 +68838,31 @@ "type": "Identifier", "name": "add", "range": [ - 30527, - 30530 + 30733, + 30736 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 30 }, "end": { - "line": 764, + "line": 768, "column": 33 } } }, "range": [ - 30521, - 30530 + 30727, + 30736 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 24 }, "end": { - "line": 764, + "line": 768, "column": 33 } } @@ -68387,16 +68872,16 @@ "type": "Identifier", "name": "slc", "range": [ - 30531, - 30534 + 30737, + 30740 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 34 }, "end": { - "line": 764, + "line": 768, "column": 37 } } @@ -68406,16 +68891,16 @@ "value": "change", "raw": "'change'", "range": [ - 30536, - 30544 + 30742, + 30750 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 39 }, "end": { - "line": 764, + "line": 768, "column": 47 } } @@ -68434,16 +68919,16 @@ "object": { "type": "ThisExpression", "range": [ - 30574, - 30578 + 30780, + 30784 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 28 }, "end": { - "line": 765, + "line": 769, "column": 32 } } @@ -68452,31 +68937,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 30579, - 30582 + 30785, + 30788 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 33 }, "end": { - "line": 765, + "line": 769, "column": 36 } } }, "range": [ - 30574, - 30582 + 30780, + 30788 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 28 }, "end": { - "line": 765, + "line": 769, "column": 36 } } @@ -68485,31 +68970,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 30583, - 30594 + 30789, + 30800 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 37 }, "end": { - "line": 765, + "line": 769, "column": 48 } } }, "range": [ - 30574, - 30594 + 30780, + 30800 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 28 }, "end": { - "line": 765, + "line": 769, "column": 48 } } @@ -68518,31 +69003,31 @@ "type": "Identifier", "name": "bind", "range": [ - 30595, - 30599 + 30801, + 30805 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 49 }, "end": { - "line": 765, + "line": 769, "column": 53 } } }, "range": [ - 30574, - 30599 + 30780, + 30805 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 28 }, "end": { - "line": 765, + "line": 769, "column": 53 } } @@ -68551,63 +69036,63 @@ { "type": "ThisExpression", "range": [ - 30600, - 30604 + 30806, + 30810 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 54 }, "end": { - "line": 765, + "line": 769, "column": 58 } } } ], "range": [ - 30574, - 30605 + 30780, + 30811 ], "loc": { "start": { - "line": 765, + "line": 769, "column": 28 }, "end": { - "line": 765, + "line": 769, "column": 59 } } } ], "range": [ - 30521, - 30606 + 30727, + 30812 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 24 }, "end": { - "line": 765, + "line": 769, "column": 60 } } }, "range": [ - 30521, - 30607 + 30727, + 30813 ], "loc": { "start": { - "line": 764, + "line": 768, "column": 24 }, "end": { - "line": 765, + "line": 769, "column": 61 } } @@ -68623,16 +69108,16 @@ "type": "Identifier", "name": "Event", "range": [ - 30632, - 30637 + 30838, + 30843 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 24 }, "end": { - "line": 766, + "line": 770, "column": 29 } } @@ -68641,31 +69126,31 @@ "type": "Identifier", "name": "add", "range": [ - 30638, - 30641 + 30844, + 30847 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 30 }, "end": { - "line": 766, + "line": 770, "column": 33 } } }, "range": [ - 30632, - 30641 + 30838, + 30847 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 24 }, "end": { - "line": 766, + "line": 770, "column": 33 } } @@ -68675,16 +69160,16 @@ "type": "Identifier", "name": "slc", "range": [ - 30642, - 30645 + 30848, + 30851 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 34 }, "end": { - "line": 766, + "line": 770, "column": 37 } } @@ -68694,16 +69179,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 30647, - 30654 + 30853, + 30860 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 39 }, "end": { - "line": 766, + "line": 770, "column": 46 } } @@ -68722,16 +69207,16 @@ "object": { "type": "ThisExpression", "range": [ - 30656, - 30660 + 30862, + 30866 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 48 }, "end": { - "line": 766, + "line": 770, "column": 52 } } @@ -68740,31 +69225,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 30661, - 30664 + 30867, + 30870 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 53 }, "end": { - "line": 766, + "line": 770, "column": 56 } } }, "range": [ - 30656, - 30664 + 30862, + 30870 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 48 }, "end": { - "line": 766, + "line": 770, "column": 56 } } @@ -68773,31 +69258,31 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 30665, - 30675 + 30871, + 30881 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 57 }, "end": { - "line": 766, + "line": 770, "column": 67 } } }, "range": [ - 30656, - 30675 + 30862, + 30881 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 48 }, "end": { - "line": 766, + "line": 770, "column": 67 } } @@ -68806,31 +69291,31 @@ "type": "Identifier", "name": "bind", "range": [ - 30676, - 30680 + 30882, + 30886 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 68 }, "end": { - "line": 766, + "line": 770, "column": 72 } } }, "range": [ - 30656, - 30680 + 30862, + 30886 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 48 }, "end": { - "line": 766, + "line": 770, "column": 72 } } @@ -68839,63 +69324,63 @@ { "type": "ThisExpression", "range": [ - 30681, - 30685 + 30887, + 30891 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 73 }, "end": { - "line": 766, + "line": 770, "column": 77 } } } ], "range": [ - 30656, - 30686 + 30862, + 30892 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 48 }, "end": { - "line": 766, + "line": 770, "column": 78 } } } ], "range": [ - 30632, - 30687 + 30838, + 30893 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 24 }, "end": { - "line": 766, + "line": 770, "column": 79 } } }, "range": [ - 30632, - 30688 + 30838, + 30894 ], "loc": { "start": { - "line": 766, + "line": 770, "column": 24 }, "end": { - "line": 766, + "line": 770, "column": 80 } }, @@ -68904,16 +69389,16 @@ "type": "Line", "value": "1st option is created here since dropdown.build isn't", "range": [ - 30714, - 30769 + 30920, + 30975 ], "loc": { "start": { - "line": 768, + "line": 772, "column": 24 }, "end": { - "line": 768, + "line": 772, "column": 79 } } @@ -68922,16 +69407,16 @@ "type": "Line", "value": "invoked", "range": [ - 30794, - 30803 + 31000, + 31009 ], "loc": { "start": { - "line": 769, + "line": 773, "column": 24 }, "end": { - "line": 769, + "line": 773, "column": 33 } } @@ -68946,16 +69431,16 @@ "object": { "type": "ThisExpression", "range": [ - 30831, - 30835 + 31037, + 31041 ], "loc": { "start": { - "line": 770, + "line": 774, "column": 27 }, "end": { - "line": 770, + "line": 774, "column": 31 } } @@ -68964,31 +69449,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 30836, - 30851 + 31042, + 31057 ], "loc": { "start": { - "line": 770, + "line": 774, "column": 32 }, "end": { - "line": 770, + "line": 774, "column": 47 } } }, "range": [ - 30831, - 30851 + 31037, + 31057 ], "loc": { "start": { - "line": 770, + "line": 774, "column": 27 }, "end": { - "line": 770, + "line": 774, "column": 47 } } @@ -69005,16 +69490,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 30886, - 30890 + 31092, + 31096 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 32 }, "end": { - "line": 771, + "line": 775, "column": 36 } } @@ -69028,16 +69513,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 30893, - 30896 + 31099, + 31102 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 39 }, "end": { - "line": 771, + "line": 775, "column": 42 } } @@ -69046,31 +69531,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 30897, - 30906 + 31103, + 31112 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 43 }, "end": { - "line": 771, + "line": 775, "column": 52 } } }, "range": [ - 30893, - 30906 + 31099, + 31112 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 39 }, "end": { - "line": 771, + "line": 775, "column": 52 } } @@ -69082,16 +69567,16 @@ "object": { "type": "ThisExpression", "range": [ - 30907, - 30911 + 31113, + 31117 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 53 }, "end": { - "line": 771, + "line": 775, "column": 57 } } @@ -69100,31 +69585,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 30912, - 30926 + 31118, + 31132 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 58 }, "end": { - "line": 771, + "line": 775, "column": 72 } } }, "range": [ - 30907, - 30926 + 31113, + 31132 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 53 }, "end": { - "line": 771, + "line": 775, "column": 72 } } @@ -69134,47 +69619,47 @@ "value": "", "raw": "''", "range": [ - 30928, - 30930 + 31134, + 31136 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 74 }, "end": { - "line": 771, + "line": 775, "column": 76 } } } ], "range": [ - 30893, - 30931 + 31099, + 31137 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 39 }, "end": { - "line": 771, + "line": 775, "column": 77 } } }, "range": [ - 30886, - 30931 + 31092, + 31137 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 32 }, "end": { - "line": 771, + "line": 775, "column": 77 } } @@ -69182,16 +69667,16 @@ ], "kind": "let", "range": [ - 30882, - 30932 + 31088, + 31138 ], "loc": { "start": { - "line": 771, + "line": 775, "column": 28 }, "end": { - "line": 771, + "line": 775, "column": 78 } } @@ -69207,16 +69692,16 @@ "type": "Identifier", "name": "slc", "range": [ - 30961, - 30964 + 31167, + 31170 ], "loc": { "start": { - "line": 772, + "line": 776, "column": 28 }, "end": { - "line": 772, + "line": 776, "column": 31 } } @@ -69225,31 +69710,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 30965, - 30976 + 31171, + 31182 ], "loc": { "start": { - "line": 772, + "line": 776, "column": 32 }, "end": { - "line": 772, + "line": 776, "column": 43 } } }, "range": [ - 30961, - 30976 + 31167, + 31182 ], "loc": { "start": { - "line": 772, + "line": 776, "column": 28 }, "end": { - "line": 772, + "line": 776, "column": 43 } } @@ -69259,79 +69744,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 30977, - 30981 + 31183, + 31187 ], "loc": { "start": { - "line": 772, + "line": 776, "column": 44 }, "end": { - "line": 772, + "line": 776, "column": 48 } } } ], "range": [ - 30961, - 30982 + 31167, + 31188 ], "loc": { "start": { - "line": 772, + "line": 776, "column": 28 }, "end": { - "line": 772, + "line": 776, "column": 49 } } }, "range": [ - 30961, - 30983 + 31167, + 31189 ], "loc": { "start": { - "line": 772, + "line": 776, "column": 28 }, "end": { - "line": 772, + "line": 776, "column": 50 } } } ], "range": [ - 30852, - 31009 + 31058, + 31215 ], "loc": { "start": { - "line": 770, + "line": 774, "column": 48 }, "end": { - "line": 773, + "line": 777, "column": 25 } } }, "alternate": null, "range": [ - 30828, - 31009 + 31034, + 31215 ], "loc": { "start": { - "line": 770, + "line": 774, "column": 24 }, "end": { - "line": 773, + "line": 777, "column": 25 } }, @@ -69340,16 +69825,16 @@ "type": "Line", "value": "1st option is created here since dropdown.build isn't", "range": [ - 30714, - 30769 + 30920, + 30975 ], "loc": { "start": { - "line": 768, + "line": 772, "column": 24 }, "end": { - "line": 768, + "line": 772, "column": 79 } } @@ -69358,16 +69843,16 @@ "type": "Line", "value": "invoked", "range": [ - 30794, - 30803 + 31000, + 31009 ], "loc": { "start": { - "line": 769, + "line": 773, "column": 24 }, "end": { - "line": 769, + "line": 773, "column": 33 } } @@ -69376,16 +69861,16 @@ } ], "range": [ - 29057, - 31031 + 29263, + 31237 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 72 }, "end": { - "line": 774, + "line": 778, "column": 21 } }, @@ -69394,16 +69879,16 @@ "type": "Line", "value": " checklist", "range": [ - 31052, - 31064 + 31258, + 31270 ], "loc": { "start": { - "line": 775, + "line": 779, "column": 20 }, "end": { - "line": 775, + "line": 779, "column": 32 } } @@ -69419,16 +69904,16 @@ "type": "Identifier", "name": "col", "range": [ - 31093, - 31096 + 31299, + 31302 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 28 }, "end": { - "line": 776, + "line": 780, "column": 31 } } @@ -69439,16 +69924,16 @@ "object": { "type": "ThisExpression", "range": [ - 31099, - 31103 + 31305, + 31309 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 34 }, "end": { - "line": 776, + "line": 780, "column": 38 } } @@ -69457,46 +69942,46 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 31104, - 31120 + 31310, + 31326 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 39 }, "end": { - "line": 776, + "line": 780, "column": 55 } } }, "range": [ - 31099, - 31120 + 31305, + 31326 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 34 }, "end": { - "line": 776, + "line": 780, "column": 55 } } }, "range": [ - 31093, - 31120 + 31299, + 31326 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 28 }, "end": { - "line": 776, + "line": 780, "column": 55 } } @@ -69513,32 +69998,32 @@ "type": "Identifier", "name": "checkList", "range": [ - 31151, - 31160 + 31357, + 31366 ], "loc": { "start": { - "line": 777, + "line": 781, "column": 28 }, "end": { - "line": 777, + "line": 781, "column": 37 } } }, "init": null, "range": [ - 31151, - 31160 + 31357, + 31366 ], "loc": { "start": { - "line": 777, + "line": 781, "column": 28 }, "end": { - "line": 777, + "line": 781, "column": 37 } } @@ -69546,16 +70031,16 @@ ], "kind": "let", "range": [ - 31147, - 31161 + 31353, + 31367 ], "loc": { "start": { - "line": 777, + "line": 781, "column": 24 }, "end": { - "line": 777, + "line": 781, "column": 38 } } @@ -69572,16 +70057,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31186, - 31189 + 31392, + 31395 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 24 }, "end": { - "line": 778, + "line": 782, "column": 27 } } @@ -69590,31 +70075,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 31190, - 31199 + 31396, + 31405 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 28 }, "end": { - "line": 778, + "line": 782, "column": 37 } } }, "range": [ - 31186, - 31199 + 31392, + 31405 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 24 }, "end": { - "line": 778, + "line": 782, "column": 37 } } @@ -69625,16 +70110,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 31206, - 31215 + 31412, + 31421 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 44 }, "end": { - "line": 778, + "line": 782, "column": 53 } } @@ -69643,62 +70128,62 @@ { "type": "ThisExpression", "range": [ - 31216, - 31220 + 31422, + 31426 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 54 }, "end": { - "line": 778, + "line": 782, "column": 58 } } } ], "range": [ - 31202, - 31221 + 31408, + 31427 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 40 }, "end": { - "line": 778, + "line": 782, "column": 59 } } }, "range": [ - 31186, - 31221 + 31392, + 31427 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 24 }, "end": { - "line": 778, + "line": 782, "column": 59 } } }, "range": [ - 31186, - 31222 + 31392, + 31428 ], "loc": { "start": { - "line": 778, + "line": 782, "column": 24 }, "end": { - "line": 778, + "line": 782, "column": 60 } } @@ -69712,16 +70197,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 31247, - 31256 + 31453, + 31462 ], "loc": { "start": { - "line": 779, + "line": 783, "column": 24 }, "end": { - "line": 779, + "line": 783, "column": 33 } } @@ -69733,16 +70218,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31259, - 31262 + 31465, + 31468 ], "loc": { "start": { - "line": 779, + "line": 783, "column": 36 }, "end": { - "line": 779, + "line": 783, "column": 39 } } @@ -69751,61 +70236,61 @@ "type": "Identifier", "name": "checkList", "range": [ - 31263, - 31272 + 31469, + 31478 ], "loc": { "start": { - "line": 779, + "line": 783, "column": 40 }, "end": { - "line": 779, + "line": 783, "column": 49 } } }, "range": [ - 31259, - 31272 + 31465, + 31478 ], "loc": { "start": { - "line": 779, + "line": 783, "column": 36 }, "end": { - "line": 779, + "line": 783, "column": 49 } } }, "range": [ - 31247, - 31272 + 31453, + 31478 ], "loc": { "start": { - "line": 779, + "line": 783, "column": 24 }, "end": { - "line": 779, + "line": 783, "column": 49 } } }, "range": [ - 31247, - 31273 + 31453, + 31479 ], "loc": { "start": { - "line": 779, + "line": 783, "column": 24 }, "end": { - "line": 779, + "line": 783, "column": 50 } } @@ -69819,16 +70304,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 31303, - 31310 + 31509, + 31516 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 28 }, "end": { - "line": 781, + "line": 785, "column": 35 } } @@ -69842,16 +70327,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 31313, - 31316 + 31519, + 31522 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 38 }, "end": { - "line": 781, + "line": 785, "column": 41 } } @@ -69860,31 +70345,31 @@ "type": "Identifier", "name": "create", "range": [ - 31317, - 31323 + 31523, + 31529 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 42 }, "end": { - "line": 781, + "line": 785, "column": 48 } } }, "range": [ - 31313, - 31323 + 31519, + 31529 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 38 }, "end": { - "line": 781, + "line": 785, "column": 48 } } @@ -69895,16 +70380,16 @@ "value": "div", "raw": "'div'", "range": [ - 31324, - 31329 + 31530, + 31535 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 49 }, "end": { - "line": 781, + "line": 785, "column": 54 } } @@ -69917,16 +70402,16 @@ "value": "id", "raw": "'id'", "range": [ - 31360, - 31364 + 31566, + 31570 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 29 }, "end": { - "line": 782, + "line": 786, "column": 33 } } @@ -69947,16 +70432,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 31366, - 31375 + 31572, + 31581 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 35 }, "end": { - "line": 782, + "line": 786, "column": 44 } } @@ -69965,31 +70450,31 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 31376, - 31392 + 31582, + 31598 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 45 }, "end": { - "line": 782, + "line": 786, "column": 61 } } }, "range": [ - 31366, - 31392 + 31572, + 31598 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 35 }, "end": { - "line": 782, + "line": 786, "column": 61 } } @@ -69998,31 +70483,31 @@ "type": "Identifier", "name": "i", "range": [ - 31393, - 31394 + 31599, + 31600 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 62 }, "end": { - "line": 782, + "line": 786, "column": 63 } } }, "range": [ - 31366, - 31394 + 31572, + 31600 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 35 }, "end": { - "line": 782, + "line": 786, "column": 63 } } @@ -70032,31 +70517,31 @@ "value": "_", "raw": "'_'", "range": [ - 31395, - 31398 + 31601, + 31604 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 64 }, "end": { - "line": 782, + "line": 786, "column": 67 } } }, "range": [ - 31366, - 31398 + 31572, + 31604 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 35 }, "end": { - "line": 782, + "line": 786, "column": 67 } } @@ -70067,16 +70552,16 @@ "object": { "type": "ThisExpression", "range": [ - 31399, - 31403 + 31605, + 31609 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 68 }, "end": { - "line": 782, + "line": 786, "column": 72 } } @@ -70085,62 +70570,62 @@ "type": "Identifier", "name": "id", "range": [ - 31404, - 31406 + 31610, + 31612 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 73 }, "end": { - "line": 782, + "line": 786, "column": 75 } } }, "range": [ - 31399, - 31406 + 31605, + 31612 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 68 }, "end": { - "line": 782, + "line": 786, "column": 75 } } }, "range": [ - 31366, - 31406 + 31572, + 31612 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 35 }, "end": { - "line": 782, + "line": 786, "column": 75 } } } ], "range": [ - 31359, - 31407 + 31565, + 31613 ], "loc": { "start": { - "line": 782, + "line": 786, "column": 28 }, "end": { - "line": 782, + "line": 786, "column": 76 } } @@ -70153,16 +70638,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 31438, - 31442 + 31644, + 31648 ], "loc": { "start": { - "line": 783, + "line": 787, "column": 29 }, "end": { - "line": 783, + "line": 787, "column": 33 } } @@ -70171,32 +70656,32 @@ "type": "Identifier", "name": "i", "range": [ - 31444, - 31445 + 31650, + 31651 ], "loc": { "start": { - "line": 783, + "line": 787, "column": 35 }, "end": { - "line": 783, + "line": 787, "column": 36 } } } ], "range": [ - 31437, - 31446 + 31643, + 31652 ], "loc": { "start": { - "line": 783, + "line": 787, "column": 28 }, "end": { - "line": 783, + "line": 787, "column": 37 } } @@ -70209,16 +70694,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 31449, - 31457 + 31655, + 31663 ], "loc": { "start": { - "line": 783, + "line": 787, "column": 40 }, "end": { - "line": 783, + "line": 787, "column": 48 } } @@ -70228,63 +70713,63 @@ "value": "0", "raw": "'0'", "range": [ - 31459, - 31462 + 31665, + 31668 ], "loc": { "start": { - "line": 783, + "line": 787, "column": 50 }, "end": { - "line": 783, + "line": 787, "column": 53 } } } ], "range": [ - 31448, - 31463 + 31654, + 31669 ], "loc": { "start": { - "line": 783, + "line": 787, "column": 39 }, "end": { - "line": 783, + "line": 787, "column": 54 } } } ], "range": [ - 31313, - 31464 + 31519, + 31670 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 38 }, "end": { - "line": 783, + "line": 787, "column": 55 } } }, "range": [ - 31303, - 31464 + 31509, + 31670 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 28 }, "end": { - "line": 783, + "line": 787, "column": 55 } } @@ -70292,16 +70777,16 @@ ], "kind": "let", "range": [ - 31299, - 31465 + 31505, + 31671 ], "loc": { "start": { - "line": 781, + "line": 785, "column": 24 }, "end": { - "line": 783, + "line": 787, "column": 56 } } @@ -70318,16 +70803,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 31490, - 31497 + 31696, + 31703 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 24 }, "end": { - "line": 784, + "line": 788, "column": 31 } } @@ -70336,31 +70821,31 @@ "type": "Identifier", "name": "className", "range": [ - 31498, - 31507 + 31704, + 31713 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 32 }, "end": { - "line": 784, + "line": 788, "column": 41 } } }, "range": [ - 31490, - 31507 + 31696, + 31713 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 24 }, "end": { - "line": 784, + "line": 788, "column": 41 } } @@ -70372,16 +70857,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 31510, - 31519 + 31716, + 31725 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 44 }, "end": { - "line": 784, + "line": 788, "column": 53 } } @@ -70390,61 +70875,61 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 31520, - 31540 + 31726, + 31746 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 54 }, "end": { - "line": 784, + "line": 788, "column": 74 } } }, "range": [ - 31510, - 31540 + 31716, + 31746 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 44 }, "end": { - "line": 784, + "line": 788, "column": 74 } } }, "range": [ - 31490, - 31540 + 31696, + 31746 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 24 }, "end": { - "line": 784, + "line": 788, "column": 74 } } }, "range": [ - 31490, - 31541 + 31696, + 31747 ], "loc": { "start": { - "line": 784, + "line": 788, "column": 24 }, "end": { - "line": 784, + "line": 788, "column": 75 } }, @@ -70453,16 +70938,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 31567, - 31606 + 31773, + 31812 ], "loc": { "start": { - "line": 786, + "line": 790, "column": 24 }, "end": { - "line": 786, + "line": 790, "column": 63 } } @@ -70475,16 +70960,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 31634, - 31650 + 31840, + 31856 ], "loc": { "start": { - "line": 787, + "line": 791, "column": 27 }, "end": { - "line": 787, + "line": 791, "column": 43 } } @@ -70508,16 +70993,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 31681, - 31684 + 31887, + 31890 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 28 }, "end": { - "line": 788, + "line": 792, "column": 31 } } @@ -70526,31 +71011,31 @@ "type": "Identifier", "name": "id", "range": [ - 31685, - 31687 + 31891, + 31893 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 32 }, "end": { - "line": 788, + "line": 792, "column": 34 } } }, "range": [ - 31681, - 31687 + 31887, + 31893 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 28 }, "end": { - "line": 788, + "line": 792, "column": 34 } } @@ -70560,32 +71045,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 31688, - 31704 + 31894, + 31910 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 35 }, "end": { - "line": 788, + "line": 792, "column": 51 } } } ], "range": [ - 31681, - 31705 + 31887, + 31911 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 28 }, "end": { - "line": 788, + "line": 792, "column": 52 } } @@ -70594,31 +71079,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 31706, - 31717 + 31912, + 31923 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 53 }, "end": { - "line": 788, + "line": 792, "column": 64 } } }, "range": [ - 31681, - 31717 + 31887, + 31923 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 28 }, "end": { - "line": 788, + "line": 792, "column": 64 } } @@ -70628,47 +71113,47 @@ "type": "Identifier", "name": "divCont", "range": [ - 31718, - 31725 + 31924, + 31931 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 65 }, "end": { - "line": 788, + "line": 792, "column": 72 } } } ], "range": [ - 31681, - 31726 + 31887, + 31932 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 28 }, "end": { - "line": 788, + "line": 792, "column": 73 } } }, "range": [ - 31681, - 31727 + 31887, + 31933 ], "loc": { "start": { - "line": 788, + "line": 792, "column": 28 }, "end": { - "line": 788, + "line": 792, "column": 74 } } @@ -70686,16 +71171,16 @@ "object": { "type": "ThisExpression", "range": [ - 31756, - 31760 + 31962, + 31966 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 28 }, "end": { - "line": 789, + "line": 793, "column": 32 } } @@ -70704,31 +71189,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 31761, - 31775 + 31967, + 31981 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 33 }, "end": { - "line": 789, + "line": 793, "column": 47 } } }, "range": [ - 31756, - 31775 + 31962, + 31981 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 28 }, "end": { - "line": 789, + "line": 793, "column": 47 } } @@ -70737,31 +71222,31 @@ "type": "Identifier", "name": "push", "range": [ - 31776, - 31780 + 31982, + 31986 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 48 }, "end": { - "line": 789, + "line": 793, "column": 52 } } }, "range": [ - 31756, - 31780 + 31962, + 31986 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 28 }, "end": { - "line": 789, + "line": 793, "column": 52 } } @@ -70771,63 +71256,63 @@ "type": "Identifier", "name": "divCont", "range": [ - 31781, - 31788 + 31987, + 31994 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 53 }, "end": { - "line": 789, + "line": 793, "column": 60 } } } ], "range": [ - 31756, - 31789 + 31962, + 31995 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 28 }, "end": { - "line": 789, + "line": 793, "column": 61 } } }, "range": [ - 31756, - 31790 + 31962, + 31996 ], "loc": { "start": { - "line": 789, + "line": 793, "column": 28 }, "end": { - "line": 789, + "line": 793, "column": 62 } } } ], "range": [ - 31651, - 31816 + 31857, + 32022 ], "loc": { "start": { - "line": 787, + "line": 791, "column": 44 }, "end": { - "line": 790, + "line": 794, "column": 25 } } @@ -70846,16 +71331,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 31852, - 31859 + 32058, + 32065 ], "loc": { "start": { - "line": 791, + "line": 795, "column": 28 }, "end": { - "line": 791, + "line": 795, "column": 35 } } @@ -70864,31 +71349,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 31860, - 31871 + 32066, + 32077 ], "loc": { "start": { - "line": 791, + "line": 795, "column": 36 }, "end": { - "line": 791, + "line": 795, "column": 47 } } }, "range": [ - 31852, - 31871 + 32058, + 32077 ], "loc": { "start": { - "line": 791, + "line": 795, "column": 28 }, "end": { - "line": 791, + "line": 795, "column": 47 } } @@ -70898,78 +71383,78 @@ "type": "Identifier", "name": "divCont", "range": [ - 31872, - 31879 + 32078, + 32085 ], "loc": { "start": { - "line": 791, + "line": 795, "column": 48 }, "end": { - "line": 791, + "line": 795, "column": 55 } } } ], "range": [ - 31852, - 31880 + 32058, + 32086 ], "loc": { "start": { - "line": 791, + "line": 795, "column": 28 }, "end": { - "line": 791, + "line": 795, "column": 56 } } }, "range": [ - 31852, - 31881 + 32058, + 32087 ], "loc": { "start": { - "line": 791, + "line": 795, "column": 28 }, "end": { - "line": 791, + "line": 795, "column": 57 } } } ], "range": [ - 31822, - 31907 + 32028, + 32113 ], "loc": { "start": { - "line": 790, + "line": 794, "column": 31 }, "end": { - "line": 792, + "line": 796, "column": 25 } } }, "range": [ - 31631, - 31907 + 31837, + 32113 ], "loc": { "start": { - "line": 787, + "line": 791, "column": 24 }, "end": { - "line": 792, + "line": 796, "column": 25 } }, @@ -70978,16 +71463,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 31567, - 31606 + 31773, + 31812 ], "loc": { "start": { - "line": 786, + "line": 790, "column": 24 }, "end": { - "line": 786, + "line": 790, "column": 63 } } @@ -71009,16 +71494,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 31933, - 31942 + 32139, + 32148 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 24 }, "end": { - "line": 794, + "line": 798, "column": 33 } } @@ -71027,31 +71512,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 31943, - 31955 + 32149, + 32161 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 34 }, "end": { - "line": 794, + "line": 798, "column": 46 } } }, "range": [ - 31933, - 31955 + 32139, + 32161 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 24 }, "end": { - "line": 794, + "line": 798, "column": 46 } } @@ -71060,31 +71545,31 @@ "type": "Identifier", "name": "i", "range": [ - 31956, - 31957 + 32162, + 32163 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 47 }, "end": { - "line": 794, + "line": 798, "column": 48 } } }, "range": [ - 31933, - 31958 + 32139, + 32164 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 24 }, "end": { - "line": 794, + "line": 798, "column": 49 } } @@ -71093,46 +71578,46 @@ "type": "Identifier", "name": "divCont", "range": [ - 31961, - 31968 + 32167, + 32174 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 52 }, "end": { - "line": 794, + "line": 798, "column": 59 } } }, "range": [ - 31933, - 31968 + 32139, + 32174 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 24 }, "end": { - "line": 794, + "line": 798, "column": 59 } } }, "range": [ - 31933, - 31969 + 32139, + 32175 ], "loc": { "start": { - "line": 794, + "line": 798, "column": 24 }, "end": { - "line": 794, + "line": 798, "column": 60 } } @@ -71150,16 +71635,16 @@ "object": { "type": "ThisExpression", "range": [ - 31994, - 31998 + 32200, + 32204 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 24 }, "end": { - "line": 795, + "line": 799, "column": 28 } } @@ -71168,31 +71653,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 31999, - 32005 + 32205, + 32211 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 29 }, "end": { - "line": 795, + "line": 799, "column": 35 } } }, "range": [ - 31994, - 32005 + 32200, + 32211 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 24 }, "end": { - "line": 795, + "line": 799, "column": 35 } } @@ -71201,31 +71686,31 @@ "type": "Identifier", "name": "push", "range": [ - 32006, - 32010 + 32212, + 32216 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 36 }, "end": { - "line": 795, + "line": 799, "column": 40 } } }, "range": [ - 31994, - 32010 + 32200, + 32216 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 24 }, "end": { - "line": 795, + "line": 799, "column": 40 } } @@ -71246,16 +71731,16 @@ "object": { "type": "ThisExpression", "range": [ - 32011, - 32015 + 32217, + 32221 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 41 }, "end": { - "line": 795, + "line": 799, "column": 45 } } @@ -71264,31 +71749,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 32016, - 32023 + 32222, + 32229 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 46 }, "end": { - "line": 795, + "line": 799, "column": 53 } } }, "range": [ - 32011, - 32023 + 32217, + 32229 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 41 }, "end": { - "line": 795, + "line": 799, "column": 53 } } @@ -71297,31 +71782,31 @@ "type": "Identifier", "name": "i", "range": [ - 32024, - 32025 + 32230, + 32231 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 54 }, "end": { - "line": 795, + "line": 799, "column": 55 } } }, "range": [ - 32011, - 32025 + 32217, + 32231 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 41 }, "end": { - "line": 795, + "line": 799, "column": 55 } } @@ -71331,31 +71816,31 @@ "value": "_", "raw": "'_'", "range": [ - 32026, - 32029 + 32232, + 32235 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 56 }, "end": { - "line": 795, + "line": 799, "column": 59 } } }, "range": [ - 32011, - 32029 + 32217, + 32235 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 41 }, "end": { - "line": 795, + "line": 799, "column": 59 } } @@ -71366,16 +71851,16 @@ "object": { "type": "ThisExpression", "range": [ - 32030, - 32034 + 32236, + 32240 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 60 }, "end": { - "line": 795, + "line": 799, "column": 64 } } @@ -71384,77 +71869,77 @@ "type": "Identifier", "name": "id", "range": [ - 32035, - 32037 + 32241, + 32243 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 65 }, "end": { - "line": 795, + "line": 799, "column": 67 } } }, "range": [ - 32030, - 32037 + 32236, + 32243 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 60 }, "end": { - "line": 795, + "line": 799, "column": 67 } } }, "range": [ - 32011, - 32037 + 32217, + 32243 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 41 }, "end": { - "line": 795, + "line": 799, "column": 67 } } } ], "range": [ - 31994, - 32038 + 32200, + 32244 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 24 }, "end": { - "line": 795, + "line": 799, "column": 68 } } }, "range": [ - 31994, - 32039 + 32200, + 32245 ], "loc": { "start": { - "line": 795, + "line": 799, "column": 24 }, "end": { - "line": 795, + "line": 799, "column": 69 } } @@ -71470,16 +71955,16 @@ "object": { "type": "ThisExpression", "range": [ - 32068, - 32072 + 32274, + 32278 ], "loc": { "start": { - "line": 796, + "line": 800, "column": 28 }, "end": { - "line": 796, + "line": 800, "column": 32 } } @@ -71488,47 +71973,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 32073, - 32088 + 32279, + 32294 ], "loc": { "start": { - "line": 796, + "line": 800, "column": 33 }, "end": { - "line": 796, + "line": 800, "column": 48 } } }, "range": [ - 32068, - 32088 + 32274, + 32294 ], "loc": { "start": { - "line": 796, + "line": 800, "column": 28 }, "end": { - "line": 796, + "line": 800, "column": 48 } } }, "prefix": true, "range": [ - 32067, - 32088 + 32273, + 32294 ], "loc": { "start": { - "line": 796, + "line": 800, "column": 27 }, "end": { - "line": 796, + "line": 800, "column": 48 } } @@ -71547,16 +72032,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 32119, - 32128 + 32325, + 32334 ], "loc": { "start": { - "line": 797, + "line": 801, "column": 28 }, "end": { - "line": 797, + "line": 801, "column": 37 } } @@ -71565,31 +72050,31 @@ "type": "Identifier", "name": "_build", "range": [ - 32129, - 32135 + 32335, + 32341 ], "loc": { "start": { - "line": 797, + "line": 801, "column": 38 }, "end": { - "line": 797, + "line": 801, "column": 44 } } }, "range": [ - 32119, - 32135 + 32325, + 32341 ], "loc": { "start": { - "line": 797, + "line": 801, "column": 28 }, "end": { - "line": 797, + "line": 801, "column": 44 } } @@ -71599,79 +72084,79 @@ "type": "Identifier", "name": "i", "range": [ - 32136, - 32137 + 32342, + 32343 ], "loc": { "start": { - "line": 797, + "line": 801, "column": 45 }, "end": { - "line": 797, + "line": 801, "column": 46 } } } ], "range": [ - 32119, - 32138 + 32325, + 32344 ], "loc": { "start": { - "line": 797, + "line": 801, "column": 28 }, "end": { - "line": 797, + "line": 801, "column": 47 } } }, "range": [ - 32119, - 32139 + 32325, + 32345 ], "loc": { "start": { - "line": 797, + "line": 801, "column": 28 }, "end": { - "line": 797, + "line": 801, "column": 48 } } } ], "range": [ - 32089, - 32165 + 32295, + 32371 ], "loc": { "start": { - "line": 796, + "line": 800, "column": 49 }, "end": { - "line": 798, + "line": 802, "column": 25 } } }, "alternate": null, "range": [ - 32064, - 32165 + 32270, + 32371 ], "loc": { "start": { - "line": 796, + "line": 800, "column": 24 }, "end": { - "line": 798, + "line": 802, "column": 25 } } @@ -71684,16 +72169,16 @@ "object": { "type": "ThisExpression", "range": [ - 32194, - 32198 + 32400, + 32404 ], "loc": { "start": { - "line": 800, + "line": 804, "column": 27 }, "end": { - "line": 800, + "line": 804, "column": 31 } } @@ -71702,31 +72187,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 32199, - 32214 + 32405, + 32420 ], "loc": { "start": { - "line": 800, + "line": 804, "column": 32 }, "end": { - "line": 800, + "line": 804, "column": 47 } } }, "range": [ - 32194, - 32214 + 32400, + 32420 ], "loc": { "start": { - "line": 800, + "line": 804, "column": 27 }, "end": { - "line": 800, + "line": 804, "column": 47 } } @@ -71745,16 +72230,16 @@ "type": "Identifier", "name": "Event", "range": [ - 32245, - 32250 + 32451, + 32456 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 28 }, "end": { - "line": 801, + "line": 805, "column": 33 } } @@ -71763,31 +72248,31 @@ "type": "Identifier", "name": "add", "range": [ - 32251, - 32254 + 32457, + 32460 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 34 }, "end": { - "line": 801, + "line": 805, "column": 37 } } }, "range": [ - 32245, - 32254 + 32451, + 32460 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 28 }, "end": { - "line": 801, + "line": 805, "column": 37 } } @@ -71797,16 +72282,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 32255, - 32262 + 32461, + 32468 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 38 }, "end": { - "line": 801, + "line": 805, "column": 45 } } @@ -71816,16 +72301,16 @@ "value": "click", "raw": "'click'", "range": [ - 32264, - 32271 + 32470, + 32477 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 47 }, "end": { - "line": 801, + "line": 805, "column": 54 } } @@ -71844,16 +72329,16 @@ "object": { "type": "ThisExpression", "range": [ - 32305, - 32309 + 32511, + 32515 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 32 }, "end": { - "line": 802, + "line": 806, "column": 36 } } @@ -71862,31 +72347,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 32310, - 32313 + 32516, + 32519 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 37 }, "end": { - "line": 802, + "line": 806, "column": 40 } } }, "range": [ - 32305, - 32313 + 32511, + 32519 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 32 }, "end": { - "line": 802, + "line": 806, "column": 40 } } @@ -71895,31 +72380,31 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 32314, - 32330 + 32520, + 32536 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 41 }, "end": { - "line": 802, + "line": 806, "column": 57 } } }, "range": [ - 32305, - 32330 + 32511, + 32536 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 32 }, "end": { - "line": 802, + "line": 806, "column": 57 } } @@ -71928,31 +72413,31 @@ "type": "Identifier", "name": "bind", "range": [ - 32331, - 32335 + 32537, + 32541 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 58 }, "end": { - "line": 802, + "line": 806, "column": 62 } } }, "range": [ - 32305, - 32335 + 32511, + 32541 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 32 }, "end": { - "line": 802, + "line": 806, "column": 62 } } @@ -71961,63 +72446,63 @@ { "type": "ThisExpression", "range": [ - 32336, - 32340 + 32542, + 32546 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 63 }, "end": { - "line": 802, + "line": 806, "column": 67 } } } ], "range": [ - 32305, - 32341 + 32511, + 32547 ], "loc": { "start": { - "line": 802, + "line": 806, "column": 32 }, "end": { - "line": 802, + "line": 806, "column": 68 } } } ], "range": [ - 32245, - 32342 + 32451, + 32548 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 28 }, "end": { - "line": 802, + "line": 806, "column": 69 } } }, "range": [ - 32245, - 32343 + 32451, + 32549 ], "loc": { "start": { - "line": 801, + "line": 805, "column": 28 }, "end": { - "line": 802, + "line": 806, "column": 70 } } @@ -72033,16 +72518,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 32372, - 32379 + 32578, + 32585 ], "loc": { "start": { - "line": 803, + "line": 807, "column": 28 }, "end": { - "line": 803, + "line": 807, "column": 35 } } @@ -72051,31 +72536,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 32380, - 32391 + 32586, + 32597 ], "loc": { "start": { - "line": 803, + "line": 807, "column": 36 }, "end": { - "line": 803, + "line": 807, "column": 47 } } }, "range": [ - 32372, - 32391 + 32578, + 32597 ], "loc": { "start": { - "line": 803, + "line": 807, "column": 28 }, "end": { - "line": 803, + "line": 807, "column": 47 } } @@ -72090,16 +72575,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 32425, - 32428 + 32631, + 32634 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 32 }, "end": { - "line": 804, + "line": 808, "column": 35 } } @@ -72108,31 +72593,31 @@ "type": "Identifier", "name": "text", "range": [ - 32429, - 32433 + 32635, + 32639 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 36 }, "end": { - "line": 804, + "line": 808, "column": 40 } } }, "range": [ - 32425, - 32433 + 32631, + 32639 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 32 }, "end": { - "line": 804, + "line": 808, "column": 40 } } @@ -72145,16 +72630,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 32434, - 32443 + 32640, + 32649 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 41 }, "end": { - "line": 804, + "line": 808, "column": 50 } } @@ -72163,126 +72648,126 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 32444, - 32464 + 32650, + 32670 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 51 }, "end": { - "line": 804, + "line": 808, "column": 71 } } }, "range": [ - 32434, - 32464 + 32640, + 32670 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 41 }, "end": { - "line": 804, + "line": 808, "column": 71 } } } ], "range": [ - 32425, - 32465 + 32631, + 32671 ], "loc": { "start": { - "line": 804, + "line": 808, "column": 32 }, "end": { - "line": 804, + "line": 808, "column": 72 } } } ], "range": [ - 32372, - 32466 + 32578, + 32672 ], "loc": { "start": { - "line": 803, + "line": 807, "column": 28 }, "end": { - "line": 804, + "line": 808, "column": 73 } } }, "range": [ - 32372, - 32467 + 32578, + 32673 ], "loc": { "start": { - "line": 803, + "line": 807, "column": 28 }, "end": { - "line": 804, + "line": 808, "column": 74 } } } ], "range": [ - 32215, - 32493 + 32421, + 32699 ], "loc": { "start": { - "line": 800, + "line": 804, "column": 48 }, "end": { - "line": 805, + "line": 809, "column": 25 } } }, "alternate": null, "range": [ - 32191, - 32493 + 32397, + 32699 ], "loc": { "start": { - "line": 800, + "line": 804, "column": 24 }, "end": { - "line": 805, + "line": 809, "column": 25 } } } ], "range": [ - 31121, - 32515 + 31327, + 32721 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 56 }, "end": { - "line": 806, + "line": 810, "column": 21 } } @@ -72299,16 +72784,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 32613, - 32620 + 32819, + 32826 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 28 }, "end": { - "line": 810, + "line": 814, "column": 35 } } @@ -72322,16 +72807,16 @@ "type": "Identifier", "name": "col", "range": [ - 32623, - 32626 + 32829, + 32832 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 38 }, "end": { - "line": 810, + "line": 814, "column": 41 } } @@ -72342,16 +72827,16 @@ "object": { "type": "ThisExpression", "range": [ - 32629, - 32633 + 32835, + 32839 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 44 }, "end": { - "line": 810, + "line": 814, "column": 48 } } @@ -72360,46 +72845,46 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 32634, - 32644 + 32840, + 32850 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 49 }, "end": { - "line": 810, + "line": 814, "column": 59 } } }, "range": [ - 32629, - 32644 + 32835, + 32850 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 44 }, "end": { - "line": 810, + "line": 814, "column": 59 } } }, "range": [ - 32623, - 32644 + 32829, + 32850 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 38 }, "end": { - "line": 810, + "line": 814, "column": 59 } } @@ -72409,16 +72894,16 @@ "value": "text", "raw": "'text'", "range": [ - 32647, - 32653 + 32853, + 32859 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 62 }, "end": { - "line": 810, + "line": 814, "column": 68 } } @@ -72428,46 +72913,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 32656, - 32664 + 32862, + 32870 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 71 }, "end": { - "line": 810, + "line": 814, "column": 79 } } }, "range": [ - 32623, - 32664 + 32829, + 32870 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 38 }, "end": { - "line": 810, + "line": 814, "column": 79 } } }, "range": [ - 32613, - 32664 + 32819, + 32870 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 28 }, "end": { - "line": 810, + "line": 814, "column": 79 } } @@ -72475,16 +72960,16 @@ ], "kind": "let", "range": [ - 32609, - 32665 + 32815, + 32871 ], "loc": { "start": { - "line": 810, + "line": 814, "column": 24 }, "end": { - "line": 810, + "line": 814, "column": 80 } }, @@ -72493,16 +72978,16 @@ "type": "Line", "value": "show/hide input", "range": [ - 32567, - 32584 + 32773, + 32790 ], "loc": { "start": { - "line": 809, + "line": 813, "column": 24 }, "end": { - "line": 809, + "line": 813, "column": 41 } } @@ -72518,16 +73003,16 @@ "type": "Identifier", "name": "inp", "range": [ - 32694, - 32697 + 32900, + 32903 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 28 }, "end": { - "line": 811, + "line": 815, "column": 31 } } @@ -72541,16 +73026,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 32700, - 32703 + 32906, + 32909 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 34 }, "end": { - "line": 811, + "line": 815, "column": 37 } } @@ -72559,31 +73044,31 @@ "type": "Identifier", "name": "create", "range": [ - 32704, - 32710 + 32910, + 32916 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 38 }, "end": { - "line": 811, + "line": 815, "column": 44 } } }, "range": [ - 32700, - 32710 + 32906, + 32916 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 34 }, "end": { - "line": 811, + "line": 815, "column": 44 } } @@ -72595,16 +73080,16 @@ "object": { "type": "ThisExpression", "range": [ - 32711, - 32715 + 32917, + 32921 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 45 }, "end": { - "line": 811, + "line": 815, "column": 49 } } @@ -72613,31 +73098,31 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 32716, - 32726 + 32922, + 32932 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 50 }, "end": { - "line": 811, + "line": 815, "column": 60 } } }, "range": [ - 32711, - 32726 + 32917, + 32932 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 45 }, "end": { - "line": 811, + "line": 815, "column": 60 } } @@ -72650,16 +73135,16 @@ "value": "id", "raw": "'id'", "range": [ - 32757, - 32761 + 32963, + 32967 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 29 }, "end": { - "line": 812, + "line": 816, "column": 33 } } @@ -72679,16 +73164,16 @@ "object": { "type": "ThisExpression", "range": [ - 32762, - 32766 + 32968, + 32972 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 34 }, "end": { - "line": 812, + "line": 816, "column": 38 } } @@ -72697,31 +73182,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 32767, - 32774 + 32973, + 32980 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 39 }, "end": { - "line": 812, + "line": 816, "column": 46 } } }, "range": [ - 32762, - 32774 + 32968, + 32980 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 34 }, "end": { - "line": 812, + "line": 816, "column": 46 } } @@ -72730,31 +73215,31 @@ "type": "Identifier", "name": "i", "range": [ - 32775, - 32776 + 32981, + 32982 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 47 }, "end": { - "line": 812, + "line": 816, "column": 48 } } }, "range": [ - 32762, - 32776 + 32968, + 32982 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 34 }, "end": { - "line": 812, + "line": 816, "column": 48 } } @@ -72764,31 +73249,31 @@ "value": "_", "raw": "'_'", "range": [ - 32777, - 32780 + 32983, + 32986 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 49 }, "end": { - "line": 812, + "line": 816, "column": 52 } } }, "range": [ - 32762, - 32780 + 32968, + 32986 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 34 }, "end": { - "line": 812, + "line": 816, "column": 52 } } @@ -72799,16 +73284,16 @@ "object": { "type": "ThisExpression", "range": [ - 32781, - 32785 + 32987, + 32991 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 53 }, "end": { - "line": 812, + "line": 816, "column": 57 } } @@ -72817,62 +73302,62 @@ "type": "Identifier", "name": "id", "range": [ - 32786, - 32788 + 32992, + 32994 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 58 }, "end": { - "line": 812, + "line": 816, "column": 60 } } }, "range": [ - 32781, - 32788 + 32987, + 32994 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 53 }, "end": { - "line": 812, + "line": 816, "column": 60 } } }, "range": [ - 32762, - 32788 + 32968, + 32994 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 34 }, "end": { - "line": 812, + "line": 816, "column": 60 } } } ], "range": [ - 32756, - 32789 + 32962, + 32995 ], "loc": { "start": { - "line": 812, + "line": 816, "column": 28 }, "end": { - "line": 812, + "line": 816, "column": 61 } } @@ -72885,16 +73370,16 @@ "value": "type", "raw": "'type'", "range": [ - 32820, - 32826 + 33026, + 33032 ], "loc": { "start": { - "line": 813, + "line": 817, "column": 29 }, "end": { - "line": 813, + "line": 817, "column": 35 } } @@ -72903,32 +73388,32 @@ "type": "Identifier", "name": "inptype", "range": [ - 32827, - 32834 + 33033, + 33040 ], "loc": { "start": { - "line": 813, + "line": 817, "column": 36 }, "end": { - "line": 813, + "line": 817, "column": 43 } } } ], "range": [ - 32819, - 32835 + 33025, + 33041 ], "loc": { "start": { - "line": 813, + "line": 817, "column": 28 }, "end": { - "line": 813, + "line": 817, "column": 44 } } @@ -72941,16 +73426,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 32838, - 32842 + 33044, + 33048 ], "loc": { "start": { - "line": 813, + "line": 817, "column": 47 }, "end": { - "line": 813, + "line": 817, "column": 51 } } @@ -72959,63 +73444,63 @@ "type": "Identifier", "name": "i", "range": [ - 32843, - 32844 + 33049, + 33050 ], "loc": { "start": { - "line": 813, + "line": 817, "column": 52 }, "end": { - "line": 813, + "line": 817, "column": 53 } } } ], "range": [ - 32837, - 32845 + 33043, + 33051 ], "loc": { "start": { - "line": 813, + "line": 817, "column": 46 }, "end": { - "line": 813, + "line": 817, "column": 54 } } } ], "range": [ - 32700, - 32846 + 32906, + 33052 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 34 }, "end": { - "line": 813, + "line": 817, "column": 55 } } }, "range": [ - 32694, - 32846 + 32900, + 33052 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 28 }, "end": { - "line": 813, + "line": 817, "column": 55 } } @@ -73023,16 +73508,16 @@ ], "kind": "let", "range": [ - 32690, - 32847 + 32896, + 33053 ], "loc": { "start": { - "line": 811, + "line": 815, "column": 24 }, "end": { - "line": 813, + "line": 817, "column": 56 } } @@ -73049,16 +73534,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 32875, - 32882 + 33081, + 33088 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 27 }, "end": { - "line": 814, + "line": 818, "column": 34 } } @@ -73068,31 +73553,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 32885, - 32893 + 33091, + 33099 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 37 }, "end": { - "line": 814, + "line": 818, "column": 45 } } }, "range": [ - 32875, - 32893 + 33081, + 33099 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 27 }, "end": { - "line": 814, + "line": 818, "column": 45 } } @@ -73103,16 +73588,16 @@ "object": { "type": "ThisExpression", "range": [ - 32897, - 32901 + 33103, + 33107 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 49 }, "end": { - "line": 814, + "line": 818, "column": 53 } } @@ -73121,46 +73606,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 32902, - 32911 + 33108, + 33117 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 54 }, "end": { - "line": 814, + "line": 818, "column": 63 } } }, "range": [ - 32897, - 32911 + 33103, + 33117 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 49 }, "end": { - "line": 814, + "line": 818, "column": 63 } } }, "range": [ - 32875, - 32911 + 33081, + 33117 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 27 }, "end": { - "line": 814, + "line": 818, "column": 63 } } @@ -73179,16 +73664,16 @@ "type": "Identifier", "name": "inp", "range": [ - 32942, - 32945 + 33148, + 33151 ], "loc": { "start": { - "line": 815, + "line": 819, "column": 28 }, "end": { - "line": 815, + "line": 819, "column": 31 } } @@ -73197,31 +73682,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 32946, - 32958 + 33152, + 33164 ], "loc": { "start": { - "line": 815, + "line": 819, "column": 32 }, "end": { - "line": 815, + "line": 819, "column": 44 } } }, "range": [ - 32942, - 32958 + 33148, + 33164 ], "loc": { "start": { - "line": 815, + "line": 819, "column": 28 }, "end": { - "line": 815, + "line": 819, "column": 44 } } @@ -73232,16 +73717,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 32992, - 33005 + 33198, + 33211 ], "loc": { "start": { - "line": 816, + "line": 820, "column": 32 }, "end": { - "line": 816, + "line": 820, "column": 45 } } @@ -73254,16 +73739,16 @@ "object": { "type": "ThisExpression", "range": [ - 33039, - 33043 + 33245, + 33249 ], "loc": { "start": { - "line": 817, + "line": 821, "column": 32 }, "end": { - "line": 817, + "line": 821, "column": 36 } } @@ -73272,31 +73757,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 33044, - 33060 + 33250, + 33266 ], "loc": { "start": { - "line": 817, + "line": 821, "column": 37 }, "end": { - "line": 817, + "line": 821, "column": 53 } } }, "range": [ - 33039, - 33060 + 33245, + 33266 ], "loc": { "start": { - "line": 817, + "line": 821, "column": 32 }, "end": { - "line": 817, + "line": 821, "column": 53 } } @@ -73313,16 +73798,16 @@ "object": { "type": "ThisExpression", "range": [ - 33100, - 33104 + 33306, + 33310 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 37 }, "end": { - "line": 818, + "line": 822, "column": 41 } } @@ -73331,31 +73816,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 33105, - 33114 + 33311, + 33320 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 42 }, "end": { - "line": 818, + "line": 822, "column": 51 } } }, "range": [ - 33100, - 33114 + 33306, + 33320 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 37 }, "end": { - "line": 818, + "line": 822, "column": 51 } } @@ -73364,31 +73849,31 @@ "type": "Identifier", "name": "i", "range": [ - 33115, - 33116 + 33321, + 33322 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 52 }, "end": { - "line": 818, + "line": 822, "column": 53 } } }, "range": [ - 33100, - 33117 + 33306, + 33323 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 37 }, "end": { - "line": 818, + "line": 822, "column": 54 } } @@ -73398,31 +73883,31 @@ "value": "", "raw": "''", "range": [ - 33121, - 33123 + 33327, + 33329 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 58 }, "end": { - "line": 818, + "line": 822, "column": 60 } } }, "range": [ - 33100, - 33123 + 33306, + 33329 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 37 }, "end": { - "line": 818, + "line": 822, "column": 60 } } @@ -73433,16 +73918,16 @@ "object": { "type": "ThisExpression", "range": [ - 33127, - 33131 + 33333, + 33337 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 64 }, "end": { - "line": 818, + "line": 822, "column": 68 } } @@ -73451,109 +73936,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 33132, - 33141 + 33338, + 33347 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 69 }, "end": { - "line": 818, + "line": 822, "column": 78 } } }, "range": [ - 33127, - 33141 + 33333, + 33347 ], "loc": { "start": { - "line": 818, + "line": 822, "column": 64 }, "end": { - "line": 818, + "line": 822, "column": 78 } } }, "range": [ - 33039, - 33141 + 33245, + 33347 ], "loc": { "start": { - "line": 817, + "line": 821, "column": 32 }, "end": { - "line": 818, + "line": 822, "column": 78 } } } ], "range": [ - 32942, - 33171 + 33148, + 33377 ], "loc": { "start": { - "line": 815, + "line": 819, "column": 28 }, "end": { - "line": 819, + "line": 823, "column": 29 } } }, "range": [ - 32942, - 33172 + 33148, + 33378 ], "loc": { "start": { - "line": 815, + "line": 819, "column": 28 }, "end": { - "line": 819, + "line": 823, "column": 30 } } } ], "range": [ - 32912, - 33198 + 33118, + 33404 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 64 }, "end": { - "line": 820, + "line": 824, "column": 25 } } }, "alternate": null, "range": [ - 32872, - 33198 + 33078, + 33404 ], "loc": { "start": { - "line": 814, + "line": 818, "column": 24 }, "end": { - "line": 820, + "line": 824, "column": 25 } } @@ -73570,16 +74055,16 @@ "type": "Identifier", "name": "inp", "range": [ - 33223, - 33226 + 33429, + 33432 ], "loc": { "start": { - "line": 821, + "line": 825, "column": 24 }, "end": { - "line": 821, + "line": 825, "column": 27 } } @@ -73588,31 +74073,31 @@ "type": "Identifier", "name": "className", "range": [ - 33227, - 33236 + 33433, + 33442 ], "loc": { "start": { - "line": 821, + "line": 825, "column": 28 }, "end": { - "line": 821, + "line": 825, "column": 37 } } }, "range": [ - 33223, - 33236 + 33429, + 33442 ], "loc": { "start": { - "line": 821, + "line": 825, "column": 24 }, "end": { - "line": 821, + "line": 825, "column": 37 } } @@ -73621,46 +74106,46 @@ "type": "Identifier", "name": "inpclass", "range": [ - 33239, - 33247 + 33445, + 33453 ], "loc": { "start": { - "line": 821, + "line": 825, "column": 40 }, "end": { - "line": 821, + "line": 825, "column": 48 } } }, "range": [ - 33223, - 33247 + 33429, + 33453 ], "loc": { "start": { - "line": 821, + "line": 825, "column": 24 }, "end": { - "line": 821, + "line": 825, "column": 48 } } }, "range": [ - 33223, - 33248 + 33429, + 33454 ], "loc": { "start": { - "line": 821, + "line": 825, "column": 24 }, "end": { - "line": 821, + "line": 825, "column": 49 } } @@ -73676,16 +74161,16 @@ "type": "Identifier", "name": "Event", "range": [ - 33273, - 33278 + 33479, + 33484 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 24 }, "end": { - "line": 822, + "line": 826, "column": 29 } } @@ -73694,31 +74179,31 @@ "type": "Identifier", "name": "add", "range": [ - 33279, - 33282 + 33485, + 33488 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 30 }, "end": { - "line": 822, + "line": 826, "column": 33 } } }, "range": [ - 33273, - 33282 + 33479, + 33488 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 24 }, "end": { - "line": 822, + "line": 826, "column": 33 } } @@ -73728,16 +74213,16 @@ "type": "Identifier", "name": "inp", "range": [ - 33283, - 33286 + 33489, + 33492 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 34 }, "end": { - "line": 822, + "line": 826, "column": 37 } } @@ -73747,16 +74232,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 33288, - 33295 + 33494, + 33501 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 39 }, "end": { - "line": 822, + "line": 826, "column": 46 } } @@ -73775,16 +74260,16 @@ "object": { "type": "ThisExpression", "range": [ - 33297, - 33301 + 33503, + 33507 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 48 }, "end": { - "line": 822, + "line": 826, "column": 52 } } @@ -73793,31 +74278,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 33302, - 33305 + 33508, + 33511 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 53 }, "end": { - "line": 822, + "line": 826, "column": 56 } } }, "range": [ - 33297, - 33305 + 33503, + 33511 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 48 }, "end": { - "line": 822, + "line": 826, "column": 56 } } @@ -73826,31 +74311,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 33306, - 33316 + 33512, + 33522 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 57 }, "end": { - "line": 822, + "line": 826, "column": 67 } } }, "range": [ - 33297, - 33316 + 33503, + 33522 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 48 }, "end": { - "line": 822, + "line": 826, "column": 67 } } @@ -73859,31 +74344,31 @@ "type": "Identifier", "name": "bind", "range": [ - 33317, - 33321 + 33523, + 33527 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 68 }, "end": { - "line": 822, + "line": 826, "column": 72 } } }, "range": [ - 33297, - 33321 + 33503, + 33527 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 48 }, "end": { - "line": 822, + "line": 826, "column": 72 } } @@ -73892,63 +74377,63 @@ { "type": "ThisExpression", "range": [ - 33322, - 33326 + 33528, + 33532 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 73 }, "end": { - "line": 822, + "line": 826, "column": 77 } } } ], "range": [ - 33297, - 33327 + 33503, + 33533 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 48 }, "end": { - "line": 822, + "line": 826, "column": 78 } } } ], "range": [ - 33273, - 33328 + 33479, + 33534 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 24 }, "end": { - "line": 822, + "line": 826, "column": 79 } } }, "range": [ - 33273, - 33329 + 33479, + 33535 ], "loc": { "start": { - "line": 822, + "line": 826, "column": 24 }, "end": { - "line": 822, + "line": 826, "column": 80 } }, @@ -73957,16 +74442,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 33355, - 33394 + 33561, + 33600 ], "loc": { "start": { - "line": 824, + "line": 828, "column": 24 }, "end": { - "line": 824, + "line": 828, "column": 63 } } @@ -73979,16 +74464,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 33422, - 33438 + 33628, + 33644 ], "loc": { "start": { - "line": 825, + "line": 829, "column": 27 }, "end": { - "line": 825, + "line": 829, "column": 43 } } @@ -74012,16 +74497,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 33469, - 33472 + 33675, + 33678 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 28 }, "end": { - "line": 826, + "line": 830, "column": 31 } } @@ -74030,31 +74515,31 @@ "type": "Identifier", "name": "id", "range": [ - 33473, - 33475 + 33679, + 33681 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 32 }, "end": { - "line": 826, + "line": 830, "column": 34 } } }, "range": [ - 33469, - 33475 + 33675, + 33681 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 28 }, "end": { - "line": 826, + "line": 830, "column": 34 } } @@ -74064,32 +74549,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 33476, - 33492 + 33682, + 33698 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 35 }, "end": { - "line": 826, + "line": 830, "column": 51 } } } ], "range": [ - 33469, - 33493 + 33675, + 33699 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 28 }, "end": { - "line": 826, + "line": 830, "column": 52 } } @@ -74098,31 +74583,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 33494, - 33505 + 33700, + 33711 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 53 }, "end": { - "line": 826, + "line": 830, "column": 64 } } }, "range": [ - 33469, - 33505 + 33675, + 33711 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 28 }, "end": { - "line": 826, + "line": 830, "column": 64 } } @@ -74132,47 +74617,47 @@ "type": "Identifier", "name": "inp", "range": [ - 33506, - 33509 + 33712, + 33715 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 65 }, "end": { - "line": 826, + "line": 830, "column": 68 } } } ], "range": [ - 33469, - 33510 + 33675, + 33716 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 28 }, "end": { - "line": 826, + "line": 830, "column": 69 } } }, "range": [ - 33469, - 33511 + 33675, + 33717 ], "loc": { "start": { - "line": 826, + "line": 830, "column": 28 }, "end": { - "line": 826, + "line": 830, "column": 70 } } @@ -74190,16 +74675,16 @@ "object": { "type": "ThisExpression", "range": [ - 33540, - 33544 + 33746, + 33750 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 28 }, "end": { - "line": 827, + "line": 831, "column": 32 } } @@ -74208,31 +74693,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 33545, - 33559 + 33751, + 33765 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 33 }, "end": { - "line": 827, + "line": 831, "column": 47 } } }, "range": [ - 33540, - 33559 + 33746, + 33765 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 28 }, "end": { - "line": 827, + "line": 831, "column": 47 } } @@ -74241,31 +74726,31 @@ "type": "Identifier", "name": "push", "range": [ - 33560, - 33564 + 33766, + 33770 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 48 }, "end": { - "line": 827, + "line": 831, "column": 52 } } }, "range": [ - 33540, - 33564 + 33746, + 33770 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 28 }, "end": { - "line": 827, + "line": 831, "column": 52 } } @@ -74275,63 +74760,63 @@ "type": "Identifier", "name": "inp", "range": [ - 33565, - 33568 + 33771, + 33774 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 53 }, "end": { - "line": 827, + "line": 831, "column": 56 } } } ], "range": [ - 33540, - 33569 + 33746, + 33775 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 28 }, "end": { - "line": 827, + "line": 831, "column": 57 } } }, "range": [ - 33540, - 33570 + 33746, + 33776 ], "loc": { "start": { - "line": 827, + "line": 831, "column": 28 }, "end": { - "line": 827, + "line": 831, "column": 58 } } } ], "range": [ - 33439, - 33596 + 33645, + 33802 ], "loc": { "start": { - "line": 825, + "line": 829, "column": 44 }, "end": { - "line": 828, + "line": 832, "column": 25 } } @@ -74350,16 +74835,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 33632, - 33639 + 33838, + 33845 ], "loc": { "start": { - "line": 829, + "line": 833, "column": 28 }, "end": { - "line": 829, + "line": 833, "column": 35 } } @@ -74368,31 +74853,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 33640, - 33651 + 33846, + 33857 ], "loc": { "start": { - "line": 829, + "line": 833, "column": 36 }, "end": { - "line": 829, + "line": 833, "column": 47 } } }, "range": [ - 33632, - 33651 + 33838, + 33857 ], "loc": { "start": { - "line": 829, + "line": 833, "column": 28 }, "end": { - "line": 829, + "line": 833, "column": 47 } } @@ -74402,78 +74887,78 @@ "type": "Identifier", "name": "inp", "range": [ - 33652, - 33655 + 33858, + 33861 ], "loc": { "start": { - "line": 829, + "line": 833, "column": 48 }, "end": { - "line": 829, + "line": 833, "column": 51 } } } ], "range": [ - 33632, - 33656 + 33838, + 33862 ], "loc": { "start": { - "line": 829, + "line": 833, "column": 28 }, "end": { - "line": 829, + "line": 833, "column": 52 } } }, "range": [ - 33632, - 33657 + 33838, + 33863 ], "loc": { "start": { - "line": 829, + "line": 833, "column": 28 }, "end": { - "line": 829, + "line": 833, "column": 53 } } } ], "range": [ - 33602, - 33683 + 33808, + 33889 ], "loc": { "start": { - "line": 828, + "line": 832, "column": 31 }, "end": { - "line": 830, + "line": 834, "column": 25 } } }, "range": [ - 33419, - 33683 + 33625, + 33889 ], "loc": { "start": { - "line": 825, + "line": 829, "column": 24 }, "end": { - "line": 830, + "line": 834, "column": 25 } }, @@ -74482,16 +74967,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 33355, - 33394 + 33561, + 33600 ], "loc": { "start": { - "line": 824, + "line": 828, "column": 24 }, "end": { - "line": 824, + "line": 828, "column": 63 } } @@ -74511,16 +74996,16 @@ "object": { "type": "ThisExpression", "range": [ - 33709, - 33713 + 33915, + 33919 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 24 }, "end": { - "line": 832, + "line": 836, "column": 28 } } @@ -74529,31 +75014,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 33714, - 33720 + 33920, + 33926 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 29 }, "end": { - "line": 832, + "line": 836, "column": 35 } } }, "range": [ - 33709, - 33720 + 33915, + 33926 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 24 }, "end": { - "line": 832, + "line": 836, "column": 35 } } @@ -74562,31 +75047,31 @@ "type": "Identifier", "name": "push", "range": [ - 33721, - 33725 + 33927, + 33931 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 36 }, "end": { - "line": 832, + "line": 836, "column": 40 } } }, "range": [ - 33709, - 33725 + 33915, + 33931 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 24 }, "end": { - "line": 832, + "line": 836, "column": 40 } } @@ -74607,16 +75092,16 @@ "object": { "type": "ThisExpression", "range": [ - 33726, - 33730 + 33932, + 33936 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 41 }, "end": { - "line": 832, + "line": 836, "column": 45 } } @@ -74625,31 +75110,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 33731, - 33738 + 33937, + 33944 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 46 }, "end": { - "line": 832, + "line": 836, "column": 53 } } }, "range": [ - 33726, - 33738 + 33932, + 33944 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 41 }, "end": { - "line": 832, + "line": 836, "column": 53 } } @@ -74658,31 +75143,31 @@ "type": "Identifier", "name": "i", "range": [ - 33739, - 33740 + 33945, + 33946 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 54 }, "end": { - "line": 832, + "line": 836, "column": 55 } } }, "range": [ - 33726, - 33740 + 33932, + 33946 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 41 }, "end": { - "line": 832, + "line": 836, "column": 55 } } @@ -74692,31 +75177,31 @@ "value": "_", "raw": "'_'", "range": [ - 33741, - 33744 + 33947, + 33950 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 56 }, "end": { - "line": 832, + "line": 836, "column": 59 } } }, "range": [ - 33726, - 33744 + 33932, + 33950 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 41 }, "end": { - "line": 832, + "line": 836, "column": 59 } } @@ -74727,16 +75212,16 @@ "object": { "type": "ThisExpression", "range": [ - 33745, - 33749 + 33951, + 33955 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 60 }, "end": { - "line": 832, + "line": 836, "column": 64 } } @@ -74745,77 +75230,77 @@ "type": "Identifier", "name": "id", "range": [ - 33750, - 33752 + 33956, + 33958 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 65 }, "end": { - "line": 832, + "line": 836, "column": 67 } } }, "range": [ - 33745, - 33752 + 33951, + 33958 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 60 }, "end": { - "line": 832, + "line": 836, "column": 67 } } }, "range": [ - 33726, - 33752 + 33932, + 33958 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 41 }, "end": { - "line": 832, + "line": 836, "column": 67 } } } ], "range": [ - 33709, - 33753 + 33915, + 33959 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 24 }, "end": { - "line": 832, + "line": 836, "column": 68 } } }, "range": [ - 33709, - 33754 + 33915, + 33960 ], "loc": { "start": { - "line": 832, + "line": 836, "column": 24 }, "end": { - "line": 832, + "line": 836, "column": 69 } } @@ -74831,16 +75316,16 @@ "type": "Identifier", "name": "Event", "range": [ - 33780, - 33785 + 33986, + 33991 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 24 }, "end": { - "line": 834, + "line": 838, "column": 29 } } @@ -74849,31 +75334,31 @@ "type": "Identifier", "name": "add", "range": [ - 33786, - 33789 + 33992, + 33995 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 30 }, "end": { - "line": 834, + "line": 838, "column": 33 } } }, "range": [ - 33780, - 33789 + 33986, + 33995 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 24 }, "end": { - "line": 834, + "line": 838, "column": 33 } } @@ -74883,16 +75368,16 @@ "type": "Identifier", "name": "inp", "range": [ - 33790, - 33793 + 33996, + 33999 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 34 }, "end": { - "line": 834, + "line": 838, "column": 37 } } @@ -74902,16 +75387,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 33795, - 33805 + 34001, + 34011 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 39 }, "end": { - "line": 834, + "line": 838, "column": 49 } } @@ -74930,16 +75415,16 @@ "object": { "type": "ThisExpression", "range": [ - 33835, - 33839 + 34041, + 34045 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 28 }, "end": { - "line": 835, + "line": 839, "column": 32 } } @@ -74948,31 +75433,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 33840, - 33843 + 34046, + 34049 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 33 }, "end": { - "line": 835, + "line": 839, "column": 36 } } }, "range": [ - 33835, - 33843 + 34041, + 34049 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 28 }, "end": { - "line": 835, + "line": 839, "column": 36 } } @@ -74981,31 +75466,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 33844, - 33853 + 34050, + 34059 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 37 }, "end": { - "line": 835, + "line": 839, "column": 46 } } }, "range": [ - 33835, - 33853 + 34041, + 34059 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 28 }, "end": { - "line": 835, + "line": 839, "column": 46 } } @@ -75014,31 +75499,31 @@ "type": "Identifier", "name": "bind", "range": [ - 33854, - 33858 + 34060, + 34064 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 47 }, "end": { - "line": 835, + "line": 839, "column": 51 } } }, "range": [ - 33835, - 33858 + 34041, + 34064 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 28 }, "end": { - "line": 835, + "line": 839, "column": 51 } } @@ -75047,63 +75532,63 @@ { "type": "ThisExpression", "range": [ - 33859, - 33863 + 34065, + 34069 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 52 }, "end": { - "line": 835, + "line": 839, "column": 56 } } } ], "range": [ - 33835, - 33864 + 34041, + 34070 ], "loc": { "start": { - "line": 835, + "line": 839, "column": 28 }, "end": { - "line": 835, + "line": 839, "column": 57 } } } ], "range": [ - 33780, - 33865 + 33986, + 34071 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 24 }, "end": { - "line": 835, + "line": 839, "column": 58 } } }, "range": [ - 33780, - 33866 + 33986, + 34072 ], "loc": { "start": { - "line": 834, + "line": 838, "column": 24 }, "end": { - "line": 835, + "line": 839, "column": 59 } } @@ -75119,16 +75604,16 @@ "type": "Identifier", "name": "Event", "range": [ - 33891, - 33896 + 34097, + 34102 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 24 }, "end": { - "line": 836, + "line": 840, "column": 29 } } @@ -75137,31 +75622,31 @@ "type": "Identifier", "name": "add", "range": [ - 33897, - 33900 + 34103, + 34106 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 30 }, "end": { - "line": 836, + "line": 840, "column": 33 } } }, "range": [ - 33891, - 33900 + 34097, + 34106 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 24 }, "end": { - "line": 836, + "line": 840, "column": 33 } } @@ -75171,16 +75656,16 @@ "type": "Identifier", "name": "inp", "range": [ - 33901, - 33904 + 34107, + 34110 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 34 }, "end": { - "line": 836, + "line": 840, "column": 37 } } @@ -75190,16 +75675,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 33906, - 33915 + 34112, + 34121 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 39 }, "end": { - "line": 836, + "line": 840, "column": 48 } } @@ -75218,16 +75703,16 @@ "object": { "type": "ThisExpression", "range": [ - 33945, - 33949 + 34151, + 34155 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 28 }, "end": { - "line": 837, + "line": 841, "column": 32 } } @@ -75236,31 +75721,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 33950, - 33953 + 34156, + 34159 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 33 }, "end": { - "line": 837, + "line": 841, "column": 36 } } }, "range": [ - 33945, - 33953 + 34151, + 34159 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 28 }, "end": { - "line": 837, + "line": 841, "column": 36 } } @@ -75269,31 +75754,31 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 33954, - 33963 + 34160, + 34169 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 37 }, "end": { - "line": 837, + "line": 841, "column": 46 } } }, "range": [ - 33945, - 33963 + 34151, + 34169 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 28 }, "end": { - "line": 837, + "line": 841, "column": 46 } } @@ -75302,31 +75787,31 @@ "type": "Identifier", "name": "bind", "range": [ - 33964, - 33968 + 34170, + 34174 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 47 }, "end": { - "line": 837, + "line": 841, "column": 51 } } }, "range": [ - 33945, - 33968 + 34151, + 34174 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 28 }, "end": { - "line": 837, + "line": 841, "column": 51 } } @@ -75335,63 +75820,63 @@ { "type": "ThisExpression", "range": [ - 33969, - 33973 + 34175, + 34179 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 52 }, "end": { - "line": 837, + "line": 841, "column": 56 } } } ], "range": [ - 33945, - 33974 + 34151, + 34180 ], "loc": { "start": { - "line": 837, + "line": 841, "column": 28 }, "end": { - "line": 837, + "line": 841, "column": 57 } } } ], "range": [ - 33891, - 33975 + 34097, + 34181 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 24 }, "end": { - "line": 837, + "line": 841, "column": 58 } } }, "range": [ - 33891, - 33976 + 34097, + 34182 ], "loc": { "start": { - "line": 836, + "line": 840, "column": 24 }, "end": { - "line": 837, + "line": 841, "column": 59 } } @@ -75407,16 +75892,16 @@ "type": "Identifier", "name": "Event", "range": [ - 34001, - 34006 + 34207, + 34212 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 24 }, "end": { - "line": 838, + "line": 842, "column": 29 } } @@ -75425,31 +75910,31 @@ "type": "Identifier", "name": "add", "range": [ - 34007, - 34010 + 34213, + 34216 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 30 }, "end": { - "line": 838, + "line": 842, "column": 33 } } }, "range": [ - 34001, - 34010 + 34207, + 34216 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 24 }, "end": { - "line": 838, + "line": 842, "column": 33 } } @@ -75459,16 +75944,16 @@ "type": "Identifier", "name": "inp", "range": [ - 34011, - 34014 + 34217, + 34220 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 34 }, "end": { - "line": 838, + "line": 842, "column": 37 } } @@ -75478,16 +75963,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 34016, - 34023 + 34222, + 34229 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 39 }, "end": { - "line": 838, + "line": 842, "column": 46 } } @@ -75506,16 +75991,16 @@ "object": { "type": "ThisExpression", "range": [ - 34025, - 34029 + 34231, + 34235 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 48 }, "end": { - "line": 838, + "line": 842, "column": 52 } } @@ -75524,31 +76009,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 34030, - 34033 + 34236, + 34239 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 53 }, "end": { - "line": 838, + "line": 842, "column": 56 } } }, "range": [ - 34025, - 34033 + 34231, + 34239 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 48 }, "end": { - "line": 838, + "line": 842, "column": 56 } } @@ -75557,31 +76042,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 34034, - 34041 + 34240, + 34247 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 57 }, "end": { - "line": 838, + "line": 842, "column": 64 } } }, "range": [ - 34025, - 34041 + 34231, + 34247 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 48 }, "end": { - "line": 838, + "line": 842, "column": 64 } } @@ -75590,31 +76075,31 @@ "type": "Identifier", "name": "bind", "range": [ - 34042, - 34046 + 34248, + 34252 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 65 }, "end": { - "line": 838, + "line": 842, "column": 69 } } }, "range": [ - 34025, - 34046 + 34231, + 34252 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 48 }, "end": { - "line": 838, + "line": 842, "column": 69 } } @@ -75623,63 +76108,63 @@ { "type": "ThisExpression", "range": [ - 34047, - 34051 + 34253, + 34257 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 70 }, "end": { - "line": 838, + "line": 842, "column": 74 } } } ], "range": [ - 34025, - 34052 + 34231, + 34258 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 48 }, "end": { - "line": 838, + "line": 842, "column": 75 } } } ], "range": [ - 34001, - 34053 + 34207, + 34259 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 24 }, "end": { - "line": 838, + "line": 842, "column": 76 } } }, "range": [ - 34001, - 34054 + 34207, + 34260 ], "loc": { "start": { - "line": 838, + "line": 842, "column": 24 }, "end": { - "line": 838, + "line": 842, "column": 77 } } @@ -75695,16 +76180,16 @@ "type": "Identifier", "name": "Event", "range": [ - 34079, - 34084 + 34285, + 34290 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 24 }, "end": { - "line": 839, + "line": 843, "column": 29 } } @@ -75713,31 +76198,31 @@ "type": "Identifier", "name": "add", "range": [ - 34085, - 34088 + 34291, + 34294 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 30 }, "end": { - "line": 839, + "line": 843, "column": 33 } } }, "range": [ - 34079, - 34088 + 34285, + 34294 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 24 }, "end": { - "line": 839, + "line": 843, "column": 33 } } @@ -75747,16 +76232,16 @@ "type": "Identifier", "name": "inp", "range": [ - 34089, - 34092 + 34295, + 34298 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 34 }, "end": { - "line": 839, + "line": 843, "column": 37 } } @@ -75766,16 +76251,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 34094, - 34100 + 34300, + 34306 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 39 }, "end": { - "line": 839, + "line": 843, "column": 45 } } @@ -75794,16 +76279,16 @@ "object": { "type": "ThisExpression", "range": [ - 34102, - 34106 + 34308, + 34312 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 47 }, "end": { - "line": 839, + "line": 843, "column": 51 } } @@ -75812,31 +76297,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 34107, - 34110 + 34313, + 34316 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 52 }, "end": { - "line": 839, + "line": 843, "column": 55 } } }, "range": [ - 34102, - 34110 + 34308, + 34316 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 47 }, "end": { - "line": 839, + "line": 843, "column": 55 } } @@ -75845,31 +76330,31 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 34111, - 34120 + 34317, + 34326 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 56 }, "end": { - "line": 839, + "line": 843, "column": 65 } } }, "range": [ - 34102, - 34120 + 34308, + 34326 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 47 }, "end": { - "line": 839, + "line": 843, "column": 65 } } @@ -75878,31 +76363,31 @@ "type": "Identifier", "name": "bind", "range": [ - 34121, - 34125 + 34327, + 34331 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 66 }, "end": { - "line": 839, + "line": 843, "column": 70 } } }, "range": [ - 34102, - 34125 + 34308, + 34331 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 47 }, "end": { - "line": 839, + "line": 843, "column": 70 } } @@ -75911,63 +76396,63 @@ { "type": "ThisExpression", "range": [ - 34126, - 34130 + 34332, + 34336 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 71 }, "end": { - "line": 839, + "line": 843, "column": 75 } } } ], "range": [ - 34102, - 34131 + 34308, + 34337 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 47 }, "end": { - "line": 839, + "line": 843, "column": 76 } } } ], "range": [ - 34079, - 34132 + 34285, + 34338 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 24 }, "end": { - "line": 839, + "line": 843, "column": 77 } } }, "range": [ - 34079, - 34133 + 34285, + 34339 ], "loc": { "start": { - "line": 839, + "line": 843, "column": 24 }, "end": { - "line": 839, + "line": 843, "column": 78 } } @@ -75980,16 +76465,16 @@ "object": { "type": "ThisExpression", "range": [ - 34162, - 34166 + 34368, + 34372 ], "loc": { "start": { - "line": 841, + "line": 845, "column": 27 }, "end": { - "line": 841, + "line": 845, "column": 31 } } @@ -75998,31 +76483,31 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 34167, - 34185 + 34373, + 34391 ], "loc": { "start": { - "line": 841, + "line": 845, "column": 32 }, "end": { - "line": 841, + "line": 845, "column": 50 } } }, "range": [ - 34162, - 34185 + 34368, + 34391 ], "loc": { "start": { - "line": 841, + "line": 845, "column": 27 }, "end": { - "line": 841, + "line": 845, "column": 50 } } @@ -76039,16 +76524,16 @@ "type": "Identifier", "name": "flts_values", "range": [ - 34220, - 34231 + 34426, + 34437 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 32 }, "end": { - "line": 842, + "line": 846, "column": 43 } } @@ -76067,16 +76552,16 @@ "object": { "type": "ThisExpression", "range": [ - 34234, - 34238 + 34440, + 34444 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 46 }, "end": { - "line": 842, + "line": 846, "column": 50 } } @@ -76085,31 +76570,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 34239, - 34242 + 34445, + 34448 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 51 }, "end": { - "line": 842, + "line": 846, "column": 54 } } }, "range": [ - 34234, - 34242 + 34440, + 34448 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 46 }, "end": { - "line": 842, + "line": 846, "column": 54 } } @@ -76118,31 +76603,31 @@ "type": "Identifier", "name": "store", "range": [ - 34243, - 34248 + 34449, + 34454 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 55 }, "end": { - "line": 842, + "line": 846, "column": 60 } } }, "range": [ - 34234, - 34248 + 34440, + 34454 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 46 }, "end": { - "line": 842, + "line": 846, "column": 60 } } @@ -76151,31 +76636,31 @@ "type": "Identifier", "name": "getFilterValues", "range": [ - 34249, - 34264 + 34455, + 34470 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 61 }, "end": { - "line": 842, + "line": 846, "column": 76 } } }, "range": [ - 34234, - 34264 + 34440, + 34470 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 46 }, "end": { - "line": 842, + "line": 846, "column": 76 } } @@ -76187,16 +76672,16 @@ "object": { "type": "ThisExpression", "range": [ - 34298, - 34302 + 34504, + 34508 ], "loc": { "start": { - "line": 843, + "line": 847, "column": 32 }, "end": { - "line": 843, + "line": 847, "column": 36 } } @@ -76205,62 +76690,62 @@ "type": "Identifier", "name": "fltsValuesCookie", "range": [ - 34303, - 34319 + 34509, + 34525 ], "loc": { "start": { - "line": 843, + "line": 847, "column": 37 }, "end": { - "line": 843, + "line": 847, "column": 53 } } }, "range": [ - 34298, - 34319 + 34504, + 34525 ], "loc": { "start": { - "line": 843, + "line": 847, "column": 32 }, "end": { - "line": 843, + "line": 847, "column": 53 } } } ], "range": [ - 34234, - 34320 + 34440, + 34526 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 46 }, "end": { - "line": 843, + "line": 847, "column": 54 } } }, "range": [ - 34220, - 34320 + 34426, + 34526 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 32 }, "end": { - "line": 843, + "line": 847, "column": 54 } } @@ -76268,16 +76753,16 @@ ], "kind": "let", "range": [ - 34216, - 34321 + 34422, + 34527 ], "loc": { "start": { - "line": 842, + "line": 846, "column": 28 }, "end": { - "line": 843, + "line": 847, "column": 55 } } @@ -76294,16 +76779,16 @@ "type": "Identifier", "name": "flts_values", "range": [ - 34353, - 34364 + 34559, + 34570 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 31 }, "end": { - "line": 844, + "line": 848, "column": 42 } } @@ -76312,31 +76797,31 @@ "type": "Identifier", "name": "i", "range": [ - 34365, - 34366 + 34571, + 34572 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 43 }, "end": { - "line": 844, + "line": 848, "column": 44 } } }, "range": [ - 34353, - 34367 + 34559, + 34573 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 31 }, "end": { - "line": 844, + "line": 848, "column": 45 } } @@ -76346,31 +76831,31 @@ "value": " ", "raw": "' '", "range": [ - 34369, - 34372 + 34575, + 34578 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 47 }, "end": { - "line": 844, + "line": 848, "column": 50 } } }, "range": [ - 34353, - 34372 + 34559, + 34578 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 31 }, "end": { - "line": 844, + "line": 848, "column": 50 } } @@ -76388,16 +76873,16 @@ "object": { "type": "ThisExpression", "range": [ - 34407, - 34411 + 34613, + 34617 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 32 }, "end": { - "line": 845, + "line": 849, "column": 36 } } @@ -76406,31 +76891,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 34412, - 34426 + 34618, + 34632 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 37 }, "end": { - "line": 845, + "line": 849, "column": 51 } } }, "range": [ - 34407, - 34426 + 34613, + 34632 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 32 }, "end": { - "line": 845, + "line": 849, "column": 51 } } @@ -76440,16 +76925,16 @@ "type": "Identifier", "name": "i", "range": [ - 34427, - 34428 + 34633, + 34634 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 52 }, "end": { - "line": 845, + "line": 849, "column": 53 } } @@ -76461,16 +76946,16 @@ "type": "Identifier", "name": "flts_values", "range": [ - 34430, - 34441 + 34636, + 34647 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 55 }, "end": { - "line": 845, + "line": 849, "column": 66 } } @@ -76479,31 +76964,31 @@ "type": "Identifier", "name": "i", "range": [ - 34442, - 34443 + 34648, + 34649 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 67 }, "end": { - "line": 845, + "line": 849, "column": 68 } } }, "range": [ - 34430, - 34444 + 34636, + 34650 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 55 }, "end": { - "line": 845, + "line": 849, "column": 69 } } @@ -76513,142 +76998,142 @@ "value": false, "raw": "false", "range": [ - 34446, - 34451 + 34652, + 34657 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 71 }, "end": { - "line": 845, + "line": 849, "column": 76 } } } ], "range": [ - 34407, - 34452 + 34613, + 34658 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 32 }, "end": { - "line": 845, + "line": 849, "column": 77 } } }, "range": [ - 34407, - 34453 + 34613, + 34659 ], "loc": { "start": { - "line": 845, + "line": 849, "column": 32 }, "end": { - "line": 845, + "line": 849, "column": 78 } } } ], "range": [ - 34373, - 34483 + 34579, + 34689 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 51 }, "end": { - "line": 846, + "line": 850, "column": 29 } } }, "alternate": null, "range": [ - 34350, - 34483 + 34556, + 34689 ], "loc": { "start": { - "line": 844, + "line": 848, "column": 28 }, "end": { - "line": 846, + "line": 850, "column": 29 } } } ], "range": [ - 34186, - 34509 + 34392, + 34715 ], "loc": { "start": { - "line": 841, + "line": 845, "column": 51 }, "end": { - "line": 847, + "line": 851, "column": 25 } } }, "alternate": null, "range": [ - 34159, - 34509 + 34365, + 34715 ], "loc": { "start": { - "line": 841, + "line": 845, "column": 24 }, "end": { - "line": 847, + "line": 851, "column": 25 } } } ], "range": [ - 32541, - 34531 + 32747, + 34737 ], "loc": { "start": { - "line": 808, + "line": 812, "column": 24 }, "end": { - "line": 848, + "line": 852, "column": 21 } } }, "range": [ - 31090, - 34531 + 31296, + 34737 ], "loc": { "start": { - "line": 776, + "line": 780, "column": 25 }, "end": { - "line": 848, + "line": 852, "column": 21 } }, @@ -76657,16 +77142,16 @@ "type": "Line", "value": " checklist", "range": [ - 31052, - 31064 + 31258, + 31270 ], "loc": { "start": { - "line": 775, + "line": 779, "column": 20 }, "end": { - "line": 775, + "line": 779, "column": 32 } } @@ -76674,16 +77159,16 @@ ] }, "range": [ - 29005, - 34531 + 29211, + 34737 ], "loc": { "start": { - "line": 730, + "line": 734, "column": 20 }, "end": { - "line": 848, + "line": 852, "column": 21 } }, @@ -76692,16 +77177,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 28965, - 28984 + 29171, + 29190 ], "loc": { "start": { - "line": 729, + "line": 733, "column": 20 }, "end": { - "line": 729, + "line": 733, "column": 39 } } @@ -76712,16 +77197,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 34552, - 34578 + 34758, + 34784 ], "loc": { "start": { - "line": 849, + "line": 853, "column": 20 }, "end": { - "line": 849, + "line": 853, "column": 46 } } @@ -76740,16 +77225,16 @@ "type": "Identifier", "name": "i", "range": [ - 34602, - 34603 + 34808, + 34809 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 23 }, "end": { - "line": 850, + "line": 854, "column": 24 } } @@ -76761,16 +77246,16 @@ "type": "Identifier", "name": "n", "range": [ - 34605, - 34606 + 34811, + 34812 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 26 }, "end": { - "line": 850, + "line": 854, "column": 27 } } @@ -76780,46 +77265,46 @@ "value": 1, "raw": "1", "range": [ - 34607, - 34608 + 34813, + 34814 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 28 }, "end": { - "line": 850, + "line": 854, "column": 29 } } }, "range": [ - 34605, - 34608 + 34811, + 34814 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 26 }, "end": { - "line": 850, + "line": 854, "column": 29 } } }, "range": [ - 34602, - 34608 + 34808, + 34814 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 23 }, "end": { - "line": 850, + "line": 854, "column": 29 } } @@ -76830,16 +77315,16 @@ "object": { "type": "ThisExpression", "range": [ - 34612, - 34616 + 34818, + 34822 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 33 }, "end": { - "line": 850, + "line": 854, "column": 37 } } @@ -76848,46 +77333,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 34617, - 34627 + 34823, + 34833 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 38 }, "end": { - "line": 850, + "line": 854, "column": 48 } } }, "range": [ - 34612, - 34627 + 34818, + 34833 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 33 }, "end": { - "line": 850, + "line": 854, "column": 48 } } }, "range": [ - 34602, - 34627 + 34808, + 34833 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 23 }, "end": { - "line": 850, + "line": 854, "column": 48 } } @@ -76904,16 +77389,16 @@ "type": "Identifier", "name": "btn", "range": [ - 34658, - 34661 + 34864, + 34867 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 28 }, "end": { - "line": 851, + "line": 855, "column": 31 } } @@ -76927,16 +77412,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 34664, - 34667 + 34870, + 34873 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 34 }, "end": { - "line": 851, + "line": 855, "column": 37 } } @@ -76945,31 +77430,31 @@ "type": "Identifier", "name": "create", "range": [ - 34668, - 34674 + 34874, + 34880 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 38 }, "end": { - "line": 851, + "line": 855, "column": 44 } } }, "range": [ - 34664, - 34674 + 34870, + 34880 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 34 }, "end": { - "line": 851, + "line": 855, "column": 44 } } @@ -76981,16 +77466,16 @@ "object": { "type": "ThisExpression", "range": [ - 34675, - 34679 + 34881, + 34885 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 45 }, "end": { - "line": 851, + "line": 855, "column": 49 } } @@ -76999,31 +77484,31 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 34680, - 34690 + 34886, + 34896 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 50 }, "end": { - "line": 851, + "line": 855, "column": 60 } } }, "range": [ - 34675, - 34690 + 34881, + 34896 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 45 }, "end": { - "line": 851, + "line": 855, "column": 60 } } @@ -77036,16 +77521,16 @@ "value": "id", "raw": "'id'", "range": [ - 34721, - 34725 + 34927, + 34931 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 29 }, "end": { - "line": 852, + "line": 856, "column": 33 } } @@ -77065,16 +77550,16 @@ "object": { "type": "ThisExpression", "range": [ - 34726, - 34730 + 34932, + 34936 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 34 }, "end": { - "line": 852, + "line": 856, "column": 38 } } @@ -77083,31 +77568,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 34731, - 34744 + 34937, + 34950 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 39 }, "end": { - "line": 852, + "line": 856, "column": 52 } } }, "range": [ - 34726, - 34744 + 34932, + 34950 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 34 }, "end": { - "line": 852, + "line": 856, "column": 52 } } @@ -77116,31 +77601,31 @@ "type": "Identifier", "name": "i", "range": [ - 34745, - 34746 + 34951, + 34952 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 53 }, "end": { - "line": 852, + "line": 856, "column": 54 } } }, "range": [ - 34726, - 34746 + 34932, + 34952 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 34 }, "end": { - "line": 852, + "line": 856, "column": 54 } } @@ -77150,31 +77635,31 @@ "value": "_", "raw": "'_'", "range": [ - 34747, - 34750 + 34953, + 34956 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 55 }, "end": { - "line": 852, + "line": 856, "column": 58 } } }, "range": [ - 34726, - 34750 + 34932, + 34956 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 34 }, "end": { - "line": 852, + "line": 856, "column": 58 } } @@ -77185,16 +77670,16 @@ "object": { "type": "ThisExpression", "range": [ - 34751, - 34755 + 34957, + 34961 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 59 }, "end": { - "line": 852, + "line": 856, "column": 63 } } @@ -77203,62 +77688,62 @@ "type": "Identifier", "name": "id", "range": [ - 34756, - 34758 + 34962, + 34964 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 64 }, "end": { - "line": 852, + "line": 856, "column": 66 } } }, "range": [ - 34751, - 34758 + 34957, + 34964 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 59 }, "end": { - "line": 852, + "line": 856, "column": 66 } } }, "range": [ - 34726, - 34758 + 34932, + 34964 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 34 }, "end": { - "line": 852, + "line": 856, "column": 66 } } } ], "range": [ - 34720, - 34759 + 34926, + 34965 ], "loc": { "start": { - "line": 852, + "line": 856, "column": 28 }, "end": { - "line": 852, + "line": 856, "column": 67 } } @@ -77271,16 +77756,16 @@ "value": "type", "raw": "'type'", "range": [ - 34790, - 34796 + 34996, + 35002 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 29 }, "end": { - "line": 853, + "line": 857, "column": 35 } } @@ -77290,32 +77775,32 @@ "value": "button", "raw": "'button'", "range": [ - 34797, - 34805 + 35003, + 35011 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 36 }, "end": { - "line": 853, + "line": 857, "column": 44 } } } ], "range": [ - 34789, - 34806 + 34995, + 35012 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 28 }, "end": { - "line": 853, + "line": 857, "column": 45 } } @@ -77328,16 +77813,16 @@ "value": "value", "raw": "'value'", "range": [ - 34809, - 34816 + 35015, + 35022 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 48 }, "end": { - "line": 853, + "line": 857, "column": 55 } } @@ -77348,16 +77833,16 @@ "object": { "type": "ThisExpression", "range": [ - 34817, - 34821 + 35023, + 35027 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 56 }, "end": { - "line": 853, + "line": 857, "column": 60 } } @@ -77366,78 +77851,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 34822, - 34829 + 35028, + 35035 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 61 }, "end": { - "line": 853, + "line": 857, "column": 68 } } }, "range": [ - 34817, - 34829 + 35023, + 35035 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 56 }, "end": { - "line": 853, + "line": 857, "column": 68 } } } ], "range": [ - 34808, - 34830 + 35014, + 35036 ], "loc": { "start": { - "line": 853, + "line": 857, "column": 47 }, "end": { - "line": 853, + "line": 857, "column": 69 } } } ], "range": [ - 34664, - 34831 + 34870, + 35037 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 34 }, "end": { - "line": 853, + "line": 857, "column": 70 } } }, "range": [ - 34658, - 34831 + 34864, + 35037 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 28 }, "end": { - "line": 853, + "line": 857, "column": 70 } } @@ -77445,16 +77930,16 @@ ], "kind": "let", "range": [ - 34654, - 34832 + 34860, + 35038 ], "loc": { "start": { - "line": 851, + "line": 855, "column": 24 }, "end": { - "line": 853, + "line": 857, "column": 71 } } @@ -77471,16 +77956,16 @@ "type": "Identifier", "name": "btn", "range": [ - 34857, - 34860 + 35063, + 35066 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 24 }, "end": { - "line": 854, + "line": 858, "column": 27 } } @@ -77489,31 +77974,31 @@ "type": "Identifier", "name": "className", "range": [ - 34861, - 34870 + 35067, + 35076 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 28 }, "end": { - "line": 854, + "line": 858, "column": 37 } } }, "range": [ - 34857, - 34870 + 35063, + 35076 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 24 }, "end": { - "line": 854, + "line": 858, "column": 37 } } @@ -77524,16 +78009,16 @@ "object": { "type": "ThisExpression", "range": [ - 34873, - 34877 + 35079, + 35083 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 40 }, "end": { - "line": 854, + "line": 858, "column": 44 } } @@ -77542,61 +78027,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 34878, - 34889 + 35084, + 35095 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 45 }, "end": { - "line": 854, + "line": 858, "column": 56 } } }, "range": [ - 34873, - 34889 + 35079, + 35095 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 40 }, "end": { - "line": 854, + "line": 858, "column": 56 } } }, "range": [ - 34857, - 34889 + 35063, + 35095 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 24 }, "end": { - "line": 854, + "line": 858, "column": 56 } } }, "range": [ - 34857, - 34890 + 35063, + 35096 ], "loc": { "start": { - "line": 854, + "line": 858, "column": 24 }, "end": { - "line": 854, + "line": 858, "column": 57 } }, @@ -77605,16 +78090,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 34916, - 34955 + 35122, + 35161 ], "loc": { "start": { - "line": 856, + "line": 860, "column": 24 }, "end": { - "line": 856, + "line": 860, "column": 63 } } @@ -77627,16 +78112,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 34983, - 34999 + 35189, + 35205 ], "loc": { "start": { - "line": 857, + "line": 861, "column": 27 }, "end": { - "line": 857, + "line": 861, "column": 43 } } @@ -77660,16 +78145,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 35030, - 35033 + 35236, + 35239 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 28 }, "end": { - "line": 858, + "line": 862, "column": 31 } } @@ -77678,31 +78163,31 @@ "type": "Identifier", "name": "id", "range": [ - 35034, - 35036 + 35240, + 35242 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 32 }, "end": { - "line": 858, + "line": 862, "column": 34 } } }, "range": [ - 35030, - 35036 + 35236, + 35242 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 28 }, "end": { - "line": 858, + "line": 862, "column": 34 } } @@ -77712,32 +78197,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 35037, - 35053 + 35243, + 35259 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 35 }, "end": { - "line": 858, + "line": 862, "column": 51 } } } ], "range": [ - 35030, - 35054 + 35236, + 35260 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 28 }, "end": { - "line": 858, + "line": 862, "column": 52 } } @@ -77746,31 +78231,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35055, - 35066 + 35261, + 35272 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 53 }, "end": { - "line": 858, + "line": 862, "column": 64 } } }, "range": [ - 35030, - 35066 + 35236, + 35272 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 28 }, "end": { - "line": 858, + "line": 862, "column": 64 } } @@ -77780,63 +78265,63 @@ "type": "Identifier", "name": "btn", "range": [ - 35067, - 35070 + 35273, + 35276 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 65 }, "end": { - "line": 858, + "line": 862, "column": 68 } } } ], "range": [ - 35030, - 35071 + 35236, + 35277 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 28 }, "end": { - "line": 858, + "line": 862, "column": 69 } } }, "range": [ - 35030, - 35072 + 35236, + 35278 ], "loc": { "start": { - "line": 858, + "line": 862, "column": 28 }, "end": { - "line": 858, + "line": 862, "column": 70 } } } ], "range": [ - 35000, - 35098 + 35206, + 35304 ], "loc": { "start": { - "line": 857, + "line": 861, "column": 44 }, "end": { - "line": 859, + "line": 863, "column": 25 } } @@ -77855,16 +78340,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 35133, - 35140 + 35339, + 35346 ], "loc": { "start": { - "line": 860, + "line": 864, "column": 28 }, "end": { - "line": 860, + "line": 864, "column": 35 } } @@ -77873,31 +78358,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35141, - 35152 + 35347, + 35358 ], "loc": { "start": { - "line": 860, + "line": 864, "column": 36 }, "end": { - "line": 860, + "line": 864, "column": 47 } } }, "range": [ - 35133, - 35152 + 35339, + 35358 ], "loc": { "start": { - "line": 860, + "line": 864, "column": 28 }, "end": { - "line": 860, + "line": 864, "column": 47 } } @@ -77907,78 +78392,78 @@ "type": "Identifier", "name": "btn", "range": [ - 35153, - 35156 + 35359, + 35362 ], "loc": { "start": { - "line": 860, + "line": 864, "column": 48 }, "end": { - "line": 860, + "line": 864, "column": 51 } } } ], "range": [ - 35133, - 35157 + 35339, + 35363 ], "loc": { "start": { - "line": 860, + "line": 864, "column": 28 }, "end": { - "line": 860, + "line": 864, "column": 52 } } }, "range": [ - 35133, - 35158 + 35339, + 35364 ], "loc": { "start": { - "line": 860, + "line": 864, "column": 28 }, "end": { - "line": 860, + "line": 864, "column": 53 } } } ], "range": [ - 35103, - 35184 + 35309, + 35390 ], "loc": { "start": { - "line": 859, + "line": 863, "column": 30 }, "end": { - "line": 861, + "line": 865, "column": 25 } } }, "range": [ - 34980, - 35184 + 35186, + 35390 ], "loc": { "start": { - "line": 857, + "line": 861, "column": 24 }, "end": { - "line": 861, + "line": 865, "column": 25 } }, @@ -77987,16 +78472,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 34916, - 34955 + 35122, + 35161 ], "loc": { "start": { - "line": 856, + "line": 860, "column": 24 }, "end": { - "line": 856, + "line": 860, "column": 63 } } @@ -78014,16 +78499,16 @@ "type": "Identifier", "name": "Event", "range": [ - 35210, - 35215 + 35416, + 35421 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 24 }, "end": { - "line": 863, + "line": 867, "column": 29 } } @@ -78032,31 +78517,31 @@ "type": "Identifier", "name": "add", "range": [ - 35216, - 35219 + 35422, + 35425 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 30 }, "end": { - "line": 863, + "line": 867, "column": 33 } } }, "range": [ - 35210, - 35219 + 35416, + 35425 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 24 }, "end": { - "line": 863, + "line": 867, "column": 33 } } @@ -78066,16 +78551,16 @@ "type": "Identifier", "name": "btn", "range": [ - 35220, - 35223 + 35426, + 35429 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 34 }, "end": { - "line": 863, + "line": 867, "column": 37 } } @@ -78085,16 +78570,16 @@ "value": "click", "raw": "'click'", "range": [ - 35225, - 35232 + 35431, + 35438 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 39 }, "end": { - "line": 863, + "line": 867, "column": 46 } } @@ -78113,16 +78598,16 @@ "object": { "type": "ThisExpression", "range": [ - 35234, - 35238 + 35440, + 35444 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 48 }, "end": { - "line": 863, + "line": 867, "column": 52 } } @@ -78131,31 +78616,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 35239, - 35242 + 35445, + 35448 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 53 }, "end": { - "line": 863, + "line": 867, "column": 56 } } }, "range": [ - 35234, - 35242 + 35440, + 35448 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 48 }, "end": { - "line": 863, + "line": 867, "column": 56 } } @@ -78164,31 +78649,31 @@ "type": "Identifier", "name": "onBtnClick", "range": [ - 35243, - 35253 + 35449, + 35459 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 57 }, "end": { - "line": 863, + "line": 867, "column": 67 } } }, "range": [ - 35234, - 35253 + 35440, + 35459 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 48 }, "end": { - "line": 863, + "line": 867, "column": 67 } } @@ -78197,31 +78682,31 @@ "type": "Identifier", "name": "bind", "range": [ - 35254, - 35258 + 35460, + 35464 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 68 }, "end": { - "line": 863, + "line": 867, "column": 72 } } }, "range": [ - 35234, - 35258 + 35440, + 35464 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 48 }, "end": { - "line": 863, + "line": 867, "column": 72 } } @@ -78230,95 +78715,95 @@ { "type": "ThisExpression", "range": [ - 35259, - 35263 + 35465, + 35469 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 73 }, "end": { - "line": 863, + "line": 867, "column": 77 } } } ], "range": [ - 35234, - 35264 + 35440, + 35470 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 48 }, "end": { - "line": 863, + "line": 867, "column": 78 } } } ], "range": [ - 35210, - 35265 + 35416, + 35471 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 24 }, "end": { - "line": 863, + "line": 867, "column": 79 } } }, "range": [ - 35210, - 35266 + 35416, + 35472 ], "loc": { "start": { - "line": 863, + "line": 867, "column": 24 }, "end": { - "line": 863, + "line": 867, "column": 80 } } } ], "range": [ - 34628, - 35288 + 34834, + 35494 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 49 }, "end": { - "line": 864, + "line": 868, "column": 21 } } }, "alternate": null, "range": [ - 34599, - 35288 + 34805, + 35494 ], "loc": { "start": { - "line": 850, + "line": 854, "column": 20 }, "end": { - "line": 864, + "line": 868, "column": 21 } }, @@ -78327,16 +78812,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 34552, - 34578 + 34758, + 34784 ], "loc": { "start": { - "line": 849, + "line": 853, "column": 20 }, "end": { - "line": 849, + "line": 853, "column": 46 } } @@ -78347,16 +78832,16 @@ "type": "Line", "value": "if", "range": [ - 35288, - 35292 + 35494, + 35498 ], "loc": { "start": { - "line": 864, + "line": 868, "column": 21 }, "end": { - "line": 864, + "line": 868, "column": 25 } } @@ -78365,31 +78850,31 @@ } ], "range": [ - 27907, - 35311 + 28113, + 35517 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 38 }, "end": { - "line": 866, + "line": 870, "column": 17 } } }, "range": [ - 27885, - 35311 + 28091, + 35517 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 16 }, "end": { - "line": 866, + "line": 870, "column": 17 } }, @@ -78398,16 +78883,16 @@ "type": "Line", "value": " for i", "range": [ - 35311, - 35319 + 35517, + 35525 ], "loc": { "start": { - "line": 866, + "line": 870, "column": 17 }, "end": { - "line": 866, + "line": 870, "column": 25 } } @@ -78416,16 +78901,16 @@ } ], "range": [ - 26771, - 35334 + 26977, + 35540 ], "loc": { "start": { - "line": 672, + "line": 676, "column": 32 }, "end": { - "line": 868, + "line": 872, "column": 13 } } @@ -78443,16 +78928,16 @@ "object": { "type": "ThisExpression", "range": [ - 35358, - 35362 + 35564, + 35568 ], "loc": { "start": { - "line": 869, + "line": 873, "column": 16 }, "end": { - "line": 869, + "line": 873, "column": 20 } } @@ -78461,78 +78946,78 @@ "type": "Identifier", "name": "_resetGrid", "range": [ - 35363, - 35373 + 35569, + 35579 ], "loc": { "start": { - "line": 869, + "line": 873, "column": 21 }, "end": { - "line": 869, + "line": 873, "column": 31 } } }, "range": [ - 35358, - 35373 + 35564, + 35579 ], "loc": { "start": { - "line": 869, + "line": 873, "column": 16 }, "end": { - "line": 869, + "line": 873, "column": 31 } } }, "arguments": [], "range": [ - 35358, - 35375 + 35564, + 35581 ], "loc": { "start": { - "line": 869, + "line": 873, "column": 16 }, "end": { - "line": 869, + "line": 873, "column": 33 } } }, "range": [ - 35358, - 35376 + 35564, + 35582 ], "loc": { "start": { - "line": 869, + "line": 873, "column": 16 }, "end": { - "line": 869, + "line": 873, "column": 34 } } } ], "range": [ - 35340, - 35390 + 35546, + 35596 ], "loc": { "start": { - "line": 868, + "line": 872, "column": 19 }, "end": { - "line": 870, + "line": 874, "column": 13 } }, @@ -78541,16 +79026,16 @@ "type": "Line", "value": "if", "range": [ - 35288, - 35292 + 35494, + 35498 ], "loc": { "start": { - "line": 864, + "line": 868, "column": 21 }, "end": { - "line": 864, + "line": 868, "column": 25 } } @@ -78559,16 +79044,16 @@ "type": "Line", "value": " for i", "range": [ - 35311, - 35319 + 35517, + 35525 ], "loc": { "start": { - "line": 866, + "line": 870, "column": 17 }, "end": { - "line": 866, + "line": 870, "column": 25 } } @@ -78576,16 +79061,16 @@ ] }, "range": [ - 26751, - 35390 + 26957, + 35596 ], "loc": { "start": { - "line": 672, + "line": 676, "column": 12 }, "end": { - "line": 870, + "line": 874, "column": 13 } }, @@ -78594,16 +79079,16 @@ "type": "Line", "value": "if isFirstLoad", "range": [ - 35390, - 35406 + 35596, + 35612 ], "loc": { "start": { - "line": 870, + "line": 874, "column": 13 }, "end": { - "line": 870, + "line": 874, "column": 29 } } @@ -78612,31 +79097,31 @@ } ], "range": [ - 26737, - 35417 + 26943, + 35623 ], "loc": { "start": { - "line": 671, + "line": 675, "column": 15 }, "end": { - "line": 872, + "line": 876, "column": 9 } } }, "range": [ - 26409, - 35417 + 26615, + 35623 ], "loc": { "start": { - "line": 663, + "line": 667, "column": 8 }, "end": { - "line": 872, + "line": 876, "column": 9 } }, @@ -78645,16 +79130,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 26369, - 26400 + 26575, + 26606 ], "loc": { "start": { - "line": 662, + "line": 666, "column": 8 }, "end": { - "line": 662, + "line": 666, "column": 39 } } @@ -78665,16 +79150,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 35417, - 35434 + 35623, + 35640 ], "loc": { "start": { - "line": 872, + "line": 876, "column": 9 }, "end": { - "line": 872, + "line": 876, "column": 26 } } @@ -78683,16 +79168,16 @@ "type": "Block", "value": " Filter behaviours ", "range": [ - 35444, - 35467 + 35650, + 35673 ], "loc": { "start": { - "line": 874, + "line": 878, "column": 8 }, "end": { - "line": 874, + "line": 878, "column": 31 } } @@ -78707,16 +79192,16 @@ "object": { "type": "ThisExpression", "range": [ - 35479, - 35483 + 35685, + 35689 ], "loc": { "start": { - "line": 875, + "line": 879, "column": 11 }, "end": { - "line": 875, + "line": 879, "column": 15 } } @@ -78725,31 +79210,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 35484, - 35498 + 35690, + 35704 ], "loc": { "start": { - "line": 875, + "line": 879, "column": 16 }, "end": { - "line": 875, + "line": 879, "column": 30 } } }, "range": [ - 35479, - 35498 + 35685, + 35704 ], "loc": { "start": { - "line": 875, + "line": 879, "column": 11 }, "end": { - "line": 875, + "line": 879, "column": 30 } } @@ -78767,16 +79252,16 @@ "object": { "type": "ThisExpression", "range": [ - 35513, - 35517 + 35719, + 35723 ], "loc": { "start": { - "line": 876, + "line": 880, "column": 12 }, "end": { - "line": 876, + "line": 880, "column": 16 } } @@ -78785,94 +79270,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 35518, - 35535 + 35724, + 35741 ], "loc": { "start": { - "line": 876, + "line": 880, "column": 17 }, "end": { - "line": 876, + "line": 880, "column": 34 } } }, "range": [ - 35513, - 35535 + 35719, + 35741 ], "loc": { "start": { - "line": 876, + "line": 880, "column": 12 }, "end": { - "line": 876, + "line": 880, "column": 34 } } }, "arguments": [], "range": [ - 35513, - 35537 + 35719, + 35743 ], "loc": { "start": { - "line": 876, + "line": 880, "column": 12 }, "end": { - "line": 876, + "line": 880, "column": 36 } } }, "range": [ - 35513, - 35538 + 35719, + 35744 ], "loc": { "start": { - "line": 876, + "line": 880, "column": 12 }, "end": { - "line": 876, + "line": 880, "column": 37 } } } ], "range": [ - 35499, - 35548 + 35705, + 35754 ], "loc": { "start": { - "line": 875, + "line": 879, "column": 31 }, "end": { - "line": 877, + "line": 881, "column": 9 } } }, "alternate": null, "range": [ - 35476, - 35548 + 35682, + 35754 ], "loc": { "start": { - "line": 875, + "line": 879, "column": 8 }, "end": { - "line": 877, + "line": 881, "column": 9 } }, @@ -78881,16 +79366,16 @@ "type": "Line", "value": "if isFirstLoad", "range": [ - 35390, - 35406 + 35596, + 35612 ], "loc": { "start": { - "line": 870, + "line": 874, "column": 13 }, "end": { - "line": 870, + "line": 874, "column": 29 } } @@ -78899,16 +79384,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 35417, - 35434 + 35623, + 35640 ], "loc": { "start": { - "line": 872, + "line": 876, "column": 9 }, "end": { - "line": 872, + "line": 876, "column": 26 } } @@ -78917,16 +79402,16 @@ "type": "Block", "value": " Filter behaviours ", "range": [ - 35444, - 35467 + 35650, + 35673 ], "loc": { "start": { - "line": 874, + "line": 878, "column": 8 }, "end": { - "line": 874, + "line": 878, "column": 31 } } @@ -78941,16 +79426,16 @@ "object": { "type": "ThisExpression", "range": [ - 35560, - 35564 + 35766, + 35770 ], "loc": { "start": { - "line": 878, + "line": 882, "column": 11 }, "end": { - "line": 878, + "line": 882, "column": 15 } } @@ -78959,31 +79444,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 35565, - 35576 + 35771, + 35782 ], "loc": { "start": { - "line": 878, + "line": 882, "column": 16 }, "end": { - "line": 878, + "line": 882, "column": 27 } } }, "range": [ - 35560, - 35576 + 35766, + 35782 ], "loc": { "start": { - "line": 878, + "line": 882, "column": 11 }, "end": { - "line": 878, + "line": 882, "column": 27 } } @@ -79003,16 +79488,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35591, - 35594 + 35797, + 35800 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 12 }, "end": { - "line": 879, + "line": 883, "column": 15 } } @@ -79021,31 +79506,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 35595, - 35606 + 35801, + 35812 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 16 }, "end": { - "line": 879, + "line": 883, "column": 27 } } }, "range": [ - 35591, - 35606 + 35797, + 35812 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 12 }, "end": { - "line": 879, + "line": 883, "column": 27 } } @@ -79056,16 +79541,16 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 35613, - 35624 + 35819, + 35830 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 34 }, "end": { - "line": 879, + "line": 883, "column": 45 } } @@ -79074,62 +79559,62 @@ { "type": "ThisExpression", "range": [ - 35625, - 35629 + 35831, + 35835 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 46 }, "end": { - "line": 879, + "line": 883, "column": 50 } } } ], "range": [ - 35609, - 35630 + 35815, + 35836 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 30 }, "end": { - "line": 879, + "line": 883, "column": 51 } } }, "range": [ - 35591, - 35630 + 35797, + 35836 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 12 }, "end": { - "line": 879, + "line": 883, "column": 51 } } }, "range": [ - 35591, - 35631 + 35797, + 35837 ], "loc": { "start": { - "line": 879, + "line": 883, "column": 12 }, "end": { - "line": 879, + "line": 883, "column": 52 } } @@ -79148,16 +79633,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35644, - 35647 + 35850, + 35853 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 12 }, "end": { - "line": 880, + "line": 884, "column": 15 } } @@ -79166,31 +79651,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 35648, - 35659 + 35854, + 35865 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 16 }, "end": { - "line": 880, + "line": 884, "column": 27 } } }, "range": [ - 35644, - 35659 + 35850, + 35865 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 12 }, "end": { - "line": 880, + "line": 884, "column": 27 } } @@ -79199,94 +79684,94 @@ "type": "Identifier", "name": "init", "range": [ - 35660, - 35664 + 35866, + 35870 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 28 }, "end": { - "line": 880, + "line": 884, "column": 32 } } }, "range": [ - 35644, - 35664 + 35850, + 35870 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 12 }, "end": { - "line": 880, + "line": 884, "column": 32 } } }, "arguments": [], "range": [ - 35644, - 35666 + 35850, + 35872 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 12 }, "end": { - "line": 880, + "line": 884, "column": 34 } } }, "range": [ - 35644, - 35667 + 35850, + 35873 ], "loc": { "start": { - "line": 880, + "line": 884, "column": 12 }, "end": { - "line": 880, + "line": 884, "column": 35 } } } ], "range": [ - 35577, - 35677 + 35783, + 35883 ], "loc": { "start": { - "line": 878, + "line": 882, "column": 28 }, "end": { - "line": 881, + "line": 885, "column": 9 } } }, "alternate": null, "range": [ - 35557, - 35677 + 35763, + 35883 ], "loc": { "start": { - "line": 878, + "line": 882, "column": 8 }, "end": { - "line": 881, + "line": 885, "column": 9 } } @@ -79299,16 +79784,16 @@ "object": { "type": "ThisExpression", "range": [ - 35689, - 35693 + 35895, + 35899 ], "loc": { "start": { - "line": 882, + "line": 886, "column": 11 }, "end": { - "line": 882, + "line": 886, "column": 15 } } @@ -79317,31 +79802,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 35694, - 35703 + 35900, + 35909 ], "loc": { "start": { - "line": 882, + "line": 886, "column": 16 }, "end": { - "line": 882, + "line": 886, "column": 25 } } }, "range": [ - 35689, - 35703 + 35895, + 35909 ], "loc": { "start": { - "line": 882, + "line": 886, "column": 11 }, "end": { - "line": 882, + "line": 886, "column": 25 } } @@ -79361,16 +79846,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35718, - 35721 + 35924, + 35927 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 12 }, "end": { - "line": 883, + "line": 887, "column": 15 } } @@ -79379,31 +79864,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 35722, - 35731 + 35928, + 35937 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 16 }, "end": { - "line": 883, + "line": 887, "column": 25 } } }, "range": [ - 35718, - 35731 + 35924, + 35937 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 12 }, "end": { - "line": 883, + "line": 887, "column": 25 } } @@ -79414,16 +79899,16 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 35738, - 35747 + 35944, + 35953 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 32 }, "end": { - "line": 883, + "line": 887, "column": 41 } } @@ -79432,62 +79917,62 @@ { "type": "ThisExpression", "range": [ - 35748, - 35752 + 35954, + 35958 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 42 }, "end": { - "line": 883, + "line": 887, "column": 46 } } } ], "range": [ - 35734, - 35753 + 35940, + 35959 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 28 }, "end": { - "line": 883, + "line": 887, "column": 47 } } }, "range": [ - 35718, - 35753 + 35924, + 35959 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 12 }, "end": { - "line": 883, + "line": 887, "column": 47 } } }, "range": [ - 35718, - 35754 + 35924, + 35960 ], "loc": { "start": { - "line": 883, + "line": 887, "column": 12 }, "end": { - "line": 883, + "line": 887, "column": 48 } } @@ -79506,16 +79991,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35767, - 35770 + 35973, + 35976 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 12 }, "end": { - "line": 884, + "line": 888, "column": 15 } } @@ -79524,31 +80009,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 35771, - 35780 + 35977, + 35986 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 16 }, "end": { - "line": 884, + "line": 888, "column": 25 } } }, "range": [ - 35767, - 35780 + 35973, + 35986 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 12 }, "end": { - "line": 884, + "line": 888, "column": 25 } } @@ -79557,94 +80042,94 @@ "type": "Identifier", "name": "init", "range": [ - 35781, - 35785 + 35987, + 35991 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 26 }, "end": { - "line": 884, + "line": 888, "column": 30 } } }, "range": [ - 35767, - 35785 + 35973, + 35991 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 12 }, "end": { - "line": 884, + "line": 888, "column": 30 } } }, "arguments": [], "range": [ - 35767, - 35787 + 35973, + 35993 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 12 }, "end": { - "line": 884, + "line": 888, "column": 32 } } }, "range": [ - 35767, - 35788 + 35973, + 35994 ], "loc": { "start": { - "line": 884, + "line": 888, "column": 12 }, "end": { - "line": 884, + "line": 888, "column": 33 } } } ], "range": [ - 35704, - 35798 + 35910, + 36004 ], "loc": { "start": { - "line": 882, + "line": 886, "column": 26 }, "end": { - "line": 885, + "line": 889, "column": 9 } } }, "alternate": null, "range": [ - 35686, - 35798 + 35892, + 36004 ], "loc": { "start": { - "line": 882, + "line": 886, "column": 8 }, "end": { - "line": 885, + "line": 889, "column": 9 } } @@ -79660,16 +80145,16 @@ "object": { "type": "ThisExpression", "range": [ - 35810, - 35814 + 36016, + 36020 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 11 }, "end": { - "line": 886, + "line": 890, "column": 15 } } @@ -79678,31 +80163,31 @@ "type": "Identifier", "name": "paging", "range": [ - 35815, - 35821 + 36021, + 36027 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 16 }, "end": { - "line": 886, + "line": 890, "column": 22 } } }, "range": [ - 35810, - 35821 + 36016, + 36027 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 11 }, "end": { - "line": 886, + "line": 890, "column": 22 } } @@ -79714,16 +80199,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35825, - 35828 + 36031, + 36034 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 26 }, "end": { - "line": 886, + "line": 890, "column": 29 } } @@ -79732,46 +80217,46 @@ "type": "Identifier", "name": "paging", "range": [ - 35829, - 35835 + 36035, + 36041 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 30 }, "end": { - "line": 886, + "line": 890, "column": 36 } } }, "range": [ - 35825, - 35835 + 36031, + 36041 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 26 }, "end": { - "line": 886, + "line": 890, "column": 36 } } }, "range": [ - 35810, - 35835 + 36016, + 36041 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 11 }, "end": { - "line": 886, + "line": 890, "column": 36 } } @@ -79791,16 +80276,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35854, - 35857 + 36060, + 36063 ], "loc": { "start": { - "line": 887, + "line": 891, "column": 16 }, "end": { - "line": 887, + "line": 891, "column": 19 } } @@ -79809,47 +80294,47 @@ "type": "Identifier", "name": "paging", "range": [ - 35858, - 35864 + 36064, + 36070 ], "loc": { "start": { - "line": 887, + "line": 891, "column": 20 }, "end": { - "line": 887, + "line": 891, "column": 26 } } }, "range": [ - 35854, - 35864 + 36060, + 36070 ], "loc": { "start": { - "line": 887, + "line": 891, "column": 16 }, "end": { - "line": 887, + "line": 891, "column": 26 } } }, "prefix": true, "range": [ - 35853, - 35864 + 36059, + 36070 ], "loc": { "start": { - "line": 887, + "line": 891, "column": 15 }, "end": { - "line": 887, + "line": 891, "column": 26 } } @@ -79869,16 +80354,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35883, - 35886 + 36089, + 36092 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 16 }, "end": { - "line": 888, + "line": 892, "column": 19 } } @@ -79887,31 +80372,31 @@ "type": "Identifier", "name": "paging", "range": [ - 35887, - 35893 + 36093, + 36099 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 20 }, "end": { - "line": 888, + "line": 892, "column": 26 } } }, "range": [ - 35883, - 35893 + 36089, + 36099 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 16 }, "end": { - "line": 888, + "line": 892, "column": 26 } } @@ -79922,16 +80407,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 35900, - 35906 + 36106, + 36112 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 33 }, "end": { - "line": 888, + "line": 892, "column": 39 } } @@ -79940,94 +80425,94 @@ { "type": "ThisExpression", "range": [ - 35907, - 35911 + 36113, + 36117 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 40 }, "end": { - "line": 888, + "line": 892, "column": 44 } } } ], "range": [ - 35896, - 35912 + 36102, + 36118 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 29 }, "end": { - "line": 888, + "line": 892, "column": 45 } } }, "range": [ - 35883, - 35912 + 36089, + 36118 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 16 }, "end": { - "line": 888, + "line": 892, "column": 45 } } }, "range": [ - 35883, - 35913 + 36089, + 36119 ], "loc": { "start": { - "line": 888, + "line": 892, "column": 16 }, "end": { - "line": 888, + "line": 892, "column": 46 } } } ], "range": [ - 35865, - 35927 + 36071, + 36133 ], "loc": { "start": { - "line": 887, + "line": 891, "column": 27 }, "end": { - "line": 889, + "line": 893, "column": 13 } } }, "alternate": null, "range": [ - 35850, - 35927 + 36056, + 36133 ], "loc": { "start": { - "line": 887, + "line": 891, "column": 12 }, "end": { - "line": 889, + "line": 893, "column": 13 } }, @@ -80036,16 +80521,16 @@ "type": "Line", "value": " TODO: handle both cases in paging init", "range": [ - 35941, - 35982 + 36147, + 36188 ], "loc": { "start": { - "line": 891, + "line": 895, "column": 12 }, "end": { - "line": 891, + "line": 895, "column": 53 } } @@ -80064,16 +80549,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 35998, - 36001 + 36204, + 36207 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 15 }, "end": { - "line": 892, + "line": 896, "column": 18 } } @@ -80082,31 +80567,31 @@ "type": "Identifier", "name": "paging", "range": [ - 36002, - 36008 + 36208, + 36214 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 19 }, "end": { - "line": 892, + "line": 896, "column": 25 } } }, "range": [ - 35998, - 36008 + 36204, + 36214 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 15 }, "end": { - "line": 892, + "line": 896, "column": 25 } } @@ -80115,31 +80600,31 @@ "type": "Identifier", "name": "isPagingRemoved", "range": [ - 36009, - 36024 + 36215, + 36230 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 26 }, "end": { - "line": 892, + "line": 896, "column": 41 } } }, "range": [ - 35998, - 36024 + 36204, + 36230 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 15 }, "end": { - "line": 892, + "line": 896, "column": 41 } } @@ -80161,16 +80646,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36043, - 36046 + 36249, + 36252 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 16 }, "end": { - "line": 893, + "line": 897, "column": 19 } } @@ -80179,31 +80664,31 @@ "type": "Identifier", "name": "paging", "range": [ - 36047, - 36053 + 36253, + 36259 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 20 }, "end": { - "line": 893, + "line": 897, "column": 26 } } }, "range": [ - 36043, - 36053 + 36249, + 36259 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 16 }, "end": { - "line": 893, + "line": 897, "column": 26 } } @@ -80212,78 +80697,78 @@ "type": "Identifier", "name": "reset", "range": [ - 36054, - 36059 + 36260, + 36265 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 27 }, "end": { - "line": 893, + "line": 897, "column": 32 } } }, "range": [ - 36043, - 36059 + 36249, + 36265 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 16 }, "end": { - "line": 893, + "line": 897, "column": 32 } } }, "arguments": [], "range": [ - 36043, - 36061 + 36249, + 36267 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 16 }, "end": { - "line": 893, + "line": 897, "column": 34 } } }, "range": [ - 36043, - 36062 + 36249, + 36268 ], "loc": { "start": { - "line": 893, + "line": 897, "column": 16 }, "end": { - "line": 893, + "line": 897, "column": 35 } } } ], "range": [ - 36025, - 36076 + 36231, + 36282 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 42 }, "end": { - "line": 894, + "line": 898, "column": 13 } } @@ -80305,16 +80790,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36100, - 36103 + 36306, + 36309 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 16 }, "end": { - "line": 895, + "line": 899, "column": 19 } } @@ -80323,31 +80808,31 @@ "type": "Identifier", "name": "paging", "range": [ - 36104, - 36110 + 36310, + 36316 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 20 }, "end": { - "line": 895, + "line": 899, "column": 26 } } }, "range": [ - 36100, - 36110 + 36306, + 36316 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 16 }, "end": { - "line": 895, + "line": 899, "column": 26 } } @@ -80356,93 +80841,93 @@ "type": "Identifier", "name": "init", "range": [ - 36111, - 36115 + 36317, + 36321 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 27 }, "end": { - "line": 895, + "line": 899, "column": 31 } } }, "range": [ - 36100, - 36115 + 36306, + 36321 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 16 }, "end": { - "line": 895, + "line": 899, "column": 31 } } }, "arguments": [], "range": [ - 36100, - 36117 + 36306, + 36323 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 16 }, "end": { - "line": 895, + "line": 899, "column": 33 } } }, "range": [ - 36100, - 36118 + 36306, + 36324 ], "loc": { "start": { - "line": 895, + "line": 899, "column": 16 }, "end": { - "line": 895, + "line": 899, "column": 34 } } } ], "range": [ - 36082, - 36132 + 36288, + 36338 ], "loc": { "start": { - "line": 894, + "line": 898, "column": 19 }, "end": { - "line": 896, + "line": 900, "column": 13 } } }, "range": [ - 35995, - 36132 + 36201, + 36338 ], "loc": { "start": { - "line": 892, + "line": 896, "column": 12 }, "end": { - "line": 896, + "line": 900, "column": 13 } }, @@ -80451,16 +80936,16 @@ "type": "Line", "value": " TODO: handle both cases in paging init", "range": [ - 35941, - 35982 + 36147, + 36188 ], "loc": { "start": { - "line": 891, + "line": 895, "column": 12 }, "end": { - "line": 891, + "line": 895, "column": 53 } } @@ -80469,32 +80954,32 @@ } ], "range": [ - 35836, - 36142 + 36042, + 36348 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 37 }, "end": { - "line": 897, + "line": 901, "column": 9 } } }, "alternate": null, "range": [ - 35807, - 36142 + 36013, + 36348 ], "loc": { "start": { - "line": 886, + "line": 890, "column": 8 }, "end": { - "line": 897, + "line": 901, "column": 9 } } @@ -80507,16 +80992,16 @@ "object": { "type": "ThisExpression", "range": [ - 36154, - 36158 + 36360, + 36364 ], "loc": { "start": { - "line": 898, + "line": 902, "column": 11 }, "end": { - "line": 898, + "line": 902, "column": 15 } } @@ -80525,31 +81010,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 36159, - 36167 + 36365, + 36373 ], "loc": { "start": { - "line": 898, + "line": 902, "column": 16 }, "end": { - "line": 898, + "line": 902, "column": 24 } } }, "range": [ - 36154, - 36167 + 36360, + 36373 ], "loc": { "start": { - "line": 898, + "line": 902, "column": 11 }, "end": { - "line": 898, + "line": 902, "column": 24 } } @@ -80569,16 +81054,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36182, - 36185 + 36388, + 36391 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 12 }, "end": { - "line": 899, + "line": 903, "column": 15 } } @@ -80587,31 +81072,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 36186, - 36197 + 36392, + 36403 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 16 }, "end": { - "line": 899, + "line": 903, "column": 27 } } }, "range": [ - 36182, - 36197 + 36388, + 36403 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 12 }, "end": { - "line": 899, + "line": 903, "column": 27 } } @@ -80622,16 +81107,16 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 36204, - 36215 + 36410, + 36421 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 34 }, "end": { - "line": 899, + "line": 903, "column": 45 } } @@ -80640,62 +81125,62 @@ { "type": "ThisExpression", "range": [ - 36216, - 36220 + 36422, + 36426 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 46 }, "end": { - "line": 899, + "line": 903, "column": 50 } } } ], "range": [ - 36200, - 36221 + 36406, + 36427 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 30 }, "end": { - "line": 899, + "line": 903, "column": 51 } } }, "range": [ - 36182, - 36221 + 36388, + 36427 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 12 }, "end": { - "line": 899, + "line": 903, "column": 51 } } }, "range": [ - 36182, - 36222 + 36388, + 36428 ], "loc": { "start": { - "line": 899, + "line": 903, "column": 12 }, "end": { - "line": 899, + "line": 903, "column": 52 } } @@ -80714,16 +81199,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36235, - 36238 + 36441, + 36444 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 12 }, "end": { - "line": 900, + "line": 904, "column": 15 } } @@ -80732,31 +81217,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 36239, - 36250 + 36445, + 36456 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 16 }, "end": { - "line": 900, + "line": 904, "column": 27 } } }, "range": [ - 36235, - 36250 + 36441, + 36456 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 12 }, "end": { - "line": 900, + "line": 904, "column": 27 } } @@ -80765,94 +81250,94 @@ "type": "Identifier", "name": "init", "range": [ - 36251, - 36255 + 36457, + 36461 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 28 }, "end": { - "line": 900, + "line": 904, "column": 32 } } }, "range": [ - 36235, - 36255 + 36441, + 36461 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 12 }, "end": { - "line": 900, + "line": 904, "column": 32 } } }, "arguments": [], "range": [ - 36235, - 36257 + 36441, + 36463 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 12 }, "end": { - "line": 900, + "line": 904, "column": 34 } } }, "range": [ - 36235, - 36258 + 36441, + 36464 ], "loc": { "start": { - "line": 900, + "line": 904, "column": 12 }, "end": { - "line": 900, + "line": 904, "column": 35 } } } ], "range": [ - 36168, - 36268 + 36374, + 36474 ], "loc": { "start": { - "line": 898, + "line": 902, "column": 25 }, "end": { - "line": 901, + "line": 905, "column": 9 } } }, "alternate": null, "range": [ - 36151, - 36268 + 36357, + 36474 ], "loc": { "start": { - "line": 898, + "line": 902, "column": 8 }, "end": { - "line": 901, + "line": 905, "column": 9 } } @@ -80865,16 +81350,16 @@ "object": { "type": "ThisExpression", "range": [ - 36280, - 36284 + 36486, + 36490 ], "loc": { "start": { - "line": 902, + "line": 906, "column": 11 }, "end": { - "line": 902, + "line": 906, "column": 15 } } @@ -80883,31 +81368,31 @@ "type": "Identifier", "name": "helpInstructions", "range": [ - 36285, - 36301 + 36491, + 36507 ], "loc": { "start": { - "line": 902, + "line": 906, "column": 16 }, "end": { - "line": 902, + "line": 906, "column": 32 } } }, "range": [ - 36280, - 36301 + 36486, + 36507 ], "loc": { "start": { - "line": 902, + "line": 906, "column": 11 }, "end": { - "line": 902, + "line": 906, "column": 32 } } @@ -80927,16 +81412,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36320, - 36323 + 36526, + 36529 ], "loc": { "start": { - "line": 903, + "line": 907, "column": 16 }, "end": { - "line": 903, + "line": 907, "column": 19 } } @@ -80945,47 +81430,47 @@ "type": "Identifier", "name": "help", "range": [ - 36324, - 36328 + 36530, + 36534 ], "loc": { "start": { - "line": 903, + "line": 907, "column": 20 }, "end": { - "line": 903, + "line": 907, "column": 24 } } }, "range": [ - 36320, - 36328 + 36526, + 36534 ], "loc": { "start": { - "line": 903, + "line": 907, "column": 16 }, "end": { - "line": 903, + "line": 907, "column": 24 } } }, "prefix": true, "range": [ - 36319, - 36328 + 36525, + 36534 ], "loc": { "start": { - "line": 903, + "line": 907, "column": 15 }, "end": { - "line": 903, + "line": 907, "column": 24 } } @@ -81005,16 +81490,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36347, - 36350 + 36553, + 36556 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 16 }, "end": { - "line": 904, + "line": 908, "column": 19 } } @@ -81023,31 +81508,31 @@ "type": "Identifier", "name": "help", "range": [ - 36351, - 36355 + 36557, + 36561 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 20 }, "end": { - "line": 904, + "line": 908, "column": 24 } } }, "range": [ - 36347, - 36355 + 36553, + 36561 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 16 }, "end": { - "line": 904, + "line": 908, "column": 24 } } @@ -81058,16 +81543,16 @@ "type": "Identifier", "name": "Help", "range": [ - 36362, - 36366 + 36568, + 36572 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 31 }, "end": { - "line": 904, + "line": 908, "column": 35 } } @@ -81076,94 +81561,94 @@ { "type": "ThisExpression", "range": [ - 36367, - 36371 + 36573, + 36577 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 36 }, "end": { - "line": 904, + "line": 908, "column": 40 } } } ], "range": [ - 36358, - 36372 + 36564, + 36578 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 27 }, "end": { - "line": 904, + "line": 908, "column": 41 } } }, "range": [ - 36347, - 36372 + 36553, + 36578 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 16 }, "end": { - "line": 904, + "line": 908, "column": 41 } } }, "range": [ - 36347, - 36373 + 36553, + 36579 ], "loc": { "start": { - "line": 904, + "line": 908, "column": 16 }, "end": { - "line": 904, + "line": 908, "column": 42 } } } ], "range": [ - 36329, - 36387 + 36535, + 36593 ], "loc": { "start": { - "line": 903, + "line": 907, "column": 25 }, "end": { - "line": 905, + "line": 909, "column": 13 } } }, "alternate": null, "range": [ - 36316, - 36387 + 36522, + 36593 ], "loc": { "start": { - "line": 903, + "line": 907, "column": 12 }, "end": { - "line": 905, + "line": 909, "column": 13 } } @@ -81182,16 +81667,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36400, - 36403 + 36606, + 36609 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 12 }, "end": { - "line": 906, + "line": 910, "column": 15 } } @@ -81200,31 +81685,31 @@ "type": "Identifier", "name": "help", "range": [ - 36404, - 36408 + 36610, + 36614 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 16 }, "end": { - "line": 906, + "line": 910, "column": 20 } } }, "range": [ - 36400, - 36408 + 36606, + 36614 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 12 }, "end": { - "line": 906, + "line": 910, "column": 20 } } @@ -81233,94 +81718,94 @@ "type": "Identifier", "name": "init", "range": [ - 36409, - 36413 + 36615, + 36619 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 21 }, "end": { - "line": 906, + "line": 910, "column": 25 } } }, "range": [ - 36400, - 36413 + 36606, + 36619 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 12 }, "end": { - "line": 906, + "line": 910, "column": 25 } } }, "arguments": [], "range": [ - 36400, - 36415 + 36606, + 36621 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 12 }, "end": { - "line": 906, + "line": 910, "column": 27 } } }, "range": [ - 36400, - 36416 + 36606, + 36622 ], "loc": { "start": { - "line": 906, + "line": 910, "column": 12 }, "end": { - "line": 906, + "line": 910, "column": 28 } } } ], "range": [ - 36302, - 36426 + 36508, + 36632 ], "loc": { "start": { - "line": 902, + "line": 906, "column": 33 }, "end": { - "line": 907, + "line": 911, "column": 9 } } }, "alternate": null, "range": [ - 36277, - 36426 + 36483, + 36632 ], "loc": { "start": { - "line": 902, + "line": 906, "column": 8 }, "end": { - "line": 907, + "line": 911, "column": 9 } } @@ -81336,16 +81821,16 @@ "object": { "type": "ThisExpression", "range": [ - 36438, - 36442 + 36644, + 36648 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 11 }, "end": { - "line": 908, + "line": 912, "column": 15 } } @@ -81354,31 +81839,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 36443, - 36455 + 36649, + 36661 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 16 }, "end": { - "line": 908, + "line": 912, "column": 28 } } }, "range": [ - 36438, - 36455 + 36644, + 36661 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 11 }, "end": { - "line": 908, + "line": 912, "column": 28 } } @@ -81392,16 +81877,16 @@ "object": { "type": "ThisExpression", "range": [ - 36460, - 36464 + 36666, + 36670 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 33 }, "end": { - "line": 908, + "line": 912, "column": 37 } } @@ -81410,62 +81895,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 36465, - 36475 + 36671, + 36681 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 38 }, "end": { - "line": 908, + "line": 912, "column": 48 } } }, "range": [ - 36460, - 36475 + 36666, + 36681 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 33 }, "end": { - "line": 908, + "line": 912, "column": 48 } } }, "prefix": true, "range": [ - 36459, - 36475 + 36665, + 36681 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 32 }, "end": { - "line": 908, + "line": 912, "column": 48 } } }, "range": [ - 36438, - 36475 + 36644, + 36681 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 11 }, "end": { - "line": 908, + "line": 912, "column": 48 } } @@ -81483,16 +81968,16 @@ "object": { "type": "ThisExpression", "range": [ - 36490, - 36494 + 36696, + 36700 ], "loc": { "start": { - "line": 909, + "line": 913, "column": 12 }, "end": { - "line": 909, + "line": 913, "column": 16 } } @@ -81501,94 +81986,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 36495, - 36507 + 36701, + 36713 ], "loc": { "start": { - "line": 909, + "line": 913, "column": 17 }, "end": { - "line": 909, + "line": 913, "column": 29 } } }, "range": [ - 36490, - 36507 + 36696, + 36713 ], "loc": { "start": { - "line": 909, + "line": 913, "column": 12 }, "end": { - "line": 909, + "line": 913, "column": 29 } } }, "arguments": [], "range": [ - 36490, - 36509 + 36696, + 36715 ], "loc": { "start": { - "line": 909, + "line": 913, "column": 12 }, "end": { - "line": 909, + "line": 913, "column": 31 } } }, "range": [ - 36490, - 36510 + 36696, + 36716 ], "loc": { "start": { - "line": 909, + "line": 913, "column": 12 }, "end": { - "line": 909, + "line": 913, "column": 32 } } } ], "range": [ - 36476, - 36520 + 36682, + 36726 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 49 }, "end": { - "line": 910, + "line": 914, "column": 9 } } }, "alternate": null, "range": [ - 36435, - 36520 + 36641, + 36726 ], "loc": { "start": { - "line": 908, + "line": 912, "column": 8 }, "end": { - "line": 910, + "line": 914, "column": 9 } } @@ -81601,16 +82086,16 @@ "object": { "type": "ThisExpression", "range": [ - 36532, - 36536 + 36738, + 36742 ], "loc": { "start": { - "line": 911, + "line": 915, "column": 11 }, "end": { - "line": 911, + "line": 915, "column": 15 } } @@ -81619,31 +82104,31 @@ "type": "Identifier", "name": "alternateBgs", "range": [ - 36537, - 36549 + 36743, + 36755 ], "loc": { "start": { - "line": 911, + "line": 915, "column": 16 }, "end": { - "line": 911, + "line": 915, "column": 28 } } }, "range": [ - 36532, - 36549 + 36738, + 36755 ], "loc": { "start": { - "line": 911, + "line": 915, "column": 11 }, "end": { - "line": 911, + "line": 915, "column": 28 } } @@ -81663,16 +82148,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36564, - 36567 + 36770, + 36773 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 12 }, "end": { - "line": 912, + "line": 916, "column": 15 } } @@ -81681,31 +82166,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 36568, - 36581 + 36774, + 36787 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 16 }, "end": { - "line": 912, + "line": 916, "column": 29 } } }, "range": [ - 36564, - 36581 + 36770, + 36787 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 12 }, "end": { - "line": 912, + "line": 916, "column": 29 } } @@ -81716,16 +82201,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 36588, - 36601 + 36794, + 36807 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 36 }, "end": { - "line": 912, + "line": 916, "column": 49 } } @@ -81734,62 +82219,62 @@ { "type": "ThisExpression", "range": [ - 36602, - 36606 + 36808, + 36812 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 50 }, "end": { - "line": 912, + "line": 916, "column": 54 } } } ], "range": [ - 36584, - 36607 + 36790, + 36813 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 32 }, "end": { - "line": 912, + "line": 916, "column": 55 } } }, "range": [ - 36564, - 36607 + 36770, + 36813 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 12 }, "end": { - "line": 912, + "line": 916, "column": 55 } } }, "range": [ - 36564, - 36608 + 36770, + 36814 ], "loc": { "start": { - "line": 912, + "line": 916, "column": 12 }, "end": { - "line": 912, + "line": 916, "column": 56 } } @@ -81808,16 +82293,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 36621, - 36624 + 36827, + 36830 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 12 }, "end": { - "line": 913, + "line": 917, "column": 15 } } @@ -81826,31 +82311,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 36625, - 36638 + 36831, + 36844 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 16 }, "end": { - "line": 913, + "line": 917, "column": 29 } } }, "range": [ - 36621, - 36638 + 36827, + 36844 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 12 }, "end": { - "line": 913, + "line": 917, "column": 29 } } @@ -81859,94 +82344,94 @@ "type": "Identifier", "name": "init", "range": [ - 36639, - 36643 + 36845, + 36849 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 30 }, "end": { - "line": 913, + "line": 917, "column": 34 } } }, "range": [ - 36621, - 36643 + 36827, + 36849 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 12 }, "end": { - "line": 913, + "line": 917, "column": 34 } } }, "arguments": [], "range": [ - 36621, - 36645 + 36827, + 36851 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 12 }, "end": { - "line": 913, + "line": 917, "column": 36 } } }, "range": [ - 36621, - 36646 + 36827, + 36852 ], "loc": { "start": { - "line": 913, + "line": 917, "column": 12 }, "end": { - "line": 913, + "line": 917, "column": 37 } } } ], "range": [ - 36550, - 36656 + 36756, + 36862 ], "loc": { "start": { - "line": 911, + "line": 915, "column": 29 }, "end": { - "line": 914, + "line": 918, "column": 9 } } }, "alternate": null, "range": [ - 36529, - 36656 + 36735, + 36862 ], "loc": { "start": { - "line": 911, + "line": 915, "column": 8 }, "end": { - "line": 914, + "line": 918, "column": 9 } } @@ -81962,16 +82447,16 @@ "object": { "type": "ThisExpression", "range": [ - 36666, - 36670 + 36872, + 36876 ], "loc": { "start": { - "line": 916, + "line": 920, "column": 8 }, "end": { - "line": 916, + "line": 920, "column": 12 } } @@ -81980,31 +82465,31 @@ "type": "Identifier", "name": "isFirstLoad", "range": [ - 36671, - 36682 + 36877, + 36888 ], "loc": { "start": { - "line": 916, + "line": 920, "column": 13 }, "end": { - "line": 916, + "line": 920, "column": 24 } } }, "range": [ - 36666, - 36682 + 36872, + 36888 ], "loc": { "start": { - "line": 916, + "line": 920, "column": 8 }, "end": { - "line": 916, + "line": 920, "column": 24 } } @@ -82014,46 +82499,46 @@ "value": false, "raw": "false", "range": [ - 36685, - 36690 + 36891, + 36896 ], "loc": { "start": { - "line": 916, + "line": 920, "column": 27 }, "end": { - "line": 916, + "line": 920, "column": 32 } } }, "range": [ - 36666, - 36690 + 36872, + 36896 ], "loc": { "start": { - "line": 916, + "line": 920, "column": 8 }, "end": { - "line": 916, + "line": 920, "column": 32 } } }, "range": [ - 36666, - 36691 + 36872, + 36897 ], "loc": { "start": { - "line": 916, + "line": 920, "column": 8 }, "end": { - "line": 916, + "line": 920, "column": 33 } } @@ -82069,16 +82554,16 @@ "object": { "type": "ThisExpression", "range": [ - 36700, - 36704 + 36906, + 36910 ], "loc": { "start": { - "line": 917, + "line": 921, "column": 8 }, "end": { - "line": 917, + "line": 921, "column": 12 } } @@ -82087,31 +82572,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 36705, - 36713 + 36911, + 36919 ], "loc": { "start": { - "line": 917, + "line": 921, "column": 13 }, "end": { - "line": 917, + "line": 921, "column": 21 } } }, "range": [ - 36700, - 36713 + 36906, + 36919 ], "loc": { "start": { - "line": 917, + "line": 921, "column": 8 }, "end": { - "line": 917, + "line": 921, "column": 21 } } @@ -82121,46 +82606,46 @@ "value": true, "raw": "true", "range": [ - 36716, - 36720 + 36922, + 36926 ], "loc": { "start": { - "line": 917, + "line": 921, "column": 24 }, "end": { - "line": 917, + "line": 921, "column": 28 } } }, "range": [ - 36700, - 36720 + 36906, + 36926 ], "loc": { "start": { - "line": 917, + "line": 921, "column": 8 }, "end": { - "line": 917, + "line": 921, "column": 28 } } }, "range": [ - 36700, - 36721 + 36906, + 36927 ], "loc": { "start": { - "line": 917, + "line": 921, "column": 8 }, "end": { - "line": 917, + "line": 921, "column": 29 } } @@ -82179,16 +82664,16 @@ "object": { "type": "ThisExpression", "range": [ - 36734, - 36738 + 36940, + 36944 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 11 }, "end": { - "line": 919, + "line": 923, "column": 15 } } @@ -82197,31 +82682,31 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 36739, - 36757 + 36945, + 36963 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 16 }, "end": { - "line": 919, + "line": 923, "column": 34 } } }, "range": [ - 36734, - 36757 + 36940, + 36963 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 11 }, "end": { - "line": 919, + "line": 923, "column": 34 } } @@ -82232,16 +82717,16 @@ "object": { "type": "ThisExpression", "range": [ - 36761, - 36765 + 36967, + 36971 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 38 }, "end": { - "line": 919, + "line": 923, "column": 42 } } @@ -82250,46 +82735,46 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 36766, - 36781 + 36972, + 36987 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 43 }, "end": { - "line": 919, + "line": 923, "column": 58 } } }, "range": [ - 36761, - 36781 + 36967, + 36987 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 38 }, "end": { - "line": 919, + "line": 923, "column": 58 } } }, "range": [ - 36734, - 36781 + 36940, + 36987 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 11 }, "end": { - "line": 919, + "line": 923, "column": 58 } } @@ -82300,16 +82785,16 @@ "object": { "type": "ThisExpression", "range": [ - 36797, - 36801 + 37003, + 37007 ], "loc": { "start": { - "line": 920, + "line": 924, "column": 12 }, "end": { - "line": 920, + "line": 924, "column": 16 } } @@ -82318,46 +82803,46 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 36802, - 36816 + 37008, + 37022 ], "loc": { "start": { - "line": 920, + "line": 924, "column": 17 }, "end": { - "line": 920, + "line": 924, "column": 31 } } }, "range": [ - 36797, - 36816 + 37003, + 37022 ], "loc": { "start": { - "line": 920, + "line": 924, "column": 12 }, "end": { - "line": 920, + "line": 924, "column": 31 } } }, "range": [ - 36734, - 36816 + 36940, + 37022 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 11 }, "end": { - "line": 920, + "line": 924, "column": 31 } } @@ -82375,16 +82860,16 @@ "object": { "type": "ThisExpression", "range": [ - 36831, - 36835 + 37037, + 37041 ], "loc": { "start": { - "line": 921, + "line": 925, "column": 12 }, "end": { - "line": 921, + "line": 925, "column": 16 } } @@ -82393,94 +82878,94 @@ "type": "Identifier", "name": "resetValues", "range": [ - 36836, - 36847 + 37042, + 37053 ], "loc": { "start": { - "line": 921, + "line": 925, "column": 17 }, "end": { - "line": 921, + "line": 925, "column": 28 } } }, "range": [ - 36831, - 36847 + 37037, + 37053 ], "loc": { "start": { - "line": 921, + "line": 925, "column": 12 }, "end": { - "line": 921, + "line": 925, "column": 28 } } }, "arguments": [], "range": [ - 36831, - 36849 + 37037, + 37055 ], "loc": { "start": { - "line": 921, + "line": 925, "column": 12 }, "end": { - "line": 921, + "line": 925, "column": 30 } } }, "range": [ - 36831, - 36850 + 37037, + 37056 ], "loc": { "start": { - "line": 921, + "line": 925, "column": 12 }, "end": { - "line": 921, + "line": 925, "column": 31 } } } ], "range": [ - 36817, - 36860 + 37023, + 37066 ], "loc": { "start": { - "line": 920, + "line": 924, "column": 32 }, "end": { - "line": 922, + "line": 926, "column": 9 } } }, "alternate": null, "range": [ - 36731, - 36860 + 36937, + 37066 ], "loc": { "start": { - "line": 919, + "line": 923, "column": 8 }, "end": { - "line": 922, + "line": 926, "column": 9 } }, @@ -82489,16 +82974,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 36870, - 36902 + 37076, + 37108 ], "loc": { "start": { - "line": 924, + "line": 928, "column": 8 }, "end": { - "line": 924, + "line": 928, "column": 40 } } @@ -82516,16 +83001,16 @@ "object": { "type": "ThisExpression", "range": [ - 36915, - 36919 + 37121, + 37125 ], "loc": { "start": { - "line": 925, + "line": 929, "column": 12 }, "end": { - "line": 925, + "line": 929, "column": 16 } } @@ -82534,47 +83019,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 36920, - 36930 + 37126, + 37136 ], "loc": { "start": { - "line": 925, + "line": 929, "column": 17 }, "end": { - "line": 925, + "line": 929, "column": 27 } } }, "range": [ - 36915, - 36930 + 37121, + 37136 ], "loc": { "start": { - "line": 925, + "line": 929, "column": 12 }, "end": { - "line": 925, + "line": 929, "column": 27 } } }, "prefix": true, "range": [ - 36914, - 36930 + 37120, + 37136 ], "loc": { "start": { - "line": 925, + "line": 929, "column": 11 }, "end": { - "line": 925, + "line": 929, "column": 27 } } @@ -82593,16 +83078,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 36945, - 36948 + 37151, + 37154 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 12 }, "end": { - "line": 926, + "line": 930, "column": 15 } } @@ -82611,31 +83096,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 36949, - 36957 + 37155, + 37163 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 16 }, "end": { - "line": 926, + "line": 930, "column": 24 } } }, "range": [ - 36945, - 36957 + 37151, + 37163 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 12 }, "end": { - "line": 926, + "line": 930, "column": 24 } } @@ -82647,16 +83132,16 @@ "object": { "type": "ThisExpression", "range": [ - 36958, - 36962 + 37164, + 37168 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 25 }, "end": { - "line": 926, + "line": 930, "column": 29 } } @@ -82665,31 +83150,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 36963, - 36966 + 37169, + 37172 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 30 }, "end": { - "line": 926, + "line": 930, "column": 33 } } }, "range": [ - 36958, - 36966 + 37164, + 37172 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 25 }, "end": { - "line": 926, + "line": 930, "column": 33 } } @@ -82700,16 +83185,16 @@ "object": { "type": "ThisExpression", "range": [ - 36968, - 36972 + 37174, + 37178 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 35 }, "end": { - "line": 926, + "line": 930, "column": 39 } } @@ -82718,94 +83203,94 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 36973, - 36979 + 37179, + 37185 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 40 }, "end": { - "line": 926, + "line": 930, "column": 46 } } }, "range": [ - 36968, - 36979 + 37174, + 37185 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 35 }, "end": { - "line": 926, + "line": 930, "column": 46 } } } ], "range": [ - 36945, - 36980 + 37151, + 37186 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 12 }, "end": { - "line": 926, + "line": 930, "column": 47 } } }, "range": [ - 36945, - 36981 + 37151, + 37187 ], "loc": { "start": { - "line": 926, + "line": 930, "column": 12 }, "end": { - "line": 926, + "line": 930, "column": 48 } } } ], "range": [ - 36931, - 36991 + 37137, + 37197 ], "loc": { "start": { - "line": 925, + "line": 929, "column": 28 }, "end": { - "line": 927, + "line": 931, "column": 9 } } }, "alternate": null, "range": [ - 36911, - 36991 + 37117, + 37197 ], "loc": { "start": { - "line": 925, + "line": 929, "column": 8 }, "end": { - "line": 927, + "line": 931, "column": 9 } }, @@ -82814,16 +83299,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 36870, - 36902 + 37076, + 37108 ], "loc": { "start": { - "line": 924, + "line": 928, "column": 8 }, "end": { - "line": 924, + "line": 928, "column": 40 } } @@ -82838,16 +83323,16 @@ "object": { "type": "ThisExpression", "range": [ - 37004, - 37008 + 37210, + 37214 ], "loc": { "start": { - "line": 929, + "line": 933, "column": 11 }, "end": { - "line": 929, + "line": 933, "column": 15 } } @@ -82856,31 +83341,31 @@ "type": "Identifier", "name": "loader", "range": [ - 37009, - 37015 + 37215, + 37221 ], "loc": { "start": { - "line": 929, + "line": 933, "column": 16 }, "end": { - "line": 929, + "line": 933, "column": 22 } } }, "range": [ - 37004, - 37015 + 37210, + 37221 ], "loc": { "start": { - "line": 929, + "line": 933, "column": 11 }, "end": { - "line": 929, + "line": 933, "column": 22 } } @@ -82902,16 +83387,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 37030, - 37033 + 37236, + 37239 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 12 }, "end": { - "line": 930, + "line": 934, "column": 15 } } @@ -82920,31 +83405,31 @@ "type": "Identifier", "name": "loader", "range": [ - 37034, - 37040 + 37240, + 37246 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 16 }, "end": { - "line": 930, + "line": 934, "column": 22 } } }, "range": [ - 37030, - 37040 + 37236, + 37246 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 12 }, "end": { - "line": 930, + "line": 934, "column": 22 } } @@ -82953,31 +83438,31 @@ "type": "Identifier", "name": "show", "range": [ - 37041, - 37045 + 37247, + 37251 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 23 }, "end": { - "line": 930, + "line": 934, "column": 27 } } }, "range": [ - 37030, - 37045 + 37236, + 37251 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 12 }, "end": { - "line": 930, + "line": 934, "column": 27 } } @@ -82988,79 +83473,79 @@ "value": "none", "raw": "'none'", "range": [ - 37046, - 37052 + 37252, + 37258 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 28 }, "end": { - "line": 930, + "line": 934, "column": 34 } } } ], "range": [ - 37030, - 37053 + 37236, + 37259 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 12 }, "end": { - "line": 930, + "line": 934, "column": 35 } } }, "range": [ - 37030, - 37054 + 37236, + 37260 ], "loc": { "start": { - "line": 930, + "line": 934, "column": 12 }, "end": { - "line": 930, + "line": 934, "column": 36 } } } ], "range": [ - 37016, - 37064 + 37222, + 37270 ], "loc": { "start": { - "line": 929, + "line": 933, "column": 23 }, "end": { - "line": 931, + "line": 935, "column": 9 } } }, "alternate": null, "range": [ - 37001, - 37064 + 37207, + 37270 ], "loc": { "start": { - "line": 929, + "line": 933, "column": 8 }, "end": { - "line": 931, + "line": 935, "column": 9 } }, @@ -83069,16 +83554,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 37074, - 37096 + 37280, + 37302 ], "loc": { "start": { - "line": 933, + "line": 937, "column": 8 }, "end": { - "line": 933, + "line": 937, "column": 30 } } @@ -83093,16 +83578,16 @@ "object": { "type": "ThisExpression", "range": [ - 37108, - 37112 + 37314, + 37318 ], "loc": { "start": { - "line": 934, + "line": 938, "column": 11 }, "end": { - "line": 934, + "line": 938, "column": 15 } } @@ -83111,31 +83596,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 37113, - 37126 + 37319, + 37332 ], "loc": { "start": { - "line": 934, + "line": 938, "column": 16 }, "end": { - "line": 934, + "line": 938, "column": 29 } } }, "range": [ - 37108, - 37126 + 37314, + 37332 ], "loc": { "start": { - "line": 934, + "line": 938, "column": 11 }, "end": { - "line": 934, + "line": 938, "column": 29 } } @@ -83153,16 +83638,16 @@ "object": { "type": "ThisExpression", "range": [ - 37141, - 37145 + 37347, + 37351 ], "loc": { "start": { - "line": 935, + "line": 939, "column": 12 }, "end": { - "line": 935, + "line": 939, "column": 16 } } @@ -83171,94 +83656,94 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 37146, - 37160 + 37352, + 37366 ], "loc": { "start": { - "line": 935, + "line": 939, "column": 17 }, "end": { - "line": 935, + "line": 939, "column": 31 } } }, "range": [ - 37141, - 37160 + 37347, + 37366 ], "loc": { "start": { - "line": 935, + "line": 939, "column": 12 }, "end": { - "line": 935, + "line": 939, "column": 31 } } }, "arguments": [], "range": [ - 37141, - 37162 + 37347, + 37368 ], "loc": { "start": { - "line": 935, + "line": 939, "column": 12 }, "end": { - "line": 935, + "line": 939, "column": 33 } } }, "range": [ - 37141, - 37163 + 37347, + 37369 ], "loc": { "start": { - "line": 935, + "line": 939, "column": 12 }, "end": { - "line": 935, + "line": 939, "column": 34 } } } ], "range": [ - 37127, - 37173 + 37333, + 37379 ], "loc": { "start": { - "line": 934, + "line": 938, "column": 30 }, "end": { - "line": 936, + "line": 940, "column": 9 } } }, "alternate": null, "range": [ - 37105, - 37173 + 37311, + 37379 ], "loc": { "start": { - "line": 934, + "line": 938, "column": 8 }, "end": { - "line": 936, + "line": 940, "column": 9 } }, @@ -83267,16 +83752,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 37074, - 37096 + 37280, + 37302 ], "loc": { "start": { - "line": 933, + "line": 937, "column": 8 }, "end": { - "line": 933, + "line": 937, "column": 30 } } @@ -83291,16 +83776,16 @@ "object": { "type": "ThisExpression", "range": [ - 37186, - 37190 + 37392, + 37396 ], "loc": { "start": { - "line": 938, + "line": 942, "column": 11 }, "end": { - "line": 938, + "line": 942, "column": 15 } } @@ -83309,31 +83794,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 37191, - 37206 + 37397, + 37412 ], "loc": { "start": { - "line": 938, + "line": 942, "column": 16 }, "end": { - "line": 938, + "line": 942, "column": 31 } } }, "range": [ - 37186, - 37206 + 37392, + 37412 ], "loc": { "start": { - "line": 938, + "line": 942, "column": 11 }, "end": { - "line": 938, + "line": 942, "column": 31 } } @@ -83354,16 +83839,16 @@ "object": { "type": "ThisExpression", "range": [ - 37221, - 37225 + 37427, + 37431 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 12 }, "end": { - "line": 939, + "line": 943, "column": 16 } } @@ -83372,31 +83857,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 37226, - 37241 + 37432, + 37447 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 17 }, "end": { - "line": 939, + "line": 943, "column": 32 } } }, "range": [ - 37221, - 37241 + 37427, + 37447 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 12 }, "end": { - "line": 939, + "line": 943, "column": 32 } } @@ -83405,31 +83890,31 @@ "type": "Identifier", "name": "call", "range": [ - 37242, - 37246 + 37448, + 37452 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 33 }, "end": { - "line": 939, + "line": 943, "column": 37 } } }, "range": [ - 37221, - 37246 + 37427, + 37452 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 12 }, "end": { - "line": 939, + "line": 943, "column": 37 } } @@ -83440,16 +83925,16 @@ "value": null, "raw": "null", "range": [ - 37247, - 37251 + 37453, + 37457 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 38 }, "end": { - "line": 939, + "line": 943, "column": 42 } } @@ -83457,95 +83942,95 @@ { "type": "ThisExpression", "range": [ - 37253, - 37257 + 37459, + 37463 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 44 }, "end": { - "line": 939, + "line": 943, "column": 48 } } } ], "range": [ - 37221, - 37258 + 37427, + 37464 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 12 }, "end": { - "line": 939, + "line": 943, "column": 49 } } }, "range": [ - 37221, - 37259 + 37427, + 37465 ], "loc": { "start": { - "line": 939, + "line": 943, "column": 12 }, "end": { - "line": 939, + "line": 943, "column": 50 } } } ], "range": [ - 37207, - 37269 + 37413, + 37475 ], "loc": { "start": { - "line": 938, + "line": 942, "column": 32 }, "end": { - "line": 940, + "line": 944, "column": 9 } } }, "alternate": null, "range": [ - 37183, - 37269 + 37389, + 37475 ], "loc": { "start": { - "line": 938, + "line": 942, "column": 8 }, "end": { - "line": 940, + "line": 944, "column": 9 } } } ], "range": [ - 24956, - 37275 + 25162, + 37481 ], "loc": { "start": { - "line": 609, + "line": 613, "column": 10 }, "end": { - "line": 941, + "line": 945, "column": 5 } } @@ -83553,16 +84038,16 @@ "generator": false, "expression": false, "range": [ - 24954, - 37275 + 25160, + 37481 ], "loc": { "start": { - "line": 609, + "line": 613, "column": 8 }, "end": { - "line": 941, + "line": 945, "column": 5 } } @@ -83570,16 +84055,16 @@ "kind": "method", "computed": false, "range": [ - 24950, - 37275 + 25156, + 37481 ], "loc": { "start": { - "line": 609, + "line": 613, "column": 4 }, "end": { - "line": 941, + "line": 945, "column": 5 } }, @@ -83588,16 +84073,16 @@ "type": "Block", "value": "*\n * Initialise filtering grid bar behaviours and layout\n *\n * TODO: decompose in smaller methods\n ", "range": [ - 24826, - 24945 + 25032, + 25151 ], "loc": { "start": { - "line": 604, + "line": 608, "column": 4 }, "end": { - "line": 608, + "line": 612, "column": 7 } } @@ -83608,16 +84093,16 @@ "type": "Block", "value": "*\n * Manages state messages\n * @param {String} evt Event name\n * @param {Object} cfg Config object\n ", "range": [ - 37281, - 37401 + 37487, + 37607 ], "loc": { "start": { - "line": 943, + "line": 947, "column": 4 }, "end": { - "line": 947, + "line": 951, "column": 7 } } @@ -83631,16 +84116,16 @@ "type": "Identifier", "name": "EvtManager", "range": [ - 37406, - 37416 + 37612, + 37622 ], "loc": { "start": { - "line": 948, + "line": 952, "column": 4 }, "end": { - "line": 948, + "line": 952, "column": 14 } } @@ -83653,16 +84138,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37417, - 37420 + 37623, + 37626 ], "loc": { "start": { - "line": 948, + "line": 952, "column": 15 }, "end": { - "line": 948, + "line": 952, "column": 18 } } @@ -83673,16 +84158,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 37430, - 37433 + 37636, + 37639 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 8 }, "end": { - "line": 949, + "line": 953, "column": 11 } } @@ -83696,16 +84181,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 37436, - 37444 + 37642, + 37650 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 14 }, "end": { - "line": 949, + "line": 953, "column": 22 } } @@ -83715,16 +84200,16 @@ "value": null, "raw": "null", "range": [ - 37446, - 37450 + 37652, + 37656 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 24 }, "end": { - "line": 949, + "line": 953, "column": 28 } } @@ -83734,16 +84219,16 @@ "shorthand": false, "computed": false, "range": [ - 37436, - 37450 + 37642, + 37656 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 14 }, "end": { - "line": 949, + "line": 953, "column": 28 } } @@ -83754,16 +84239,16 @@ "type": "Identifier", "name": "slcExternal", "range": [ - 37452, - 37463 + 37658, + 37669 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 30 }, "end": { - "line": 949, + "line": 953, "column": 41 } } @@ -83773,16 +84258,16 @@ "value": false, "raw": "false", "range": [ - 37465, - 37470 + 37671, + 37676 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 43 }, "end": { - "line": 949, + "line": 953, "column": 48 } } @@ -83792,16 +84277,16 @@ "shorthand": false, "computed": false, "range": [ - 37452, - 37470 + 37658, + 37676 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 30 }, "end": { - "line": 949, + "line": 953, "column": 48 } } @@ -83812,16 +84297,16 @@ "type": "Identifier", "name": "slcId", "range": [ - 37472, - 37477 + 37678, + 37683 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 50 }, "end": { - "line": 949, + "line": 953, "column": 55 } } @@ -83831,16 +84316,16 @@ "value": null, "raw": "null", "range": [ - 37479, - 37483 + 37685, + 37689 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 57 }, "end": { - "line": 949, + "line": 953, "column": 61 } } @@ -83850,16 +84335,16 @@ "shorthand": false, "computed": false, "range": [ - 37472, - 37483 + 37678, + 37689 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 50 }, "end": { - "line": 949, + "line": 953, "column": 61 } } @@ -83870,16 +84355,16 @@ "type": "Identifier", "name": "pgIndex", "range": [ - 37485, - 37492 + 37691, + 37698 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 63 }, "end": { - "line": 949, + "line": 953, "column": 70 } } @@ -83889,16 +84374,16 @@ "value": null, "raw": "null", "range": [ - 37494, - 37498 + 37700, + 37704 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 72 }, "end": { - "line": 949, + "line": 953, "column": 76 } } @@ -83908,47 +84393,47 @@ "shorthand": false, "computed": false, "range": [ - 37485, - 37498 + 37691, + 37704 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 63 }, "end": { - "line": 949, + "line": 953, "column": 76 } } } ], "range": [ - 37434, - 37500 + 37640, + 37706 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 12 }, "end": { - "line": 949, + "line": 953, "column": 78 } } }, "range": [ - 37430, - 37500 + 37636, + 37706 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 8 }, "end": { - "line": 949, + "line": 953, "column": 78 } } @@ -83966,16 +84451,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 37515, - 37523 + 37721, + 37729 ], "loc": { "start": { - "line": 950, + "line": 954, "column": 12 }, "end": { - "line": 950, + "line": 954, "column": 20 } } @@ -83987,16 +84472,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 37526, - 37529 + 37732, + 37735 ], "loc": { "start": { - "line": 950, + "line": 954, "column": 23 }, "end": { - "line": 950, + "line": 954, "column": 26 } } @@ -84005,46 +84490,46 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 37530, - 37538 + 37736, + 37744 ], "loc": { "start": { - "line": 950, + "line": 954, "column": 27 }, "end": { - "line": 950, + "line": 954, "column": 35 } } }, "range": [ - 37526, - 37538 + 37732, + 37744 ], "loc": { "start": { - "line": 950, + "line": 954, "column": 23 }, "end": { - "line": 950, + "line": 954, "column": 35 } } }, "range": [ - 37515, - 37538 + 37721, + 37744 ], "loc": { "start": { - "line": 950, + "line": 954, "column": 12 }, "end": { - "line": 950, + "line": 954, "column": 35 } } @@ -84052,16 +84537,16 @@ ], "kind": "let", "range": [ - 37511, - 37539 + 37717, + 37745 ], "loc": { "start": { - "line": 950, + "line": 954, "column": 8 }, "end": { - "line": 950, + "line": 954, "column": 36 } } @@ -84075,16 +84560,16 @@ "type": "Identifier", "name": "slcExternal", "range": [ - 37552, - 37563 + 37758, + 37769 ], "loc": { "start": { - "line": 951, + "line": 955, "column": 12 }, "end": { - "line": 951, + "line": 955, "column": 23 } } @@ -84096,16 +84581,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 37566, - 37569 + 37772, + 37775 ], "loc": { "start": { - "line": 951, + "line": 955, "column": 26 }, "end": { - "line": 951, + "line": 955, "column": 29 } } @@ -84114,46 +84599,46 @@ "type": "Identifier", "name": "slcExternal", "range": [ - 37570, - 37581 + 37776, + 37787 ], "loc": { "start": { - "line": 951, + "line": 955, "column": 30 }, "end": { - "line": 951, + "line": 955, "column": 41 } } }, "range": [ - 37566, - 37581 + 37772, + 37787 ], "loc": { "start": { - "line": 951, + "line": 955, "column": 26 }, "end": { - "line": 951, + "line": 955, "column": 41 } } }, "range": [ - 37552, - 37581 + 37758, + 37787 ], "loc": { "start": { - "line": 951, + "line": 955, "column": 12 }, "end": { - "line": 951, + "line": 955, "column": 41 } } @@ -84161,16 +84646,16 @@ ], "kind": "let", "range": [ - 37548, - 37582 + 37754, + 37788 ], "loc": { "start": { - "line": 951, + "line": 955, "column": 8 }, "end": { - "line": 951, + "line": 955, "column": 42 } } @@ -84184,16 +84669,16 @@ "type": "Identifier", "name": "slcId", "range": [ - 37595, - 37600 + 37801, + 37806 ], "loc": { "start": { - "line": 952, + "line": 956, "column": 12 }, "end": { - "line": 952, + "line": 956, "column": 17 } } @@ -84205,16 +84690,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 37603, - 37606 + 37809, + 37812 ], "loc": { "start": { - "line": 952, + "line": 956, "column": 20 }, "end": { - "line": 952, + "line": 956, "column": 23 } } @@ -84223,46 +84708,46 @@ "type": "Identifier", "name": "slcId", "range": [ - 37607, - 37612 + 37813, + 37818 ], "loc": { "start": { - "line": 952, + "line": 956, "column": 24 }, "end": { - "line": 952, + "line": 956, "column": 29 } } }, "range": [ - 37603, - 37612 + 37809, + 37818 ], "loc": { "start": { - "line": 952, + "line": 956, "column": 20 }, "end": { - "line": 952, + "line": 956, "column": 29 } } }, "range": [ - 37595, - 37612 + 37801, + 37818 ], "loc": { "start": { - "line": 952, + "line": 956, "column": 12 }, "end": { - "line": 952, + "line": 956, "column": 29 } } @@ -84270,16 +84755,16 @@ ], "kind": "let", "range": [ - 37591, - 37613 + 37797, + 37819 ], "loc": { "start": { - "line": 952, + "line": 956, "column": 8 }, "end": { - "line": 952, + "line": 956, "column": 30 } } @@ -84293,16 +84778,16 @@ "type": "Identifier", "name": "pgIndex", "range": [ - 37626, - 37633 + 37832, + 37839 ], "loc": { "start": { - "line": 953, + "line": 957, "column": 12 }, "end": { - "line": 953, + "line": 957, "column": 19 } } @@ -84314,16 +84799,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 37636, - 37639 + 37842, + 37845 ], "loc": { "start": { - "line": 953, + "line": 957, "column": 22 }, "end": { - "line": 953, + "line": 957, "column": 25 } } @@ -84332,46 +84817,46 @@ "type": "Identifier", "name": "pgIndex", "range": [ - 37640, - 37647 + 37846, + 37853 ], "loc": { "start": { - "line": 953, + "line": 957, "column": 26 }, "end": { - "line": 953, + "line": 957, "column": 33 } } }, "range": [ - 37636, - 37647 + 37842, + 37853 ], "loc": { "start": { - "line": 953, + "line": 957, "column": 22 }, "end": { - "line": 953, + "line": 957, "column": 33 } } }, "range": [ - 37626, - 37647 + 37832, + 37853 ], "loc": { "start": { - "line": 953, + "line": 957, "column": 12 }, "end": { - "line": 953, + "line": 957, "column": 33 } } @@ -84379,16 +84864,16 @@ ], "kind": "let", "range": [ - 37622, - 37648 + 37828, + 37854 ], "loc": { "start": { - "line": 953, + "line": 957, "column": 8 }, "end": { - "line": 953, + "line": 957, "column": 34 } } @@ -84402,16 +84887,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 37661, - 37664 + 37867, + 37870 ], "loc": { "start": { - "line": 954, + "line": 958, "column": 12 }, "end": { - "line": 954, + "line": 958, "column": 15 } } @@ -84422,16 +84907,16 @@ "object": { "type": "ThisExpression", "range": [ - 37667, - 37671 + 37873, + 37877 ], "loc": { "start": { - "line": 954, + "line": 958, "column": 18 }, "end": { - "line": 954, + "line": 958, "column": 22 } } @@ -84440,46 +84925,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 37672, - 37675 + 37878, + 37881 ], "loc": { "start": { - "line": 954, + "line": 958, "column": 23 }, "end": { - "line": 954, + "line": 958, "column": 26 } } }, "range": [ - 37667, - 37675 + 37873, + 37881 ], "loc": { "start": { - "line": 954, + "line": 958, "column": 18 }, "end": { - "line": 954, + "line": 958, "column": 26 } } }, "range": [ - 37661, - 37675 + 37867, + 37881 ], "loc": { "start": { - "line": 954, + "line": 958, "column": 12 }, "end": { - "line": 954, + "line": 958, "column": 26 } } @@ -84487,16 +84972,16 @@ ], "kind": "let", "range": [ - 37657, - 37676 + 37863, + 37882 ], "loc": { "start": { - "line": 954, + "line": 958, "column": 8 }, "end": { - "line": 954, + "line": 958, "column": 27 } } @@ -84507,16 +84992,16 @@ "type": "Identifier", "name": "efx", "range": [ - 37695, - 37698 + 37901, + 37904 ], "loc": { "start": { - "line": 956, + "line": 960, "column": 17 }, "end": { - "line": 956, + "line": 960, "column": 20 } } @@ -84534,16 +85019,16 @@ "type": "Identifier", "name": "ev", "range": [ - 37757, - 37759 + 37963, + 37965 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 16 }, "end": { - "line": 958, + "line": 962, "column": 18 } } @@ -84557,16 +85042,16 @@ "object": { "type": "ThisExpression", "range": [ - 37762, - 37766 + 37968, + 37972 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 21 }, "end": { - "line": 958, + "line": 962, "column": 25 } } @@ -84575,31 +85060,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 37767, - 37770 + 37973, + 37976 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 26 }, "end": { - "line": 958, + "line": 962, "column": 29 } } }, "range": [ - 37762, - 37770 + 37968, + 37976 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 21 }, "end": { - "line": 958, + "line": 962, "column": 29 } } @@ -84608,46 +85093,46 @@ "type": "Identifier", "name": "name", "range": [ - 37771, - 37775 + 37977, + 37981 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 30 }, "end": { - "line": 958, + "line": 962, "column": 34 } } }, "range": [ - 37762, - 37775 + 37968, + 37981 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 21 }, "end": { - "line": 958, + "line": 962, "column": 34 } } }, "range": [ - 37757, - 37775 + 37963, + 37981 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 16 }, "end": { - "line": 958, + "line": 962, "column": 34 } } @@ -84655,16 +85140,16 @@ ], "kind": "let", "range": [ - 37753, - 37776 + 37959, + 37982 ], "loc": { "start": { - "line": 958, + "line": 962, "column": 12 }, "end": { - "line": 958, + "line": 962, "column": 35 } }, @@ -84673,16 +85158,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 37714, - 37740 + 37920, + 37946 ], "loc": { "start": { - "line": 957, + "line": 961, "column": 12 }, "end": { - "line": 957, + "line": 961, "column": 38 } } @@ -84695,16 +85180,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37797, - 37800 + 38003, + 38006 ], "loc": { "start": { - "line": 960, + "line": 964, "column": 19 }, "end": { - "line": 960, + "line": 964, "column": 22 } } @@ -84719,16 +85204,16 @@ "type": "Identifier", "name": "ev", "range": [ - 37824, - 37826 + 38030, + 38032 ], "loc": { "start": { - "line": 961, + "line": 965, "column": 21 }, "end": { - "line": 961, + "line": 965, "column": 23 } } @@ -84737,31 +85222,31 @@ "type": "Identifier", "name": "filter", "range": [ - 37827, - 37833 + 38033, + 38039 ], "loc": { "start": { - "line": 961, + "line": 965, "column": 24 }, "end": { - "line": 961, + "line": 965, "column": 30 } } }, "range": [ - 37824, - 37833 + 38030, + 38039 ], "loc": { "start": { - "line": 961, + "line": 965, "column": 21 }, "end": { - "line": 961, + "line": 965, "column": 30 } } @@ -84777,16 +85262,16 @@ "object": { "type": "ThisExpression", "range": [ - 37855, - 37859 + 38061, + 38065 ], "loc": { "start": { - "line": 962, + "line": 966, "column": 20 }, "end": { - "line": 962, + "line": 966, "column": 24 } } @@ -84795,62 +85280,62 @@ "type": "Identifier", "name": "_filter", "range": [ - 37860, - 37867 + 38066, + 38073 ], "loc": { "start": { - "line": 962, + "line": 966, "column": 25 }, "end": { - "line": 962, + "line": 966, "column": 32 } } }, "range": [ - 37855, - 37867 + 38061, + 38073 ], "loc": { "start": { - "line": 962, + "line": 966, "column": 20 }, "end": { - "line": 962, + "line": 966, "column": 32 } } }, "arguments": [], "range": [ - 37855, - 37869 + 38061, + 38075 ], "loc": { "start": { - "line": 962, + "line": 966, "column": 20 }, "end": { - "line": 962, + "line": 966, "column": 34 } } }, "range": [ - 37855, - 37870 + 38061, + 38076 ], "loc": { "start": { - "line": 962, + "line": 966, "column": 20 }, "end": { - "line": 962, + "line": 966, "column": 35 } } @@ -84859,32 +85344,32 @@ "type": "BreakStatement", "label": null, "range": [ - 37887, - 37893 + 38093, + 38099 ], "loc": { "start": { - "line": 963, + "line": 967, "column": 16 }, "end": { - "line": 963, + "line": 967, "column": 22 } } } ], "range": [ - 37819, - 37893 + 38025, + 38099 ], "loc": { "start": { - "line": 961, + "line": 965, "column": 16 }, "end": { - "line": 963, + "line": 967, "column": 22 } } @@ -84898,16 +85383,16 @@ "type": "Identifier", "name": "ev", "range": [ - 37915, - 37917 + 38121, + 38123 ], "loc": { "start": { - "line": 964, + "line": 968, "column": 21 }, "end": { - "line": 964, + "line": 968, "column": 23 } } @@ -84916,31 +85401,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 37918, - 37926 + 38124, + 38132 ], "loc": { "start": { - "line": 964, + "line": 968, "column": 24 }, "end": { - "line": 964, + "line": 968, "column": 32 } } }, "range": [ - 37915, - 37926 + 38121, + 38132 ], "loc": { "start": { - "line": 964, + "line": 968, "column": 21 }, "end": { - "line": 964, + "line": 968, "column": 32 } } @@ -84954,16 +85439,16 @@ "object": { "type": "ThisExpression", "range": [ - 37951, - 37955 + 38157, + 38161 ], "loc": { "start": { - "line": 965, + "line": 969, "column": 23 }, "end": { - "line": 965, + "line": 969, "column": 27 } } @@ -84972,31 +85457,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 37956, - 37969 + 38162, + 38175 ], "loc": { "start": { - "line": 965, + "line": 969, "column": 28 }, "end": { - "line": 965, + "line": 969, "column": 41 } } }, "range": [ - 37951, - 37969 + 38157, + 38175 ], "loc": { "start": { - "line": 965, + "line": 969, "column": 23 }, "end": { - "line": 965, + "line": 969, "column": 41 } } @@ -85018,16 +85503,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 37996, - 37999 + 38202, + 38205 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 24 }, "end": { - "line": 966, + "line": 970, "column": 27 } } @@ -85036,31 +85521,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 38000, - 38008 + 38206, + 38214 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 28 }, "end": { - "line": 966, + "line": 970, "column": 36 } } }, "range": [ - 37996, - 38008 + 38202, + 38214 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 24 }, "end": { - "line": 966, + "line": 970, "column": 36 } } @@ -85069,31 +85554,31 @@ "type": "Identifier", "name": "_build", "range": [ - 38009, - 38015 + 38215, + 38221 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 37 }, "end": { - "line": 966, + "line": 970, "column": 43 } } }, "range": [ - 37996, - 38015 + 38202, + 38221 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 24 }, "end": { - "line": 966, + "line": 970, "column": 43 } } @@ -85103,16 +85588,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 38016, - 38024 + 38222, + 38230 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 44 }, "end": { - "line": 966, + "line": 970, "column": 52 } } @@ -85122,63 +85607,63 @@ "value": true, "raw": "true", "range": [ - 38026, - 38030 + 38232, + 38236 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 54 }, "end": { - "line": 966, + "line": 970, "column": 58 } } } ], "range": [ - 37996, - 38031 + 38202, + 38237 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 24 }, "end": { - "line": 966, + "line": 970, "column": 59 } } }, "range": [ - 37996, - 38032 + 38202, + 38238 ], "loc": { "start": { - "line": 966, + "line": 970, "column": 24 }, "end": { - "line": 966, + "line": 970, "column": 60 } } } ], "range": [ - 37970, - 38054 + 38176, + 38260 ], "loc": { "start": { - "line": 965, + "line": 969, "column": 42 }, "end": { - "line": 967, + "line": 971, "column": 21 } } @@ -85200,16 +85685,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 38086, - 38089 + 38292, + 38295 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 24 }, "end": { - "line": 968, + "line": 972, "column": 27 } } @@ -85218,31 +85703,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 38090, - 38098 + 38296, + 38304 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 28 }, "end": { - "line": 968, + "line": 972, "column": 36 } } }, "range": [ - 38086, - 38098 + 38292, + 38304 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 24 }, "end": { - "line": 968, + "line": 972, "column": 36 } } @@ -85251,31 +85736,31 @@ "type": "Identifier", "name": "_build", "range": [ - 38099, - 38105 + 38305, + 38311 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 37 }, "end": { - "line": 968, + "line": 972, "column": 43 } } }, "range": [ - 38086, - 38105 + 38292, + 38311 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 24 }, "end": { - "line": 968, + "line": 972, "column": 43 } } @@ -85285,16 +85770,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 38135, - 38143 + 38341, + 38349 ], "loc": { "start": { - "line": 969, + "line": 973, "column": 28 }, "end": { - "line": 969, + "line": 973, "column": 36 } } @@ -85304,16 +85789,16 @@ "value": false, "raw": "false", "range": [ - 38145, - 38150 + 38351, + 38356 ], "loc": { "start": { - "line": 969, + "line": 973, "column": 38 }, "end": { - "line": 969, + "line": 973, "column": 43 } } @@ -85322,16 +85807,16 @@ "type": "Identifier", "name": "slcExternal", "range": [ - 38152, - 38163 + 38358, + 38369 ], "loc": { "start": { - "line": 969, + "line": 973, "column": 45 }, "end": { - "line": 969, + "line": 973, "column": 56 } } @@ -85340,78 +85825,78 @@ "type": "Identifier", "name": "slcId", "range": [ - 38165, - 38170 + 38371, + 38376 ], "loc": { "start": { - "line": 969, + "line": 973, "column": 58 }, "end": { - "line": 969, + "line": 973, "column": 63 } } } ], "range": [ - 38086, - 38171 + 38292, + 38377 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 24 }, "end": { - "line": 969, + "line": 973, "column": 64 } } }, "range": [ - 38086, - 38172 + 38292, + 38378 ], "loc": { "start": { - "line": 968, + "line": 972, "column": 24 }, "end": { - "line": 969, + "line": 973, "column": 65 } } } ], "range": [ - 38060, - 38194 + 38266, + 38400 ], "loc": { "start": { - "line": 967, + "line": 971, "column": 27 }, "end": { - "line": 970, + "line": 974, "column": 21 } } }, "range": [ - 37948, - 38194 + 38154, + 38400 ], "loc": { "start": { - "line": 965, + "line": 969, "column": 20 }, "end": { - "line": 970, + "line": 974, "column": 21 } } @@ -85420,32 +85905,32 @@ "type": "BreakStatement", "label": null, "range": [ - 38211, - 38217 + 38417, + 38423 ], "loc": { "start": { - "line": 971, + "line": 975, "column": 16 }, "end": { - "line": 971, + "line": 975, "column": 22 } } } ], "range": [ - 37910, - 38217 + 38116, + 38423 ], "loc": { "start": { - "line": 964, + "line": 968, "column": 16 }, "end": { - "line": 971, + "line": 975, "column": 22 } } @@ -85459,16 +85944,16 @@ "type": "Identifier", "name": "ev", "range": [ - 38239, - 38241 + 38445, + 38447 ], "loc": { "start": { - "line": 972, + "line": 976, "column": 21 }, "end": { - "line": 972, + "line": 976, "column": 23 } } @@ -85477,31 +85962,31 @@ "type": "Identifier", "name": "checklist", "range": [ - 38242, - 38251 + 38448, + 38457 ], "loc": { "start": { - "line": 972, + "line": 976, "column": 24 }, "end": { - "line": 972, + "line": 976, "column": 33 } } }, "range": [ - 38239, - 38251 + 38445, + 38457 ], "loc": { "start": { - "line": 972, + "line": 976, "column": 21 }, "end": { - "line": 972, + "line": 976, "column": 33 } } @@ -85521,16 +86006,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 38273, - 38276 + 38479, + 38482 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 20 }, "end": { - "line": 973, + "line": 977, "column": 23 } } @@ -85539,31 +86024,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 38277, - 38286 + 38483, + 38492 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 24 }, "end": { - "line": 973, + "line": 977, "column": 33 } } }, "range": [ - 38273, - 38286 + 38479, + 38492 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 20 }, "end": { - "line": 973, + "line": 977, "column": 33 } } @@ -85572,31 +86057,31 @@ "type": "Identifier", "name": "_build", "range": [ - 38287, - 38293 + 38493, + 38499 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 34 }, "end": { - "line": 973, + "line": 977, "column": 40 } } }, "range": [ - 38273, - 38293 + 38479, + 38499 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 20 }, "end": { - "line": 973, + "line": 977, "column": 40 } } @@ -85606,16 +86091,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 38294, - 38302 + 38500, + 38508 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 41 }, "end": { - "line": 973, + "line": 977, "column": 49 } } @@ -85624,16 +86109,16 @@ "type": "Identifier", "name": "slcExternal", "range": [ - 38304, - 38315 + 38510, + 38521 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 51 }, "end": { - "line": 973, + "line": 977, "column": 62 } } @@ -85642,47 +86127,47 @@ "type": "Identifier", "name": "slcId", "range": [ - 38317, - 38322 + 38523, + 38528 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 64 }, "end": { - "line": 973, + "line": 977, "column": 69 } } } ], "range": [ - 38273, - 38323 + 38479, + 38529 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 20 }, "end": { - "line": 973, + "line": 977, "column": 70 } } }, "range": [ - 38273, - 38324 + 38479, + 38530 ], "loc": { "start": { - "line": 973, + "line": 977, "column": 20 }, "end": { - "line": 973, + "line": 977, "column": 71 } } @@ -85691,32 +86176,32 @@ "type": "BreakStatement", "label": null, "range": [ - 38341, - 38347 + 38547, + 38553 ], "loc": { "start": { - "line": 974, + "line": 978, "column": 16 }, "end": { - "line": 974, + "line": 978, "column": 22 } } } ], "range": [ - 38234, - 38347 + 38440, + 38553 ], "loc": { "start": { - "line": 972, + "line": 976, "column": 16 }, "end": { - "line": 974, + "line": 978, "column": 22 } } @@ -85730,16 +86215,16 @@ "type": "Identifier", "name": "ev", "range": [ - 38369, - 38371 + 38575, + 38577 ], "loc": { "start": { - "line": 975, + "line": 979, "column": 21 }, "end": { - "line": 975, + "line": 979, "column": 23 } } @@ -85748,31 +86233,31 @@ "type": "Identifier", "name": "changepage", "range": [ - 38372, - 38382 + 38578, + 38588 ], "loc": { "start": { - "line": 975, + "line": 979, "column": 24 }, "end": { - "line": 975, + "line": 979, "column": 34 } } }, "range": [ - 38369, - 38382 + 38575, + 38588 ], "loc": { "start": { - "line": 975, + "line": 979, "column": 21 }, "end": { - "line": 975, + "line": 979, "column": 34 } } @@ -85792,16 +86277,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 38404, - 38407 + 38610, + 38613 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 20 }, "end": { - "line": 976, + "line": 980, "column": 23 } } @@ -85810,31 +86295,31 @@ "type": "Identifier", "name": "paging", "range": [ - 38408, - 38414 + 38614, + 38620 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 24 }, "end": { - "line": 976, + "line": 980, "column": 30 } } }, "range": [ - 38404, - 38414 + 38610, + 38620 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 20 }, "end": { - "line": 976, + "line": 980, "column": 30 } } @@ -85843,31 +86328,31 @@ "type": "Identifier", "name": "_changePage", "range": [ - 38415, - 38426 + 38621, + 38632 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 31 }, "end": { - "line": 976, + "line": 980, "column": 42 } } }, "range": [ - 38404, - 38426 + 38610, + 38632 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 20 }, "end": { - "line": 976, + "line": 980, "column": 42 } } @@ -85877,47 +86362,47 @@ "type": "Identifier", "name": "pgIndex", "range": [ - 38427, - 38434 + 38633, + 38640 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 43 }, "end": { - "line": 976, + "line": 980, "column": 50 } } } ], "range": [ - 38404, - 38435 + 38610, + 38641 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 20 }, "end": { - "line": 976, + "line": 980, "column": 51 } } }, "range": [ - 38404, - 38436 + 38610, + 38642 ], "loc": { "start": { - "line": 976, + "line": 980, "column": 20 }, "end": { - "line": 976, + "line": 980, "column": 52 } } @@ -85926,275 +86411,8 @@ "type": "BreakStatement", "label": null, "range": [ - 38453, - 38459 - ], - "loc": { - "start": { - "line": 977, - "column": 16 - }, - "end": { - "line": 977, - "column": 22 - } - } - } - ], - "range": [ - 38364, - 38459 - ], - "loc": { - "start": { - "line": 975, - "column": 16 - }, - "end": { - "line": 977, - "column": 22 - } - } - }, - { - "type": "SwitchCase", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "ev", - "range": [ - 38481, - 38483 - ], - "loc": { - "start": { - "line": 978, - "column": 21 - }, - "end": { - "line": 978, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "clear", - "range": [ - 38484, - 38489 - ], - "loc": { - "start": { - "line": 978, - "column": 24 - }, - "end": { - "line": 978, - "column": 29 - } - } - }, - "range": [ - 38481, - 38489 - ], - "loc": { - "start": { - "line": 978, - "column": 21 - }, - "end": { - "line": 978, - "column": 29 - } - } - }, - "consequent": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 38511, - 38515 - ], - "loc": { - "start": { - "line": 979, - "column": 20 - }, - "end": { - "line": 979, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "_clearFilters", - "range": [ - 38516, - 38529 - ], - "loc": { - "start": { - "line": 979, - "column": 25 - }, - "end": { - "line": 979, - "column": 38 - } - } - }, - "range": [ - 38511, - 38529 - ], - "loc": { - "start": { - "line": 979, - "column": 20 - }, - "end": { - "line": 979, - "column": 38 - } - } - }, - "arguments": [], - "range": [ - 38511, - 38531 - ], - "loc": { - "start": { - "line": 979, - "column": 20 - }, - "end": { - "line": 979, - "column": 40 - } - } - }, - "range": [ - 38511, - 38532 - ], - "loc": { - "start": { - "line": 979, - "column": 20 - }, - "end": { - "line": 979, - "column": 41 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 38553, - 38557 - ], - "loc": { - "start": { - "line": 980, - "column": 20 - }, - "end": { - "line": 980, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "_filter", - "range": [ - 38558, - 38565 - ], - "loc": { - "start": { - "line": 980, - "column": 25 - }, - "end": { - "line": 980, - "column": 32 - } - } - }, - "range": [ - 38553, - 38565 - ], - "loc": { - "start": { - "line": 980, - "column": 20 - }, - "end": { - "line": 980, - "column": 32 - } - } - }, - "arguments": [], - "range": [ - 38553, - 38567 - ], - "loc": { - "start": { - "line": 980, - "column": 20 - }, - "end": { - "line": 980, - "column": 34 - } - } - }, - "range": [ - 38553, - 38568 - ], - "loc": { - "start": { - "line": 980, - "column": 20 - }, - "end": { - "line": 980, - "column": 35 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 38585, - 38591 + 38659, + 38665 ], "loc": { "start": { @@ -86209,12 +86427,12 @@ } ], "range": [ - 38476, - 38591 + 38570, + 38665 ], "loc": { "start": { - "line": 978, + "line": 979, "column": 16 }, "end": { @@ -86232,8 +86450,8 @@ "type": "Identifier", "name": "ev", "range": [ - 38613, - 38615 + 38687, + 38689 ], "loc": { "start": { @@ -86248,10 +86466,10 @@ }, "property": { "type": "Identifier", - "name": "changeresultsperpage", + "name": "clear", "range": [ - 38616, - 38636 + 38690, + 38695 ], "loc": { "start": { @@ -86260,13 +86478,13 @@ }, "end": { "line": 982, - "column": 44 + "column": 29 } } }, "range": [ - 38613, - 38636 + 38687, + 38695 ], "loc": { "start": { @@ -86275,6 +86493,273 @@ }, "end": { "line": 982, + "column": 29 + } + } + }, + "consequent": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 38717, + 38721 + ], + "loc": { + "start": { + "line": 983, + "column": 20 + }, + "end": { + "line": 983, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "_clearFilters", + "range": [ + 38722, + 38735 + ], + "loc": { + "start": { + "line": 983, + "column": 25 + }, + "end": { + "line": 983, + "column": 38 + } + } + }, + "range": [ + 38717, + 38735 + ], + "loc": { + "start": { + "line": 983, + "column": 20 + }, + "end": { + "line": 983, + "column": 38 + } + } + }, + "arguments": [], + "range": [ + 38717, + 38737 + ], + "loc": { + "start": { + "line": 983, + "column": 20 + }, + "end": { + "line": 983, + "column": 40 + } + } + }, + "range": [ + 38717, + 38738 + ], + "loc": { + "start": { + "line": 983, + "column": 20 + }, + "end": { + "line": 983, + "column": 41 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 38759, + 38763 + ], + "loc": { + "start": { + "line": 984, + "column": 20 + }, + "end": { + "line": 984, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "_filter", + "range": [ + 38764, + 38771 + ], + "loc": { + "start": { + "line": 984, + "column": 25 + }, + "end": { + "line": 984, + "column": 32 + } + } + }, + "range": [ + 38759, + 38771 + ], + "loc": { + "start": { + "line": 984, + "column": 20 + }, + "end": { + "line": 984, + "column": 32 + } + } + }, + "arguments": [], + "range": [ + 38759, + 38773 + ], + "loc": { + "start": { + "line": 984, + "column": 20 + }, + "end": { + "line": 984, + "column": 34 + } + } + }, + "range": [ + 38759, + 38774 + ], + "loc": { + "start": { + "line": 984, + "column": 20 + }, + "end": { + "line": 984, + "column": 35 + } + } + }, + { + "type": "BreakStatement", + "label": null, + "range": [ + 38791, + 38797 + ], + "loc": { + "start": { + "line": 985, + "column": 16 + }, + "end": { + "line": 985, + "column": 22 + } + } + } + ], + "range": [ + 38682, + 38797 + ], + "loc": { + "start": { + "line": 982, + "column": 16 + }, + "end": { + "line": 985, + "column": 22 + } + } + }, + { + "type": "SwitchCase", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "ev", + "range": [ + 38819, + 38821 + ], + "loc": { + "start": { + "line": 986, + "column": 21 + }, + "end": { + "line": 986, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "changeresultsperpage", + "range": [ + 38822, + 38842 + ], + "loc": { + "start": { + "line": 986, + "column": 24 + }, + "end": { + "line": 986, + "column": 44 + } + } + }, + "range": [ + 38819, + 38842 + ], + "loc": { + "start": { + "line": 986, + "column": 21 + }, + "end": { + "line": 986, "column": 44 } } @@ -86294,16 +86779,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 38658, - 38661 + 38864, + 38867 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 20 }, "end": { - "line": 983, + "line": 987, "column": 23 } } @@ -86312,31 +86797,31 @@ "type": "Identifier", "name": "paging", "range": [ - 38662, - 38668 + 38868, + 38874 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 24 }, "end": { - "line": 983, + "line": 987, "column": 30 } } }, "range": [ - 38658, - 38668 + 38864, + 38874 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 20 }, "end": { - "line": 983, + "line": 987, "column": 30 } } @@ -86345,62 +86830,62 @@ "type": "Identifier", "name": "_changeResultsPerPage", "range": [ - 38669, - 38690 + 38875, + 38896 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 31 }, "end": { - "line": 983, + "line": 987, "column": 52 } } }, "range": [ - 38658, - 38690 + 38864, + 38896 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 20 }, "end": { - "line": 983, + "line": 987, "column": 52 } } }, "arguments": [], "range": [ - 38658, - 38692 + 38864, + 38898 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 20 }, "end": { - "line": 983, + "line": 987, "column": 54 } } }, "range": [ - 38658, - 38693 + 38864, + 38899 ], "loc": { "start": { - "line": 983, + "line": 987, "column": 20 }, "end": { - "line": 983, + "line": 987, "column": 55 } } @@ -86409,275 +86894,8 @@ "type": "BreakStatement", "label": null, "range": [ - 38710, - 38716 - ], - "loc": { - "start": { - "line": 984, - "column": 16 - }, - "end": { - "line": 984, - "column": 22 - } - } - } - ], - "range": [ - 38608, - 38716 - ], - "loc": { - "start": { - "line": 982, - "column": 16 - }, - "end": { - "line": 984, - "column": 22 - } - } - }, - { - "type": "SwitchCase", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "ev", - "range": [ - 38738, - 38740 - ], - "loc": { - "start": { - "line": 985, - "column": 21 - }, - "end": { - "line": 985, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "resetvalues", - "range": [ - 38741, - 38752 - ], - "loc": { - "start": { - "line": 985, - "column": 24 - }, - "end": { - "line": 985, - "column": 35 - } - } - }, - "range": [ - 38738, - 38752 - ], - "loc": { - "start": { - "line": 985, - "column": 21 - }, - "end": { - "line": 985, - "column": 35 - } - } - }, - "consequent": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 38774, - 38778 - ], - "loc": { - "start": { - "line": 986, - "column": 20 - }, - "end": { - "line": 986, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "_resetValues", - "range": [ - 38779, - 38791 - ], - "loc": { - "start": { - "line": 986, - "column": 25 - }, - "end": { - "line": 986, - "column": 37 - } - } - }, - "range": [ - 38774, - 38791 - ], - "loc": { - "start": { - "line": 986, - "column": 20 - }, - "end": { - "line": 986, - "column": 37 - } - } - }, - "arguments": [], - "range": [ - 38774, - 38793 - ], - "loc": { - "start": { - "line": 986, - "column": 20 - }, - "end": { - "line": 986, - "column": 39 - } - } - }, - "range": [ - 38774, - 38794 - ], - "loc": { - "start": { - "line": 986, - "column": 20 - }, - "end": { - "line": 986, - "column": 40 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 38815, - 38819 - ], - "loc": { - "start": { - "line": 987, - "column": 20 - }, - "end": { - "line": 987, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "_filter", - "range": [ - 38820, - 38827 - ], - "loc": { - "start": { - "line": 987, - "column": 25 - }, - "end": { - "line": 987, - "column": 32 - } - } - }, - "range": [ - 38815, - 38827 - ], - "loc": { - "start": { - "line": 987, - "column": 20 - }, - "end": { - "line": 987, - "column": 32 - } - } - }, - "arguments": [], - "range": [ - 38815, - 38829 - ], - "loc": { - "start": { - "line": 987, - "column": 20 - }, - "end": { - "line": 987, - "column": 34 - } - } - }, - "range": [ - 38815, - 38830 - ], - "loc": { - "start": { - "line": 987, - "column": 20 - }, - "end": { - "line": 987, - "column": 35 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 38847, - 38853 + 38916, + 38922 ], "loc": { "start": { @@ -86692,12 +86910,12 @@ } ], "range": [ - 38733, - 38853 + 38814, + 38922 ], "loc": { "start": { - "line": 985, + "line": 986, "column": 16 }, "end": { @@ -86715,8 +86933,8 @@ "type": "Identifier", "name": "ev", "range": [ - 38875, - 38877 + 38944, + 38946 ], "loc": { "start": { @@ -86731,10 +86949,10 @@ }, "property": { "type": "Identifier", - "name": "resetpage", + "name": "resetvalues", "range": [ - 38878, - 38887 + 38947, + 38958 ], "loc": { "start": { @@ -86743,13 +86961,13 @@ }, "end": { "line": 989, - "column": 33 + "column": 35 } } }, "range": [ - 38875, - 38887 + 38944, + 38958 ], "loc": { "start": { @@ -86758,6 +86976,273 @@ }, "end": { "line": 989, + "column": 35 + } + } + }, + "consequent": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 38980, + 38984 + ], + "loc": { + "start": { + "line": 990, + "column": 20 + }, + "end": { + "line": 990, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "_resetValues", + "range": [ + 38985, + 38997 + ], + "loc": { + "start": { + "line": 990, + "column": 25 + }, + "end": { + "line": 990, + "column": 37 + } + } + }, + "range": [ + 38980, + 38997 + ], + "loc": { + "start": { + "line": 990, + "column": 20 + }, + "end": { + "line": 990, + "column": 37 + } + } + }, + "arguments": [], + "range": [ + 38980, + 38999 + ], + "loc": { + "start": { + "line": 990, + "column": 20 + }, + "end": { + "line": 990, + "column": 39 + } + } + }, + "range": [ + 38980, + 39000 + ], + "loc": { + "start": { + "line": 990, + "column": 20 + }, + "end": { + "line": 990, + "column": 40 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 39021, + 39025 + ], + "loc": { + "start": { + "line": 991, + "column": 20 + }, + "end": { + "line": 991, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "_filter", + "range": [ + 39026, + 39033 + ], + "loc": { + "start": { + "line": 991, + "column": 25 + }, + "end": { + "line": 991, + "column": 32 + } + } + }, + "range": [ + 39021, + 39033 + ], + "loc": { + "start": { + "line": 991, + "column": 20 + }, + "end": { + "line": 991, + "column": 32 + } + } + }, + "arguments": [], + "range": [ + 39021, + 39035 + ], + "loc": { + "start": { + "line": 991, + "column": 20 + }, + "end": { + "line": 991, + "column": 34 + } + } + }, + "range": [ + 39021, + 39036 + ], + "loc": { + "start": { + "line": 991, + "column": 20 + }, + "end": { + "line": 991, + "column": 35 + } + } + }, + { + "type": "BreakStatement", + "label": null, + "range": [ + 39053, + 39059 + ], + "loc": { + "start": { + "line": 992, + "column": 16 + }, + "end": { + "line": 992, + "column": 22 + } + } + } + ], + "range": [ + 38939, + 39059 + ], + "loc": { + "start": { + "line": 989, + "column": 16 + }, + "end": { + "line": 992, + "column": 22 + } + } + }, + { + "type": "SwitchCase", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "ev", + "range": [ + 39081, + 39083 + ], + "loc": { + "start": { + "line": 993, + "column": 21 + }, + "end": { + "line": 993, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "resetpage", + "range": [ + 39084, + 39093 + ], + "loc": { + "start": { + "line": 993, + "column": 24 + }, + "end": { + "line": 993, + "column": 33 + } + } + }, + "range": [ + 39081, + 39093 + ], + "loc": { + "start": { + "line": 993, + "column": 21 + }, + "end": { + "line": 993, "column": 33 } } @@ -86777,16 +87262,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 38909, - 38912 + 39115, + 39118 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 20 }, "end": { - "line": 990, + "line": 994, "column": 23 } } @@ -86795,31 +87280,31 @@ "type": "Identifier", "name": "paging", "range": [ - 38913, - 38919 + 39119, + 39125 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 24 }, "end": { - "line": 990, + "line": 994, "column": 30 } } }, "range": [ - 38909, - 38919 + 39115, + 39125 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 20 }, "end": { - "line": 990, + "line": 994, "column": 30 } } @@ -86828,31 +87313,31 @@ "type": "Identifier", "name": "_resetPage", "range": [ - 38920, - 38930 + 39126, + 39136 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 31 }, "end": { - "line": 990, + "line": 994, "column": 41 } } }, "range": [ - 38909, - 38930 + 39115, + 39136 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 20 }, "end": { - "line": 990, + "line": 994, "column": 41 } } @@ -86864,16 +87349,16 @@ "object": { "type": "ThisExpression", "range": [ - 38931, - 38935 + 39137, + 39141 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 42 }, "end": { - "line": 990, + "line": 994, "column": 46 } } @@ -86882,62 +87367,62 @@ "type": "Identifier", "name": "pgNbCookie", "range": [ - 38936, - 38946 + 39142, + 39152 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 47 }, "end": { - "line": 990, + "line": 994, "column": 57 } } }, "range": [ - 38931, - 38946 + 39137, + 39152 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 42 }, "end": { - "line": 990, + "line": 994, "column": 57 } } } ], "range": [ - 38909, - 38947 + 39115, + 39153 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 20 }, "end": { - "line": 990, + "line": 994, "column": 58 } } }, "range": [ - 38909, - 38948 + 39115, + 39154 ], "loc": { "start": { - "line": 990, + "line": 994, "column": 20 }, "end": { - "line": 990, + "line": 994, "column": 59 } } @@ -86946,32 +87431,32 @@ "type": "BreakStatement", "label": null, "range": [ - 38965, - 38971 + 39171, + 39177 ], "loc": { "start": { - "line": 991, + "line": 995, "column": 16 }, "end": { - "line": 991, + "line": 995, "column": 22 } } } ], "range": [ - 38870, - 38971 + 39076, + 39177 ], "loc": { "start": { - "line": 989, + "line": 993, "column": 16 }, "end": { - "line": 991, + "line": 995, "column": 22 } } @@ -86985,16 +87470,16 @@ "type": "Identifier", "name": "ev", "range": [ - 38993, - 38995 + 39199, + 39201 ], "loc": { "start": { - "line": 992, + "line": 996, "column": 21 }, "end": { - "line": 992, + "line": 996, "column": 23 } } @@ -87003,31 +87488,31 @@ "type": "Identifier", "name": "resetpagelength", "range": [ - 38996, - 39011 + 39202, + 39217 ], "loc": { "start": { - "line": 992, + "line": 996, "column": 24 }, "end": { - "line": 992, + "line": 996, "column": 39 } } }, "range": [ - 38993, - 39011 + 39199, + 39217 ], "loc": { "start": { - "line": 992, + "line": 996, "column": 21 }, "end": { - "line": 992, + "line": 996, "column": 39 } } @@ -87047,16 +87532,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 39033, - 39036 + 39239, + 39242 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 20 }, "end": { - "line": 993, + "line": 997, "column": 23 } } @@ -87065,31 +87550,31 @@ "type": "Identifier", "name": "paging", "range": [ - 39037, - 39043 + 39243, + 39249 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 24 }, "end": { - "line": 993, + "line": 997, "column": 30 } } }, "range": [ - 39033, - 39043 + 39239, + 39249 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 20 }, "end": { - "line": 993, + "line": 997, "column": 30 } } @@ -87098,31 +87583,31 @@ "type": "Identifier", "name": "_resetPageLength", "range": [ - 39044, - 39060 + 39250, + 39266 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 31 }, "end": { - "line": 993, + "line": 997, "column": 47 } } }, "range": [ - 39033, - 39060 + 39239, + 39266 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 20 }, "end": { - "line": 993, + "line": 997, "column": 47 } } @@ -87134,16 +87619,16 @@ "object": { "type": "ThisExpression", "range": [ - 39061, - 39065 + 39267, + 39271 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 48 }, "end": { - "line": 993, + "line": 997, "column": 52 } } @@ -87152,62 +87637,62 @@ "type": "Identifier", "name": "pgLenCookie", "range": [ - 39066, - 39077 + 39272, + 39283 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 53 }, "end": { - "line": 993, + "line": 997, "column": 64 } } }, "range": [ - 39061, - 39077 + 39267, + 39283 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 48 }, "end": { - "line": 993, + "line": 997, "column": 64 } } } ], "range": [ - 39033, - 39078 + 39239, + 39284 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 20 }, "end": { - "line": 993, + "line": 997, "column": 65 } } }, "range": [ - 39033, - 39079 + 39239, + 39285 ], "loc": { "start": { - "line": 993, + "line": 997, "column": 20 }, "end": { - "line": 993, + "line": 997, "column": 66 } } @@ -87216,32 +87701,32 @@ "type": "BreakStatement", "label": null, "range": [ - 39096, - 39102 + 39302, + 39308 ], "loc": { "start": { - "line": 994, + "line": 998, "column": 16 }, "end": { - "line": 994, + "line": 998, "column": 22 } } } ], "range": [ - 38988, - 39102 + 39194, + 39308 ], "loc": { "start": { - "line": 992, + "line": 996, "column": 16 }, "end": { - "line": 994, + "line": 998, "column": 22 } } @@ -87255,16 +87740,16 @@ "type": "Identifier", "name": "ev", "range": [ - 39124, - 39126 + 39330, + 39332 ], "loc": { "start": { - "line": 995, + "line": 999, "column": 21 }, "end": { - "line": 995, + "line": 999, "column": 23 } } @@ -87273,31 +87758,31 @@ "type": "Identifier", "name": "loadextensions", "range": [ - 39127, - 39141 + 39333, + 39347 ], "loc": { "start": { - "line": 995, + "line": 999, "column": 24 }, "end": { - "line": 995, + "line": 999, "column": 38 } } }, "range": [ - 39124, - 39141 + 39330, + 39347 ], "loc": { "start": { - "line": 995, + "line": 999, "column": 21 }, "end": { - "line": 995, + "line": 999, "column": 38 } } @@ -87313,16 +87798,16 @@ "object": { "type": "ThisExpression", "range": [ - 39163, - 39167 + 39369, + 39373 ], "loc": { "start": { - "line": 996, + "line": 1000, "column": 20 }, "end": { - "line": 996, + "line": 1000, "column": 24 } } @@ -87331,62 +87816,62 @@ "type": "Identifier", "name": "_loadExtensions", "range": [ - 39168, - 39183 + 39374, + 39389 ], "loc": { "start": { - "line": 996, + "line": 1000, "column": 25 }, "end": { - "line": 996, + "line": 1000, "column": 40 } } }, "range": [ - 39163, - 39183 + 39369, + 39389 ], "loc": { "start": { - "line": 996, + "line": 1000, "column": 20 }, "end": { - "line": 996, + "line": 1000, "column": 40 } } }, "arguments": [], "range": [ - 39163, - 39185 + 39369, + 39391 ], "loc": { "start": { - "line": 996, + "line": 1000, "column": 20 }, "end": { - "line": 996, + "line": 1000, "column": 42 } } }, "range": [ - 39163, - 39186 + 39369, + 39392 ], "loc": { "start": { - "line": 996, + "line": 1000, "column": 20 }, "end": { - "line": 996, + "line": 1000, "column": 43 } } @@ -87395,32 +87880,32 @@ "type": "BreakStatement", "label": null, "range": [ - 39203, - 39209 + 39409, + 39415 ], "loc": { "start": { - "line": 997, + "line": 1001, "column": 16 }, "end": { - "line": 997, + "line": 1001, "column": 22 } } } ], "range": [ - 39119, - 39209 + 39325, + 39415 ], "loc": { "start": { - "line": 995, + "line": 999, "column": 16 }, "end": { - "line": 997, + "line": 1001, "column": 22 } } @@ -87434,16 +87919,16 @@ "type": "Identifier", "name": "ev", "range": [ - 39231, - 39233 + 39437, + 39439 ], "loc": { "start": { - "line": 998, + "line": 1002, "column": 21 }, "end": { - "line": 998, + "line": 1002, "column": 23 } } @@ -87452,31 +87937,31 @@ "type": "Identifier", "name": "loadthemes", "range": [ - 39234, - 39244 + 39440, + 39450 ], "loc": { "start": { - "line": 998, + "line": 1002, "column": 24 }, "end": { - "line": 998, + "line": 1002, "column": 34 } } }, "range": [ - 39231, - 39244 + 39437, + 39450 ], "loc": { "start": { - "line": 998, + "line": 1002, "column": 21 }, "end": { - "line": 998, + "line": 1002, "column": 34 } } @@ -87492,16 +87977,16 @@ "object": { "type": "ThisExpression", "range": [ - 39266, - 39270 + 39472, + 39476 ], "loc": { "start": { - "line": 999, + "line": 1003, "column": 20 }, "end": { - "line": 999, + "line": 1003, "column": 24 } } @@ -87510,62 +87995,62 @@ "type": "Identifier", "name": "_loadThemes", "range": [ - 39271, - 39282 + 39477, + 39488 ], "loc": { "start": { - "line": 999, + "line": 1003, "column": 25 }, "end": { - "line": 999, + "line": 1003, "column": 36 } } }, "range": [ - 39266, - 39282 + 39472, + 39488 ], "loc": { "start": { - "line": 999, + "line": 1003, "column": 20 }, "end": { - "line": 999, + "line": 1003, "column": 36 } } }, "arguments": [], "range": [ - 39266, - 39284 + 39472, + 39490 ], "loc": { "start": { - "line": 999, + "line": 1003, "column": 20 }, "end": { - "line": 999, + "line": 1003, "column": 38 } } }, "range": [ - 39266, - 39285 + 39472, + 39491 ], "loc": { "start": { - "line": 999, + "line": 1003, "column": 20 }, "end": { - "line": 999, + "line": 1003, "column": 39 } } @@ -87574,48 +88059,48 @@ "type": "BreakStatement", "label": null, "range": [ - 39302, - 39308 + 39508, + 39514 ], "loc": { "start": { - "line": 1000, + "line": 1004, "column": 16 }, "end": { - "line": 1000, + "line": 1004, "column": 22 } } } ], "range": [ - 39226, - 39308 + 39432, + 39514 ], "loc": { "start": { - "line": 998, + "line": 1002, "column": 16 }, "end": { - "line": 1000, + "line": 1004, "column": 22 } } } ], "range": [ - 37790, - 39322 + 37996, + 39528 ], "loc": { "start": { - "line": 960, + "line": 964, "column": 12 }, "end": { - "line": 1001, + "line": 1005, "column": 13 } } @@ -87628,16 +88113,16 @@ "object": { "type": "ThisExpression", "range": [ - 39338, - 39342 + 39544, + 39548 ], "loc": { "start": { - "line": 1002, + "line": 1006, "column": 15 }, "end": { - "line": 1002, + "line": 1006, "column": 19 } } @@ -87646,31 +88131,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 39343, - 39352 + 39549, + 39558 ], "loc": { "start": { - "line": 1002, + "line": 1006, "column": 20 }, "end": { - "line": 1002, + "line": 1006, "column": 29 } } }, "range": [ - 39338, - 39352 + 39544, + 39558 ], "loc": { "start": { - "line": 1002, + "line": 1006, "column": 15 }, "end": { - "line": 1002, + "line": 1006, "column": 29 } } @@ -87692,16 +88177,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 39371, - 39374 + 39577, + 39580 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 16 }, "end": { - "line": 1003, + "line": 1007, "column": 19 } } @@ -87710,31 +88195,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 39375, - 39384 + 39581, + 39590 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 20 }, "end": { - "line": 1003, + "line": 1007, "column": 29 } } }, "range": [ - 39371, - 39384 + 39577, + 39590 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 16 }, "end": { - "line": 1003, + "line": 1007, "column": 29 } } @@ -87743,31 +88228,31 @@ "type": "Identifier", "name": "message", "range": [ - 39385, - 39392 + 39591, + 39598 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 30 }, "end": { - "line": 1003, + "line": 1007, "column": 37 } } }, "range": [ - 39371, - 39392 + 39577, + 39598 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 16 }, "end": { - "line": 1003, + "line": 1007, "column": 37 } } @@ -87778,79 +88263,79 @@ "value": "", "raw": "''", "range": [ - 39393, - 39395 + 39599, + 39601 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 38 }, "end": { - "line": 1003, + "line": 1007, "column": 40 } } } ], "range": [ - 39371, - 39396 + 39577, + 39602 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 16 }, "end": { - "line": 1003, + "line": 1007, "column": 41 } } }, "range": [ - 39371, - 39397 + 39577, + 39603 ], "loc": { "start": { - "line": 1003, + "line": 1007, "column": 16 }, "end": { - "line": 1003, + "line": 1007, "column": 42 } } } ], "range": [ - 39353, - 39411 + 39559, + 39617 ], "loc": { "start": { - "line": 1002, + "line": 1006, "column": 30 }, "end": { - "line": 1004, + "line": 1008, "column": 13 } } }, "alternate": null, "range": [ - 39335, - 39411 + 39541, + 39617 ], "loc": { "start": { - "line": 1002, + "line": 1006, "column": 12 }, "end": { - "line": 1004, + "line": 1008, "column": 13 } } @@ -87863,16 +88348,16 @@ "object": { "type": "ThisExpression", "range": [ - 39427, - 39431 + 39633, + 39637 ], "loc": { "start": { - "line": 1005, + "line": 1009, "column": 15 }, "end": { - "line": 1005, + "line": 1009, "column": 19 } } @@ -87881,31 +88366,31 @@ "type": "Identifier", "name": "loader", "range": [ - 39432, - 39438 + 39638, + 39644 ], "loc": { "start": { - "line": 1005, + "line": 1009, "column": 20 }, "end": { - "line": 1005, + "line": 1009, "column": 26 } } }, "range": [ - 39427, - 39438 + 39633, + 39644 ], "loc": { "start": { - "line": 1005, + "line": 1009, "column": 15 }, "end": { - "line": 1005, + "line": 1009, "column": 26 } } @@ -87927,16 +88412,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 39457, - 39460 + 39663, + 39666 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 16 }, "end": { - "line": 1006, + "line": 1010, "column": 19 } } @@ -87945,31 +88430,31 @@ "type": "Identifier", "name": "loader", "range": [ - 39461, - 39467 + 39667, + 39673 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 20 }, "end": { - "line": 1006, + "line": 1010, "column": 26 } } }, "range": [ - 39457, - 39467 + 39663, + 39673 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 16 }, "end": { - "line": 1006, + "line": 1010, "column": 26 } } @@ -87978,31 +88463,31 @@ "type": "Identifier", "name": "show", "range": [ - 39468, - 39472 + 39674, + 39678 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 27 }, "end": { - "line": 1006, + "line": 1010, "column": 31 } } }, "range": [ - 39457, - 39472 + 39663, + 39678 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 16 }, "end": { - "line": 1006, + "line": 1010, "column": 31 } } @@ -88013,95 +88498,95 @@ "value": "none", "raw": "'none'", "range": [ - 39473, - 39479 + 39679, + 39685 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 32 }, "end": { - "line": 1006, + "line": 1010, "column": 38 } } } ], "range": [ - 39457, - 39480 + 39663, + 39686 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 16 }, "end": { - "line": 1006, + "line": 1010, "column": 39 } } }, "range": [ - 39457, - 39481 + 39663, + 39687 ], "loc": { "start": { - "line": 1006, + "line": 1010, "column": 16 }, "end": { - "line": 1006, + "line": 1010, "column": 40 } } } ], "range": [ - 39439, - 39495 + 39645, + 39701 ], "loc": { "start": { - "line": 1005, + "line": 1009, "column": 27 }, "end": { - "line": 1007, + "line": 1011, "column": 13 } } }, "alternate": null, "range": [ - 39424, - 39495 + 39630, + 39701 ], "loc": { "start": { - "line": 1005, + "line": 1009, "column": 12 }, "end": { - "line": 1007, + "line": 1011, "column": 13 } } } ], "range": [ - 37700, - 39505 + 37906, + 39711 ], "loc": { "start": { - "line": 956, + "line": 960, "column": 22 }, "end": { - "line": 1008, + "line": 1012, "column": 9 } } @@ -88109,16 +88594,16 @@ "generator": false, "expression": false, "range": [ - 37686, - 39505 + 37892, + 39711 ], "loc": { "start": { - "line": 956, + "line": 960, "column": 8 }, "end": { - "line": 1008, + "line": 1012, "column": 9 } } @@ -88140,16 +88625,16 @@ "object": { "type": "ThisExpression", "range": [ - 39519, - 39523 + 39725, + 39729 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 12 }, "end": { - "line": 1010, + "line": 1014, "column": 16 } } @@ -88158,47 +88643,47 @@ "type": "Identifier", "name": "loader", "range": [ - 39524, - 39530 + 39730, + 39736 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 17 }, "end": { - "line": 1010, + "line": 1014, "column": 23 } } }, "range": [ - 39519, - 39530 + 39725, + 39736 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 12 }, "end": { - "line": 1010, + "line": 1014, "column": 23 } } }, "prefix": true, "range": [ - 39518, - 39530 + 39724, + 39736 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 11 }, "end": { - "line": 1010, + "line": 1014, "column": 23 } } @@ -88212,16 +88697,16 @@ "object": { "type": "ThisExpression", "range": [ - 39535, - 39539 + 39741, + 39745 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 28 }, "end": { - "line": 1010, + "line": 1014, "column": 32 } } @@ -88230,62 +88715,62 @@ "type": "Identifier", "name": "statusBar", "range": [ - 39540, - 39549 + 39746, + 39755 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 33 }, "end": { - "line": 1010, + "line": 1014, "column": 42 } } }, "range": [ - 39535, - 39549 + 39741, + 39755 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 28 }, "end": { - "line": 1010, + "line": 1014, "column": 42 } } }, "prefix": true, "range": [ - 39534, - 39549 + 39740, + 39755 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 27 }, "end": { - "line": 1010, + "line": 1014, "column": 42 } } }, "range": [ - 39518, - 39549 + 39724, + 39755 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 11 }, "end": { - "line": 1010, + "line": 1014, "column": 42 } } @@ -88299,16 +88784,16 @@ "object": { "type": "ThisExpression", "range": [ - 39554, - 39558 + 39760, + 39764 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 47 }, "end": { - "line": 1010, + "line": 1014, "column": 51 } } @@ -88317,62 +88802,62 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 39559, - 39572 + 39765, + 39778 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 52 }, "end": { - "line": 1010, + "line": 1014, "column": 65 } } }, "range": [ - 39554, - 39572 + 39760, + 39778 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 47 }, "end": { - "line": 1010, + "line": 1014, "column": 65 } } }, "prefix": true, "range": [ - 39553, - 39572 + 39759, + 39778 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 46 }, "end": { - "line": 1010, + "line": 1014, "column": 65 } } }, "range": [ - 39518, - 39572 + 39724, + 39778 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 11 }, "end": { - "line": 1010, + "line": 1014, "column": 65 } } @@ -88391,16 +88876,16 @@ "type": "Identifier", "name": "efx", "range": [ - 39588, - 39591 + 39794, + 39797 ], "loc": { "start": { - "line": 1011, + "line": 1015, "column": 12 }, "end": { - "line": 1011, + "line": 1015, "column": 15 } } @@ -88409,31 +88894,31 @@ "type": "Identifier", "name": "call", "range": [ - 39592, - 39596 + 39798, + 39802 ], "loc": { "start": { - "line": 1011, + "line": 1015, "column": 16 }, "end": { - "line": 1011, + "line": 1015, "column": 20 } } }, "range": [ - 39588, - 39596 + 39794, + 39802 ], "loc": { "start": { - "line": 1011, + "line": 1015, "column": 12 }, "end": { - "line": 1011, + "line": 1015, "column": 20 } } @@ -88442,63 +88927,63 @@ { "type": "ThisExpression", "range": [ - 39597, - 39601 + 39803, + 39807 ], "loc": { "start": { - "line": 1011, + "line": 1015, "column": 21 }, "end": { - "line": 1011, + "line": 1015, "column": 25 } } } ], "range": [ - 39588, - 39602 + 39794, + 39808 ], "loc": { "start": { - "line": 1011, + "line": 1015, "column": 12 }, "end": { - "line": 1011, + "line": 1015, "column": 26 } } }, "range": [ - 39588, - 39603 + 39794, + 39809 ], "loc": { "start": { - "line": 1011, + "line": 1015, "column": 12 }, "end": { - "line": 1011, + "line": 1015, "column": 27 } } } ], "range": [ - 39574, - 39613 + 39780, + 39819 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 67 }, "end": { - "line": 1012, + "line": 1016, "column": 9 } } @@ -88514,16 +88999,16 @@ "object": { "type": "ThisExpression", "range": [ - 39636, - 39640 + 39842, + 39846 ], "loc": { "start": { - "line": 1013, + "line": 1017, "column": 15 }, "end": { - "line": 1013, + "line": 1017, "column": 19 } } @@ -88532,31 +89017,31 @@ "type": "Identifier", "name": "loader", "range": [ - 39641, - 39647 + 39847, + 39853 ], "loc": { "start": { - "line": 1013, + "line": 1017, "column": 20 }, "end": { - "line": 1013, + "line": 1017, "column": 26 } } }, "range": [ - 39636, - 39647 + 39842, + 39853 ], "loc": { "start": { - "line": 1013, + "line": 1017, "column": 15 }, "end": { - "line": 1013, + "line": 1017, "column": 26 } } @@ -88578,16 +89063,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 39666, - 39669 + 39872, + 39875 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 16 }, "end": { - "line": 1014, + "line": 1018, "column": 19 } } @@ -88596,31 +89081,31 @@ "type": "Identifier", "name": "loader", "range": [ - 39670, - 39676 + 39876, + 39882 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 20 }, "end": { - "line": 1014, + "line": 1018, "column": 26 } } }, "range": [ - 39666, - 39676 + 39872, + 39882 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 16 }, "end": { - "line": 1014, + "line": 1018, "column": 26 } } @@ -88629,31 +89114,31 @@ "type": "Identifier", "name": "show", "range": [ - 39677, - 39681 + 39883, + 39887 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 27 }, "end": { - "line": 1014, + "line": 1018, "column": 31 } } }, "range": [ - 39666, - 39681 + 39872, + 39887 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 16 }, "end": { - "line": 1014, + "line": 1018, "column": 31 } } @@ -88664,79 +89149,79 @@ "value": "", "raw": "''", "range": [ - 39682, - 39684 + 39888, + 39890 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 32 }, "end": { - "line": 1014, + "line": 1018, "column": 34 } } } ], "range": [ - 39666, - 39685 + 39872, + 39891 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 16 }, "end": { - "line": 1014, + "line": 1018, "column": 35 } } }, "range": [ - 39666, - 39686 + 39872, + 39892 ], "loc": { "start": { - "line": 1014, + "line": 1018, "column": 16 }, "end": { - "line": 1014, + "line": 1018, "column": 36 } } } ], "range": [ - 39648, - 39700 + 39854, + 39906 ], "loc": { "start": { - "line": 1013, + "line": 1017, "column": 27 }, "end": { - "line": 1015, + "line": 1019, "column": 13 } } }, "alternate": null, "range": [ - 39633, - 39700 + 39839, + 39906 ], "loc": { "start": { - "line": 1013, + "line": 1017, "column": 12 }, "end": { - "line": 1015, + "line": 1019, "column": 13 } } @@ -88749,16 +89234,16 @@ "object": { "type": "ThisExpression", "range": [ - 39716, - 39720 + 39922, + 39926 ], "loc": { "start": { - "line": 1016, + "line": 1020, "column": 15 }, "end": { - "line": 1016, + "line": 1020, "column": 19 } } @@ -88767,31 +89252,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 39721, - 39730 + 39927, + 39936 ], "loc": { "start": { - "line": 1016, + "line": 1020, "column": 20 }, "end": { - "line": 1016, + "line": 1020, "column": 29 } } }, "range": [ - 39716, - 39730 + 39922, + 39936 ], "loc": { "start": { - "line": 1016, + "line": 1020, "column": 15 }, "end": { - "line": 1016, + "line": 1020, "column": 29 } } @@ -88813,16 +89298,16 @@ "type": "Identifier", "name": "cpt", "range": [ - 39749, - 39752 + 39955, + 39958 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 16 }, "end": { - "line": 1017, + "line": 1021, "column": 19 } } @@ -88831,31 +89316,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 39753, - 39762 + 39959, + 39968 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 20 }, "end": { - "line": 1017, + "line": 1021, "column": 29 } } }, "range": [ - 39749, - 39762 + 39955, + 39968 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 16 }, "end": { - "line": 1017, + "line": 1021, "column": 29 } } @@ -88864,31 +89349,31 @@ "type": "Identifier", "name": "message", "range": [ - 39763, - 39770 + 39969, + 39976 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 30 }, "end": { - "line": 1017, + "line": 1021, "column": 37 } } }, "range": [ - 39749, - 39770 + 39955, + 39976 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 16 }, "end": { - "line": 1017, + "line": 1021, "column": 37 } } @@ -88900,16 +89385,16 @@ "object": { "type": "ThisExpression", "range": [ - 39771, - 39775 + 39977, + 39981 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 38 }, "end": { - "line": 1017, + "line": 1021, "column": 42 } } @@ -88922,16 +89407,16 @@ "value": "msg", "raw": "'msg'", "range": [ - 39776, - 39781 + 39982, + 39987 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 43 }, "end": { - "line": 1017, + "line": 1021, "column": 48 } } @@ -88940,109 +89425,109 @@ "type": "Identifier", "name": "evt", "range": [ - 39782, - 39785 + 39988, + 39991 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 49 }, "end": { - "line": 1017, + "line": 1021, "column": 52 } } }, "range": [ - 39776, - 39785 + 39982, + 39991 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 43 }, "end": { - "line": 1017, + "line": 1021, "column": 52 } } }, "range": [ - 39771, - 39786 + 39977, + 39992 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 38 }, "end": { - "line": 1017, + "line": 1021, "column": 53 } } } ], "range": [ - 39749, - 39787 + 39955, + 39993 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 16 }, "end": { - "line": 1017, + "line": 1021, "column": 54 } } }, "range": [ - 39749, - 39788 + 39955, + 39994 ], "loc": { "start": { - "line": 1017, + "line": 1021, "column": 16 }, "end": { - "line": 1017, + "line": 1021, "column": 55 } } } ], "range": [ - 39731, - 39802 + 39937, + 40008 ], "loc": { "start": { - "line": 1016, + "line": 1020, "column": 30 }, "end": { - "line": 1018, + "line": 1022, "column": 13 } } }, "alternate": null, "range": [ - 39713, - 39802 + 39919, + 40008 ], "loc": { "start": { - "line": 1016, + "line": 1020, "column": 12 }, "end": { - "line": 1018, + "line": 1022, "column": 13 } } @@ -89058,16 +89543,16 @@ "type": "Identifier", "name": "global", "range": [ - 39815, - 39821 + 40021, + 40027 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 12 }, "end": { - "line": 1019, + "line": 1023, "column": 18 } } @@ -89076,31 +89561,31 @@ "type": "Identifier", "name": "setTimeout", "range": [ - 39822, - 39832 + 40028, + 40038 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 19 }, "end": { - "line": 1019, + "line": 1023, "column": 29 } } }, "range": [ - 39815, - 39832 + 40021, + 40038 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 12 }, "end": { - "line": 1019, + "line": 1023, "column": 29 } } @@ -89115,16 +89600,16 @@ "type": "Identifier", "name": "efx", "range": [ - 39833, - 39836 + 40039, + 40042 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 30 }, "end": { - "line": 1019, + "line": 1023, "column": 33 } } @@ -89133,31 +89618,31 @@ "type": "Identifier", "name": "bind", "range": [ - 39837, - 39841 + 40043, + 40047 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 34 }, "end": { - "line": 1019, + "line": 1023, "column": 38 } } }, "range": [ - 39833, - 39841 + 40039, + 40047 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 30 }, "end": { - "line": 1019, + "line": 1023, "column": 38 } } @@ -89166,32 +89651,32 @@ { "type": "ThisExpression", "range": [ - 39842, - 39846 + 40048, + 40052 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 39 }, "end": { - "line": 1019, + "line": 1023, "column": 43 } } } ], "range": [ - 39833, - 39847 + 40039, + 40053 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 30 }, "end": { - "line": 1019, + "line": 1023, "column": 44 } } @@ -89202,16 +89687,16 @@ "object": { "type": "ThisExpression", "range": [ - 39849, - 39853 + 40055, + 40059 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 46 }, "end": { - "line": 1019, + "line": 1023, "column": 50 } } @@ -89220,109 +89705,109 @@ "type": "Identifier", "name": "execDelay", "range": [ - 39854, - 39863 + 40060, + 40069 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 51 }, "end": { - "line": 1019, + "line": 1023, "column": 60 } } }, "range": [ - 39849, - 39863 + 40055, + 40069 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 46 }, "end": { - "line": 1019, + "line": 1023, "column": 60 } } } ], "range": [ - 39815, - 39864 + 40021, + 40070 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 12 }, "end": { - "line": 1019, + "line": 1023, "column": 61 } } }, "range": [ - 39815, - 39865 + 40021, + 40071 ], "loc": { "start": { - "line": 1019, + "line": 1023, "column": 12 }, "end": { - "line": 1019, + "line": 1023, "column": 62 } } } ], "range": [ - 39619, - 39875 + 39825, + 40081 ], "loc": { "start": { - "line": 1012, + "line": 1016, "column": 15 }, "end": { - "line": 1020, + "line": 1024, "column": 9 } } }, "range": [ - 39515, - 39875 + 39721, + 40081 ], "loc": { "start": { - "line": 1010, + "line": 1014, "column": 8 }, "end": { - "line": 1020, + "line": 1024, "column": 9 } } } ], "range": [ - 37501, - 39881 + 37707, + 40087 ], "loc": { "start": { - "line": 949, + "line": 953, "column": 79 }, "end": { - "line": 1021, + "line": 1025, "column": 5 } } @@ -89330,16 +89815,16 @@ "generator": false, "expression": false, "range": [ - 37416, - 39881 + 37622, + 40087 ], "loc": { "start": { - "line": 948, + "line": 952, "column": 14 }, "end": { - "line": 1021, + "line": 1025, "column": 5 } } @@ -89347,16 +89832,16 @@ "kind": "method", "computed": false, "range": [ - 37406, - 39881 + 37612, + 40087 ], "loc": { "start": { - "line": 948, + "line": 952, "column": 4 }, "end": { - "line": 1021, + "line": 1025, "column": 5 } }, @@ -89365,16 +89850,16 @@ "type": "Block", "value": "*\n * Manages state messages\n * @param {String} evt Event name\n * @param {Object} cfg Config object\n ", "range": [ - 37281, - 37401 + 37487, + 37607 ], "loc": { "start": { - "line": 943, + "line": 947, "column": 4 }, "end": { - "line": 947, + "line": 951, "column": 7 } } @@ -89385,16 +89870,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 39887, - 40021 + 40093, + 40227 ], "loc": { "start": { - "line": 1023, + "line": 1027, "column": 4 }, "end": { - "line": 1027, + "line": 1031, "column": 7 } } @@ -89408,16 +89893,16 @@ "type": "Identifier", "name": "feature", "range": [ - 40026, - 40033 + 40232, + 40239 ], "loc": { "start": { - "line": 1028, + "line": 1032, "column": 4 }, "end": { - "line": 1028, + "line": 1032, "column": 11 } } @@ -89430,16 +89915,16 @@ "type": "Identifier", "name": "name", "range": [ - 40034, - 40038 + 40240, + 40244 ], "loc": { "start": { - "line": 1028, + "line": 1032, "column": 12 }, "end": { - "line": 1028, + "line": 1032, "column": 16 } } @@ -89459,16 +89944,16 @@ "object": { "type": "ThisExpression", "range": [ - 40056, - 40060 + 40262, + 40266 ], "loc": { "start": { - "line": 1029, + "line": 1033, "column": 15 }, "end": { - "line": 1029, + "line": 1033, "column": 19 } } @@ -89477,31 +89962,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 40061, - 40064 + 40267, + 40270 ], "loc": { "start": { - "line": 1029, + "line": 1033, "column": 20 }, "end": { - "line": 1029, + "line": 1033, "column": 23 } } }, "range": [ - 40056, - 40064 + 40262, + 40270 ], "loc": { "start": { - "line": 1029, + "line": 1033, "column": 15 }, "end": { - "line": 1029, + "line": 1033, "column": 23 } } @@ -89510,62 +89995,62 @@ "type": "Identifier", "name": "name", "range": [ - 40065, - 40069 + 40271, + 40275 ], "loc": { "start": { - "line": 1029, + "line": 1033, "column": 24 }, "end": { - "line": 1029, + "line": 1033, "column": 28 } } }, "range": [ - 40056, - 40070 + 40262, + 40276 ], "loc": { "start": { - "line": 1029, + "line": 1033, "column": 15 }, "end": { - "line": 1029, + "line": 1033, "column": 29 } } }, "range": [ - 40049, - 40071 + 40255, + 40277 ], "loc": { "start": { - "line": 1029, + "line": 1033, "column": 8 }, "end": { - "line": 1029, + "line": 1033, "column": 30 } } } ], "range": [ - 40039, - 40077 + 40245, + 40283 ], "loc": { "start": { - "line": 1028, + "line": 1032, "column": 17 }, "end": { - "line": 1030, + "line": 1034, "column": 5 } } @@ -89573,16 +90058,16 @@ "generator": false, "expression": false, "range": [ - 40033, - 40077 + 40239, + 40283 ], "loc": { "start": { - "line": 1028, + "line": 1032, "column": 11 }, "end": { - "line": 1030, + "line": 1034, "column": 5 } } @@ -89590,16 +90075,16 @@ "kind": "method", "computed": false, "range": [ - 40026, - 40077 + 40232, + 40283 ], "loc": { "start": { - "line": 1028, + "line": 1032, "column": 4 }, "end": { - "line": 1030, + "line": 1034, "column": 5 } }, @@ -89608,16 +90093,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 39887, - 40021 + 40093, + 40227 ], "loc": { "start": { - "line": 1023, + "line": 1027, "column": 4 }, "end": { - "line": 1027, + "line": 1031, "column": 7 } } @@ -89628,16 +90113,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 40083, - 40167 + 40289, + 40373 ], "loc": { "start": { - "line": 1032, + "line": 1036, "column": 4 }, "end": { - "line": 1034, + "line": 1038, "column": 7 } } @@ -89651,16 +90136,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 40172, - 40186 + 40378, + 40392 ], "loc": { "start": { - "line": 1035, + "line": 1039, "column": 4 }, "end": { - "line": 1035, + "line": 1039, "column": 18 } } @@ -89681,16 +90166,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40202, - 40206 + 40408, + 40412 ], "loc": { "start": { - "line": 1036, + "line": 1040, "column": 12 }, "end": { - "line": 1036, + "line": 1040, "column": 16 } } @@ -89701,16 +90186,16 @@ "object": { "type": "ThisExpression", "range": [ - 40209, - 40213 + 40415, + 40419 ], "loc": { "start": { - "line": 1036, + "line": 1040, "column": 19 }, "end": { - "line": 1036, + "line": 1040, "column": 23 } } @@ -89719,46 +90204,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 40214, - 40224 + 40420, + 40430 ], "loc": { "start": { - "line": 1036, + "line": 1040, "column": 24 }, "end": { - "line": 1036, + "line": 1040, "column": 34 } } }, "range": [ - 40209, - 40224 + 40415, + 40430 ], "loc": { "start": { - "line": 1036, + "line": 1040, "column": 19 }, "end": { - "line": 1036, + "line": 1040, "column": 34 } } }, "range": [ - 40202, - 40224 + 40408, + 40430 ], "loc": { "start": { - "line": 1036, + "line": 1040, "column": 12 }, "end": { - "line": 1036, + "line": 1040, "column": 34 } } @@ -89766,16 +90251,16 @@ ], "kind": "let", "range": [ - 40198, - 40225 + 40404, + 40431 ], "loc": { "start": { - "line": 1036, + "line": 1040, "column": 8 }, "end": { - "line": 1036, + "line": 1040, "column": 35 } } @@ -89791,16 +90276,16 @@ "type": "Identifier", "name": "i", "range": [ - 40243, - 40244 + 40449, + 40450 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 16 }, "end": { - "line": 1038, + "line": 1042, "column": 17 } } @@ -89810,31 +90295,31 @@ "value": 0, "raw": "0", "range": [ - 40245, - 40246 + 40451, + 40452 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 18 }, "end": { - "line": 1038, + "line": 1042, "column": 19 } } }, "range": [ - 40243, - 40246 + 40449, + 40452 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 16 }, "end": { - "line": 1038, + "line": 1042, "column": 19 } } @@ -89845,16 +90330,16 @@ "type": "Identifier", "name": "len", "range": [ - 40248, - 40251 + 40454, + 40457 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 21 }, "end": { - "line": 1038, + "line": 1042, "column": 24 } } @@ -89866,16 +90351,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40252, - 40256 + 40458, + 40462 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 25 }, "end": { - "line": 1038, + "line": 1042, "column": 29 } } @@ -89884,46 +90369,46 @@ "type": "Identifier", "name": "length", "range": [ - 40257, - 40263 + 40463, + 40469 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 30 }, "end": { - "line": 1038, + "line": 1042, "column": 36 } } }, "range": [ - 40252, - 40263 + 40458, + 40469 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 25 }, "end": { - "line": 1038, + "line": 1042, "column": 36 } } }, "range": [ - 40248, - 40263 + 40454, + 40469 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 21 }, "end": { - "line": 1038, + "line": 1042, "column": 36 } } @@ -89931,16 +90416,16 @@ ], "kind": "let", "range": [ - 40239, - 40263 + 40445, + 40469 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 12 }, "end": { - "line": 1038, + "line": 1042, "column": 36 } } @@ -89952,16 +90437,16 @@ "type": "Identifier", "name": "i", "range": [ - 40265, - 40266 + 40471, + 40472 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 38 }, "end": { - "line": 1038, + "line": 1042, "column": 39 } } @@ -89970,31 +90455,31 @@ "type": "Identifier", "name": "len", "range": [ - 40267, - 40270 + 40473, + 40476 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 40 }, "end": { - "line": 1038, + "line": 1042, "column": 43 } } }, "range": [ - 40265, - 40270 + 40471, + 40476 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 38 }, "end": { - "line": 1038, + "line": 1042, "column": 43 } } @@ -90006,32 +90491,32 @@ "type": "Identifier", "name": "i", "range": [ - 40272, - 40273 + 40478, + 40479 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 45 }, "end": { - "line": 1038, + "line": 1042, "column": 46 } } }, "prefix": false, "range": [ - 40272, - 40275 + 40478, + 40481 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 45 }, "end": { - "line": 1038, + "line": 1042, "column": 48 } } @@ -90048,16 +90533,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40294, - 40297 + 40500, + 40503 ], "loc": { "start": { - "line": 1039, + "line": 1043, "column": 16 }, "end": { - "line": 1039, + "line": 1043, "column": 19 } } @@ -90069,16 +90554,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40300, - 40304 + 40506, + 40510 ], "loc": { "start": { - "line": 1039, + "line": 1043, "column": 22 }, "end": { - "line": 1039, + "line": 1043, "column": 26 } } @@ -90087,46 +90572,46 @@ "type": "Identifier", "name": "i", "range": [ - 40305, - 40306 + 40511, + 40512 ], "loc": { "start": { - "line": 1039, + "line": 1043, "column": 27 }, "end": { - "line": 1039, + "line": 1043, "column": 28 } } }, "range": [ - 40300, - 40307 + 40506, + 40513 ], "loc": { "start": { - "line": 1039, + "line": 1043, "column": 22 }, "end": { - "line": 1039, + "line": 1043, "column": 29 } } }, "range": [ - 40294, - 40307 + 40500, + 40513 ], "loc": { "start": { - "line": 1039, + "line": 1043, "column": 16 }, "end": { - "line": 1039, + "line": 1043, "column": 29 } } @@ -90134,16 +90619,16 @@ ], "kind": "let", "range": [ - 40290, - 40308 + 40496, + 40514 ], "loc": { "start": { - "line": 1039, + "line": 1043, "column": 12 }, "end": { - "line": 1039, + "line": 1043, "column": 30 } } @@ -90162,16 +90647,16 @@ "object": { "type": "ThisExpression", "range": [ - 40325, - 40329 + 40531, + 40535 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 16 }, "end": { - "line": 1040, + "line": 1044, "column": 20 } } @@ -90180,31 +90665,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40330, - 40341 + 40536, + 40547 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 21 }, "end": { - "line": 1040, + "line": 1044, "column": 32 } } }, "range": [ - 40325, - 40341 + 40531, + 40547 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 16 }, "end": { - "line": 1040, + "line": 1044, "column": 32 } } @@ -90216,16 +90701,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40342, - 40345 + 40548, + 40551 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 33 }, "end": { - "line": 1040, + "line": 1044, "column": 36 } } @@ -90234,62 +90719,62 @@ "type": "Identifier", "name": "name", "range": [ - 40346, - 40350 + 40552, + 40556 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 37 }, "end": { - "line": 1040, + "line": 1044, "column": 41 } } }, "range": [ - 40342, - 40350 + 40548, + 40556 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 33 }, "end": { - "line": 1040, + "line": 1044, "column": 41 } } }, "range": [ - 40325, - 40351 + 40531, + 40557 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 16 }, "end": { - "line": 1040, + "line": 1044, "column": 42 } } }, "prefix": true, "range": [ - 40324, - 40351 + 40530, + 40557 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 15 }, "end": { - "line": 1040, + "line": 1044, "column": 42 } } @@ -90307,16 +90792,16 @@ "object": { "type": "ThisExpression", "range": [ - 40370, - 40374 + 40576, + 40580 ], "loc": { "start": { - "line": 1041, + "line": 1045, "column": 16 }, "end": { - "line": 1041, + "line": 1045, "column": 20 } } @@ -90325,31 +90810,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 40375, - 40388 + 40581, + 40594 ], "loc": { "start": { - "line": 1041, + "line": 1045, "column": 21 }, "end": { - "line": 1041, + "line": 1045, "column": 34 } } }, "range": [ - 40370, - 40388 + 40576, + 40594 ], "loc": { "start": { - "line": 1041, + "line": 1045, "column": 16 }, "end": { - "line": 1041, + "line": 1045, "column": 34 } } @@ -90359,126 +90844,126 @@ "type": "Identifier", "name": "ext", "range": [ - 40389, - 40392 + 40595, + 40598 ], "loc": { "start": { - "line": 1041, + "line": 1045, "column": 35 }, "end": { - "line": 1041, + "line": 1045, "column": 38 } } } ], "range": [ - 40370, - 40393 + 40576, + 40599 ], "loc": { "start": { - "line": 1041, + "line": 1045, "column": 16 }, "end": { - "line": 1041, + "line": 1045, "column": 39 } } }, "range": [ - 40370, - 40394 + 40576, + 40600 ], "loc": { "start": { - "line": 1041, + "line": 1045, "column": 16 }, "end": { - "line": 1041, + "line": 1045, "column": 40 } } } ], "range": [ - 40352, - 40408 + 40558, + 40614 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 43 }, "end": { - "line": 1042, + "line": 1046, "column": 13 } } }, "alternate": null, "range": [ - 40321, - 40408 + 40527, + 40614 ], "loc": { "start": { - "line": 1040, + "line": 1044, "column": 12 }, "end": { - "line": 1042, + "line": 1046, "column": 13 } } } ], "range": [ - 40276, - 40418 + 40482, + 40624 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 49 }, "end": { - "line": 1043, + "line": 1047, "column": 9 } } }, "range": [ - 40235, - 40418 + 40441, + 40624 ], "loc": { "start": { - "line": 1038, + "line": 1042, "column": 8 }, "end": { - "line": 1043, + "line": 1047, "column": 9 } } } ], "range": [ - 40188, - 40424 + 40394, + 40630 ], "loc": { "start": { - "line": 1035, + "line": 1039, "column": 20 }, "end": { - "line": 1044, + "line": 1048, "column": 5 } } @@ -90486,16 +90971,16 @@ "generator": false, "expression": false, "range": [ - 40186, - 40424 + 40392, + 40630 ], "loc": { "start": { - "line": 1035, + "line": 1039, "column": 18 }, "end": { - "line": 1044, + "line": 1048, "column": 5 } } @@ -90503,16 +90988,16 @@ "kind": "method", "computed": false, "range": [ - 40172, - 40424 + 40378, + 40630 ], "loc": { "start": { - "line": 1035, + "line": 1039, "column": 4 }, "end": { - "line": 1044, + "line": 1048, "column": 5 } }, @@ -90521,16 +91006,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 40083, - 40167 + 40289, + 40373 ], "loc": { "start": { - "line": 1032, + "line": 1036, "column": 4 }, "end": { - "line": 1034, + "line": 1038, "column": 7 } } @@ -90541,16 +91026,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 40430, - 40525 + 40636, + 40731 ], "loc": { "start": { - "line": 1046, + "line": 1050, "column": 4 }, "end": { - "line": 1049, + "line": 1053, "column": 7 } } @@ -90564,16 +91049,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 40530, - 40543 + 40736, + 40749 ], "loc": { "start": { - "line": 1050, + "line": 1054, "column": 4 }, "end": { - "line": 1050, + "line": 1054, "column": 17 } } @@ -90586,16 +91071,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40544, - 40547 + 40750, + 40753 ], "loc": { "start": { - "line": 1050, + "line": 1054, "column": 18 }, "end": { - "line": 1050, + "line": 1054, "column": 21 } } @@ -90616,32 +91101,32 @@ "type": "Identifier", "name": "ext", "range": [ - 40562, - 40565 + 40768, + 40771 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 12 }, "end": { - "line": 1051, + "line": 1055, "column": 15 } } }, "prefix": true, "range": [ - 40561, - 40565 + 40767, + 40771 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 11 }, "end": { - "line": 1051, + "line": 1055, "column": 15 } } @@ -90656,16 +91141,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40570, - 40573 + 40776, + 40779 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 20 }, "end": { - "line": 1051, + "line": 1055, "column": 23 } } @@ -90674,62 +91159,62 @@ "type": "Identifier", "name": "name", "range": [ - 40574, - 40578 + 40780, + 40784 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 24 }, "end": { - "line": 1051, + "line": 1055, "column": 28 } } }, "range": [ - 40570, - 40578 + 40776, + 40784 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 20 }, "end": { - "line": 1051, + "line": 1055, "column": 28 } } }, "prefix": true, "range": [ - 40569, - 40578 + 40775, + 40784 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 19 }, "end": { - "line": 1051, + "line": 1055, "column": 28 } } }, "range": [ - 40561, - 40578 + 40767, + 40784 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 11 }, "end": { - "line": 1051, + "line": 1055, "column": 28 } } @@ -90741,48 +91226,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 40593, - 40600 + 40799, + 40806 ], "loc": { "start": { - "line": 1052, + "line": 1056, "column": 12 }, "end": { - "line": 1052, + "line": 1056, "column": 19 } } } ], "range": [ - 40579, - 40610 + 40785, + 40816 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 29 }, "end": { - "line": 1053, + "line": 1057, "column": 9 } } }, "alternate": null, "range": [ - 40558, - 40610 + 40764, + 40816 ], "loc": { "start": { - "line": 1051, + "line": 1055, "column": 8 }, "end": { - "line": 1053, + "line": 1057, "column": 9 } } @@ -90796,16 +91281,16 @@ "type": "Identifier", "name": "name", "range": [ - 40624, - 40628 + 40830, + 40834 ], "loc": { "start": { - "line": 1055, + "line": 1059, "column": 12 }, "end": { - "line": 1055, + "line": 1059, "column": 16 } } @@ -90817,16 +91302,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40631, - 40634 + 40837, + 40840 ], "loc": { "start": { - "line": 1055, + "line": 1059, "column": 19 }, "end": { - "line": 1055, + "line": 1059, "column": 22 } } @@ -90835,46 +91320,46 @@ "type": "Identifier", "name": "name", "range": [ - 40635, - 40639 + 40841, + 40845 ], "loc": { "start": { - "line": 1055, + "line": 1059, "column": 23 }, "end": { - "line": 1055, + "line": 1059, "column": 27 } } }, "range": [ - 40631, - 40639 + 40837, + 40845 ], "loc": { "start": { - "line": 1055, + "line": 1059, "column": 19 }, "end": { - "line": 1055, + "line": 1059, "column": 27 } } }, "range": [ - 40624, - 40639 + 40830, + 40845 ], "loc": { "start": { - "line": 1055, + "line": 1059, "column": 12 }, "end": { - "line": 1055, + "line": 1059, "column": 27 } } @@ -90882,16 +91367,16 @@ ], "kind": "let", "range": [ - 40620, - 40640 + 40826, + 40846 ], "loc": { "start": { - "line": 1055, + "line": 1059, "column": 8 }, "end": { - "line": 1055, + "line": 1059, "column": 28 } } @@ -90905,16 +91390,16 @@ "type": "Identifier", "name": "path", "range": [ - 40653, - 40657 + 40859, + 40863 ], "loc": { "start": { - "line": 1056, + "line": 1060, "column": 12 }, "end": { - "line": 1056, + "line": 1060, "column": 16 } } @@ -90926,16 +91411,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40660, - 40663 + 40866, + 40869 ], "loc": { "start": { - "line": 1056, + "line": 1060, "column": 19 }, "end": { - "line": 1056, + "line": 1060, "column": 22 } } @@ -90944,46 +91429,46 @@ "type": "Identifier", "name": "path", "range": [ - 40664, - 40668 + 40870, + 40874 ], "loc": { "start": { - "line": 1056, + "line": 1060, "column": 23 }, "end": { - "line": 1056, + "line": 1060, "column": 27 } } }, "range": [ - 40660, - 40668 + 40866, + 40874 ], "loc": { "start": { - "line": 1056, + "line": 1060, "column": 19 }, "end": { - "line": 1056, + "line": 1060, "column": 27 } } }, "range": [ - 40653, - 40668 + 40859, + 40874 ], "loc": { "start": { - "line": 1056, + "line": 1060, "column": 12 }, "end": { - "line": 1056, + "line": 1060, "column": 27 } } @@ -90991,16 +91476,16 @@ ], "kind": "let", "range": [ - 40649, - 40669 + 40855, + 40875 ], "loc": { "start": { - "line": 1056, + "line": 1060, "column": 8 }, "end": { - "line": 1056, + "line": 1060, "column": 28 } } @@ -91014,32 +91499,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 40682, - 40692 + 40888, + 40898 ], "loc": { "start": { - "line": 1057, + "line": 1061, "column": 12 }, "end": { - "line": 1057, + "line": 1061, "column": 22 } } }, "init": null, "range": [ - 40682, - 40692 + 40888, + 40898 ], "loc": { "start": { - "line": 1057, + "line": 1061, "column": 12 }, "end": { - "line": 1057, + "line": 1061, "column": 22 } } @@ -91047,16 +91532,16 @@ ], "kind": "let", "range": [ - 40678, - 40693 + 40884, + 40899 ], "loc": { "start": { - "line": 1057, + "line": 1061, "column": 8 }, "end": { - "line": 1057, + "line": 1061, "column": 23 } } @@ -91070,16 +91555,16 @@ "type": "Identifier", "name": "name", "range": [ - 40706, - 40710 + 40912, + 40916 ], "loc": { "start": { - "line": 1059, + "line": 1063, "column": 11 }, "end": { - "line": 1059, + "line": 1063, "column": 15 } } @@ -91088,31 +91573,31 @@ "type": "Identifier", "name": "path", "range": [ - 40714, - 40718 + 40920, + 40924 ], "loc": { "start": { - "line": 1059, + "line": 1063, "column": 19 }, "end": { - "line": 1059, + "line": 1063, "column": 23 } } }, "range": [ - 40706, - 40718 + 40912, + 40924 ], "loc": { "start": { - "line": 1059, + "line": 1063, "column": 11 }, "end": { - "line": 1059, + "line": 1063, "column": 23 } } @@ -91129,16 +91614,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 40733, - 40743 + 40939, + 40949 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 12 }, "end": { - "line": 1060, + "line": 1064, "column": 22 } } @@ -91153,16 +91638,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40746, - 40749 + 40952, + 40955 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 25 }, "end": { - "line": 1060, + "line": 1064, "column": 28 } } @@ -91171,31 +91656,31 @@ "type": "Identifier", "name": "path", "range": [ - 40750, - 40754 + 40956, + 40960 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 29 }, "end": { - "line": 1060, + "line": 1064, "column": 33 } } }, "range": [ - 40746, - 40754 + 40952, + 40960 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 25 }, "end": { - "line": 1060, + "line": 1064, "column": 33 } } @@ -91204,77 +91689,77 @@ "type": "Identifier", "name": "name", "range": [ - 40757, - 40761 + 40963, + 40967 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 36 }, "end": { - "line": 1060, + "line": 1064, "column": 40 } } }, "range": [ - 40746, - 40761 + 40952, + 40967 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 25 }, "end": { - "line": 1060, + "line": 1064, "column": 40 } } }, "range": [ - 40733, - 40761 + 40939, + 40967 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 12 }, "end": { - "line": 1060, + "line": 1064, "column": 40 } } }, "range": [ - 40733, - 40762 + 40939, + 40968 ], "loc": { "start": { - "line": 1060, + "line": 1064, "column": 12 }, "end": { - "line": 1060, + "line": 1064, "column": 41 } } } ], "range": [ - 40719, - 40772 + 40925, + 40978 ], "loc": { "start": { - "line": 1059, + "line": 1063, "column": 24 }, "end": { - "line": 1061, + "line": 1065, "column": 9 } } @@ -91291,16 +91776,16 @@ "type": "Identifier", "name": "name", "range": [ - 40792, - 40796 + 40998, + 41002 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 12 }, "end": { - "line": 1062, + "line": 1066, "column": 16 } } @@ -91314,16 +91799,16 @@ "type": "Identifier", "name": "name", "range": [ - 40799, - 40803 + 41005, + 41009 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 19 }, "end": { - "line": 1062, + "line": 1066, "column": 23 } } @@ -91332,31 +91817,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40804, - 40811 + 41010, + 41017 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 24 }, "end": { - "line": 1062, + "line": 1066, "column": 31 } } }, "range": [ - 40799, - 40811 + 41005, + 41017 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 19 }, "end": { - "line": 1062, + "line": 1066, "column": 31 } } @@ -91367,16 +91852,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 40812, - 40817 + 41018, + 41023 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 32 }, "end": { - "line": 1062, + "line": 1066, "column": 37 } } @@ -91386,62 +91871,62 @@ "value": "", "raw": "''", "range": [ - 40819, - 40821 + 41025, + 41027 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 39 }, "end": { - "line": 1062, + "line": 1066, "column": 41 } } } ], "range": [ - 40799, - 40822 + 41005, + 41028 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 19 }, "end": { - "line": 1062, + "line": 1066, "column": 42 } } }, "range": [ - 40792, - 40822 + 40998, + 41028 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 12 }, "end": { - "line": 1062, + "line": 1066, "column": 42 } } }, "range": [ - 40792, - 40823 + 40998, + 41029 ], "loc": { "start": { - "line": 1062, + "line": 1066, "column": 12 }, "end": { - "line": 1062, + "line": 1066, "column": 43 } } @@ -91455,16 +91940,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 40836, - 40846 + 41042, + 41052 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 12 }, "end": { - "line": 1063, + "line": 1067, "column": 22 } } @@ -91479,16 +91964,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 40849, - 40867 + 41055, + 41073 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 25 }, "end": { - "line": 1063, + "line": 1067, "column": 43 } } @@ -91497,31 +91982,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40868, - 40875 + 41074, + 41081 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 44 }, "end": { - "line": 1063, + "line": 1067, "column": 51 } } }, "range": [ - 40849, - 40875 + 41055, + 41081 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 25 }, "end": { - "line": 1063, + "line": 1067, "column": 51 } } @@ -91536,16 +92021,16 @@ "flags": "g" }, "range": [ - 40876, - 40881 + 41082, + 41087 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 52 }, "end": { - "line": 1063, + "line": 1067, "column": 57 } } @@ -91554,93 +92039,93 @@ "type": "Identifier", "name": "name", "range": [ - 40883, - 40887 + 41089, + 41093 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 59 }, "end": { - "line": 1063, + "line": 1067, "column": 63 } } } ], "range": [ - 40849, - 40888 + 41055, + 41094 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 25 }, "end": { - "line": 1063, + "line": 1067, "column": 64 } } }, "range": [ - 40836, - 40888 + 41042, + 41094 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 12 }, "end": { - "line": 1063, + "line": 1067, "column": 64 } } }, "range": [ - 40836, - 40889 + 41042, + 41095 ], "loc": { "start": { - "line": 1063, + "line": 1067, "column": 12 }, "end": { - "line": 1063, + "line": 1067, "column": 65 } } } ], "range": [ - 40778, - 40899 + 40984, + 41105 ], "loc": { "start": { - "line": 1061, + "line": 1065, "column": 15 }, "end": { - "line": 1064, + "line": 1068, "column": 9 } } }, "range": [ - 40703, - 40899 + 40909, + 41105 ], "loc": { "start": { - "line": 1059, + "line": 1063, "column": 8 }, "end": { - "line": 1064, + "line": 1068, "column": 9 } }, @@ -91649,16 +92134,16 @@ "type": "Line", "value": " Trick to set publicPath dynamically for Webpack...", "range": [ - 40909, - 40962 + 41115, + 41168 ], "loc": { "start": { - "line": 1066, + "line": 1070, "column": 8 }, "end": { - "line": 1066, + "line": 1070, "column": 61 } } @@ -91674,16 +92159,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 40971, - 40994 + 41177, + 41200 ], "loc": { "start": { - "line": 1067, + "line": 1071, "column": 8 }, "end": { - "line": 1067, + "line": 1071, "column": 31 } } @@ -91694,16 +92179,16 @@ "object": { "type": "ThisExpression", "range": [ - 40997, - 41001 + 41203, + 41207 ], "loc": { "start": { - "line": 1067, + "line": 1071, "column": 34 }, "end": { - "line": 1067, + "line": 1071, "column": 38 } } @@ -91712,61 +92197,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 41002, - 41010 + 41208, + 41216 ], "loc": { "start": { - "line": 1067, + "line": 1071, "column": 39 }, "end": { - "line": 1067, + "line": 1071, "column": 47 } } }, "range": [ - 40997, - 41010 + 41203, + 41216 ], "loc": { "start": { - "line": 1067, + "line": 1071, "column": 34 }, "end": { - "line": 1067, + "line": 1071, "column": 47 } } }, "range": [ - 40971, - 41010 + 41177, + 41216 ], "loc": { "start": { - "line": 1067, + "line": 1071, "column": 8 }, "end": { - "line": 1067, + "line": 1071, "column": 47 } } }, "range": [ - 40971, - 41011 + 41177, + 41217 ], "loc": { "start": { - "line": 1067, + "line": 1071, "column": 8 }, "end": { - "line": 1067, + "line": 1071, "column": 48 } }, @@ -91775,16 +92260,16 @@ "type": "Line", "value": " Trick to set publicPath dynamically for Webpack...", "range": [ - 40909, - 40962 + 41115, + 41168 ], "loc": { "start": { - "line": 1066, + "line": 1070, "column": 8 }, "end": { - "line": 1066, + "line": 1070, "column": 61 } } @@ -91799,16 +92284,16 @@ "type": "Identifier", "name": "require", "range": [ - 41021, - 41028 + 41227, + 41234 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 8 }, "end": { - "line": 1069, + "line": 1073, "column": 15 } } @@ -91825,16 +92310,16 @@ "value": "./", "raw": "'./'", "range": [ - 41030, - 41034 + 41236, + 41240 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 17 }, "end": { - "line": 1069, + "line": 1073, "column": 21 } } @@ -91843,47 +92328,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 41037, - 41047 + 41243, + 41253 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 24 }, "end": { - "line": 1069, + "line": 1073, "column": 34 } } }, "range": [ - 41030, - 41047 + 41236, + 41253 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 17 }, "end": { - "line": 1069, + "line": 1073, "column": 34 } } } ], "range": [ - 41029, - 41048 + 41235, + 41254 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 16 }, "end": { - "line": 1069, + "line": 1073, "column": 35 } } @@ -91896,16 +92381,16 @@ "type": "Identifier", "name": "mod", "range": [ - 41051, - 41054 + 41257, + 41260 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 38 }, "end": { - "line": 1069, + "line": 1073, "column": 41 } } @@ -91923,16 +92408,16 @@ "type": "Identifier", "name": "inst", "range": [ - 41076, - 41080 + 41282, + 41286 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 16 }, "end": { - "line": 1070, + "line": 1074, "column": 20 } } @@ -91943,16 +92428,16 @@ "type": "Identifier", "name": "mod", "range": [ - 41087, - 41090 + 41293, + 41296 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 27 }, "end": { - "line": 1070, + "line": 1074, "column": 30 } } @@ -91961,16 +92446,16 @@ { "type": "ThisExpression", "range": [ - 41091, - 41095 + 41297, + 41301 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 31 }, "end": { - "line": 1070, + "line": 1074, "column": 35 } } @@ -91979,47 +92464,47 @@ "type": "Identifier", "name": "ext", "range": [ - 41097, - 41100 + 41303, + 41306 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 37 }, "end": { - "line": 1070, + "line": 1074, "column": 40 } } } ], "range": [ - 41083, - 41101 + 41289, + 41307 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 23 }, "end": { - "line": 1070, + "line": 1074, "column": 41 } } }, "range": [ - 41076, - 41101 + 41282, + 41307 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 16 }, "end": { - "line": 1070, + "line": 1074, "column": 41 } } @@ -92027,16 +92512,16 @@ ], "kind": "let", "range": [ - 41072, - 41102 + 41278, + 41308 ], "loc": { "start": { - "line": 1070, + "line": 1074, "column": 12 }, "end": { - "line": 1070, + "line": 1074, "column": 42 } } @@ -92052,16 +92537,16 @@ "type": "Identifier", "name": "inst", "range": [ - 41115, - 41119 + 41321, + 41325 ], "loc": { "start": { - "line": 1071, + "line": 1075, "column": 12 }, "end": { - "line": 1071, + "line": 1075, "column": 16 } } @@ -92070,62 +92555,62 @@ "type": "Identifier", "name": "init", "range": [ - 41120, - 41124 + 41326, + 41330 ], "loc": { "start": { - "line": 1071, + "line": 1075, "column": 17 }, "end": { - "line": 1071, + "line": 1075, "column": 21 } } }, "range": [ - 41115, - 41124 + 41321, + 41330 ], "loc": { "start": { - "line": 1071, + "line": 1075, "column": 12 }, "end": { - "line": 1071, + "line": 1075, "column": 21 } } }, "arguments": [], "range": [ - 41115, - 41126 + 41321, + 41332 ], "loc": { "start": { - "line": 1071, + "line": 1075, "column": 12 }, "end": { - "line": 1071, + "line": 1075, "column": 23 } } }, "range": [ - 41115, - 41127 + 41321, + 41333 ], "loc": { "start": { - "line": 1071, + "line": 1075, "column": 12 }, "end": { - "line": 1071, + "line": 1075, "column": 24 } } @@ -92144,16 +92629,16 @@ "object": { "type": "ThisExpression", "range": [ - 41140, - 41144 + 41346, + 41350 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 12 }, "end": { - "line": 1072, + "line": 1076, "column": 16 } } @@ -92162,31 +92647,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 41145, - 41156 + 41351, + 41362 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 17 }, "end": { - "line": 1072, + "line": 1076, "column": 28 } } }, "range": [ - 41140, - 41156 + 41346, + 41362 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 12 }, "end": { - "line": 1072, + "line": 1076, "column": 28 } } @@ -92195,31 +92680,31 @@ "type": "Identifier", "name": "name", "range": [ - 41157, - 41161 + 41363, + 41367 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 29 }, "end": { - "line": 1072, + "line": 1076, "column": 33 } } }, "range": [ - 41140, - 41162 + 41346, + 41368 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 12 }, "end": { - "line": 1072, + "line": 1076, "column": 34 } } @@ -92228,62 +92713,62 @@ "type": "Identifier", "name": "inst", "range": [ - 41165, - 41169 + 41371, + 41375 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 37 }, "end": { - "line": 1072, + "line": 1076, "column": 41 } } }, "range": [ - 41140, - 41169 + 41346, + 41375 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 12 }, "end": { - "line": 1072, + "line": 1076, "column": 41 } } }, "range": [ - 41140, - 41170 + 41346, + 41376 ], "loc": { "start": { - "line": 1072, + "line": 1076, "column": 12 }, "end": { - "line": 1072, + "line": 1076, "column": 42 } } } ], "range": [ - 41058, - 41180 + 41264, + 41386 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 45 }, "end": { - "line": 1073, + "line": 1077, "column": 9 } } @@ -92291,63 +92776,63 @@ "generator": false, "expression": false, "range": [ - 41050, - 41180 + 41256, + 41386 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 37 }, "end": { - "line": 1073, + "line": 1077, "column": 9 } } } ], "range": [ - 41021, - 41181 + 41227, + 41387 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 8 }, "end": { - "line": 1073, + "line": 1077, "column": 10 } } }, "range": [ - 41021, - 41182 + 41227, + 41388 ], "loc": { "start": { - "line": 1069, + "line": 1073, "column": 8 }, "end": { - "line": 1073, + "line": 1077, "column": 11 } } } ], "range": [ - 40548, - 41188 + 40754, + 41394 ], "loc": { "start": { - "line": 1050, + "line": 1054, "column": 22 }, "end": { - "line": 1074, + "line": 1078, "column": 5 } } @@ -92355,16 +92840,16 @@ "generator": false, "expression": false, "range": [ - 40543, - 41188 + 40749, + 41394 ], "loc": { "start": { - "line": 1050, + "line": 1054, "column": 17 }, "end": { - "line": 1074, + "line": 1078, "column": 5 } } @@ -92372,16 +92857,16 @@ "kind": "method", "computed": false, "range": [ - 40530, - 41188 + 40736, + 41394 ], "loc": { "start": { - "line": 1050, + "line": 1054, "column": 4 }, "end": { - "line": 1074, + "line": 1078, "column": 5 } }, @@ -92390,16 +92875,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 40430, - 40525 + 40636, + 40731 ], "loc": { "start": { - "line": 1046, + "line": 1050, "column": 4 }, "end": { - "line": 1049, + "line": 1053, "column": 7 } } @@ -92410,16 +92895,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 41194, - 41337 + 41400, + 41543 ], "loc": { "start": { - "line": 1076, + "line": 1080, "column": 4 }, "end": { - "line": 1080, + "line": 1084, "column": 7 } } @@ -92433,16 +92918,16 @@ "type": "Identifier", "name": "extension", "range": [ - 41342, - 41351 + 41548, + 41557 ], "loc": { "start": { - "line": 1081, + "line": 1085, "column": 4 }, "end": { - "line": 1081, + "line": 1085, "column": 13 } } @@ -92455,16 +92940,16 @@ "type": "Identifier", "name": "name", "range": [ - 41352, - 41356 + 41558, + 41562 ], "loc": { "start": { - "line": 1081, + "line": 1085, "column": 14 }, "end": { - "line": 1081, + "line": 1085, "column": 18 } } @@ -92484,16 +92969,16 @@ "object": { "type": "ThisExpression", "range": [ - 41374, - 41378 + 41580, + 41584 ], "loc": { "start": { - "line": 1082, + "line": 1086, "column": 15 }, "end": { - "line": 1082, + "line": 1086, "column": 19 } } @@ -92502,31 +92987,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 41379, - 41390 + 41585, + 41596 ], "loc": { "start": { - "line": 1082, + "line": 1086, "column": 20 }, "end": { - "line": 1082, + "line": 1086, "column": 31 } } }, "range": [ - 41374, - 41390 + 41580, + 41596 ], "loc": { "start": { - "line": 1082, + "line": 1086, "column": 15 }, "end": { - "line": 1082, + "line": 1086, "column": 31 } } @@ -92535,62 +93020,62 @@ "type": "Identifier", "name": "name", "range": [ - 41391, - 41395 + 41597, + 41601 ], "loc": { "start": { - "line": 1082, + "line": 1086, "column": 32 }, "end": { - "line": 1082, + "line": 1086, "column": 36 } } }, "range": [ - 41374, - 41396 + 41580, + 41602 ], "loc": { "start": { - "line": 1082, + "line": 1086, "column": 15 }, "end": { - "line": 1082, + "line": 1086, "column": 37 } } }, "range": [ - 41367, - 41397 + 41573, + 41603 ], "loc": { "start": { - "line": 1082, + "line": 1086, "column": 8 }, "end": { - "line": 1082, + "line": 1086, "column": 38 } } } ], "range": [ - 41357, - 41403 + 41563, + 41609 ], "loc": { "start": { - "line": 1081, + "line": 1085, "column": 19 }, "end": { - "line": 1083, + "line": 1087, "column": 5 } } @@ -92598,16 +93083,16 @@ "generator": false, "expression": false, "range": [ - 41351, - 41403 + 41557, + 41609 ], "loc": { "start": { - "line": 1081, + "line": 1085, "column": 13 }, "end": { - "line": 1083, + "line": 1087, "column": 5 } } @@ -92615,16 +93100,16 @@ "kind": "method", "computed": false, "range": [ - 41342, - 41403 + 41548, + 41609 ], "loc": { "start": { - "line": 1081, + "line": 1085, "column": 4 }, "end": { - "line": 1083, + "line": 1087, "column": 5 } }, @@ -92633,16 +93118,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 41194, - 41337 + 41400, + 41543 ], "loc": { "start": { - "line": 1076, + "line": 1080, "column": 4 }, "end": { - "line": 1080, + "line": 1084, "column": 7 } } @@ -92653,16 +93138,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 41409, - 41539 + 41615, + 41745 ], "loc": { "start": { - "line": 1085, + "line": 1089, "column": 4 }, "end": { - "line": 1089, + "line": 1093, "column": 7 } } @@ -92676,16 +93161,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 41544, - 41556 + 41750, + 41762 ], "loc": { "start": { - "line": 1090, + "line": 1094, "column": 4 }, "end": { - "line": 1090, + "line": 1094, "column": 16 } } @@ -92698,16 +93183,16 @@ "type": "Identifier", "name": "name", "range": [ - 41557, - 41561 + 41763, + 41767 ], "loc": { "start": { - "line": 1090, + "line": 1094, "column": 17 }, "end": { - "line": 1090, + "line": 1094, "column": 21 } } @@ -92730,16 +93215,16 @@ "type": "Identifier", "name": "Types", "range": [ - 41580, - 41585 + 41786, + 41791 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 16 }, "end": { - "line": 1091, + "line": 1095, "column": 21 } } @@ -92748,31 +93233,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 41586, - 41593 + 41792, + 41799 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 22 }, "end": { - "line": 1091, + "line": 1095, "column": 29 } } }, "range": [ - 41580, - 41593 + 41786, + 41799 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 16 }, "end": { - "line": 1091, + "line": 1095, "column": 29 } } @@ -92787,16 +93272,16 @@ "object": { "type": "ThisExpression", "range": [ - 41594, - 41598 + 41800, + 41804 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 30 }, "end": { - "line": 1091, + "line": 1095, "column": 34 } } @@ -92805,31 +93290,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 41599, - 41610 + 41805, + 41816 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 35 }, "end": { - "line": 1091, + "line": 1095, "column": 46 } } }, "range": [ - 41594, - 41610 + 41800, + 41816 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 30 }, "end": { - "line": 1091, + "line": 1095, "column": 46 } } @@ -92838,94 +93323,94 @@ "type": "Identifier", "name": "name", "range": [ - 41611, - 41615 + 41817, + 41821 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 47 }, "end": { - "line": 1091, + "line": 1095, "column": 51 } } }, "range": [ - 41594, - 41616 + 41800, + 41822 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 30 }, "end": { - "line": 1091, + "line": 1095, "column": 52 } } } ], "range": [ - 41580, - 41617 + 41786, + 41823 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 16 }, "end": { - "line": 1091, + "line": 1095, "column": 53 } } }, "prefix": true, "range": [ - 41579, - 41617 + 41785, + 41823 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 15 }, "end": { - "line": 1091, + "line": 1095, "column": 53 } } }, "range": [ - 41572, - 41618 + 41778, + 41824 ], "loc": { "start": { - "line": 1091, + "line": 1095, "column": 8 }, "end": { - "line": 1091, + "line": 1095, "column": 54 } } } ], "range": [ - 41562, - 41624 + 41768, + 41830 ], "loc": { "start": { - "line": 1090, + "line": 1094, "column": 22 }, "end": { - "line": 1092, + "line": 1096, "column": 5 } } @@ -92933,16 +93418,16 @@ "generator": false, "expression": false, "range": [ - 41556, - 41624 + 41762, + 41830 ], "loc": { "start": { - "line": 1090, + "line": 1094, "column": 16 }, "end": { - "line": 1092, + "line": 1096, "column": 5 } } @@ -92950,16 +93435,16 @@ "kind": "method", "computed": false, "range": [ - 41544, - 41624 + 41750, + 41830 ], "loc": { "start": { - "line": 1090, + "line": 1094, "column": 4 }, "end": { - "line": 1092, + "line": 1096, "column": 5 } }, @@ -92968,16 +93453,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 41409, - 41539 + 41615, + 41745 ], "loc": { "start": { - "line": 1085, + "line": 1089, "column": 4 }, "end": { - "line": 1089, + "line": 1093, "column": 7 } } @@ -92988,16 +93473,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 41630, - 41711 + 41836, + 41917 ], "loc": { "start": { - "line": 1094, + "line": 1098, "column": 4 }, "end": { - "line": 1096, + "line": 1100, "column": 7 } } @@ -93011,16 +93496,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 41716, - 41733 + 41922, + 41939 ], "loc": { "start": { - "line": 1097, + "line": 1101, "column": 4 }, "end": { - "line": 1097, + "line": 1101, "column": 21 } } @@ -93041,16 +93526,16 @@ "type": "Identifier", "name": "exts", "range": [ - 41749, - 41753 + 41955, + 41959 ], "loc": { "start": { - "line": 1098, + "line": 1102, "column": 12 }, "end": { - "line": 1098, + "line": 1102, "column": 16 } } @@ -93061,16 +93546,16 @@ "object": { "type": "ThisExpression", "range": [ - 41756, - 41760 + 41962, + 41966 ], "loc": { "start": { - "line": 1098, + "line": 1102, "column": 19 }, "end": { - "line": 1098, + "line": 1102, "column": 23 } } @@ -93079,46 +93564,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 41761, - 41771 + 41967, + 41977 ], "loc": { "start": { - "line": 1098, + "line": 1102, "column": 24 }, "end": { - "line": 1098, + "line": 1102, "column": 34 } } }, "range": [ - 41756, - 41771 + 41962, + 41977 ], "loc": { "start": { - "line": 1098, + "line": 1102, "column": 19 }, "end": { - "line": 1098, + "line": 1102, "column": 34 } } }, "range": [ - 41749, - 41771 + 41955, + 41977 ], "loc": { "start": { - "line": 1098, + "line": 1102, "column": 12 }, "end": { - "line": 1098, + "line": 1102, "column": 34 } } @@ -93126,16 +93611,16 @@ ], "kind": "let", "range": [ - 41745, - 41772 + 41951, + 41978 ], "loc": { "start": { - "line": 1098, + "line": 1102, "column": 8 }, "end": { - "line": 1098, + "line": 1102, "column": 35 } } @@ -93151,16 +93636,16 @@ "type": "Identifier", "name": "i", "range": [ - 41790, - 41791 + 41996, + 41997 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 16 }, "end": { - "line": 1100, + "line": 1104, "column": 17 } } @@ -93170,31 +93655,31 @@ "value": 0, "raw": "0", "range": [ - 41792, - 41793 + 41998, + 41999 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 18 }, "end": { - "line": 1100, + "line": 1104, "column": 19 } } }, "range": [ - 41790, - 41793 + 41996, + 41999 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 16 }, "end": { - "line": 1100, + "line": 1104, "column": 19 } } @@ -93205,16 +93690,16 @@ "type": "Identifier", "name": "len", "range": [ - 41795, - 41798 + 42001, + 42004 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 21 }, "end": { - "line": 1100, + "line": 1104, "column": 24 } } @@ -93226,16 +93711,16 @@ "type": "Identifier", "name": "exts", "range": [ - 41799, - 41803 + 42005, + 42009 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 25 }, "end": { - "line": 1100, + "line": 1104, "column": 29 } } @@ -93244,46 +93729,46 @@ "type": "Identifier", "name": "length", "range": [ - 41804, - 41810 + 42010, + 42016 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 30 }, "end": { - "line": 1100, + "line": 1104, "column": 36 } } }, "range": [ - 41799, - 41810 + 42005, + 42016 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 25 }, "end": { - "line": 1100, + "line": 1104, "column": 36 } } }, "range": [ - 41795, - 41810 + 42001, + 42016 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 21 }, "end": { - "line": 1100, + "line": 1104, "column": 36 } } @@ -93291,16 +93776,16 @@ ], "kind": "let", "range": [ - 41786, - 41810 + 41992, + 42016 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 12 }, "end": { - "line": 1100, + "line": 1104, "column": 36 } } @@ -93312,16 +93797,16 @@ "type": "Identifier", "name": "i", "range": [ - 41812, - 41813 + 42018, + 42019 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 38 }, "end": { - "line": 1100, + "line": 1104, "column": 39 } } @@ -93330,31 +93815,31 @@ "type": "Identifier", "name": "len", "range": [ - 41814, - 41817 + 42020, + 42023 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 40 }, "end": { - "line": 1100, + "line": 1104, "column": 43 } } }, "range": [ - 41812, - 41817 + 42018, + 42023 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 38 }, "end": { - "line": 1100, + "line": 1104, "column": 43 } } @@ -93366,32 +93851,32 @@ "type": "Identifier", "name": "i", "range": [ - 41819, - 41820 + 42025, + 42026 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 45 }, "end": { - "line": 1100, + "line": 1104, "column": 46 } } }, "prefix": false, "range": [ - 41819, - 41822 + 42025, + 42028 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 45 }, "end": { - "line": 1100, + "line": 1104, "column": 48 } } @@ -93408,16 +93893,16 @@ "type": "Identifier", "name": "ext", "range": [ - 41841, - 41844 + 42047, + 42050 ], "loc": { "start": { - "line": 1101, + "line": 1105, "column": 16 }, "end": { - "line": 1101, + "line": 1105, "column": 19 } } @@ -93429,16 +93914,16 @@ "type": "Identifier", "name": "exts", "range": [ - 41847, - 41851 + 42053, + 42057 ], "loc": { "start": { - "line": 1101, + "line": 1105, "column": 22 }, "end": { - "line": 1101, + "line": 1105, "column": 26 } } @@ -93447,46 +93932,46 @@ "type": "Identifier", "name": "i", "range": [ - 41852, - 41853 + 42058, + 42059 ], "loc": { "start": { - "line": 1101, + "line": 1105, "column": 27 }, "end": { - "line": 1101, + "line": 1105, "column": 28 } } }, "range": [ - 41847, - 41854 + 42053, + 42060 ], "loc": { "start": { - "line": 1101, + "line": 1105, "column": 22 }, "end": { - "line": 1101, + "line": 1105, "column": 29 } } }, "range": [ - 41841, - 41854 + 42047, + 42060 ], "loc": { "start": { - "line": 1101, + "line": 1105, "column": 16 }, "end": { - "line": 1101, + "line": 1105, "column": 29 } } @@ -93494,16 +93979,16 @@ ], "kind": "let", "range": [ - 41837, - 41855 + 42043, + 42061 ], "loc": { "start": { - "line": 1101, + "line": 1105, "column": 12 }, "end": { - "line": 1101, + "line": 1105, "column": 30 } } @@ -93517,16 +94002,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 41872, - 41883 + 42078, + 42089 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 16 }, "end": { - "line": 1102, + "line": 1106, "column": 27 } } @@ -93540,16 +94025,16 @@ "object": { "type": "ThisExpression", "range": [ - 41886, - 41890 + 42092, + 42096 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 30 }, "end": { - "line": 1102, + "line": 1106, "column": 34 } } @@ -93558,31 +94043,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 41891, - 41902 + 42097, + 42108 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 35 }, "end": { - "line": 1102, + "line": 1106, "column": 46 } } }, "range": [ - 41886, - 41902 + 42092, + 42108 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 30 }, "end": { - "line": 1102, + "line": 1106, "column": 46 } } @@ -93594,16 +94079,16 @@ "type": "Identifier", "name": "ext", "range": [ - 41903, - 41906 + 42109, + 42112 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 47 }, "end": { - "line": 1102, + "line": 1106, "column": 50 } } @@ -93612,61 +94097,61 @@ "type": "Identifier", "name": "name", "range": [ - 41907, - 41911 + 42113, + 42117 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 51 }, "end": { - "line": 1102, + "line": 1106, "column": 55 } } }, "range": [ - 41903, - 41911 + 42109, + 42117 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 47 }, "end": { - "line": 1102, + "line": 1106, "column": 55 } } }, "range": [ - 41886, - 41912 + 42092, + 42118 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 30 }, "end": { - "line": 1102, + "line": 1106, "column": 56 } } }, "range": [ - 41872, - 41912 + 42078, + 42118 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 16 }, "end": { - "line": 1102, + "line": 1106, "column": 56 } } @@ -93674,16 +94159,16 @@ ], "kind": "let", "range": [ - 41868, - 41913 + 42074, + 42119 ], "loc": { "start": { - "line": 1102, + "line": 1106, "column": 12 }, "end": { - "line": 1102, + "line": 1106, "column": 57 } } @@ -93694,16 +94179,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 41929, - 41940 + 42135, + 42146 ], "loc": { "start": { - "line": 1103, + "line": 1107, "column": 15 }, "end": { - "line": 1103, + "line": 1107, "column": 26 } } @@ -93722,16 +94207,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 41959, - 41970 + 42165, + 42176 ], "loc": { "start": { - "line": 1104, + "line": 1108, "column": 16 }, "end": { - "line": 1104, + "line": 1108, "column": 27 } } @@ -93740,62 +94225,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 41971, - 41978 + 42177, + 42184 ], "loc": { "start": { - "line": 1104, + "line": 1108, "column": 28 }, "end": { - "line": 1104, + "line": 1108, "column": 35 } } }, "range": [ - 41959, - 41978 + 42165, + 42184 ], "loc": { "start": { - "line": 1104, + "line": 1108, "column": 16 }, "end": { - "line": 1104, + "line": 1108, "column": 35 } } }, "arguments": [], "range": [ - 41959, - 41980 + 42165, + 42186 ], "loc": { "start": { - "line": 1104, + "line": 1108, "column": 16 }, "end": { - "line": 1104, + "line": 1108, "column": 37 } } }, "range": [ - 41959, - 41981 + 42165, + 42187 ], "loc": { "start": { - "line": 1104, + "line": 1108, "column": 16 }, "end": { - "line": 1104, + "line": 1108, "column": 38 } } @@ -93814,16 +94299,16 @@ "object": { "type": "ThisExpression", "range": [ - 41998, - 42002 + 42204, + 42208 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 16 }, "end": { - "line": 1105, + "line": 1109, "column": 20 } } @@ -93832,31 +94317,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 42003, - 42014 + 42209, + 42220 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 21 }, "end": { - "line": 1105, + "line": 1109, "column": 32 } } }, "range": [ - 41998, - 42014 + 42204, + 42220 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 16 }, "end": { - "line": 1105, + "line": 1109, "column": 32 } } @@ -93868,16 +94353,16 @@ "type": "Identifier", "name": "ext", "range": [ - 42015, - 42018 + 42221, + 42224 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 33 }, "end": { - "line": 1105, + "line": 1109, "column": 36 } } @@ -93886,46 +94371,46 @@ "type": "Identifier", "name": "name", "range": [ - 42019, - 42023 + 42225, + 42229 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 37 }, "end": { - "line": 1105, + "line": 1109, "column": 41 } } }, "range": [ - 42015, - 42023 + 42221, + 42229 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 33 }, "end": { - "line": 1105, + "line": 1109, "column": 41 } } }, "range": [ - 41998, - 42024 + 42204, + 42230 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 16 }, "end": { - "line": 1105, + "line": 1109, "column": 42 } } @@ -93935,125 +94420,125 @@ "value": null, "raw": "null", "range": [ - 42027, - 42031 + 42233, + 42237 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 45 }, "end": { - "line": 1105, + "line": 1109, "column": 49 } } }, "range": [ - 41998, - 42031 + 42204, + 42237 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 16 }, "end": { - "line": 1105, + "line": 1109, "column": 49 } } }, "range": [ - 41998, - 42032 + 42204, + 42238 ], "loc": { "start": { - "line": 1105, + "line": 1109, "column": 16 }, "end": { - "line": 1105, + "line": 1109, "column": 50 } } } ], "range": [ - 41941, - 42046 + 42147, + 42252 ], "loc": { "start": { - "line": 1103, + "line": 1107, "column": 27 }, "end": { - "line": 1106, + "line": 1110, "column": 13 } } }, "alternate": null, "range": [ - 41926, - 42046 + 42132, + 42252 ], "loc": { "start": { - "line": 1103, + "line": 1107, "column": 12 }, "end": { - "line": 1106, + "line": 1110, "column": 13 } } } ], "range": [ - 41823, - 42056 + 42029, + 42262 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 49 }, "end": { - "line": 1107, + "line": 1111, "column": 9 } } }, "range": [ - 41782, - 42056 + 41988, + 42262 ], "loc": { "start": { - "line": 1100, + "line": 1104, "column": 8 }, "end": { - "line": 1107, + "line": 1111, "column": 9 } } } ], "range": [ - 41735, - 42062 + 41941, + 42268 ], "loc": { "start": { - "line": 1097, + "line": 1101, "column": 23 }, "end": { - "line": 1108, + "line": 1112, "column": 5 } } @@ -94061,16 +94546,16 @@ "generator": false, "expression": false, "range": [ - 41733, - 42062 + 41939, + 42268 ], "loc": { "start": { - "line": 1097, + "line": 1101, "column": 21 }, "end": { - "line": 1108, + "line": 1112, "column": 5 } } @@ -94078,16 +94563,16 @@ "kind": "method", "computed": false, "range": [ - 41716, - 42062 + 41922, + 42268 ], "loc": { "start": { - "line": 1097, + "line": 1101, "column": 4 }, "end": { - "line": 1108, + "line": 1112, "column": 5 } }, @@ -94096,16 +94581,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 41630, - 41711 + 41836, + 41917 ], "loc": { "start": { - "line": 1094, + "line": 1098, "column": 4 }, "end": { - "line": 1096, + "line": 1100, "column": 7 } } @@ -94119,16 +94604,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 42068, - 42078 + 42274, + 42284 ], "loc": { "start": { - "line": 1110, + "line": 1114, "column": 4 }, "end": { - "line": 1110, + "line": 1114, "column": 14 } } @@ -94150,16 +94635,16 @@ "object": { "type": "ThisExpression", "range": [ - 42090, - 42094 + 42296, + 42300 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 8 }, "end": { - "line": 1111, + "line": 1115, "column": 12 } } @@ -94168,31 +94653,31 @@ "type": "Identifier", "name": "EvtManager", "range": [ - 42095, - 42105 + 42301, + 42311 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 13 }, "end": { - "line": 1111, + "line": 1115, "column": 23 } } }, "range": [ - 42090, - 42105 + 42296, + 42311 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 8 }, "end": { - "line": 1111, + "line": 1115, "column": 23 } } @@ -94210,16 +94695,16 @@ "object": { "type": "ThisExpression", "range": [ - 42106, - 42110 + 42312, + 42316 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 24 }, "end": { - "line": 1111, + "line": 1115, "column": 28 } } @@ -94228,31 +94713,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 42111, - 42114 + 42317, + 42320 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 29 }, "end": { - "line": 1111, + "line": 1115, "column": 32 } } }, "range": [ - 42106, - 42114 + 42312, + 42320 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 24 }, "end": { - "line": 1111, + "line": 1115, "column": 32 } } @@ -94261,31 +94746,31 @@ "type": "Identifier", "name": "name", "range": [ - 42115, - 42119 + 42321, + 42325 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 33 }, "end": { - "line": 1111, + "line": 1115, "column": 37 } } }, "range": [ - 42106, - 42119 + 42312, + 42325 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 24 }, "end": { - "line": 1111, + "line": 1115, "column": 37 } } @@ -94294,78 +94779,78 @@ "type": "Identifier", "name": "loadthemes", "range": [ - 42120, - 42130 + 42326, + 42336 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 38 }, "end": { - "line": 1111, + "line": 1115, "column": 48 } } }, "range": [ - 42106, - 42130 + 42312, + 42336 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 24 }, "end": { - "line": 1111, + "line": 1115, "column": 48 } } } ], "range": [ - 42090, - 42131 + 42296, + 42337 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 8 }, "end": { - "line": 1111, + "line": 1115, "column": 49 } } }, "range": [ - 42090, - 42132 + 42296, + 42338 ], "loc": { "start": { - "line": 1111, + "line": 1115, "column": 8 }, "end": { - "line": 1111, + "line": 1115, "column": 50 } } } ], "range": [ - 42080, - 42138 + 42286, + 42344 ], "loc": { "start": { - "line": 1110, + "line": 1114, "column": 16 }, "end": { - "line": 1112, + "line": 1116, "column": 5 } } @@ -94373,16 +94858,16 @@ "generator": false, "expression": false, "range": [ - 42078, - 42138 + 42284, + 42344 ], "loc": { "start": { - "line": 1110, + "line": 1114, "column": 14 }, "end": { - "line": 1112, + "line": 1116, "column": 5 } } @@ -94390,16 +94875,16 @@ "kind": "method", "computed": false, "range": [ - 42068, - 42138 + 42274, + 42344 ], "loc": { "start": { - "line": 1110, + "line": 1114, "column": 4 }, "end": { - "line": 1112, + "line": 1116, "column": 5 } }, @@ -94408,16 +94893,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 42144, - 42210 + 42350, + 42416 ], "loc": { "start": { - "line": 1114, + "line": 1118, "column": 4 }, "end": { - "line": 1116, + "line": 1120, "column": 7 } } @@ -94431,16 +94916,16 @@ "type": "Identifier", "name": "_loadThemes", "range": [ - 42215, - 42226 + 42421, + 42432 ], "loc": { "start": { - "line": 1117, + "line": 1121, "column": 4 }, "end": { - "line": 1117, + "line": 1121, "column": 15 } } @@ -94461,16 +94946,16 @@ "type": "Identifier", "name": "themes", "range": [ - 42242, - 42248 + 42448, + 42454 ], "loc": { "start": { - "line": 1118, + "line": 1122, "column": 12 }, "end": { - "line": 1118, + "line": 1122, "column": 18 } } @@ -94481,16 +94966,16 @@ "object": { "type": "ThisExpression", "range": [ - 42251, - 42255 + 42457, + 42461 ], "loc": { "start": { - "line": 1118, + "line": 1122, "column": 21 }, "end": { - "line": 1118, + "line": 1122, "column": 25 } } @@ -94499,46 +94984,46 @@ "type": "Identifier", "name": "themes", "range": [ - 42256, - 42262 + 42462, + 42468 ], "loc": { "start": { - "line": 1118, + "line": 1122, "column": 26 }, "end": { - "line": 1118, + "line": 1122, "column": 32 } } }, "range": [ - 42251, - 42262 + 42457, + 42468 ], "loc": { "start": { - "line": 1118, + "line": 1122, "column": 21 }, "end": { - "line": 1118, + "line": 1122, "column": 32 } } }, "range": [ - 42242, - 42262 + 42448, + 42468 ], "loc": { "start": { - "line": 1118, + "line": 1122, "column": 12 }, "end": { - "line": 1118, + "line": 1122, "column": 32 } } @@ -94546,16 +95031,16 @@ ], "kind": "let", "range": [ - 42238, - 42263 + 42444, + 42469 ], "loc": { "start": { - "line": 1118, + "line": 1122, "column": 8 }, "end": { - "line": 1118, + "line": 1122, "column": 33 } }, @@ -94564,16 +95049,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 42272, - 42294 + 42478, + 42500 ], "loc": { "start": { - "line": 1119, + "line": 1123, "column": 8 }, "end": { - "line": 1119, + "line": 1123, "column": 30 } } @@ -94588,16 +95073,16 @@ "object": { "type": "ThisExpression", "range": [ - 42306, - 42310 + 42512, + 42516 ], "loc": { "start": { - "line": 1120, + "line": 1124, "column": 11 }, "end": { - "line": 1120, + "line": 1124, "column": 15 } } @@ -94606,31 +95091,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 42311, - 42329 + 42517, + 42535 ], "loc": { "start": { - "line": 1120, + "line": 1124, "column": 16 }, "end": { - "line": 1120, + "line": 1124, "column": 34 } } }, "range": [ - 42306, - 42329 + 42512, + 42535 ], "loc": { "start": { - "line": 1120, + "line": 1124, "column": 11 }, "end": { - "line": 1120, + "line": 1124, "column": 34 } } @@ -94647,16 +95132,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 42348, - 42360 + 42554, + 42566 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 16 }, "end": { - "line": 1121, + "line": 1125, "column": 28 } } @@ -94670,16 +95155,16 @@ "type": "Identifier", "name": "name", "range": [ - 42365, - 42369 + 42571, + 42575 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 33 }, "end": { - "line": 1121, + "line": 1125, "column": 37 } } @@ -94689,16 +95174,16 @@ "value": "default", "raw": "'default'", "range": [ - 42371, - 42380 + 42577, + 42586 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 39 }, "end": { - "line": 1121, + "line": 1125, "column": 48 } } @@ -94708,47 +95193,47 @@ "shorthand": false, "computed": false, "range": [ - 42365, - 42380 + 42571, + 42586 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 33 }, "end": { - "line": 1121, + "line": 1125, "column": 48 } } } ], "range": [ - 42363, - 42382 + 42569, + 42588 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 31 }, "end": { - "line": 1121, + "line": 1125, "column": 50 } } }, "range": [ - 42348, - 42382 + 42554, + 42588 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 16 }, "end": { - "line": 1121, + "line": 1125, "column": 50 } } @@ -94756,16 +95241,16 @@ ], "kind": "let", "range": [ - 42344, - 42383 + 42550, + 42589 ], "loc": { "start": { - "line": 1121, + "line": 1125, "column": 12 }, "end": { - "line": 1121, + "line": 1125, "column": 51 } } @@ -94783,16 +95268,16 @@ "object": { "type": "ThisExpression", "range": [ - 42396, - 42400 + 42602, + 42606 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 12 }, "end": { - "line": 1122, + "line": 1126, "column": 16 } } @@ -94801,31 +95286,31 @@ "type": "Identifier", "name": "themes", "range": [ - 42401, - 42407 + 42607, + 42613 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 17 }, "end": { - "line": 1122, + "line": 1126, "column": 23 } } }, "range": [ - 42396, - 42407 + 42602, + 42613 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 12 }, "end": { - "line": 1122, + "line": 1126, "column": 23 } } @@ -94834,31 +95319,31 @@ "type": "Identifier", "name": "push", "range": [ - 42408, - 42412 + 42614, + 42618 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 24 }, "end": { - "line": 1122, + "line": 1126, "column": 28 } } }, "range": [ - 42396, - 42412 + 42602, + 42618 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 12 }, "end": { - "line": 1122, + "line": 1126, "column": 28 } } @@ -94868,79 +95353,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 42413, - 42425 + 42619, + 42631 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 29 }, "end": { - "line": 1122, + "line": 1126, "column": 41 } } } ], "range": [ - 42396, - 42426 + 42602, + 42632 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 12 }, "end": { - "line": 1122, + "line": 1126, "column": 42 } } }, "range": [ - 42396, - 42427 + 42602, + 42633 ], "loc": { "start": { - "line": 1122, + "line": 1126, "column": 12 }, "end": { - "line": 1122, + "line": 1126, "column": 43 } } } ], "range": [ - 42330, - 42437 + 42536, + 42643 ], "loc": { "start": { - "line": 1120, + "line": 1124, "column": 35 }, "end": { - "line": 1123, + "line": 1127, "column": 9 } } }, "alternate": null, "range": [ - 42303, - 42437 + 42509, + 42643 ], "loc": { "start": { - "line": 1120, + "line": 1124, "column": 8 }, "end": { - "line": 1123, + "line": 1127, "column": 9 } }, @@ -94949,16 +95434,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 42272, - 42294 + 42478, + 42500 ], "loc": { "start": { - "line": 1119, + "line": 1123, "column": 8 }, "end": { - "line": 1119, + "line": 1123, "column": 30 } } @@ -94976,16 +95461,16 @@ "type": "Identifier", "name": "Types", "range": [ - 42449, - 42454 + 42655, + 42660 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 11 }, "end": { - "line": 1124, + "line": 1128, "column": 16 } } @@ -94994,31 +95479,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 42455, - 42462 + 42661, + 42668 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 17 }, "end": { - "line": 1124, + "line": 1128, "column": 24 } } }, "range": [ - 42449, - 42462 + 42655, + 42668 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 11 }, "end": { - "line": 1124, + "line": 1128, "column": 24 } } @@ -95028,32 +95513,32 @@ "type": "Identifier", "name": "themes", "range": [ - 42463, - 42469 + 42669, + 42675 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 25 }, "end": { - "line": 1124, + "line": 1128, "column": 31 } } } ], "range": [ - 42449, - 42470 + 42655, + 42676 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 11 }, "end": { - "line": 1124, + "line": 1128, "column": 32 } } @@ -95072,16 +95557,16 @@ "type": "Identifier", "name": "i", "range": [ - 42493, - 42494 + 42699, + 42700 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 20 }, "end": { - "line": 1125, + "line": 1129, "column": 21 } } @@ -95091,31 +95576,31 @@ "value": 0, "raw": "0", "range": [ - 42495, - 42496 + 42701, + 42702 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 22 }, "end": { - "line": 1125, + "line": 1129, "column": 23 } } }, "range": [ - 42493, - 42496 + 42699, + 42702 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 20 }, "end": { - "line": 1125, + "line": 1129, "column": 23 } } @@ -95126,16 +95611,16 @@ "type": "Identifier", "name": "len", "range": [ - 42498, - 42501 + 42704, + 42707 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 25 }, "end": { - "line": 1125, + "line": 1129, "column": 28 } } @@ -95147,16 +95632,16 @@ "type": "Identifier", "name": "themes", "range": [ - 42502, - 42508 + 42708, + 42714 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 29 }, "end": { - "line": 1125, + "line": 1129, "column": 35 } } @@ -95165,46 +95650,46 @@ "type": "Identifier", "name": "length", "range": [ - 42509, - 42515 + 42715, + 42721 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 36 }, "end": { - "line": 1125, + "line": 1129, "column": 42 } } }, "range": [ - 42502, - 42515 + 42708, + 42721 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 29 }, "end": { - "line": 1125, + "line": 1129, "column": 42 } } }, "range": [ - 42498, - 42515 + 42704, + 42721 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 25 }, "end": { - "line": 1125, + "line": 1129, "column": 42 } } @@ -95212,16 +95697,16 @@ ], "kind": "let", "range": [ - 42489, - 42515 + 42695, + 42721 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 16 }, "end": { - "line": 1125, + "line": 1129, "column": 42 } } @@ -95233,16 +95718,16 @@ "type": "Identifier", "name": "i", "range": [ - 42517, - 42518 + 42723, + 42724 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 44 }, "end": { - "line": 1125, + "line": 1129, "column": 45 } } @@ -95251,31 +95736,31 @@ "type": "Identifier", "name": "len", "range": [ - 42519, - 42522 + 42725, + 42728 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 46 }, "end": { - "line": 1125, + "line": 1129, "column": 49 } } }, "range": [ - 42517, - 42522 + 42723, + 42728 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 44 }, "end": { - "line": 1125, + "line": 1129, "column": 49 } } @@ -95287,32 +95772,32 @@ "type": "Identifier", "name": "i", "range": [ - 42524, - 42525 + 42730, + 42731 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 51 }, "end": { - "line": 1125, + "line": 1129, "column": 52 } } }, "prefix": false, "range": [ - 42524, - 42527 + 42730, + 42733 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 51 }, "end": { - "line": 1125, + "line": 1129, "column": 54 } } @@ -95329,16 +95814,16 @@ "type": "Identifier", "name": "theme", "range": [ - 42550, - 42555 + 42756, + 42761 ], "loc": { "start": { - "line": 1126, + "line": 1130, "column": 20 }, "end": { - "line": 1126, + "line": 1130, "column": 25 } } @@ -95350,16 +95835,16 @@ "type": "Identifier", "name": "themes", "range": [ - 42558, - 42564 + 42764, + 42770 ], "loc": { "start": { - "line": 1126, + "line": 1130, "column": 28 }, "end": { - "line": 1126, + "line": 1130, "column": 34 } } @@ -95368,46 +95853,46 @@ "type": "Identifier", "name": "i", "range": [ - 42565, - 42566 + 42771, + 42772 ], "loc": { "start": { - "line": 1126, + "line": 1130, "column": 35 }, "end": { - "line": 1126, + "line": 1130, "column": 36 } } }, "range": [ - 42558, - 42567 + 42764, + 42773 ], "loc": { "start": { - "line": 1126, + "line": 1130, "column": 28 }, "end": { - "line": 1126, + "line": 1130, "column": 37 } } }, "range": [ - 42550, - 42567 + 42756, + 42773 ], "loc": { "start": { - "line": 1126, + "line": 1130, "column": 20 }, "end": { - "line": 1126, + "line": 1130, "column": 37 } } @@ -95415,16 +95900,16 @@ ], "kind": "let", "range": [ - 42546, - 42568 + 42752, + 42774 ], "loc": { "start": { - "line": 1126, + "line": 1130, "column": 16 }, "end": { - "line": 1126, + "line": 1130, "column": 38 } } @@ -95438,16 +95923,16 @@ "type": "Identifier", "name": "name", "range": [ - 42589, - 42593 + 42795, + 42799 ], "loc": { "start": { - "line": 1127, + "line": 1131, "column": 20 }, "end": { - "line": 1127, + "line": 1131, "column": 24 } } @@ -95459,16 +95944,16 @@ "type": "Identifier", "name": "theme", "range": [ - 42596, - 42601 + 42802, + 42807 ], "loc": { "start": { - "line": 1127, + "line": 1131, "column": 27 }, "end": { - "line": 1127, + "line": 1131, "column": 32 } } @@ -95477,46 +95962,46 @@ "type": "Identifier", "name": "name", "range": [ - 42602, - 42606 + 42808, + 42812 ], "loc": { "start": { - "line": 1127, + "line": 1131, "column": 33 }, "end": { - "line": 1127, + "line": 1131, "column": 37 } } }, "range": [ - 42596, - 42606 + 42802, + 42812 ], "loc": { "start": { - "line": 1127, + "line": 1131, "column": 27 }, "end": { - "line": 1127, + "line": 1131, "column": 37 } } }, "range": [ - 42589, - 42606 + 42795, + 42812 ], "loc": { "start": { - "line": 1127, + "line": 1131, "column": 20 }, "end": { - "line": 1127, + "line": 1131, "column": 37 } } @@ -95524,16 +96009,16 @@ ], "kind": "let", "range": [ - 42585, - 42607 + 42791, + 42813 ], "loc": { "start": { - "line": 1127, + "line": 1131, "column": 16 }, "end": { - "line": 1127, + "line": 1131, "column": 38 } } @@ -95547,16 +96032,16 @@ "type": "Identifier", "name": "path", "range": [ - 42628, - 42632 + 42834, + 42838 ], "loc": { "start": { - "line": 1128, + "line": 1132, "column": 20 }, "end": { - "line": 1128, + "line": 1132, "column": 24 } } @@ -95568,16 +96053,16 @@ "type": "Identifier", "name": "theme", "range": [ - 42635, - 42640 + 42841, + 42846 ], "loc": { "start": { - "line": 1128, + "line": 1132, "column": 27 }, "end": { - "line": 1128, + "line": 1132, "column": 32 } } @@ -95586,46 +96071,46 @@ "type": "Identifier", "name": "path", "range": [ - 42641, - 42645 + 42847, + 42851 ], "loc": { "start": { - "line": 1128, + "line": 1132, "column": 33 }, "end": { - "line": 1128, + "line": 1132, "column": 37 } } }, "range": [ - 42635, - 42645 + 42841, + 42851 ], "loc": { "start": { - "line": 1128, + "line": 1132, "column": 27 }, "end": { - "line": 1128, + "line": 1132, "column": 37 } } }, "range": [ - 42628, - 42645 + 42834, + 42851 ], "loc": { "start": { - "line": 1128, + "line": 1132, "column": 20 }, "end": { - "line": 1128, + "line": 1132, "column": 37 } } @@ -95633,16 +96118,16 @@ ], "kind": "let", "range": [ - 42624, - 42646 + 42830, + 42852 ], "loc": { "start": { - "line": 1128, + "line": 1132, "column": 16 }, "end": { - "line": 1128, + "line": 1132, "column": 38 } } @@ -95656,16 +96141,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 42667, - 42674 + 42873, + 42880 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 20 }, "end": { - "line": 1129, + "line": 1133, "column": 27 } } @@ -95679,16 +96164,16 @@ "object": { "type": "ThisExpression", "range": [ - 42677, - 42681 + 42883, + 42887 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 30 }, "end": { - "line": 1129, + "line": 1133, "column": 34 } } @@ -95697,31 +96182,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 42682, - 42688 + 42888, + 42894 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 35 }, "end": { - "line": 1129, + "line": 1133, "column": 41 } } }, "range": [ - 42677, - 42688 + 42883, + 42894 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 30 }, "end": { - "line": 1129, + "line": 1133, "column": 41 } } @@ -95730,46 +96215,46 @@ "type": "Identifier", "name": "name", "range": [ - 42691, - 42695 + 42897, + 42901 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 44 }, "end": { - "line": 1129, + "line": 1133, "column": 48 } } }, "range": [ - 42677, - 42695 + 42883, + 42901 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 30 }, "end": { - "line": 1129, + "line": 1133, "column": 48 } } }, "range": [ - 42667, - 42695 + 42873, + 42901 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 20 }, "end": { - "line": 1129, + "line": 1133, "column": 48 } } @@ -95777,16 +96262,16 @@ ], "kind": "let", "range": [ - 42663, - 42696 + 42869, + 42902 ], "loc": { "start": { - "line": 1129, + "line": 1133, "column": 16 }, "end": { - "line": 1129, + "line": 1133, "column": 49 } } @@ -95800,16 +96285,16 @@ "type": "Identifier", "name": "name", "range": [ - 42716, - 42720 + 42922, + 42926 ], "loc": { "start": { - "line": 1130, + "line": 1134, "column": 19 }, "end": { - "line": 1130, + "line": 1134, "column": 23 } } @@ -95821,47 +96306,47 @@ "type": "Identifier", "name": "path", "range": [ - 42725, - 42729 + 42931, + 42935 ], "loc": { "start": { - "line": 1130, + "line": 1134, "column": 28 }, "end": { - "line": 1130, + "line": 1134, "column": 32 } } }, "prefix": true, "range": [ - 42724, - 42729 + 42930, + 42935 ], "loc": { "start": { - "line": 1130, + "line": 1134, "column": 27 }, "end": { - "line": 1130, + "line": 1134, "column": 32 } } }, "range": [ - 42716, - 42729 + 42922, + 42935 ], "loc": { "start": { - "line": 1130, + "line": 1134, "column": 19 }, "end": { - "line": 1130, + "line": 1134, "column": 32 } } @@ -95878,16 +96363,16 @@ "type": "Identifier", "name": "path", "range": [ - 42752, - 42756 + 42958, + 42962 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 20 }, "end": { - "line": 1131, + "line": 1135, "column": 24 } } @@ -95910,16 +96395,16 @@ "object": { "type": "ThisExpression", "range": [ - 42759, - 42763 + 42965, + 42969 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 27 }, "end": { - "line": 1131, + "line": 1135, "column": 31 } } @@ -95928,31 +96413,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 42764, - 42774 + 42970, + 42980 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 32 }, "end": { - "line": 1131, + "line": 1135, "column": 42 } } }, "range": [ - 42759, - 42774 + 42965, + 42980 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 27 }, "end": { - "line": 1131, + "line": 1135, "column": 42 } } @@ -95961,31 +96446,31 @@ "type": "Identifier", "name": "name", "range": [ - 42777, - 42781 + 42983, + 42987 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 45 }, "end": { - "line": 1131, + "line": 1135, "column": 49 } } }, "range": [ - 42759, - 42781 + 42965, + 42987 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 27 }, "end": { - "line": 1131, + "line": 1135, "column": 49 } } @@ -95995,31 +96480,31 @@ "value": "/", "raw": "'/'", "range": [ - 42784, - 42787 + 42990, + 42993 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 52 }, "end": { - "line": 1131, + "line": 1135, "column": 55 } } }, "range": [ - 42759, - 42787 + 42965, + 42993 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 27 }, "end": { - "line": 1131, + "line": 1135, "column": 55 } } @@ -96028,31 +96513,31 @@ "type": "Identifier", "name": "name", "range": [ - 42790, - 42794 + 42996, + 43000 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 58 }, "end": { - "line": 1131, + "line": 1135, "column": 62 } } }, "range": [ - 42759, - 42794 + 42965, + 43000 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 27 }, "end": { - "line": 1131, + "line": 1135, "column": 62 } } @@ -96062,77 +96547,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 42797, - 42803 + 43003, + 43009 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 65 }, "end": { - "line": 1131, + "line": 1135, "column": 71 } } }, "range": [ - 42759, - 42803 + 42965, + 43009 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 27 }, "end": { - "line": 1131, + "line": 1135, "column": 71 } } }, "range": [ - 42752, - 42803 + 42958, + 43009 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 20 }, "end": { - "line": 1131, + "line": 1135, "column": 71 } } }, "range": [ - 42752, - 42804 + 42958, + 43010 ], "loc": { "start": { - "line": 1131, + "line": 1135, "column": 20 }, "end": { - "line": 1131, + "line": 1135, "column": 72 } } } ], "range": [ - 42730, - 42822 + 42936, + 43028 ], "loc": { "start": { - "line": 1130, + "line": 1134, "column": 33 }, "end": { - "line": 1132, + "line": 1136, "column": 17 } } @@ -96149,32 +96634,32 @@ "type": "Identifier", "name": "name", "range": [ - 42848, - 42852 + 43054, + 43058 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 25 }, "end": { - "line": 1133, + "line": 1137, "column": 29 } } }, "prefix": true, "range": [ - 42847, - 42852 + 43053, + 43058 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 24 }, "end": { - "line": 1133, + "line": 1137, "column": 29 } } @@ -96186,16 +96671,16 @@ "type": "Identifier", "name": "theme", "range": [ - 42856, - 42861 + 43062, + 43067 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 33 }, "end": { - "line": 1133, + "line": 1137, "column": 38 } } @@ -96204,46 +96689,46 @@ "type": "Identifier", "name": "path", "range": [ - 42862, - 42866 + 43068, + 43072 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 39 }, "end": { - "line": 1133, + "line": 1137, "column": 43 } } }, "range": [ - 42856, - 42866 + 43062, + 43072 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 33 }, "end": { - "line": 1133, + "line": 1137, "column": 43 } } }, "range": [ - 42847, - 42866 + 43053, + 43072 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 24 }, "end": { - "line": 1133, + "line": 1137, "column": 43 } } @@ -96260,16 +96745,16 @@ "type": "Identifier", "name": "name", "range": [ - 42889, - 42893 + 43095, + 43099 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 20 }, "end": { - "line": 1134, + "line": 1138, "column": 24 } } @@ -96284,16 +96769,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 42896, - 42906 + 43102, + 43112 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 27 }, "end": { - "line": 1134, + "line": 1138, "column": 37 } } @@ -96302,31 +96787,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42907, - 42914 + 43113, + 43120 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 38 }, "end": { - "line": 1134, + "line": 1138, "column": 45 } } }, "range": [ - 42896, - 42914 + 43102, + 43120 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 27 }, "end": { - "line": 1134, + "line": 1138, "column": 45 } } @@ -96337,16 +96822,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 42915, - 42920 + 43121, + 43126 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 46 }, "end": { - "line": 1134, + "line": 1138, "column": 51 } } @@ -96355,109 +96840,109 @@ "type": "Identifier", "name": "i", "range": [ - 42922, - 42923 + 43128, + 43129 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 53 }, "end": { - "line": 1134, + "line": 1138, "column": 54 } } } ], "range": [ - 42896, - 42924 + 43102, + 43130 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 27 }, "end": { - "line": 1134, + "line": 1138, "column": 55 } } }, "range": [ - 42889, - 42924 + 43095, + 43130 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 20 }, "end": { - "line": 1134, + "line": 1138, "column": 55 } } }, "range": [ - 42889, - 42925 + 43095, + 43131 ], "loc": { "start": { - "line": 1134, + "line": 1138, "column": 20 }, "end": { - "line": 1134, + "line": 1138, "column": 56 } } } ], "range": [ - 42867, - 42943 + 43073, + 43149 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 44 }, "end": { - "line": 1135, + "line": 1139, "column": 17 } } }, "alternate": null, "range": [ - 42844, - 42943 + 43050, + 43149 ], "loc": { "start": { - "line": 1133, + "line": 1137, "column": 21 }, "end": { - "line": 1135, + "line": 1139, "column": 17 } } }, "range": [ - 42713, - 42943 + 42919, + 43149 ], "loc": { "start": { - "line": 1130, + "line": 1134, "column": 16 }, "end": { - "line": 1135, + "line": 1139, "column": 17 } } @@ -96475,16 +96960,16 @@ "object": { "type": "ThisExpression", "range": [ - 42965, - 42969 + 43171, + 43175 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 20 }, "end": { - "line": 1137, + "line": 1141, "column": 24 } } @@ -96493,31 +96978,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 42970, - 42980 + 43176, + 43186 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 25 }, "end": { - "line": 1137, + "line": 1141, "column": 35 } } }, "range": [ - 42965, - 42980 + 43171, + 43186 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 20 }, "end": { - "line": 1137, + "line": 1141, "column": 35 } } @@ -96527,16 +97012,16 @@ "type": "Identifier", "name": "path", "range": [ - 42981, - 42985 + 43187, + 43191 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 36 }, "end": { - "line": 1137, + "line": 1141, "column": 40 } } @@ -96546,48 +97031,48 @@ "value": "link", "raw": "'link'", "range": [ - 42987, - 42993 + 43193, + 43199 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 42 }, "end": { - "line": 1137, + "line": 1141, "column": 48 } } } ], "range": [ - 42965, - 42994 + 43171, + 43200 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 20 }, "end": { - "line": 1137, + "line": 1141, "column": 49 } } }, "prefix": true, "range": [ - 42964, - 42994 + 43170, + 43200 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 19 }, "end": { - "line": 1137, + "line": 1141, "column": 49 } } @@ -96605,16 +97090,16 @@ "object": { "type": "ThisExpression", "range": [ - 43017, - 43021 + 43223, + 43227 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 20 }, "end": { - "line": 1138, + "line": 1142, "column": 24 } } @@ -96623,31 +97108,31 @@ "type": "Identifier", "name": "import", "range": [ - 43022, - 43028 + 43228, + 43234 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 25 }, "end": { - "line": 1138, + "line": 1142, "column": 31 } } }, "range": [ - 43017, - 43028 + 43223, + 43234 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 20 }, "end": { - "line": 1138, + "line": 1142, "column": 31 } } @@ -96657,16 +97142,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 43029, - 43036 + 43235, + 43242 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 32 }, "end": { - "line": 1138, + "line": 1142, "column": 39 } } @@ -96675,16 +97160,16 @@ "type": "Identifier", "name": "path", "range": [ - 43038, - 43042 + 43244, + 43248 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 41 }, "end": { - "line": 1138, + "line": 1142, "column": 45 } } @@ -96694,16 +97179,16 @@ "value": null, "raw": "null", "range": [ - 43044, - 43048 + 43250, + 43254 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 47 }, "end": { - "line": 1138, + "line": 1142, "column": 51 } } @@ -96713,142 +97198,142 @@ "value": "link", "raw": "'link'", "range": [ - 43050, - 43056 + 43256, + 43262 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 53 }, "end": { - "line": 1138, + "line": 1142, "column": 59 } } } ], "range": [ - 43017, - 43057 + 43223, + 43263 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 20 }, "end": { - "line": 1138, + "line": 1142, "column": 60 } } }, "range": [ - 43017, - 43058 + 43223, + 43264 ], "loc": { "start": { - "line": 1138, + "line": 1142, "column": 20 }, "end": { - "line": 1138, + "line": 1142, "column": 61 } } } ], "range": [ - 42995, - 43076 + 43201, + 43282 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 50 }, "end": { - "line": 1139, + "line": 1143, "column": 17 } } }, "alternate": null, "range": [ - 42961, - 43076 + 43167, + 43282 ], "loc": { "start": { - "line": 1137, + "line": 1141, "column": 16 }, "end": { - "line": 1139, + "line": 1143, "column": 17 } } } ], "range": [ - 42528, - 43090 + 42734, + 43296 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 55 }, "end": { - "line": 1140, + "line": 1144, "column": 13 } } }, "range": [ - 42485, - 43090 + 42691, + 43296 ], "loc": { "start": { - "line": 1125, + "line": 1129, "column": 12 }, "end": { - "line": 1140, + "line": 1144, "column": 13 } } } ], "range": [ - 42471, - 43100 + 42677, + 43306 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 33 }, "end": { - "line": 1141, + "line": 1145, "column": 9 } } }, "alternate": null, "range": [ - 42446, - 43100 + 42652, + 43306 ], "loc": { "start": { - "line": 1124, + "line": 1128, "column": 8 }, "end": { - "line": 1141, + "line": 1145, "column": 9 } }, @@ -96857,16 +97342,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 43110, - 43164 + 43316, + 43370 ], "loc": { "start": { - "line": 1143, + "line": 1147, "column": 8 }, "end": { - "line": 1143, + "line": 1147, "column": 62 } } @@ -96875,16 +97360,16 @@ "type": "Line", "value": "Reset button", "range": [ - 43173, - 43187 + 43379, + 43393 ], "loc": { "start": { - "line": 1144, + "line": 1148, "column": 8 }, "end": { - "line": 1144, + "line": 1148, "column": 22 } } @@ -96902,16 +97387,16 @@ "object": { "type": "ThisExpression", "range": [ - 43196, - 43200 + 43402, + 43406 ], "loc": { "start": { - "line": 1145, + "line": 1149, "column": 8 }, "end": { - "line": 1145, + "line": 1149, "column": 12 } } @@ -96920,31 +97405,31 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 43201, - 43213 + 43407, + 43419 ], "loc": { "start": { - "line": 1145, + "line": 1149, "column": 13 }, "end": { - "line": 1145, + "line": 1149, "column": 25 } } }, "range": [ - 43196, - 43213 + 43402, + 43419 ], "loc": { "start": { - "line": 1145, + "line": 1149, "column": 8 }, "end": { - "line": 1145, + "line": 1149, "column": 25 } } @@ -96954,46 +97439,46 @@ "value": null, "raw": "null", "range": [ - 43216, - 43220 + 43422, + 43426 ], "loc": { "start": { - "line": 1145, + "line": 1149, "column": 28 }, "end": { - "line": 1145, + "line": 1149, "column": 32 } } }, "range": [ - 43196, - 43220 + 43402, + 43426 ], "loc": { "start": { - "line": 1145, + "line": 1149, "column": 8 }, "end": { - "line": 1145, + "line": 1149, "column": 32 } } }, "range": [ - 43196, - 43221 + 43402, + 43427 ], "loc": { "start": { - "line": 1145, + "line": 1149, "column": 8 }, "end": { - "line": 1145, + "line": 1149, "column": 33 } }, @@ -97002,16 +97487,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 43110, - 43164 + 43316, + 43370 ], "loc": { "start": { - "line": 1143, + "line": 1147, "column": 8 }, "end": { - "line": 1143, + "line": 1147, "column": 62 } } @@ -97020,16 +97505,16 @@ "type": "Line", "value": "Reset button", "range": [ - 43173, - 43187 + 43379, + 43393 ], "loc": { "start": { - "line": 1144, + "line": 1148, "column": 8 }, "end": { - "line": 1144, + "line": 1148, "column": 22 } } @@ -97047,16 +97532,16 @@ "object": { "type": "ThisExpression", "range": [ - 43230, - 43234 + 43436, + 43440 ], "loc": { "start": { - "line": 1146, + "line": 1150, "column": 8 }, "end": { - "line": 1146, + "line": 1150, "column": 12 } } @@ -97065,31 +97550,31 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 43235, - 43247 + 43441, + 43453 ], "loc": { "start": { - "line": 1146, + "line": 1150, "column": 13 }, "end": { - "line": 1146, + "line": 1150, "column": 25 } } }, "range": [ - 43230, - 43247 + 43436, + 43453 ], "loc": { "start": { - "line": 1146, + "line": 1150, "column": 8 }, "end": { - "line": 1146, + "line": 1150, "column": 25 } } @@ -97105,16 +97590,16 @@ "value": "", "raw": "'\" title=\"Clear filters\" />'", "range": [ - 43326, - 43354 + 43532, + 43560 ], "loc": { "start": { - "line": 1147, + "line": 1151, "column": 34 }, "end": { - "line": 1147, + "line": 1151, "column": 62 } } }, "range": [ - 43250, - 43354 + 43456, + 43560 ], "loc": { "start": { - "line": 1146, + "line": 1150, "column": 28 }, "end": { - "line": 1147, + "line": 1151, "column": 62 } } }, "range": [ - 43230, - 43354 + 43436, + 43560 ], "loc": { "start": { - "line": 1146, + "line": 1150, "column": 8 }, "end": { - "line": 1147, + "line": 1151, "column": 62 } } }, "range": [ - 43230, - 43355 + 43436, + 43561 ], "loc": { "start": { - "line": 1146, + "line": 1150, "column": 8 }, "end": { - "line": 1147, + "line": 1151, "column": 63 } }, @@ -97255,16 +97740,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 43365, - 43381 + 43571, + 43587 ], "loc": { "start": { - "line": 1149, + "line": 1153, "column": 8 }, "end": { - "line": 1149, + "line": 1153, "column": 24 } } @@ -97282,16 +97767,16 @@ "object": { "type": "ThisExpression", "range": [ - 43390, - 43394 + 43596, + 43600 ], "loc": { "start": { - "line": 1150, + "line": 1154, "column": 8 }, "end": { - "line": 1150, + "line": 1154, "column": 12 } } @@ -97300,31 +97785,31 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 43395, - 43410 + 43601, + 43616 ], "loc": { "start": { - "line": 1150, + "line": 1154, "column": 13 }, "end": { - "line": 1150, + "line": 1154, "column": 28 } } }, "range": [ - 43390, - 43410 + 43596, + 43616 ], "loc": { "start": { - "line": 1150, + "line": 1154, "column": 8 }, "end": { - "line": 1150, + "line": 1154, "column": 28 } } @@ -97340,16 +97825,16 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 43488, - 43529 + 43694, + 43735 ], "loc": { "start": { - "line": 1151, + "line": 1155, "column": 33 }, "end": { - "line": 1151, + "line": 1155, "column": 74 } } }, "range": [ - 43413, - 43529 + 43619, + 43735 ], "loc": { "start": { - "line": 1150, + "line": 1154, "column": 31 }, "end": { - "line": 1151, + "line": 1155, "column": 74 } } }, "range": [ - 43390, - 43529 + 43596, + 43735 ], "loc": { "start": { - "line": 1150, + "line": 1154, "column": 8 }, "end": { - "line": 1151, + "line": 1155, "column": 74 } } }, "range": [ - 43390, - 43530 + 43596, + 43736 ], "loc": { "start": { - "line": 1150, + "line": 1154, "column": 8 }, "end": { - "line": 1151, + "line": 1155, "column": 75 } }, @@ -97490,16 +97975,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 43365, - 43381 + 43571, + 43587 ], "loc": { "start": { - "line": 1149, + "line": 1153, "column": 8 }, "end": { - "line": 1149, + "line": 1153, "column": 24 } } @@ -97517,16 +98002,16 @@ "object": { "type": "ThisExpression", "range": [ - 43539, - 43543 + 43745, + 43749 ], "loc": { "start": { - "line": 1152, + "line": 1156, "column": 8 }, "end": { - "line": 1152, + "line": 1156, "column": 12 } } @@ -97535,31 +98020,31 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 43544, - 43559 + 43750, + 43765 ], "loc": { "start": { - "line": 1152, + "line": 1156, "column": 13 }, "end": { - "line": 1152, + "line": 1156, "column": 28 } } }, "range": [ - 43539, - 43559 + 43745, + 43765 ], "loc": { "start": { - "line": 1152, + "line": 1156, "column": 8 }, "end": { - "line": 1152, + "line": 1156, "column": 28 } } @@ -97575,16 +98060,16 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 43637, - 43670 + 43843, + 43876 ], "loc": { "start": { - "line": 1153, + "line": 1157, "column": 33 }, "end": { - "line": 1153, + "line": 1157, "column": 66 } } }, "range": [ - 43562, - 43670 + 43768, + 43876 ], "loc": { "start": { - "line": 1152, + "line": 1156, "column": 31 }, "end": { - "line": 1153, + "line": 1157, "column": 66 } } }, "range": [ - 43539, - 43670 + 43745, + 43876 ], "loc": { "start": { - "line": 1152, + "line": 1156, "column": 8 }, "end": { - "line": 1153, + "line": 1157, "column": 66 } } }, "range": [ - 43539, - 43671 + 43745, + 43877 ], "loc": { "start": { - "line": 1152, + "line": 1156, "column": 8 }, "end": { - "line": 1153, + "line": 1157, "column": 67 } } @@ -97732,16 +98217,16 @@ "object": { "type": "ThisExpression", "range": [ - 43680, - 43684 + 43886, + 43890 ], "loc": { "start": { - "line": 1154, + "line": 1158, "column": 8 }, "end": { - "line": 1154, + "line": 1158, "column": 12 } } @@ -97750,31 +98235,31 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 43685, - 43701 + 43891, + 43907 ], "loc": { "start": { - "line": 1154, + "line": 1158, "column": 13 }, "end": { - "line": 1154, + "line": 1158, "column": 29 } } }, "range": [ - 43680, - 43701 + 43886, + 43907 ], "loc": { "start": { - "line": 1154, + "line": 1158, "column": 8 }, "end": { - "line": 1154, + "line": 1158, "column": 29 } } @@ -97790,16 +98275,16 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 43779, - 43814 + 43985, + 44020 ], "loc": { "start": { - "line": 1155, + "line": 1159, "column": 33 }, "end": { - "line": 1155, + "line": 1159, "column": 68 } } }, "range": [ - 43704, - 43814 + 43910, + 44020 ], "loc": { "start": { - "line": 1154, + "line": 1158, "column": 32 }, "end": { - "line": 1155, + "line": 1159, "column": 68 } } }, "range": [ - 43680, - 43814 + 43886, + 44020 ], "loc": { "start": { - "line": 1154, + "line": 1158, "column": 8 }, "end": { - "line": 1155, + "line": 1159, "column": 68 } } }, "range": [ - 43680, - 43815 + 43886, + 44021 ], "loc": { "start": { - "line": 1154, + "line": 1158, "column": 8 }, "end": { - "line": 1155, + "line": 1159, "column": 69 } } @@ -97947,16 +98432,16 @@ "object": { "type": "ThisExpression", "range": [ - 43824, - 43828 + 44030, + 44034 ], "loc": { "start": { - "line": 1156, + "line": 1160, "column": 8 }, "end": { - "line": 1156, + "line": 1160, "column": 12 } } @@ -97965,31 +98450,31 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 43829, - 43844 + 44035, + 44050 ], "loc": { "start": { - "line": 1156, + "line": 1160, "column": 13 }, "end": { - "line": 1156, + "line": 1160, "column": 28 } } }, "range": [ - 43824, - 43844 + 44030, + 44050 ], "loc": { "start": { - "line": 1156, + "line": 1160, "column": 8 }, "end": { - "line": 1156, + "line": 1160, "column": 28 } } @@ -98005,16 +98490,16 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 43922, - 43955 + 44128, + 44161 ], "loc": { "start": { - "line": 1157, + "line": 1161, "column": 33 }, "end": { - "line": 1157, + "line": 1161, "column": 66 } } }, "range": [ - 43847, - 43955 + 44053, + 44161 ], "loc": { "start": { - "line": 1156, + "line": 1160, "column": 31 }, "end": { - "line": 1157, + "line": 1161, "column": 66 } } }, "range": [ - 43824, - 43955 + 44030, + 44161 ], "loc": { "start": { - "line": 1156, + "line": 1160, "column": 8 }, "end": { - "line": 1157, + "line": 1161, "column": 66 } } }, "range": [ - 43824, - 43956 + 44030, + 44162 ], "loc": { "start": { - "line": 1156, + "line": 1160, "column": 8 }, "end": { - "line": 1157, + "line": 1161, "column": 67 } }, @@ -98155,16 +98640,16 @@ "type": "Line", "value": "Loader", "range": [ - 43966, - 43974 + 44172, + 44180 ], "loc": { "start": { - "line": 1159, + "line": 1163, "column": 8 }, "end": { - "line": 1159, + "line": 1163, "column": 16 } } @@ -98182,16 +98667,16 @@ "object": { "type": "ThisExpression", "range": [ - 43983, - 43987 + 44189, + 44193 ], "loc": { "start": { - "line": 1160, + "line": 1164, "column": 8 }, "end": { - "line": 1160, + "line": 1164, "column": 12 } } @@ -98200,31 +98685,31 @@ "type": "Identifier", "name": "loader", "range": [ - 43988, - 43994 + 44194, + 44200 ], "loc": { "start": { - "line": 1160, + "line": 1164, "column": 13 }, "end": { - "line": 1160, + "line": 1164, "column": 19 } } }, "range": [ - 43983, - 43994 + 44189, + 44200 ], "loc": { "start": { - "line": 1160, + "line": 1164, "column": 8 }, "end": { - "line": 1160, + "line": 1164, "column": 19 } } @@ -98234,46 +98719,46 @@ "value": true, "raw": "true", "range": [ - 43997, - 44001 + 44203, + 44207 ], "loc": { "start": { - "line": 1160, + "line": 1164, "column": 22 }, "end": { - "line": 1160, + "line": 1164, "column": 26 } } }, "range": [ - 43983, - 44001 + 44189, + 44207 ], "loc": { "start": { - "line": 1160, + "line": 1164, "column": 8 }, "end": { - "line": 1160, + "line": 1164, "column": 26 } } }, "range": [ - 43983, - 44002 + 44189, + 44208 ], "loc": { "start": { - "line": 1160, + "line": 1164, "column": 8 }, "end": { - "line": 1160, + "line": 1164, "column": 27 } }, @@ -98282,16 +98767,16 @@ "type": "Line", "value": "Loader", "range": [ - 43966, - 43974 + 44172, + 44180 ], "loc": { "start": { - "line": 1159, + "line": 1163, "column": 8 }, "end": { - "line": 1159, + "line": 1163, "column": 16 } } @@ -98309,16 +98794,16 @@ "object": { "type": "ThisExpression", "range": [ - 44011, - 44015 + 44217, + 44221 ], "loc": { "start": { - "line": 1161, + "line": 1165, "column": 8 }, "end": { - "line": 1161, + "line": 1165, "column": 12 } } @@ -98327,31 +98812,31 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 44016, - 44026 + 44222, + 44232 ], "loc": { "start": { - "line": 1161, + "line": 1165, "column": 13 }, "end": { - "line": 1161, + "line": 1165, "column": 23 } } }, "range": [ - 44011, - 44026 + 44217, + 44232 ], "loc": { "start": { - "line": 1161, + "line": 1165, "column": 8 }, "end": { - "line": 1161, + "line": 1165, "column": 23 } } @@ -98361,46 +98846,46 @@ "value": "
", "raw": "'
'", "range": [ - 44029, - 44064 + 44235, + 44270 ], "loc": { "start": { - "line": 1161, + "line": 1165, "column": 26 }, "end": { - "line": 1161, + "line": 1165, "column": 61 } } }, "range": [ - 44011, - 44064 + 44217, + 44270 ], "loc": { "start": { - "line": 1161, + "line": 1165, "column": 8 }, "end": { - "line": 1161, + "line": 1165, "column": 61 } } }, "range": [ - 44011, - 44065 + 44217, + 44271 ], "loc": { "start": { - "line": 1161, + "line": 1165, "column": 8 }, "end": { - "line": 1161, + "line": 1165, "column": 62 } } @@ -98416,16 +98901,16 @@ "object": { "type": "ThisExpression", "range": [ - 44074, - 44078 + 44280, + 44284 ], "loc": { "start": { - "line": 1162, + "line": 1166, "column": 8 }, "end": { - "line": 1162, + "line": 1166, "column": 12 } } @@ -98434,31 +98919,31 @@ "type": "Identifier", "name": "loaderText", "range": [ - 44079, - 44089 + 44285, + 44295 ], "loc": { "start": { - "line": 1162, + "line": 1166, "column": 13 }, "end": { - "line": 1162, + "line": 1166, "column": 23 } } }, "range": [ - 44074, - 44089 + 44280, + 44295 ], "loc": { "start": { - "line": 1162, + "line": 1166, "column": 8 }, "end": { - "line": 1162, + "line": 1166, "column": 23 } } @@ -98468,62 +98953,62 @@ "value": null, "raw": "null", "range": [ - 44092, - 44096 + 44298, + 44302 ], "loc": { "start": { - "line": 1162, + "line": 1166, "column": 26 }, "end": { - "line": 1162, + "line": 1166, "column": 30 } } }, "range": [ - 44074, - 44096 + 44280, + 44302 ], "loc": { "start": { - "line": 1162, + "line": 1166, "column": 8 }, "end": { - "line": 1162, + "line": 1166, "column": 30 } } }, "range": [ - 44074, - 44097 + 44280, + 44303 ], "loc": { "start": { - "line": 1162, + "line": 1166, "column": 8 }, "end": { - "line": 1162, + "line": 1166, "column": 31 } } } ], "range": [ - 42228, - 44103 + 42434, + 44309 ], "loc": { "start": { - "line": 1117, + "line": 1121, "column": 17 }, "end": { - "line": 1163, + "line": 1167, "column": 5 } } @@ -98531,16 +99016,16 @@ "generator": false, "expression": false, "range": [ - 42226, - 44103 + 42432, + 44309 ], "loc": { "start": { - "line": 1117, + "line": 1121, "column": 15 }, "end": { - "line": 1163, + "line": 1167, "column": 5 } } @@ -98548,16 +99033,16 @@ "kind": "method", "computed": false, "range": [ - 42215, - 44103 + 42421, + 44309 ], "loc": { "start": { - "line": 1117, + "line": 1121, "column": 4 }, "end": { - "line": 1163, + "line": 1167, "column": 5 } }, @@ -98566,16 +99051,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 42144, - 42210 + 42350, + 42416 ], "loc": { "start": { - "line": 1114, + "line": 1118, "column": 4 }, "end": { - "line": 1116, + "line": 1120, "column": 7 } } @@ -98586,16 +99071,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 44109, - 44227 + 44315, + 44433 ], "loc": { "start": { - "line": 1165, + "line": 1169, "column": 4 }, "end": { - "line": 1168, + "line": 1172, "column": 7 } } @@ -98609,16 +99094,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 44232, - 44245 + 44438, + 44451 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 4 }, "end": { - "line": 1169, + "line": 1173, "column": 17 } } @@ -98633,16 +99118,16 @@ "type": "Identifier", "name": "name", "range": [ - 44246, - 44250 + 44452, + 44456 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 18 }, "end": { - "line": 1169, + "line": 1173, "column": 22 } } @@ -98652,31 +99137,31 @@ "value": "default", "raw": "'default'", "range": [ - 44251, - 44260 + 44457, + 44466 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 23 }, "end": { - "line": 1169, + "line": 1173, "column": 32 } } }, "range": [ - 44246, - 44260 + 44452, + 44466 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 18 }, "end": { - "line": 1169, + "line": 1173, "column": 32 } } @@ -98696,16 +99181,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 44278, - 44281 + 44484, + 44487 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 15 }, "end": { - "line": 1170, + "line": 1174, "column": 18 } } @@ -98714,31 +99199,31 @@ "type": "Identifier", "name": "id", "range": [ - 44282, - 44284 + 44488, + 44490 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 19 }, "end": { - "line": 1170, + "line": 1174, "column": 21 } } }, "range": [ - 44278, - 44284 + 44484, + 44490 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 15 }, "end": { - "line": 1170, + "line": 1174, "column": 21 } } @@ -98753,16 +99238,16 @@ "object": { "type": "ThisExpression", "range": [ - 44285, - 44289 + 44491, + 44495 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 22 }, "end": { - "line": 1170, + "line": 1174, "column": 26 } } @@ -98771,31 +99256,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 44290, - 44296 + 44496, + 44502 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 27 }, "end": { - "line": 1170, + "line": 1174, "column": 33 } } }, "range": [ - 44285, - 44296 + 44491, + 44502 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 22 }, "end": { - "line": 1170, + "line": 1174, "column": 33 } } @@ -98804,78 +99289,78 @@ "type": "Identifier", "name": "name", "range": [ - 44299, - 44303 + 44505, + 44509 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 36 }, "end": { - "line": 1170, + "line": 1174, "column": 40 } } }, "range": [ - 44285, - 44303 + 44491, + 44509 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 22 }, "end": { - "line": 1170, + "line": 1174, "column": 40 } } } ], "range": [ - 44278, - 44304 + 44484, + 44510 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 15 }, "end": { - "line": 1170, + "line": 1174, "column": 41 } } }, "range": [ - 44271, - 44305 + 44477, + 44511 ], "loc": { "start": { - "line": 1170, + "line": 1174, "column": 8 }, "end": { - "line": 1170, + "line": 1174, "column": 42 } } } ], "range": [ - 44261, - 44311 + 44467, + 44517 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 33 }, "end": { - "line": 1171, + "line": 1175, "column": 5 } } @@ -98883,16 +99368,16 @@ "generator": false, "expression": false, "range": [ - 44245, - 44311 + 44451, + 44517 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 17 }, "end": { - "line": 1171, + "line": 1175, "column": 5 } } @@ -98900,16 +99385,16 @@ "kind": "method", "computed": false, "range": [ - 44232, - 44311 + 44438, + 44517 ], "loc": { "start": { - "line": 1169, + "line": 1173, "column": 4 }, "end": { - "line": 1171, + "line": 1175, "column": 5 } }, @@ -98918,16 +99403,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 44109, - 44227 + 44315, + 44433 ], "loc": { "start": { - "line": 1165, + "line": 1169, "column": 4 }, "end": { - "line": 1168, + "line": 1172, "column": 7 } } @@ -98938,16 +99423,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 44317, - 44355 + 44523, + 44561 ], "loc": { "start": { - "line": 1173, + "line": 1177, "column": 4 }, "end": { - "line": 1175, + "line": 1179, "column": 7 } } @@ -98961,16 +99446,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 44360, - 44367 + 44566, + 44573 ], "loc": { "start": { - "line": 1176, + "line": 1180, "column": 4 }, "end": { - "line": 1176, + "line": 1180, "column": 11 } } @@ -98993,16 +99478,16 @@ "object": { "type": "ThisExpression", "range": [ - 44383, - 44387 + 44589, + 44593 ], "loc": { "start": { - "line": 1177, + "line": 1181, "column": 12 }, "end": { - "line": 1177, + "line": 1181, "column": 16 } } @@ -99011,47 +99496,47 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 44388, - 44396 + 44594, + 44602 ], "loc": { "start": { - "line": 1177, + "line": 1181, "column": 17 }, "end": { - "line": 1177, + "line": 1181, "column": 25 } } }, "range": [ - 44383, - 44396 + 44589, + 44602 ], "loc": { "start": { - "line": 1177, + "line": 1181, "column": 12 }, "end": { - "line": 1177, + "line": 1181, "column": 25 } } }, "prefix": true, "range": [ - 44382, - 44396 + 44588, + 44602 ], "loc": { "start": { - "line": 1177, + "line": 1181, "column": 11 }, "end": { - "line": 1177, + "line": 1181, "column": 25 } } @@ -99063,48 +99548,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 44411, - 44418 + 44617, + 44624 ], "loc": { "start": { - "line": 1178, + "line": 1182, "column": 12 }, "end": { - "line": 1178, + "line": 1182, "column": 19 } } } ], "range": [ - 44397, - 44428 + 44603, + 44634 ], "loc": { "start": { - "line": 1177, + "line": 1181, "column": 26 }, "end": { - "line": 1179, + "line": 1183, "column": 9 } } }, "alternate": null, "range": [ - 44379, - 44428 + 44585, + 44634 ], "loc": { "start": { - "line": 1177, + "line": 1181, "column": 8 }, "end": { - "line": 1179, + "line": 1183, "column": 9 } } @@ -99118,16 +99603,16 @@ "type": "Identifier", "name": "rows", "range": [ - 44441, - 44445 + 44647, + 44651 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 12 }, "end": { - "line": 1180, + "line": 1184, "column": 16 } } @@ -99141,16 +99626,16 @@ "object": { "type": "ThisExpression", "range": [ - 44448, - 44452 + 44654, + 44658 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 19 }, "end": { - "line": 1180, + "line": 1184, "column": 23 } } @@ -99159,31 +99644,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 44453, - 44456 + 44659, + 44662 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 24 }, "end": { - "line": 1180, + "line": 1184, "column": 27 } } }, "range": [ - 44448, - 44456 + 44654, + 44662 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 19 }, "end": { - "line": 1180, + "line": 1184, "column": 27 } } @@ -99192,46 +99677,46 @@ "type": "Identifier", "name": "rows", "range": [ - 44457, - 44461 + 44663, + 44667 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 28 }, "end": { - "line": 1180, + "line": 1184, "column": 32 } } }, "range": [ - 44448, - 44461 + 44654, + 44667 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 19 }, "end": { - "line": 1180, + "line": 1184, "column": 32 } } }, "range": [ - 44441, - 44461 + 44647, + 44667 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 12 }, "end": { - "line": 1180, + "line": 1184, "column": 32 } } @@ -99242,16 +99727,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 44475, - 44478 + 44681, + 44684 ], "loc": { "start": { - "line": 1181, + "line": 1185, "column": 12 }, "end": { - "line": 1181, + "line": 1185, "column": 15 } } @@ -99262,16 +99747,16 @@ "object": { "type": "ThisExpression", "range": [ - 44481, - 44485 + 44687, + 44691 ], "loc": { "start": { - "line": 1181, + "line": 1185, "column": 18 }, "end": { - "line": 1181, + "line": 1185, "column": 22 } } @@ -99280,46 +99765,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 44486, - 44489 + 44692, + 44695 ], "loc": { "start": { - "line": 1181, + "line": 1185, "column": 23 }, "end": { - "line": 1181, + "line": 1185, "column": 26 } } }, "range": [ - 44481, - 44489 + 44687, + 44695 ], "loc": { "start": { - "line": 1181, + "line": 1185, "column": 18 }, "end": { - "line": 1181, + "line": 1185, "column": 26 } } }, "range": [ - 44475, - 44489 + 44681, + 44695 ], "loc": { "start": { - "line": 1181, + "line": 1185, "column": 12 }, "end": { - "line": 1181, + "line": 1185, "column": 26 } } @@ -99327,16 +99812,16 @@ ], "kind": "let", "range": [ - 44437, - 44490 + 44643, + 44696 ], "loc": { "start": { - "line": 1180, + "line": 1184, "column": 8 }, "end": { - "line": 1181, + "line": 1185, "column": 27 } } @@ -99352,16 +99837,16 @@ "object": { "type": "ThisExpression", "range": [ - 44503, - 44507 + 44709, + 44713 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 11 }, "end": { - "line": 1183, + "line": 1187, "column": 15 } } @@ -99370,31 +99855,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 44508, - 44521 + 44714, + 44727 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 16 }, "end": { - "line": 1183, + "line": 1187, "column": 29 } } }, "range": [ - 44503, - 44521 + 44709, + 44727 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 11 }, "end": { - "line": 1183, + "line": 1187, "column": 29 } } @@ -99408,16 +99893,16 @@ "object": { "type": "ThisExpression", "range": [ - 44526, - 44530 + 44732, + 44736 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 34 }, "end": { - "line": 1183, + "line": 1187, "column": 38 } } @@ -99426,62 +99911,62 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 44531, - 44543 + 44737, + 44749 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 39 }, "end": { - "line": 1183, + "line": 1187, "column": 51 } } }, "range": [ - 44526, - 44543 + 44732, + 44749 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 34 }, "end": { - "line": 1183, + "line": 1187, "column": 51 } } }, "prefix": true, "range": [ - 44525, - 44543 + 44731, + 44749 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 33 }, "end": { - "line": 1183, + "line": 1187, "column": 51 } } }, "range": [ - 44503, - 44543 + 44709, + 44749 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 11 }, "end": { - "line": 1183, + "line": 1187, "column": 51 } } @@ -99499,16 +99984,16 @@ "object": { "type": "ThisExpression", "range": [ - 44558, - 44562 + 44764, + 44768 ], "loc": { "start": { - "line": 1184, + "line": 1188, "column": 12 }, "end": { - "line": 1184, + "line": 1188, "column": 16 } } @@ -99517,94 +100002,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 44563, - 44581 + 44769, + 44787 ], "loc": { "start": { - "line": 1184, + "line": 1188, "column": 17 }, "end": { - "line": 1184, + "line": 1188, "column": 35 } } }, "range": [ - 44558, - 44581 + 44764, + 44787 ], "loc": { "start": { - "line": 1184, + "line": 1188, "column": 12 }, "end": { - "line": 1184, + "line": 1188, "column": 35 } } }, "arguments": [], "range": [ - 44558, - 44583 + 44764, + 44789 ], "loc": { "start": { - "line": 1184, + "line": 1188, "column": 12 }, "end": { - "line": 1184, + "line": 1188, "column": 37 } } }, "range": [ - 44558, - 44584 + 44764, + 44790 ], "loc": { "start": { - "line": 1184, + "line": 1188, "column": 12 }, "end": { - "line": 1184, + "line": 1188, "column": 38 } } } ], "range": [ - 44544, - 44594 + 44750, + 44800 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 52 }, "end": { - "line": 1185, + "line": 1189, "column": 9 } } }, "alternate": null, "range": [ - 44500, - 44594 + 44706, + 44800 ], "loc": { "start": { - "line": 1183, + "line": 1187, "column": 8 }, "end": { - "line": 1185, + "line": 1189, "column": 9 } } @@ -99617,16 +100102,16 @@ "object": { "type": "ThisExpression", "range": [ - 44606, - 44610 + 44812, + 44816 ], "loc": { "start": { - "line": 1186, + "line": 1190, "column": 11 }, "end": { - "line": 1186, + "line": 1190, "column": 15 } } @@ -99635,31 +100120,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44611, - 44617 + 44817, + 44823 ], "loc": { "start": { - "line": 1186, + "line": 1190, "column": 16 }, "end": { - "line": 1186, + "line": 1190, "column": 22 } } }, "range": [ - 44606, - 44617 + 44812, + 44823 ], "loc": { "start": { - "line": 1186, + "line": 1190, "column": 11 }, "end": { - "line": 1186, + "line": 1190, "column": 22 } } @@ -99677,16 +100162,16 @@ "object": { "type": "ThisExpression", "range": [ - 44632, - 44636 + 44838, + 44842 ], "loc": { "start": { - "line": 1187, + "line": 1191, "column": 12 }, "end": { - "line": 1187, + "line": 1191, "column": 16 } } @@ -99695,94 +100180,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 44637, - 44650 + 44843, + 44856 ], "loc": { "start": { - "line": 1187, + "line": 1191, "column": 17 }, "end": { - "line": 1187, + "line": 1191, "column": 30 } } }, "range": [ - 44632, - 44650 + 44838, + 44856 ], "loc": { "start": { - "line": 1187, + "line": 1191, "column": 12 }, "end": { - "line": 1187, + "line": 1191, "column": 30 } } }, "arguments": [], "range": [ - 44632, - 44652 + 44838, + 44858 ], "loc": { "start": { - "line": 1187, + "line": 1191, "column": 12 }, "end": { - "line": 1187, + "line": 1191, "column": 32 } } }, "range": [ - 44632, - 44653 + 44838, + 44859 ], "loc": { "start": { - "line": 1187, + "line": 1191, "column": 12 }, "end": { - "line": 1187, + "line": 1191, "column": 33 } } } ], "range": [ - 44618, - 44663 + 44824, + 44869 ], "loc": { "start": { - "line": 1186, + "line": 1190, "column": 23 }, "end": { - "line": 1188, + "line": 1192, "column": 9 } } }, "alternate": null, "range": [ - 44603, - 44663 + 44809, + 44869 ], "loc": { "start": { - "line": 1186, + "line": 1190, "column": 8 }, "end": { - "line": 1188, + "line": 1192, "column": 9 } } @@ -99795,16 +100280,16 @@ "object": { "type": "ThisExpression", "range": [ - 44675, - 44679 + 44881, + 44885 ], "loc": { "start": { - "line": 1189, + "line": 1193, "column": 11 }, "end": { - "line": 1189, + "line": 1193, "column": 15 } } @@ -99813,31 +100298,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 44680, - 44697 + 44886, + 44903 ], "loc": { "start": { - "line": 1189, + "line": 1193, "column": 16 }, "end": { - "line": 1189, + "line": 1193, "column": 33 } } }, "range": [ - 44675, - 44697 + 44881, + 44903 ], "loc": { "start": { - "line": 1189, + "line": 1193, "column": 11 }, "end": { - "line": 1189, + "line": 1193, "column": 33 } } @@ -99859,16 +100344,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 44712, - 44715 + 44918, + 44921 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 12 }, "end": { - "line": 1190, + "line": 1194, "column": 15 } } @@ -99877,31 +100362,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 44716, - 44732 + 44922, + 44938 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 16 }, "end": { - "line": 1190, + "line": 1194, "column": 32 } } }, "range": [ - 44712, - 44732 + 44918, + 44938 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 12 }, "end": { - "line": 1190, + "line": 1194, "column": 32 } } @@ -99910,94 +100395,94 @@ "type": "Identifier", "name": "unhighlightAll", "range": [ - 44733, - 44747 + 44939, + 44953 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 33 }, "end": { - "line": 1190, + "line": 1194, "column": 47 } } }, "range": [ - 44712, - 44747 + 44918, + 44953 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 12 }, "end": { - "line": 1190, + "line": 1194, "column": 47 } } }, "arguments": [], "range": [ - 44712, - 44749 + 44918, + 44955 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 12 }, "end": { - "line": 1190, + "line": 1194, "column": 49 } } }, "range": [ - 44712, - 44750 + 44918, + 44956 ], "loc": { "start": { - "line": 1190, + "line": 1194, "column": 12 }, "end": { - "line": 1190, + "line": 1194, "column": 50 } } } ], "range": [ - 44698, - 44760 + 44904, + 44966 ], "loc": { "start": { - "line": 1189, + "line": 1193, "column": 34 }, "end": { - "line": 1191, + "line": 1195, "column": 9 } } }, "alternate": null, "range": [ - 44672, - 44760 + 44878, + 44966 ], "loc": { "start": { - "line": 1189, + "line": 1193, "column": 8 }, "end": { - "line": 1191, + "line": 1195, "column": 9 } } @@ -100010,16 +100495,16 @@ "object": { "type": "ThisExpression", "range": [ - 44772, - 44776 + 44978, + 44982 ], "loc": { "start": { - "line": 1192, + "line": 1196, "column": 11 }, "end": { - "line": 1192, + "line": 1196, "column": 15 } } @@ -100028,31 +100513,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 44777, - 44794 + 44983, + 45000 ], "loc": { "start": { - "line": 1192, + "line": 1196, "column": 16 }, "end": { - "line": 1192, + "line": 1196, "column": 33 } } }, "range": [ - 44772, - 44794 + 44978, + 45000 ], "loc": { "start": { - "line": 1192, + "line": 1196, "column": 11 }, "end": { - "line": 1192, + "line": 1196, "column": 33 } } @@ -100070,16 +100555,16 @@ "object": { "type": "ThisExpression", "range": [ - 44809, - 44813 + 45015, + 45019 ], "loc": { "start": { - "line": 1193, + "line": 1197, "column": 12 }, "end": { - "line": 1193, + "line": 1197, "column": 16 } } @@ -100088,94 +100573,94 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 44814, - 44832 + 45020, + 45038 ], "loc": { "start": { - "line": 1193, + "line": 1197, "column": 17 }, "end": { - "line": 1193, + "line": 1197, "column": 35 } } }, "range": [ - 44809, - 44832 + 45015, + 45038 ], "loc": { "start": { - "line": 1193, + "line": 1197, "column": 12 }, "end": { - "line": 1193, + "line": 1197, "column": 35 } } }, "arguments": [], "range": [ - 44809, - 44834 + 45015, + 45040 ], "loc": { "start": { - "line": 1193, + "line": 1197, "column": 12 }, "end": { - "line": 1193, + "line": 1197, "column": 37 } } }, "range": [ - 44809, - 44835 + 45015, + 45041 ], "loc": { "start": { - "line": 1193, + "line": 1197, "column": 12 }, "end": { - "line": 1193, + "line": 1197, "column": 38 } } } ], "range": [ - 44795, - 44845 + 45001, + 45051 ], "loc": { "start": { - "line": 1192, + "line": 1196, "column": 34 }, "end": { - "line": 1194, + "line": 1198, "column": 9 } } }, "alternate": null, "range": [ - 44769, - 44845 + 44975, + 45051 ], "loc": { "start": { - "line": 1192, + "line": 1196, "column": 8 }, "end": { - "line": 1194, + "line": 1198, "column": 9 } } @@ -100188,16 +100673,16 @@ "object": { "type": "ThisExpression", "range": [ - 44857, - 44861 + 45063, + 45067 ], "loc": { "start": { - "line": 1195, + "line": 1199, "column": 11 }, "end": { - "line": 1195, + "line": 1199, "column": 15 } } @@ -100206,31 +100691,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 44862, - 44875 + 45068, + 45081 ], "loc": { "start": { - "line": 1195, + "line": 1199, "column": 16 }, "end": { - "line": 1195, + "line": 1199, "column": 29 } } }, "range": [ - 44857, - 44875 + 45063, + 45081 ], "loc": { "start": { - "line": 1195, + "line": 1199, "column": 11 }, "end": { - "line": 1195, + "line": 1199, "column": 29 } } @@ -100248,16 +100733,16 @@ "object": { "type": "ThisExpression", "range": [ - 44890, - 44894 + 45096, + 45100 ], "loc": { "start": { - "line": 1196, + "line": 1200, "column": 12 }, "end": { - "line": 1196, + "line": 1200, "column": 16 } } @@ -100266,94 +100751,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 44895, - 44912 + 45101, + 45118 ], "loc": { "start": { - "line": 1196, + "line": 1200, "column": 17 }, "end": { - "line": 1196, + "line": 1200, "column": 34 } } }, "range": [ - 44890, - 44912 + 45096, + 45118 ], "loc": { "start": { - "line": 1196, + "line": 1200, "column": 12 }, "end": { - "line": 1196, + "line": 1200, "column": 34 } } }, "arguments": [], "range": [ - 44890, - 44914 + 45096, + 45120 ], "loc": { "start": { - "line": 1196, + "line": 1200, "column": 12 }, "end": { - "line": 1196, + "line": 1200, "column": 36 } } }, "range": [ - 44890, - 44915 + 45096, + 45121 ], "loc": { "start": { - "line": 1196, + "line": 1200, "column": 12 }, "end": { - "line": 1196, + "line": 1200, "column": 37 } } } ], "range": [ - 44876, - 44925 + 45082, + 45131 ], "loc": { "start": { - "line": 1195, + "line": 1199, "column": 30 }, "end": { - "line": 1197, + "line": 1201, "column": 9 } } }, "alternate": null, "range": [ - 44854, - 44925 + 45060, + 45131 ], "loc": { "start": { - "line": 1195, + "line": 1199, "column": 8 }, "end": { - "line": 1197, + "line": 1201, "column": 9 } }, @@ -100362,16 +100847,16 @@ "type": "Line", "value": "this loop shows all rows and removes validRow attribute", "range": [ - 44935, - 44992 + 45141, + 45198 ], "loc": { "start": { - "line": 1199, + "line": 1203, "column": 8 }, "end": { - "line": 1199, + "line": 1203, "column": 65 } } @@ -100389,16 +100874,16 @@ "type": "Identifier", "name": "j", "range": [ - 45009, - 45010 + 45215, + 45216 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 16 }, "end": { - "line": 1200, + "line": 1204, "column": 17 } } @@ -100409,16 +100894,16 @@ "object": { "type": "ThisExpression", "range": [ - 45011, - 45015 + 45217, + 45221 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 18 }, "end": { - "line": 1200, + "line": 1204, "column": 22 } } @@ -100427,46 +100912,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 45016, - 45022 + 45222, + 45228 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 23 }, "end": { - "line": 1200, + "line": 1204, "column": 29 } } }, "range": [ - 45011, - 45022 + 45217, + 45228 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 18 }, "end": { - "line": 1200, + "line": 1204, "column": 29 } } }, "range": [ - 45009, - 45022 + 45215, + 45228 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 16 }, "end": { - "line": 1200, + "line": 1204, "column": 29 } } @@ -100474,16 +100959,16 @@ ], "kind": "let", "range": [ - 45005, - 45022 + 45211, + 45228 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 12 }, "end": { - "line": 1200, + "line": 1204, "column": 29 } } @@ -100495,16 +100980,16 @@ "type": "Identifier", "name": "j", "range": [ - 45024, - 45025 + 45230, + 45231 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 31 }, "end": { - "line": 1200, + "line": 1204, "column": 32 } } @@ -100515,16 +101000,16 @@ "object": { "type": "ThisExpression", "range": [ - 45026, - 45030 + 45232, + 45236 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 33 }, "end": { - "line": 1200, + "line": 1204, "column": 37 } } @@ -100533,46 +101018,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 45031, - 45037 + 45237, + 45243 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 38 }, "end": { - "line": 1200, + "line": 1204, "column": 44 } } }, "range": [ - 45026, - 45037 + 45232, + 45243 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 33 }, "end": { - "line": 1200, + "line": 1204, "column": 44 } } }, "range": [ - 45024, - 45037 + 45230, + 45243 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 31 }, "end": { - "line": 1200, + "line": 1204, "column": 44 } } @@ -100584,32 +101069,32 @@ "type": "Identifier", "name": "j", "range": [ - 45039, - 45040 + 45245, + 45246 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 46 }, "end": { - "line": 1200, + "line": 1204, "column": 47 } } }, "prefix": false, "range": [ - 45039, - 45042 + 45245, + 45248 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 46 }, "end": { - "line": 1200, + "line": 1204, "column": 49 } } @@ -100635,16 +101120,16 @@ "type": "Identifier", "name": "rows", "range": [ - 45057, - 45061 + 45263, + 45267 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 12 }, "end": { - "line": 1201, + "line": 1205, "column": 16 } } @@ -100653,31 +101138,31 @@ "type": "Identifier", "name": "j", "range": [ - 45062, - 45063 + 45268, + 45269 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 17 }, "end": { - "line": 1201, + "line": 1205, "column": 18 } } }, "range": [ - 45057, - 45064 + 45263, + 45270 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 12 }, "end": { - "line": 1201, + "line": 1205, "column": 19 } } @@ -100686,31 +101171,31 @@ "type": "Identifier", "name": "style", "range": [ - 45065, - 45070 + 45271, + 45276 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 20 }, "end": { - "line": 1201, + "line": 1205, "column": 25 } } }, "range": [ - 45057, - 45070 + 45263, + 45276 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 12 }, "end": { - "line": 1201, + "line": 1205, "column": 25 } } @@ -100719,31 +101204,31 @@ "type": "Identifier", "name": "display", "range": [ - 45071, - 45078 + 45277, + 45284 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 26 }, "end": { - "line": 1201, + "line": 1205, "column": 33 } } }, "range": [ - 45057, - 45078 + 45263, + 45284 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 12 }, "end": { - "line": 1201, + "line": 1205, "column": 33 } } @@ -100753,46 +101238,46 @@ "value": "", "raw": "''", "range": [ - 45081, - 45083 + 45287, + 45289 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 36 }, "end": { - "line": 1201, + "line": 1205, "column": 38 } } }, "range": [ - 45057, - 45083 + 45263, + 45289 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 12 }, "end": { - "line": 1201, + "line": 1205, "column": 38 } } }, "range": [ - 45057, - 45084 + 45263, + 45290 ], "loc": { "start": { - "line": 1201, + "line": 1205, "column": 12 }, "end": { - "line": 1201, + "line": 1205, "column": 39 } } @@ -100811,16 +101296,16 @@ "type": "Identifier", "name": "rows", "range": [ - 45101, - 45105 + 45307, + 45311 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 15 }, "end": { - "line": 1203, + "line": 1207, "column": 19 } } @@ -100829,31 +101314,31 @@ "type": "Identifier", "name": "j", "range": [ - 45106, - 45107 + 45312, + 45313 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 20 }, "end": { - "line": 1203, + "line": 1207, "column": 21 } } }, "range": [ - 45101, - 45108 + 45307, + 45314 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 15 }, "end": { - "line": 1203, + "line": 1207, "column": 22 } } @@ -100862,31 +101347,31 @@ "type": "Identifier", "name": "hasAttribute", "range": [ - 45109, - 45121 + 45315, + 45327 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 23 }, "end": { - "line": 1203, + "line": 1207, "column": 35 } } }, "range": [ - 45101, - 45121 + 45307, + 45327 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 15 }, "end": { - "line": 1203, + "line": 1207, "column": 35 } } @@ -100897,32 +101382,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 45122, - 45132 + 45328, + 45338 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 36 }, "end": { - "line": 1203, + "line": 1207, "column": 46 } } } ], "range": [ - 45101, - 45133 + 45307, + 45339 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 15 }, "end": { - "line": 1203, + "line": 1207, "column": 47 } } @@ -100944,16 +101429,16 @@ "type": "Identifier", "name": "rows", "range": [ - 45152, - 45156 + 45358, + 45362 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 16 }, "end": { - "line": 1204, + "line": 1208, "column": 20 } } @@ -100962,31 +101447,31 @@ "type": "Identifier", "name": "j", "range": [ - 45157, - 45158 + 45363, + 45364 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 21 }, "end": { - "line": 1204, + "line": 1208, "column": 22 } } }, "range": [ - 45152, - 45159 + 45358, + 45365 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 16 }, "end": { - "line": 1204, + "line": 1208, "column": 23 } } @@ -100995,31 +101480,31 @@ "type": "Identifier", "name": "removeAttribute", "range": [ - 45160, - 45175 + 45366, + 45381 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 24 }, "end": { - "line": 1204, + "line": 1208, "column": 39 } } }, "range": [ - 45152, - 45175 + 45358, + 45381 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 16 }, "end": { - "line": 1204, + "line": 1208, "column": 39 } } @@ -101030,79 +101515,79 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 45176, - 45186 + 45382, + 45392 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 40 }, "end": { - "line": 1204, + "line": 1208, "column": 50 } } } ], "range": [ - 45152, - 45187 + 45358, + 45393 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 16 }, "end": { - "line": 1204, + "line": 1208, "column": 51 } } }, "range": [ - 45152, - 45188 + 45358, + 45394 ], "loc": { "start": { - "line": 1204, + "line": 1208, "column": 16 }, "end": { - "line": 1204, + "line": 1208, "column": 52 } } } ], "range": [ - 45134, - 45202 + 45340, + 45408 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 48 }, "end": { - "line": 1205, + "line": 1209, "column": 13 } } }, "alternate": null, "range": [ - 45098, - 45202 + 45304, + 45408 ], "loc": { "start": { - "line": 1203, + "line": 1207, "column": 12 }, "end": { - "line": 1205, + "line": 1209, "column": 13 } }, @@ -101111,16 +101596,16 @@ "type": "Line", "value": "removes alternating colors", "range": [ - 45216, - 45244 + 45422, + 45450 ], "loc": { "start": { - "line": 1207, + "line": 1211, "column": 12 }, "end": { - "line": 1207, + "line": 1211, "column": 40 } } @@ -101135,16 +101620,16 @@ "object": { "type": "ThisExpression", "range": [ - 45260, - 45264 + 45466, + 45470 ], "loc": { "start": { - "line": 1208, + "line": 1212, "column": 15 }, "end": { - "line": 1208, + "line": 1212, "column": 19 } } @@ -101153,31 +101638,31 @@ "type": "Identifier", "name": "alternateBgs", "range": [ - 45265, - 45277 + 45471, + 45483 ], "loc": { "start": { - "line": 1208, + "line": 1212, "column": 20 }, "end": { - "line": 1208, + "line": 1212, "column": 32 } } }, "range": [ - 45260, - 45277 + 45466, + 45483 ], "loc": { "start": { - "line": 1208, + "line": 1212, "column": 15 }, "end": { - "line": 1208, + "line": 1212, "column": 32 } } @@ -101199,16 +101684,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 45296, - 45299 + 45502, + 45505 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 16 }, "end": { - "line": 1209, + "line": 1213, "column": 19 } } @@ -101217,31 +101702,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 45300, - 45313 + 45506, + 45519 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 20 }, "end": { - "line": 1209, + "line": 1213, "column": 33 } } }, "range": [ - 45296, - 45313 + 45502, + 45519 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 16 }, "end": { - "line": 1209, + "line": 1213, "column": 33 } } @@ -101250,31 +101735,31 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 45314, - 45325 + 45520, + 45531 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 34 }, "end": { - "line": 1209, + "line": 1213, "column": 45 } } }, "range": [ - 45296, - 45325 + 45502, + 45531 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 16 }, "end": { - "line": 1209, + "line": 1213, "column": 45 } } @@ -101284,79 +101769,79 @@ "type": "Identifier", "name": "j", "range": [ - 45326, - 45327 + 45532, + 45533 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 46 }, "end": { - "line": 1209, + "line": 1213, "column": 47 } } } ], "range": [ - 45296, - 45328 + 45502, + 45534 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 16 }, "end": { - "line": 1209, + "line": 1213, "column": 48 } } }, "range": [ - 45296, - 45329 + 45502, + 45535 ], "loc": { "start": { - "line": 1209, + "line": 1213, "column": 16 }, "end": { - "line": 1209, + "line": 1213, "column": 49 } } } ], "range": [ - 45278, - 45343 + 45484, + 45549 ], "loc": { "start": { - "line": 1208, + "line": 1212, "column": 33 }, "end": { - "line": 1210, + "line": 1214, "column": 13 } } }, "alternate": null, "range": [ - 45257, - 45343 + 45463, + 45549 ], "loc": { "start": { - "line": 1208, + "line": 1212, "column": 12 }, "end": { - "line": 1210, + "line": 1214, "column": 13 } }, @@ -101365,16 +101850,16 @@ "type": "Line", "value": "removes alternating colors", "range": [ - 45216, - 45244 + 45422, + 45450 ], "loc": { "start": { - "line": 1207, + "line": 1211, "column": 12 }, "end": { - "line": 1207, + "line": 1211, "column": 40 } } @@ -101383,31 +101868,31 @@ } ], "range": [ - 45043, - 45354 + 45249, + 45560 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 50 }, "end": { - "line": 1212, + "line": 1216, "column": 9 } } }, "range": [ - 45001, - 45354 + 45207, + 45560 ], "loc": { "start": { - "line": 1200, + "line": 1204, "column": 8 }, "end": { - "line": 1212, + "line": 1216, "column": 9 } }, @@ -101416,16 +101901,16 @@ "type": "Line", "value": "this loop shows all rows and removes validRow attribute", "range": [ - 44935, - 44992 + 45141, + 45198 ], "loc": { "start": { - "line": 1199, + "line": 1203, "column": 8 }, "end": { - "line": 1199, + "line": 1203, "column": 65 } } @@ -101436,16 +101921,16 @@ "type": "Line", "value": "for j", "range": [ - 45354, - 45361 + 45560, + 45567 ], "loc": { "start": { - "line": 1212, + "line": 1216, "column": 9 }, "end": { - "line": 1212, + "line": 1216, "column": 16 } } @@ -101463,16 +101948,16 @@ "object": { "type": "ThisExpression", "range": [ - 45374, - 45378 + 45580, + 45584 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 11 }, "end": { - "line": 1214, + "line": 1218, "column": 15 } } @@ -101481,31 +101966,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 45379, - 45386 + 45585, + 45592 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 16 }, "end": { - "line": 1214, + "line": 1218, "column": 23 } } }, "range": [ - 45374, - 45386 + 45580, + 45592 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 11 }, "end": { - "line": 1214, + "line": 1218, "column": 23 } } @@ -101519,16 +102004,16 @@ "object": { "type": "ThisExpression", "range": [ - 45391, - 45395 + 45597, + 45601 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 28 }, "end": { - "line": 1214, + "line": 1218, "column": 32 } } @@ -101537,62 +102022,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 45396, - 45406 + 45602, + 45612 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 33 }, "end": { - "line": 1214, + "line": 1218, "column": 43 } } }, "range": [ - 45391, - 45406 + 45597, + 45612 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 28 }, "end": { - "line": 1214, + "line": 1218, "column": 43 } } }, "prefix": true, "range": [ - 45390, - 45406 + 45596, + 45612 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 27 }, "end": { - "line": 1214, + "line": 1218, "column": 43 } } }, "range": [ - 45374, - 45406 + 45580, + 45612 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 11 }, "end": { - "line": 1214, + "line": 1218, "column": 43 } } @@ -101611,16 +102096,16 @@ "object": { "type": "ThisExpression", "range": [ - 45421, - 45425 + 45627, + 45631 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 12 }, "end": { - "line": 1215, + "line": 1219, "column": 16 } } @@ -101629,31 +102114,31 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 45426, - 45435 + 45632, + 45641 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 17 }, "end": { - "line": 1215, + "line": 1219, "column": 26 } } }, "range": [ - 45421, - 45435 + 45627, + 45641 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 12 }, "end": { - "line": 1215, + "line": 1219, "column": 26 } } @@ -101665,16 +102150,16 @@ "type": "Identifier", "name": "rows", "range": [ - 45438, - 45442 + 45644, + 45648 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 29 }, "end": { - "line": 1215, + "line": 1219, "column": 33 } } @@ -101685,16 +102170,16 @@ "object": { "type": "ThisExpression", "range": [ - 45443, - 45447 + 45649, + 45653 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 34 }, "end": { - "line": 1215, + "line": 1219, "column": 38 } } @@ -101703,76 +102188,76 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 45448, - 45463 + 45654, + 45669 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 39 }, "end": { - "line": 1215, + "line": 1219, "column": 54 } } }, "range": [ - 45443, - 45463 + 45649, + 45669 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 34 }, "end": { - "line": 1215, + "line": 1219, "column": 54 } } }, "range": [ - 45438, - 45464 + 45644, + 45670 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 29 }, "end": { - "line": 1215, + "line": 1219, "column": 55 } } }, "range": [ - 45421, - 45464 + 45627, + 45670 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 12 }, "end": { - "line": 1215, + "line": 1219, "column": 55 } } }, "range": [ - 45421, - 45465 + 45627, + 45671 ], "loc": { "start": { - "line": 1215, + "line": 1219, "column": 12 }, "end": { - "line": 1215, + "line": 1219, "column": 56 } } @@ -101790,16 +102275,16 @@ "object": { "type": "ThisExpression", "range": [ - 45478, - 45482 + 45684, + 45688 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 12 }, "end": { - "line": 1216, + "line": 1220, "column": 16 } } @@ -101808,31 +102293,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45483, - 45486 + 45689, + 45692 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 17 }, "end": { - "line": 1216, + "line": 1220, "column": 20 } } }, "range": [ - 45478, - 45486 + 45684, + 45692 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 12 }, "end": { - "line": 1216, + "line": 1220, "column": 20 } } @@ -101841,31 +102326,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 45487, - 45496 + 45693, + 45702 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 21 }, "end": { - "line": 1216, + "line": 1220, "column": 30 } } }, "range": [ - 45478, - 45496 + 45684, + 45702 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 12 }, "end": { - "line": 1216, + "line": 1220, "column": 30 } } @@ -101877,16 +102362,16 @@ "object": { "type": "ThisExpression", "range": [ - 45497, - 45501 + 45703, + 45707 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 31 }, "end": { - "line": 1216, + "line": 1220, "column": 35 } } @@ -101895,94 +102380,94 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 45502, - 45517 + 45708, + 45723 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 36 }, "end": { - "line": 1216, + "line": 1220, "column": 51 } } }, "range": [ - 45497, - 45517 + 45703, + 45723 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 31 }, "end": { - "line": 1216, + "line": 1220, "column": 51 } } } ], "range": [ - 45478, - 45518 + 45684, + 45724 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 12 }, "end": { - "line": 1216, + "line": 1220, "column": 52 } } }, "range": [ - 45478, - 45519 + 45684, + 45725 ], "loc": { "start": { - "line": 1216, + "line": 1220, "column": 12 }, "end": { - "line": 1216, + "line": 1220, "column": 53 } } } ], "range": [ - 45407, - 45529 + 45613, + 45735 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 44 }, "end": { - "line": 1217, + "line": 1221, "column": 9 } } }, "alternate": null, "range": [ - 45371, - 45529 + 45577, + 45735 ], "loc": { "start": { - "line": 1214, + "line": 1218, "column": 8 }, "end": { - "line": 1217, + "line": 1221, "column": 9 } }, @@ -101991,16 +102476,16 @@ "type": "Line", "value": "for j", "range": [ - 45354, - 45361 + 45560, + 45567 ], "loc": { "start": { - "line": 1212, + "line": 1216, "column": 9 }, "end": { - "line": 1212, + "line": 1216, "column": 16 } } @@ -102011,16 +102496,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 45539, - 45557 + 45745, + 45763 ], "loc": { "start": { - "line": 1219, + "line": 1223, "column": 8 }, "end": { - "line": 1219, + "line": 1223, "column": 26 } } @@ -102043,16 +102528,16 @@ "type": "Identifier", "name": "Object", "range": [ - 45566, - 45572 + 45772, + 45778 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 8 }, "end": { - "line": 1220, + "line": 1224, "column": 14 } } @@ -102061,31 +102546,31 @@ "type": "Identifier", "name": "keys", "range": [ - 45573, - 45577 + 45779, + 45783 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 15 }, "end": { - "line": 1220, + "line": 1224, "column": 19 } } }, "range": [ - 45566, - 45577 + 45772, + 45783 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 8 }, "end": { - "line": 1220, + "line": 1224, "column": 19 } } @@ -102095,32 +102580,32 @@ "type": "Identifier", "name": "Mod", "range": [ - 45578, - 45581 + 45784, + 45787 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 20 }, "end": { - "line": 1220, + "line": 1224, "column": 23 } } } ], "range": [ - 45566, - 45582 + 45772, + 45788 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 8 }, "end": { - "line": 1220, + "line": 1224, "column": 24 } } @@ -102129,31 +102614,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 45583, - 45590 + 45789, + 45796 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 25 }, "end": { - "line": 1220, + "line": 1224, "column": 32 } } }, "range": [ - 45566, - 45590 + 45772, + 45796 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 8 }, "end": { - "line": 1220, + "line": 1224, "column": 32 } } @@ -102167,16 +102652,16 @@ "type": "Identifier", "name": "key", "range": [ - 45600, - 45603 + 45806, + 45809 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 42 }, "end": { - "line": 1220, + "line": 1224, "column": 45 } } @@ -102194,16 +102679,16 @@ "type": "Identifier", "name": "feature", "range": [ - 45623, - 45630 + 45829, + 45836 ], "loc": { "start": { - "line": 1221, + "line": 1225, "column": 16 }, "end": { - "line": 1221, + "line": 1225, "column": 23 } } @@ -102215,16 +102700,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 45633, - 45636 + 45839, + 45842 ], "loc": { "start": { - "line": 1221, + "line": 1225, "column": 26 }, "end": { - "line": 1221, + "line": 1225, "column": 29 } } @@ -102233,46 +102718,46 @@ "type": "Identifier", "name": "key", "range": [ - 45637, - 45640 + 45843, + 45846 ], "loc": { "start": { - "line": 1221, + "line": 1225, "column": 30 }, "end": { - "line": 1221, + "line": 1225, "column": 33 } } }, "range": [ - 45633, - 45641 + 45839, + 45847 ], "loc": { "start": { - "line": 1221, + "line": 1225, "column": 26 }, "end": { - "line": 1221, + "line": 1225, "column": 34 } } }, "range": [ - 45623, - 45641 + 45829, + 45847 ], "loc": { "start": { - "line": 1221, + "line": 1225, "column": 16 }, "end": { - "line": 1221, + "line": 1225, "column": 34 } } @@ -102280,16 +102765,16 @@ ], "kind": "var", "range": [ - 45619, - 45642 + 45825, + 45848 ], "loc": { "start": { - "line": 1221, + "line": 1225, "column": 12 }, "end": { - "line": 1221, + "line": 1225, "column": 35 } } @@ -102303,16 +102788,16 @@ "type": "Identifier", "name": "feature", "range": [ - 45658, - 45665 + 45864, + 45871 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 15 }, "end": { - "line": 1222, + "line": 1226, "column": 22 } } @@ -102326,16 +102811,16 @@ "type": "Identifier", "name": "Types", "range": [ - 45669, - 45674 + 45875, + 45880 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 26 }, "end": { - "line": 1222, + "line": 1226, "column": 31 } } @@ -102344,31 +102829,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 45675, - 45679 + 45881, + 45885 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 32 }, "end": { - "line": 1222, + "line": 1226, "column": 36 } } }, "range": [ - 45669, - 45679 + 45875, + 45885 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 26 }, "end": { - "line": 1222, + "line": 1226, "column": 36 } } @@ -102381,16 +102866,16 @@ "type": "Identifier", "name": "feature", "range": [ - 45680, - 45687 + 45886, + 45893 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 37 }, "end": { - "line": 1222, + "line": 1226, "column": 44 } } @@ -102399,62 +102884,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 45688, - 45695 + 45894, + 45901 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 45 }, "end": { - "line": 1222, + "line": 1226, "column": 52 } } }, "range": [ - 45680, - 45695 + 45886, + 45901 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 37 }, "end": { - "line": 1222, + "line": 1226, "column": 52 } } } ], "range": [ - 45669, - 45696 + 45875, + 45902 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 26 }, "end": { - "line": 1222, + "line": 1226, "column": 53 } } }, "range": [ - 45658, - 45696 + 45864, + 45902 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 15 }, "end": { - "line": 1222, + "line": 1226, "column": 53 } } @@ -102473,16 +102958,16 @@ "type": "Identifier", "name": "feature", "range": [ - 45715, - 45722 + 45921, + 45928 ], "loc": { "start": { - "line": 1223, + "line": 1227, "column": 16 }, "end": { - "line": 1223, + "line": 1227, "column": 23 } } @@ -102491,110 +102976,110 @@ "type": "Identifier", "name": "destroy", "range": [ - 45723, - 45730 + 45929, + 45936 ], "loc": { "start": { - "line": 1223, + "line": 1227, "column": 24 }, "end": { - "line": 1223, + "line": 1227, "column": 31 } } }, "range": [ - 45715, - 45730 + 45921, + 45936 ], "loc": { "start": { - "line": 1223, + "line": 1227, "column": 16 }, "end": { - "line": 1223, + "line": 1227, "column": 31 } } }, "arguments": [], "range": [ - 45715, - 45732 + 45921, + 45938 ], "loc": { "start": { - "line": 1223, + "line": 1227, "column": 16 }, "end": { - "line": 1223, + "line": 1227, "column": 33 } } }, "range": [ - 45715, - 45733 + 45921, + 45939 ], "loc": { "start": { - "line": 1223, + "line": 1227, "column": 16 }, "end": { - "line": 1223, + "line": 1227, "column": 34 } } } ], "range": [ - 45697, - 45747 + 45903, + 45953 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 54 }, "end": { - "line": 1224, + "line": 1228, "column": 13 } } }, "alternate": null, "range": [ - 45655, - 45747 + 45861, + 45953 ], "loc": { "start": { - "line": 1222, + "line": 1226, "column": 12 }, "end": { - "line": 1224, + "line": 1228, "column": 13 } } } ], "range": [ - 45605, - 45757 + 45811, + 45963 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 47 }, "end": { - "line": 1225, + "line": 1229, "column": 9 } } @@ -102602,47 +103087,47 @@ "generator": false, "expression": false, "range": [ - 45591, - 45757 + 45797, + 45963 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 33 }, "end": { - "line": 1225, + "line": 1229, "column": 9 } } } ], "range": [ - 45566, - 45758 + 45772, + 45964 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 8 }, "end": { - "line": 1225, + "line": 1229, "column": 10 } } }, "range": [ - 45566, - 45759 + 45772, + 45965 ], "loc": { "start": { - "line": 1220, + "line": 1224, "column": 8 }, "end": { - "line": 1225, + "line": 1229, "column": 11 } }, @@ -102651,16 +103136,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 45539, - 45557 + 45745, + 45763 ], "loc": { "start": { - "line": 1219, + "line": 1223, "column": 8 }, "end": { - "line": 1219, + "line": 1223, "column": 26 } } @@ -102678,16 +103163,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 45769, - 45772 + 45975, + 45978 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 8 }, "end": { - "line": 1227, + "line": 1231, "column": 11 } } @@ -102696,31 +103181,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 45773, - 45784 + 45979, + 45990 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 12 }, "end": { - "line": 1227, + "line": 1231, "column": 23 } } }, "range": [ - 45769, - 45784 + 45975, + 45990 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 8 }, "end": { - "line": 1227, + "line": 1231, "column": 23 } } @@ -102732,16 +103217,16 @@ "object": { "type": "ThisExpression", "range": [ - 45785, - 45789 + 45991, + 45995 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 24 }, "end": { - "line": 1227, + "line": 1231, "column": 28 } } @@ -102750,31 +103235,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45790, - 45793 + 45996, + 45999 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 29 }, "end": { - "line": 1227, + "line": 1231, "column": 32 } } }, "range": [ - 45785, - 45793 + 45991, + 45999 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 24 }, "end": { - "line": 1227, + "line": 1231, "column": 32 } } @@ -102785,16 +103270,16 @@ "object": { "type": "ThisExpression", "range": [ - 45795, - 45799 + 46001, + 46005 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 34 }, "end": { - "line": 1227, + "line": 1231, "column": 38 } } @@ -102803,62 +103288,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 45800, - 45806 + 46006, + 46012 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 39 }, "end": { - "line": 1227, + "line": 1231, "column": 45 } } }, "range": [ - 45795, - 45806 + 46001, + 46012 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 34 }, "end": { - "line": 1227, + "line": 1231, "column": 45 } } } ], "range": [ - 45769, - 45807 + 45975, + 46013 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 8 }, "end": { - "line": 1227, + "line": 1231, "column": 46 } } }, "range": [ - 45769, - 45808 + 45975, + 46014 ], "loc": { "start": { - "line": 1227, + "line": 1231, "column": 8 }, "end": { - "line": 1227, + "line": 1231, "column": 47 } } @@ -102874,16 +103359,16 @@ "object": { "type": "ThisExpression", "range": [ - 45817, - 45821 + 46023, + 46027 ], "loc": { "start": { - "line": 1228, + "line": 1232, "column": 8 }, "end": { - "line": 1228, + "line": 1232, "column": 12 } } @@ -102892,31 +103377,31 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 45822, - 45831 + 46028, + 46037 ], "loc": { "start": { - "line": 1228, + "line": 1232, "column": 13 }, "end": { - "line": 1228, + "line": 1232, "column": 22 } } }, "range": [ - 45817, - 45831 + 46023, + 46037 ], "loc": { "start": { - "line": 1228, + "line": 1232, "column": 8 }, "end": { - "line": 1228, + "line": 1232, "column": 22 } } @@ -102926,46 +103411,46 @@ "value": null, "raw": "null", "range": [ - 45834, - 45838 + 46040, + 46044 ], "loc": { "start": { - "line": 1228, + "line": 1232, "column": 25 }, "end": { - "line": 1228, + "line": 1232, "column": 29 } } }, "range": [ - 45817, - 45838 + 46023, + 46044 ], "loc": { "start": { - "line": 1228, + "line": 1232, "column": 8 }, "end": { - "line": 1228, + "line": 1232, "column": 29 } } }, "range": [ - 45817, - 45839 + 46023, + 46045 ], "loc": { "start": { - "line": 1228, + "line": 1232, "column": 8 }, "end": { - "line": 1228, + "line": 1232, "column": 30 } } @@ -102981,16 +103466,16 @@ "object": { "type": "ThisExpression", "range": [ - 45848, - 45852 + 46054, + 46058 ], "loc": { "start": { - "line": 1229, + "line": 1233, "column": 8 }, "end": { - "line": 1229, + "line": 1233, "column": 12 } } @@ -102999,31 +103484,31 @@ "type": "Identifier", "name": "isStartBgAlternate", "range": [ - 45853, - 45871 + 46059, + 46077 ], "loc": { "start": { - "line": 1229, + "line": 1233, "column": 13 }, "end": { - "line": 1229, + "line": 1233, "column": 31 } } }, "range": [ - 45848, - 45871 + 46054, + 46077 ], "loc": { "start": { - "line": 1229, + "line": 1233, "column": 8 }, "end": { - "line": 1229, + "line": 1233, "column": 31 } } @@ -103033,46 +103518,46 @@ "value": true, "raw": "true", "range": [ - 45874, - 45878 + 46080, + 46084 ], "loc": { "start": { - "line": 1229, + "line": 1233, "column": 34 }, "end": { - "line": 1229, + "line": 1233, "column": 38 } } }, "range": [ - 45848, - 45878 + 46054, + 46084 ], "loc": { "start": { - "line": 1229, + "line": 1233, "column": 8 }, "end": { - "line": 1229, + "line": 1233, "column": 38 } } }, "range": [ - 45848, - 45879 + 46054, + 46085 ], "loc": { "start": { - "line": 1229, + "line": 1233, "column": 8 }, "end": { - "line": 1229, + "line": 1233, "column": 39 } } @@ -103088,16 +103573,16 @@ "object": { "type": "ThisExpression", "range": [ - 45888, - 45892 + 46094, + 46098 ], "loc": { "start": { - "line": 1230, + "line": 1234, "column": 8 }, "end": { - "line": 1230, + "line": 1234, "column": 12 } } @@ -103106,31 +103591,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 45893, - 45901 + 46099, + 46107 ], "loc": { "start": { - "line": 1230, + "line": 1234, "column": 13 }, "end": { - "line": 1230, + "line": 1234, "column": 21 } } }, "range": [ - 45888, - 45901 + 46094, + 46107 ], "loc": { "start": { - "line": 1230, + "line": 1234, "column": 8 }, "end": { - "line": 1230, + "line": 1234, "column": 21 } } @@ -103140,46 +103625,46 @@ "value": false, "raw": "false", "range": [ - 45904, - 45909 + 46110, + 46115 ], "loc": { "start": { - "line": 1230, + "line": 1234, "column": 24 }, "end": { - "line": 1230, + "line": 1234, "column": 29 } } }, "range": [ - 45888, - 45909 + 46094, + 46115 ], "loc": { "start": { - "line": 1230, + "line": 1234, "column": 8 }, "end": { - "line": 1230, + "line": 1234, "column": 29 } } }, "range": [ - 45888, - 45910 + 46094, + 46116 ], "loc": { "start": { - "line": 1230, + "line": 1234, "column": 8 }, "end": { - "line": 1230, + "line": 1234, "column": 30 } } @@ -103195,16 +103680,16 @@ "object": { "type": "ThisExpression", "range": [ - 45919, - 45923 + 46125, + 46129 ], "loc": { "start": { - "line": 1231, + "line": 1235, "column": 8 }, "end": { - "line": 1231, + "line": 1235, "column": 12 } } @@ -103213,31 +103698,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45924, - 45927 + 46130, + 46133 ], "loc": { "start": { - "line": 1231, + "line": 1235, "column": 13 }, "end": { - "line": 1231, + "line": 1235, "column": 16 } } }, "range": [ - 45919, - 45927 + 46125, + 46133 ], "loc": { "start": { - "line": 1231, + "line": 1235, "column": 8 }, "end": { - "line": 1231, + "line": 1235, "column": 16 } } @@ -103247,62 +103732,62 @@ "value": null, "raw": "null", "range": [ - 45930, - 45934 + 46136, + 46140 ], "loc": { "start": { - "line": 1231, + "line": 1235, "column": 19 }, "end": { - "line": 1231, + "line": 1235, "column": 23 } } }, "range": [ - 45919, - 45934 + 46125, + 46140 ], "loc": { "start": { - "line": 1231, + "line": 1235, "column": 8 }, "end": { - "line": 1231, + "line": 1235, "column": 23 } } }, "range": [ - 45919, - 45935 + 46125, + 46141 ], "loc": { "start": { - "line": 1231, + "line": 1235, "column": 8 }, "end": { - "line": 1231, + "line": 1235, "column": 24 } } } ], "range": [ - 44369, - 45941 + 44575, + 46147 ], "loc": { "start": { - "line": 1176, + "line": 1180, "column": 13 }, "end": { - "line": 1232, + "line": 1236, "column": 5 } } @@ -103310,16 +103795,16 @@ "generator": false, "expression": false, "range": [ - 44367, - 45941 + 44573, + 46147 ], "loc": { "start": { - "line": 1176, + "line": 1180, "column": 11 }, "end": { - "line": 1232, + "line": 1236, "column": 5 } } @@ -103327,16 +103812,16 @@ "kind": "method", "computed": false, "range": [ - 44360, - 45941 + 44566, + 46147 ], "loc": { "start": { - "line": 1176, + "line": 1180, "column": 4 }, "end": { - "line": 1232, + "line": 1236, "column": 5 } }, @@ -103345,16 +103830,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 44317, - 44355 + 44523, + 44561 ], "loc": { "start": { - "line": 1173, + "line": 1177, "column": 4 }, "end": { - "line": 1175, + "line": 1179, "column": 7 } } @@ -103365,16 +103850,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 45947, - 46036 + 46153, + 46242 ], "loc": { "start": { - "line": 1234, + "line": 1238, "column": 4 }, "end": { - "line": 1236, + "line": 1240, "column": 7 } } @@ -103388,16 +103873,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 46041, - 46051 + 46247, + 46257 ], "loc": { "start": { - "line": 1237, + "line": 1241, "column": 4 }, "end": { - "line": 1237, + "line": 1241, "column": 14 } } @@ -103417,16 +103902,16 @@ "object": { "type": "ThisExpression", "range": [ - 46066, - 46070 + 46272, + 46276 ], "loc": { "start": { - "line": 1238, + "line": 1242, "column": 11 }, "end": { - "line": 1238, + "line": 1242, "column": 15 } } @@ -103435,31 +103920,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46071, - 46077 + 46277, + 46283 ], "loc": { "start": { - "line": 1238, + "line": 1242, "column": 16 }, "end": { - "line": 1238, + "line": 1242, "column": 22 } } }, "range": [ - 46066, - 46077 + 46272, + 46283 ], "loc": { "start": { - "line": 1238, + "line": 1242, "column": 11 }, "end": { - "line": 1238, + "line": 1242, "column": 22 } } @@ -103471,48 +103956,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46092, - 46099 + 46298, + 46305 ], "loc": { "start": { - "line": 1239, + "line": 1243, "column": 12 }, "end": { - "line": 1239, + "line": 1243, "column": 19 } } } ], "range": [ - 46078, - 46109 + 46284, + 46315 ], "loc": { "start": { - "line": 1238, + "line": 1242, "column": 23 }, "end": { - "line": 1240, + "line": 1244, "column": 9 } } }, "alternate": null, "range": [ - 46063, - 46109 + 46269, + 46315 ], "loc": { "start": { - "line": 1238, + "line": 1242, "column": 8 }, "end": { - "line": 1240, + "line": 1244, "column": 9 } }, @@ -103521,16 +104006,16 @@ "type": "Block", "value": "** container div **", "range": [ - 46119, - 46142 + 46325, + 46348 ], "loc": { "start": { - "line": 1242, + "line": 1246, "column": 8 }, "end": { - "line": 1242, + "line": 1246, "column": 31 } } @@ -103546,16 +104031,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46155, - 46161 + 46361, + 46367 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 12 }, "end": { - "line": 1243, + "line": 1247, "column": 18 } } @@ -103569,16 +104054,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 46164, - 46167 + 46370, + 46373 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 21 }, "end": { - "line": 1243, + "line": 1247, "column": 24 } } @@ -103587,31 +104072,31 @@ "type": "Identifier", "name": "create", "range": [ - 46168, - 46174 + 46374, + 46380 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 25 }, "end": { - "line": 1243, + "line": 1247, "column": 31 } } }, "range": [ - 46164, - 46174 + 46370, + 46380 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 21 }, "end": { - "line": 1243, + "line": 1247, "column": 31 } } @@ -103622,16 +104107,16 @@ "value": "div", "raw": "'div'", "range": [ - 46175, - 46180 + 46381, + 46386 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 32 }, "end": { - "line": 1243, + "line": 1247, "column": 37 } } @@ -103644,16 +104129,16 @@ "value": "id", "raw": "'id'", "range": [ - 46183, - 46187 + 46389, + 46393 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 40 }, "end": { - "line": 1243, + "line": 1247, "column": 44 } } @@ -103667,16 +104152,16 @@ "object": { "type": "ThisExpression", "range": [ - 46189, - 46193 + 46395, + 46399 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 46 }, "end": { - "line": 1243, + "line": 1247, "column": 50 } } @@ -103685,31 +104170,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 46194, - 46204 + 46400, + 46410 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 51 }, "end": { - "line": 1243, + "line": 1247, "column": 61 } } }, "range": [ - 46189, - 46204 + 46395, + 46410 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 46 }, "end": { - "line": 1243, + "line": 1247, "column": 61 } } @@ -103720,16 +104205,16 @@ "object": { "type": "ThisExpression", "range": [ - 46205, - 46209 + 46411, + 46415 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 62 }, "end": { - "line": 1243, + "line": 1247, "column": 66 } } @@ -103738,93 +104223,93 @@ "type": "Identifier", "name": "id", "range": [ - 46210, - 46212 + 46416, + 46418 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 67 }, "end": { - "line": 1243, + "line": 1247, "column": 69 } } }, "range": [ - 46205, - 46212 + 46411, + 46418 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 62 }, "end": { - "line": 1243, + "line": 1247, "column": 69 } } }, "range": [ - 46189, - 46212 + 46395, + 46418 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 46 }, "end": { - "line": 1243, + "line": 1247, "column": 69 } } } ], "range": [ - 46182, - 46213 + 46388, + 46419 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 39 }, "end": { - "line": 1243, + "line": 1247, "column": 70 } } } ], "range": [ - 46164, - 46214 + 46370, + 46420 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 21 }, "end": { - "line": 1243, + "line": 1247, "column": 71 } } }, "range": [ - 46155, - 46214 + 46361, + 46420 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 12 }, "end": { - "line": 1243, + "line": 1247, "column": 71 } } @@ -103832,16 +104317,16 @@ ], "kind": "let", "range": [ - 46151, - 46215 + 46357, + 46421 ], "loc": { "start": { - "line": 1243, + "line": 1247, "column": 8 }, "end": { - "line": 1243, + "line": 1247, "column": 72 } }, @@ -103850,16 +104335,16 @@ "type": "Block", "value": "** container div **", "range": [ - 46119, - 46142 + 46325, + 46348 ], "loc": { "start": { - "line": 1242, + "line": 1246, "column": 8 }, "end": { - "line": 1242, + "line": 1246, "column": 31 } } @@ -103878,16 +104363,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46224, - 46230 + 46430, + 46436 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 8 }, "end": { - "line": 1244, + "line": 1248, "column": 14 } } @@ -103896,31 +104381,31 @@ "type": "Identifier", "name": "className", "range": [ - 46231, - 46240 + 46437, + 46446 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 15 }, "end": { - "line": 1244, + "line": 1248, "column": 24 } } }, "range": [ - 46224, - 46240 + 46430, + 46446 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 8 }, "end": { - "line": 1244, + "line": 1248, "column": 24 } } @@ -103931,16 +104416,16 @@ "object": { "type": "ThisExpression", "range": [ - 46243, - 46247 + 46449, + 46453 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 27 }, "end": { - "line": 1244, + "line": 1248, "column": 31 } } @@ -103949,61 +104434,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 46248, - 46262 + 46454, + 46468 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 32 }, "end": { - "line": 1244, + "line": 1248, "column": 46 } } }, "range": [ - 46243, - 46262 + 46449, + 46468 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 27 }, "end": { - "line": 1244, + "line": 1248, "column": 46 } } }, "range": [ - 46224, - 46262 + 46430, + 46468 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 8 }, "end": { - "line": 1244, + "line": 1248, "column": 46 } } }, "range": [ - 46224, - 46263 + 46430, + 46469 ], "loc": { "start": { - "line": 1244, + "line": 1248, "column": 8 }, "end": { - "line": 1244, + "line": 1248, "column": 47 } }, @@ -104012,16 +104497,16 @@ "type": "Line", "value": "custom container", "range": [ - 46273, - 46291 + 46479, + 46497 ], "loc": { "start": { - "line": 1246, + "line": 1250, "column": 8 }, "end": { - "line": 1246, + "line": 1250, "column": 26 } } @@ -104036,16 +104521,16 @@ "object": { "type": "ThisExpression", "range": [ - 46303, - 46307 + 46509, + 46513 ], "loc": { "start": { - "line": 1247, + "line": 1251, "column": 11 }, "end": { - "line": 1247, + "line": 1251, "column": 15 } } @@ -104054,31 +104539,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 46308, - 46320 + 46514, + 46526 ], "loc": { "start": { - "line": 1247, + "line": 1251, "column": 16 }, "end": { - "line": 1247, + "line": 1251, "column": 28 } } }, "range": [ - 46303, - 46320 + 46509, + 46526 ], "loc": { "start": { - "line": 1247, + "line": 1251, "column": 11 }, "end": { - "line": 1247, + "line": 1251, "column": 28 } } @@ -104102,16 +104587,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 46335, - 46338 + 46541, + 46544 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 12 }, "end": { - "line": 1248, + "line": 1252, "column": 15 } } @@ -104120,31 +104605,31 @@ "type": "Identifier", "name": "id", "range": [ - 46339, - 46341 + 46545, + 46547 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 16 }, "end": { - "line": 1248, + "line": 1252, "column": 18 } } }, "range": [ - 46335, - 46341 + 46541, + 46547 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 12 }, "end": { - "line": 1248, + "line": 1252, "column": 18 } } @@ -104156,16 +104641,16 @@ "object": { "type": "ThisExpression", "range": [ - 46342, - 46346 + 46548, + 46552 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 19 }, "end": { - "line": 1248, + "line": 1252, "column": 23 } } @@ -104174,47 +104659,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 46347, - 46359 + 46553, + 46565 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 24 }, "end": { - "line": 1248, + "line": 1252, "column": 36 } } }, "range": [ - 46342, - 46359 + 46548, + 46565 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 19 }, "end": { - "line": 1248, + "line": 1252, "column": 36 } } } ], "range": [ - 46335, - 46360 + 46541, + 46566 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 12 }, "end": { - "line": 1248, + "line": 1252, "column": 37 } } @@ -104223,31 +104708,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 46361, - 46372 + 46567, + 46578 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 38 }, "end": { - "line": 1248, + "line": 1252, "column": 49 } } }, "range": [ - 46335, - 46372 + 46541, + 46578 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 12 }, "end": { - "line": 1248, + "line": 1252, "column": 49 } } @@ -104257,63 +104742,63 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46373, - 46379 + 46579, + 46585 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 50 }, "end": { - "line": 1248, + "line": 1252, "column": 56 } } } ], "range": [ - 46335, - 46380 + 46541, + 46586 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 12 }, "end": { - "line": 1248, + "line": 1252, "column": 57 } } }, "range": [ - 46335, - 46381 + 46541, + 46587 ], "loc": { "start": { - "line": 1248, + "line": 1252, "column": 12 }, "end": { - "line": 1248, + "line": 1252, "column": 58 } } } ], "range": [ - 46321, - 46391 + 46527, + 46597 ], "loc": { "start": { - "line": 1247, + "line": 1251, "column": 29 }, "end": { - "line": 1249, + "line": 1253, "column": 9 } }, @@ -104322,16 +104807,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 46400, - 46413 + 46606, + 46619 ], "loc": { "start": { - "line": 1250, + "line": 1254, "column": 8 }, "end": { - "line": 1250, + "line": 1254, "column": 21 } } @@ -104346,16 +104831,16 @@ "object": { "type": "ThisExpression", "range": [ - 46430, - 46434 + 46636, + 46640 ], "loc": { "start": { - "line": 1251, + "line": 1255, "column": 16 }, "end": { - "line": 1251, + "line": 1255, "column": 20 } } @@ -104364,31 +104849,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 46435, - 46445 + 46641, + 46651 ], "loc": { "start": { - "line": 1251, + "line": 1255, "column": 21 }, "end": { - "line": 1251, + "line": 1255, "column": 31 } } }, "range": [ - 46430, - 46445 + 46636, + 46651 ], "loc": { "start": { - "line": 1251, + "line": 1255, "column": 16 }, "end": { - "line": 1251, + "line": 1255, "column": 31 } } @@ -104405,16 +104890,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 46464, - 46474 + 46670, + 46680 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 16 }, "end": { - "line": 1252, + "line": 1256, "column": 26 } } @@ -104428,16 +104913,16 @@ "object": { "type": "ThisExpression", "range": [ - 46477, - 46481 + 46683, + 46687 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 29 }, "end": { - "line": 1252, + "line": 1256, "column": 33 } } @@ -104446,31 +104931,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 46482, - 46485 + 46688, + 46691 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 34 }, "end": { - "line": 1252, + "line": 1256, "column": 37 } } }, "range": [ - 46477, - 46485 + 46683, + 46691 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 29 }, "end": { - "line": 1252, + "line": 1256, "column": 37 } } @@ -104479,46 +104964,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 46486, - 46496 + 46692, + 46702 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 38 }, "end": { - "line": 1252, + "line": 1256, "column": 48 } } }, "range": [ - 46477, - 46496 + 46683, + 46702 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 29 }, "end": { - "line": 1252, + "line": 1256, "column": 48 } } }, "range": [ - 46464, - 46496 + 46670, + 46702 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 16 }, "end": { - "line": 1252, + "line": 1256, "column": 48 } } @@ -104526,16 +105011,16 @@ ], "kind": "let", "range": [ - 46460, - 46497 + 46666, + 46703 ], "loc": { "start": { - "line": 1252, + "line": 1256, "column": 12 }, "end": { - "line": 1252, + "line": 1256, "column": 49 } } @@ -104554,16 +105039,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 46510, - 46520 + 46716, + 46726 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 12 }, "end": { - "line": 1253, + "line": 1257, "column": 22 } } @@ -104572,31 +105057,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 46521, - 46532 + 46727, + 46738 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 23 }, "end": { - "line": 1253, + "line": 1257, "column": 34 } } }, "range": [ - 46510, - 46532 + 46716, + 46738 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 12 }, "end": { - "line": 1253, + "line": 1257, "column": 34 } } @@ -104605,31 +105090,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 46533, - 46544 + 46739, + 46750 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 35 }, "end": { - "line": 1253, + "line": 1257, "column": 46 } } }, "range": [ - 46510, - 46544 + 46716, + 46750 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 12 }, "end": { - "line": 1253, + "line": 1257, "column": 46 } } @@ -104639,47 +105124,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46545, - 46551 + 46751, + 46757 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 47 }, "end": { - "line": 1253, + "line": 1257, "column": 53 } } } ], "range": [ - 46510, - 46552 + 46716, + 46758 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 12 }, "end": { - "line": 1253, + "line": 1257, "column": 54 } } }, "range": [ - 46510, - 46553 + 46716, + 46759 ], "loc": { "start": { - "line": 1253, + "line": 1257, "column": 12 }, "end": { - "line": 1253, + "line": 1257, "column": 55 } } @@ -104696,16 +105181,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46566, - 46572 + 46772, + 46778 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 12 }, "end": { - "line": 1254, + "line": 1258, "column": 18 } } @@ -104714,31 +105199,31 @@ "type": "Identifier", "name": "className", "range": [ - 46573, - 46582 + 46779, + 46788 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 19 }, "end": { - "line": 1254, + "line": 1258, "column": 28 } } }, "range": [ - 46566, - 46582 + 46772, + 46788 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 12 }, "end": { - "line": 1254, + "line": 1258, "column": 28 } } @@ -104750,16 +105235,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 46585, - 46595 + 46791, + 46801 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 31 }, "end": { - "line": 1254, + "line": 1258, "column": 41 } } @@ -104768,77 +105253,77 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 46596, - 46614 + 46802, + 46820 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 42 }, "end": { - "line": 1254, + "line": 1258, "column": 60 } } }, "range": [ - 46585, - 46614 + 46791, + 46820 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 31 }, "end": { - "line": 1254, + "line": 1258, "column": 60 } } }, "range": [ - 46566, - 46614 + 46772, + 46820 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 12 }, "end": { - "line": 1254, + "line": 1258, "column": 60 } } }, "range": [ - 46566, - 46615 + 46772, + 46821 ], "loc": { "start": { - "line": 1254, + "line": 1258, "column": 12 }, "end": { - "line": 1254, + "line": 1258, "column": 61 } } } ], "range": [ - 46446, - 46625 + 46652, + 46831 ], "loc": { "start": { - "line": 1251, + "line": 1255, "column": 32 }, "end": { - "line": 1255, + "line": 1259, "column": 9 } }, @@ -104847,16 +105332,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 46634, - 46674 + 46840, + 46880 ], "loc": { "start": { - "line": 1256, + "line": 1260, "column": 8 }, "end": { - "line": 1256, + "line": 1260, "column": 48 } } @@ -104875,16 +105360,16 @@ "type": "Identifier", "name": "cont", "range": [ - 46705, - 46709 + 46911, + 46915 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 16 }, "end": { - "line": 1258, + "line": 1262, "column": 20 } } @@ -104898,16 +105383,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 46712, - 46715 + 46918, + 46921 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 23 }, "end": { - "line": 1258, + "line": 1262, "column": 26 } } @@ -104916,31 +105401,31 @@ "type": "Identifier", "name": "create", "range": [ - 46716, - 46722 + 46922, + 46928 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 27 }, "end": { - "line": 1258, + "line": 1262, "column": 33 } } }, "range": [ - 46712, - 46722 + 46918, + 46928 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 23 }, "end": { - "line": 1258, + "line": 1262, "column": 33 } } @@ -104951,47 +105436,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 46723, - 46732 + 46929, + 46938 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 34 }, "end": { - "line": 1258, + "line": 1262, "column": 43 } } } ], "range": [ - 46712, - 46733 + 46918, + 46939 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 23 }, "end": { - "line": 1258, + "line": 1262, "column": 44 } } }, "range": [ - 46705, - 46733 + 46911, + 46939 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 16 }, "end": { - "line": 1258, + "line": 1262, "column": 44 } } @@ -104999,16 +105484,16 @@ ], "kind": "var", "range": [ - 46701, - 46734 + 46907, + 46940 ], "loc": { "start": { - "line": 1258, + "line": 1262, "column": 12 }, "end": { - "line": 1258, + "line": 1262, "column": 45 } } @@ -105024,16 +105509,16 @@ "type": "Identifier", "name": "cont", "range": [ - 46747, - 46751 + 46953, + 46957 ], "loc": { "start": { - "line": 1259, + "line": 1263, "column": 12 }, "end": { - "line": 1259, + "line": 1263, "column": 16 } } @@ -105042,31 +105527,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 46752, - 46763 + 46958, + 46969 ], "loc": { "start": { - "line": 1259, + "line": 1263, "column": 17 }, "end": { - "line": 1259, + "line": 1263, "column": 28 } } }, "range": [ - 46747, - 46763 + 46953, + 46969 ], "loc": { "start": { - "line": 1259, + "line": 1263, "column": 12 }, "end": { - "line": 1259, + "line": 1263, "column": 28 } } @@ -105076,47 +105561,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46764, - 46770 + 46970, + 46976 ], "loc": { "start": { - "line": 1259, + "line": 1263, "column": 29 }, "end": { - "line": 1259, + "line": 1263, "column": 35 } } } ], "range": [ - 46747, - 46771 + 46953, + 46977 ], "loc": { "start": { - "line": 1259, + "line": 1263, "column": 12 }, "end": { - "line": 1259, + "line": 1263, "column": 36 } } }, "range": [ - 46747, - 46772 + 46953, + 46978 ], "loc": { "start": { - "line": 1259, + "line": 1263, "column": 12 }, "end": { - "line": 1259, + "line": 1263, "column": 37 } } @@ -105134,16 +105619,16 @@ "object": { "type": "ThisExpression", "range": [ - 46785, - 46789 + 46991, + 46995 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 12 }, "end": { - "line": 1260, + "line": 1264, "column": 16 } } @@ -105152,31 +105637,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 46790, - 46793 + 46996, + 46999 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 17 }, "end": { - "line": 1260, + "line": 1264, "column": 20 } } }, "range": [ - 46785, - 46793 + 46991, + 46999 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 12 }, "end": { - "line": 1260, + "line": 1264, "column": 20 } } @@ -105185,31 +105670,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 46794, - 46806 + 47000, + 47012 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 21 }, "end": { - "line": 1260, + "line": 1264, "column": 33 } } }, "range": [ - 46785, - 46806 + 46991, + 47012 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 12 }, "end": { - "line": 1260, + "line": 1264, "column": 33 } } @@ -105219,16 +105704,16 @@ "type": "Identifier", "name": "cont", "range": [ - 46807, - 46811 + 47013, + 47017 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 34 }, "end": { - "line": 1260, + "line": 1264, "column": 38 } } @@ -105242,16 +105727,16 @@ "object": { "type": "ThisExpression", "range": [ - 46813, - 46817 + 47019, + 47023 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 40 }, "end": { - "line": 1260, + "line": 1264, "column": 44 } } @@ -105260,31 +105745,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 46818, - 46821 + 47024, + 47027 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 45 }, "end": { - "line": 1260, + "line": 1264, "column": 48 } } }, "range": [ - 46813, - 46821 + 47019, + 47027 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 40 }, "end": { - "line": 1260, + "line": 1264, "column": 48 } } @@ -105293,78 +105778,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 46822, - 46832 + 47028, + 47038 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 49 }, "end": { - "line": 1260, + "line": 1264, "column": 59 } } }, "range": [ - 46813, - 46832 + 47019, + 47038 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 40 }, "end": { - "line": 1260, + "line": 1264, "column": 59 } } } ], "range": [ - 46785, - 46833 + 46991, + 47039 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 12 }, "end": { - "line": 1260, + "line": 1264, "column": 60 } } }, "range": [ - 46785, - 46834 + 46991, + 47040 ], "loc": { "start": { - "line": 1260, + "line": 1264, "column": 12 }, "end": { - "line": 1260, + "line": 1264, "column": 61 } } } ], "range": [ - 46687, - 46844 + 46893, + 47050 ], "loc": { "start": { - "line": 1257, + "line": 1261, "column": 12 }, "end": { - "line": 1261, + "line": 1265, "column": 9 } }, @@ -105373,16 +105858,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 46634, - 46674 + 46840, + 46880 ], "loc": { "start": { - "line": 1256, + "line": 1260, "column": 8 }, "end": { - "line": 1256, + "line": 1260, "column": 48 } } @@ -105390,16 +105875,16 @@ ] }, "range": [ - 46427, - 46844 + 46633, + 47050 ], "loc": { "start": { - "line": 1251, + "line": 1255, "column": 13 }, "end": { - "line": 1261, + "line": 1265, "column": 9 } }, @@ -105408,16 +105893,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 46400, - 46413 + 46606, + 46619 ], "loc": { "start": { - "line": 1250, + "line": 1254, "column": 8 }, "end": { - "line": 1250, + "line": 1254, "column": 21 } } @@ -105425,16 +105910,16 @@ ] }, "range": [ - 46300, - 46844 + 46506, + 47050 ], "loc": { "start": { - "line": 1247, + "line": 1251, "column": 8 }, "end": { - "line": 1261, + "line": 1265, "column": 9 } }, @@ -105443,16 +105928,16 @@ "type": "Line", "value": "custom container", "range": [ - 46273, - 46291 + 46479, + 46497 ], "loc": { "start": { - "line": 1246, + "line": 1250, "column": 8 }, "end": { - "line": 1246, + "line": 1250, "column": 26 } } @@ -105470,16 +105955,16 @@ "object": { "type": "ThisExpression", "range": [ - 46853, - 46857 + 47059, + 47063 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 8 }, "end": { - "line": 1262, + "line": 1266, "column": 12 } } @@ -105488,31 +105973,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46858, - 46864 + 47064, + 47070 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 13 }, "end": { - "line": 1262, + "line": 1266, "column": 19 } } }, "range": [ - 46853, - 46864 + 47059, + 47070 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 8 }, "end": { - "line": 1262, + "line": 1266, "column": 19 } } @@ -105526,16 +106011,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 46867, - 46870 + 47073, + 47076 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 22 }, "end": { - "line": 1262, + "line": 1266, "column": 25 } } @@ -105544,31 +106029,31 @@ "type": "Identifier", "name": "id", "range": [ - 46871, - 46873 + 47077, + 47079 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 26 }, "end": { - "line": 1262, + "line": 1266, "column": 28 } } }, "range": [ - 46867, - 46873 + 47073, + 47079 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 22 }, "end": { - "line": 1262, + "line": 1266, "column": 28 } } @@ -105583,16 +106068,16 @@ "object": { "type": "ThisExpression", "range": [ - 46874, - 46878 + 47080, + 47084 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 29 }, "end": { - "line": 1262, + "line": 1266, "column": 33 } } @@ -105601,31 +106086,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 46879, - 46889 + 47085, + 47095 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 34 }, "end": { - "line": 1262, + "line": 1266, "column": 44 } } }, "range": [ - 46874, - 46889 + 47080, + 47095 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 29 }, "end": { - "line": 1262, + "line": 1266, "column": 44 } } @@ -105636,16 +106121,16 @@ "object": { "type": "ThisExpression", "range": [ - 46890, - 46894 + 47096, + 47100 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 45 }, "end": { - "line": 1262, + "line": 1266, "column": 49 } } @@ -105654,92 +106139,92 @@ "type": "Identifier", "name": "id", "range": [ - 46895, - 46897 + 47101, + 47103 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 50 }, "end": { - "line": 1262, + "line": 1266, "column": 52 } } }, "range": [ - 46890, - 46897 + 47096, + 47103 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 45 }, "end": { - "line": 1262, + "line": 1266, "column": 52 } } }, "range": [ - 46874, - 46897 + 47080, + 47103 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 29 }, "end": { - "line": 1262, + "line": 1266, "column": 52 } } } ], "range": [ - 46867, - 46898 + 47073, + 47104 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 22 }, "end": { - "line": 1262, + "line": 1266, "column": 53 } } }, "range": [ - 46853, - 46898 + 47059, + 47104 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 8 }, "end": { - "line": 1262, + "line": 1266, "column": 53 } } }, "range": [ - 46853, - 46899 + 47059, + 47105 ], "loc": { "start": { - "line": 1262, + "line": 1266, "column": 8 }, "end": { - "line": 1262, + "line": 1266, "column": 54 } }, @@ -105748,16 +106233,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 46909, - 46955 + 47115, + 47161 ], "loc": { "start": { - "line": 1264, + "line": 1268, "column": 8 }, "end": { - "line": 1264, + "line": 1268, "column": 54 } } @@ -105773,16 +106258,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 46968, - 46972 + 47174, + 47178 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 12 }, "end": { - "line": 1265, + "line": 1269, "column": 16 } } @@ -105796,16 +106281,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 46975, - 46978 + 47181, + 47184 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 19 }, "end": { - "line": 1265, + "line": 1269, "column": 22 } } @@ -105814,31 +106299,31 @@ "type": "Identifier", "name": "create", "range": [ - 46979, - 46985 + 47185, + 47191 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 23 }, "end": { - "line": 1265, + "line": 1269, "column": 29 } } }, "range": [ - 46975, - 46985 + 47181, + 47191 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 19 }, "end": { - "line": 1265, + "line": 1269, "column": 29 } } @@ -105849,16 +106334,16 @@ "value": "div", "raw": "'div'", "range": [ - 46986, - 46991 + 47192, + 47197 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 30 }, "end": { - "line": 1265, + "line": 1269, "column": 35 } } @@ -105871,16 +106356,16 @@ "value": "id", "raw": "'id'", "range": [ - 46994, - 46998 + 47200, + 47204 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 38 }, "end": { - "line": 1265, + "line": 1269, "column": 42 } } @@ -105894,16 +106379,16 @@ "object": { "type": "ThisExpression", "range": [ - 47000, - 47004 + 47206, + 47210 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 44 }, "end": { - "line": 1265, + "line": 1269, "column": 48 } } @@ -105912,31 +106397,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 47005, - 47013 + 47211, + 47219 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 49 }, "end": { - "line": 1265, + "line": 1269, "column": 57 } } }, "range": [ - 47000, - 47013 + 47206, + 47219 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 44 }, "end": { - "line": 1265, + "line": 1269, "column": 57 } } @@ -105947,16 +106432,16 @@ "object": { "type": "ThisExpression", "range": [ - 47014, - 47018 + 47220, + 47224 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 58 }, "end": { - "line": 1265, + "line": 1269, "column": 62 } } @@ -105965,93 +106450,93 @@ "type": "Identifier", "name": "id", "range": [ - 47019, - 47021 + 47225, + 47227 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 63 }, "end": { - "line": 1265, + "line": 1269, "column": 65 } } }, "range": [ - 47014, - 47021 + 47220, + 47227 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 58 }, "end": { - "line": 1265, + "line": 1269, "column": 65 } } }, "range": [ - 47000, - 47021 + 47206, + 47227 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 44 }, "end": { - "line": 1265, + "line": 1269, "column": 65 } } } ], "range": [ - 46993, - 47022 + 47199, + 47228 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 37 }, "end": { - "line": 1265, + "line": 1269, "column": 66 } } } ], "range": [ - 46975, - 47023 + 47181, + 47229 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 19 }, "end": { - "line": 1265, + "line": 1269, "column": 67 } } }, "range": [ - 46968, - 47023 + 47174, + 47229 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 12 }, "end": { - "line": 1265, + "line": 1269, "column": 67 } } @@ -106059,16 +106544,16 @@ ], "kind": "let", "range": [ - 46964, - 47024 + 47170, + 47230 ], "loc": { "start": { - "line": 1265, + "line": 1269, "column": 8 }, "end": { - "line": 1265, + "line": 1269, "column": 68 } }, @@ -106077,16 +106562,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 46909, - 46955 + 47115, + 47161 ], "loc": { "start": { - "line": 1264, + "line": 1268, "column": 8 }, "end": { - "line": 1264, + "line": 1268, "column": 54 } } @@ -106105,16 +106590,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 47033, - 47037 + 47239, + 47243 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 8 }, "end": { - "line": 1266, + "line": 1270, "column": 12 } } @@ -106123,31 +106608,31 @@ "type": "Identifier", "name": "className", "range": [ - 47038, - 47047 + 47244, + 47253 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 13 }, "end": { - "line": 1266, + "line": 1270, "column": 22 } } }, "range": [ - 47033, - 47047 + 47239, + 47253 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 8 }, "end": { - "line": 1266, + "line": 1270, "column": 22 } } @@ -106158,16 +106643,16 @@ "object": { "type": "ThisExpression", "range": [ - 47050, - 47054 + 47256, + 47260 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 25 }, "end": { - "line": 1266, + "line": 1270, "column": 29 } } @@ -106176,61 +106661,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 47055, - 47067 + 47261, + 47273 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 30 }, "end": { - "line": 1266, + "line": 1270, "column": 42 } } }, "range": [ - 47050, - 47067 + 47256, + 47273 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 25 }, "end": { - "line": 1266, + "line": 1270, "column": 42 } } }, "range": [ - 47033, - 47067 + 47239, + 47273 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 8 }, "end": { - "line": 1266, + "line": 1270, "column": 42 } } }, "range": [ - 47033, - 47068 + 47239, + 47274 ], "loc": { "start": { - "line": 1266, + "line": 1270, "column": 8 }, "end": { - "line": 1266, + "line": 1270, "column": 43 } } @@ -106246,16 +106731,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 47077, - 47083 + 47283, + 47289 ], "loc": { "start": { - "line": 1267, + "line": 1271, "column": 8 }, "end": { - "line": 1267, + "line": 1271, "column": 14 } } @@ -106264,31 +106749,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 47084, - 47095 + 47290, + 47301 ], "loc": { "start": { - "line": 1267, + "line": 1271, "column": 15 }, "end": { - "line": 1267, + "line": 1271, "column": 26 } } }, "range": [ - 47077, - 47095 + 47283, + 47301 ], "loc": { "start": { - "line": 1267, + "line": 1271, "column": 8 }, "end": { - "line": 1267, + "line": 1271, "column": 26 } } @@ -106298,47 +106783,47 @@ "type": "Identifier", "name": "ldiv", "range": [ - 47096, - 47100 + 47302, + 47306 ], "loc": { "start": { - "line": 1267, + "line": 1271, "column": 27 }, "end": { - "line": 1267, + "line": 1271, "column": 31 } } } ], "range": [ - 47077, - 47101 + 47283, + 47307 ], "loc": { "start": { - "line": 1267, + "line": 1271, "column": 8 }, "end": { - "line": 1267, + "line": 1271, "column": 32 } } }, "range": [ - 47077, - 47102 + 47283, + 47308 ], "loc": { "start": { - "line": 1267, + "line": 1271, "column": 8 }, "end": { - "line": 1267, + "line": 1271, "column": 33 } } @@ -106354,16 +106839,16 @@ "object": { "type": "ThisExpression", "range": [ - 47111, - 47115 + 47317, + 47321 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 8 }, "end": { - "line": 1268, + "line": 1272, "column": 12 } } @@ -106372,31 +106857,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 47116, - 47120 + 47322, + 47326 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 13 }, "end": { - "line": 1268, + "line": 1272, "column": 17 } } }, "range": [ - 47111, - 47120 + 47317, + 47326 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 8 }, "end": { - "line": 1268, + "line": 1272, "column": 17 } } @@ -106410,16 +106895,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 47123, - 47126 + 47329, + 47332 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 20 }, "end": { - "line": 1268, + "line": 1272, "column": 23 } } @@ -106428,31 +106913,31 @@ "type": "Identifier", "name": "id", "range": [ - 47127, - 47129 + 47333, + 47335 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 24 }, "end": { - "line": 1268, + "line": 1272, "column": 26 } } }, "range": [ - 47123, - 47129 + 47329, + 47335 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 20 }, "end": { - "line": 1268, + "line": 1272, "column": 26 } } @@ -106467,16 +106952,16 @@ "object": { "type": "ThisExpression", "range": [ - 47130, - 47134 + 47336, + 47340 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 27 }, "end": { - "line": 1268, + "line": 1272, "column": 31 } } @@ -106485,31 +106970,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 47135, - 47143 + 47341, + 47349 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 32 }, "end": { - "line": 1268, + "line": 1272, "column": 40 } } }, "range": [ - 47130, - 47143 + 47336, + 47349 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 27 }, "end": { - "line": 1268, + "line": 1272, "column": 40 } } @@ -106520,16 +107005,16 @@ "object": { "type": "ThisExpression", "range": [ - 47144, - 47148 + 47350, + 47354 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 41 }, "end": { - "line": 1268, + "line": 1272, "column": 45 } } @@ -106538,92 +107023,92 @@ "type": "Identifier", "name": "id", "range": [ - 47149, - 47151 + 47355, + 47357 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 46 }, "end": { - "line": 1268, + "line": 1272, "column": 48 } } }, "range": [ - 47144, - 47151 + 47350, + 47357 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 41 }, "end": { - "line": 1268, + "line": 1272, "column": 48 } } }, "range": [ - 47130, - 47151 + 47336, + 47357 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 27 }, "end": { - "line": 1268, + "line": 1272, "column": 48 } } } ], "range": [ - 47123, - 47152 + 47329, + 47358 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 20 }, "end": { - "line": 1268, + "line": 1272, "column": 49 } } }, "range": [ - 47111, - 47152 + 47317, + 47358 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 8 }, "end": { - "line": 1268, + "line": 1272, "column": 49 } } }, "range": [ - 47111, - 47153 + 47317, + 47359 ], "loc": { "start": { - "line": 1268, + "line": 1272, "column": 8 }, "end": { - "line": 1268, + "line": 1272, "column": 50 } }, @@ -106632,16 +107117,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 47163, - 47257 + 47369, + 47463 ], "loc": { "start": { - "line": 1270, + "line": 1274, "column": 8 }, "end": { - "line": 1271, + "line": 1275, "column": 52 } } @@ -106657,16 +107142,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 47270, - 47274 + 47476, + 47480 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 12 }, "end": { - "line": 1272, + "line": 1276, "column": 16 } } @@ -106680,16 +107165,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 47277, - 47280 + 47483, + 47486 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 19 }, "end": { - "line": 1272, + "line": 1276, "column": 22 } } @@ -106698,31 +107183,31 @@ "type": "Identifier", "name": "create", "range": [ - 47281, - 47287 + 47487, + 47493 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 23 }, "end": { - "line": 1272, + "line": 1276, "column": 29 } } }, "range": [ - 47277, - 47287 + 47483, + 47493 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 19 }, "end": { - "line": 1272, + "line": 1276, "column": 29 } } @@ -106733,16 +107218,16 @@ "value": "div", "raw": "'div'", "range": [ - 47288, - 47293 + 47494, + 47499 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 30 }, "end": { - "line": 1272, + "line": 1276, "column": 35 } } @@ -106755,16 +107240,16 @@ "value": "id", "raw": "'id'", "range": [ - 47296, - 47300 + 47502, + 47506 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 38 }, "end": { - "line": 1272, + "line": 1276, "column": 42 } } @@ -106778,16 +107263,16 @@ "object": { "type": "ThisExpression", "range": [ - 47302, - 47306 + 47508, + 47512 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 44 }, "end": { - "line": 1272, + "line": 1276, "column": 48 } } @@ -106796,31 +107281,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 47307, - 47315 + 47513, + 47521 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 49 }, "end": { - "line": 1272, + "line": 1276, "column": 57 } } }, "range": [ - 47302, - 47315 + 47508, + 47521 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 44 }, "end": { - "line": 1272, + "line": 1276, "column": 57 } } @@ -106831,16 +107316,16 @@ "object": { "type": "ThisExpression", "range": [ - 47316, - 47320 + 47522, + 47526 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 58 }, "end": { - "line": 1272, + "line": 1276, "column": 62 } } @@ -106849,93 +107334,93 @@ "type": "Identifier", "name": "id", "range": [ - 47321, - 47323 + 47527, + 47529 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 63 }, "end": { - "line": 1272, + "line": 1276, "column": 65 } } }, "range": [ - 47316, - 47323 + 47522, + 47529 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 58 }, "end": { - "line": 1272, + "line": 1276, "column": 65 } } }, "range": [ - 47302, - 47323 + 47508, + 47529 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 44 }, "end": { - "line": 1272, + "line": 1276, "column": 65 } } } ], "range": [ - 47295, - 47324 + 47501, + 47530 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 37 }, "end": { - "line": 1272, + "line": 1276, "column": 66 } } } ], "range": [ - 47277, - 47325 + 47483, + 47531 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 19 }, "end": { - "line": 1272, + "line": 1276, "column": 67 } } }, "range": [ - 47270, - 47325 + 47476, + 47531 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 12 }, "end": { - "line": 1272, + "line": 1276, "column": 67 } } @@ -106943,16 +107428,16 @@ ], "kind": "let", "range": [ - 47266, - 47326 + 47472, + 47532 ], "loc": { "start": { - "line": 1272, + "line": 1276, "column": 8 }, "end": { - "line": 1272, + "line": 1276, "column": 68 } }, @@ -106961,16 +107446,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 47163, - 47257 + 47369, + 47463 ], "loc": { "start": { - "line": 1270, + "line": 1274, "column": 8 }, "end": { - "line": 1271, + "line": 1275, "column": 52 } } @@ -106989,16 +107474,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 47335, - 47339 + 47541, + 47545 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 8 }, "end": { - "line": 1273, + "line": 1277, "column": 12 } } @@ -107007,31 +107492,31 @@ "type": "Identifier", "name": "className", "range": [ - 47340, - 47349 + 47546, + 47555 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 13 }, "end": { - "line": 1273, + "line": 1277, "column": 22 } } }, "range": [ - 47335, - 47349 + 47541, + 47555 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 8 }, "end": { - "line": 1273, + "line": 1277, "column": 22 } } @@ -107042,16 +107527,16 @@ "object": { "type": "ThisExpression", "range": [ - 47352, - 47356 + 47558, + 47562 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 25 }, "end": { - "line": 1273, + "line": 1277, "column": 29 } } @@ -107060,61 +107545,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 47357, - 47369 + 47563, + 47575 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 30 }, "end": { - "line": 1273, + "line": 1277, "column": 42 } } }, "range": [ - 47352, - 47369 + 47558, + 47575 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 25 }, "end": { - "line": 1273, + "line": 1277, "column": 42 } } }, "range": [ - 47335, - 47369 + 47541, + 47575 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 8 }, "end": { - "line": 1273, + "line": 1277, "column": 42 } } }, "range": [ - 47335, - 47370 + 47541, + 47576 ], "loc": { "start": { - "line": 1273, + "line": 1277, "column": 8 }, "end": { - "line": 1273, + "line": 1277, "column": 43 } } @@ -107130,16 +107615,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 47379, - 47385 + 47585, + 47591 ], "loc": { "start": { - "line": 1274, + "line": 1278, "column": 8 }, "end": { - "line": 1274, + "line": 1278, "column": 14 } } @@ -107148,31 +107633,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 47386, - 47397 + 47592, + 47603 ], "loc": { "start": { - "line": 1274, + "line": 1278, "column": 15 }, "end": { - "line": 1274, + "line": 1278, "column": 26 } } }, "range": [ - 47379, - 47397 + 47585, + 47603 ], "loc": { "start": { - "line": 1274, + "line": 1278, "column": 8 }, "end": { - "line": 1274, + "line": 1278, "column": 26 } } @@ -107182,47 +107667,47 @@ "type": "Identifier", "name": "rdiv", "range": [ - 47398, - 47402 + 47604, + 47608 ], "loc": { "start": { - "line": 1274, + "line": 1278, "column": 27 }, "end": { - "line": 1274, + "line": 1278, "column": 31 } } } ], "range": [ - 47379, - 47403 + 47585, + 47609 ], "loc": { "start": { - "line": 1274, + "line": 1278, "column": 8 }, "end": { - "line": 1274, + "line": 1278, "column": 32 } } }, "range": [ - 47379, - 47404 + 47585, + 47610 ], "loc": { "start": { - "line": 1274, + "line": 1278, "column": 8 }, "end": { - "line": 1274, + "line": 1278, "column": 33 } } @@ -107238,16 +107723,16 @@ "object": { "type": "ThisExpression", "range": [ - 47413, - 47417 + 47619, + 47623 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 8 }, "end": { - "line": 1275, + "line": 1279, "column": 12 } } @@ -107256,31 +107741,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 47418, - 47422 + 47624, + 47628 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 13 }, "end": { - "line": 1275, + "line": 1279, "column": 17 } } }, "range": [ - 47413, - 47422 + 47619, + 47628 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 8 }, "end": { - "line": 1275, + "line": 1279, "column": 17 } } @@ -107294,16 +107779,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 47425, - 47428 + 47631, + 47634 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 20 }, "end": { - "line": 1275, + "line": 1279, "column": 23 } } @@ -107312,31 +107797,31 @@ "type": "Identifier", "name": "id", "range": [ - 47429, - 47431 + 47635, + 47637 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 24 }, "end": { - "line": 1275, + "line": 1279, "column": 26 } } }, "range": [ - 47425, - 47431 + 47631, + 47637 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 20 }, "end": { - "line": 1275, + "line": 1279, "column": 26 } } @@ -107351,16 +107836,16 @@ "object": { "type": "ThisExpression", "range": [ - 47432, - 47436 + 47638, + 47642 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 27 }, "end": { - "line": 1275, + "line": 1279, "column": 31 } } @@ -107369,31 +107854,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 47437, - 47445 + 47643, + 47651 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 32 }, "end": { - "line": 1275, + "line": 1279, "column": 40 } } }, "range": [ - 47432, - 47445 + 47638, + 47651 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 27 }, "end": { - "line": 1275, + "line": 1279, "column": 40 } } @@ -107404,16 +107889,16 @@ "object": { "type": "ThisExpression", "range": [ - 47446, - 47450 + 47652, + 47656 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 41 }, "end": { - "line": 1275, + "line": 1279, "column": 45 } } @@ -107422,92 +107907,92 @@ "type": "Identifier", "name": "id", "range": [ - 47451, - 47453 + 47657, + 47659 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 46 }, "end": { - "line": 1275, + "line": 1279, "column": 48 } } }, "range": [ - 47446, - 47453 + 47652, + 47659 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 41 }, "end": { - "line": 1275, + "line": 1279, "column": 48 } } }, "range": [ - 47432, - 47453 + 47638, + 47659 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 27 }, "end": { - "line": 1275, + "line": 1279, "column": 48 } } } ], "range": [ - 47425, - 47454 + 47631, + 47660 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 20 }, "end": { - "line": 1275, + "line": 1279, "column": 49 } } }, "range": [ - 47413, - 47454 + 47619, + 47660 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 8 }, "end": { - "line": 1275, + "line": 1279, "column": 49 } } }, "range": [ - 47413, - 47455 + 47619, + 47661 ], "loc": { "start": { - "line": 1275, + "line": 1279, "column": 8 }, "end": { - "line": 1275, + "line": 1279, "column": 50 } }, @@ -107516,16 +108001,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 47465, - 47509 + 47671, + 47715 ], "loc": { "start": { - "line": 1277, + "line": 1281, "column": 8 }, "end": { - "line": 1277, + "line": 1281, "column": 52 } } @@ -107541,16 +108026,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 47522, - 47526 + 47728, + 47732 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 12 }, "end": { - "line": 1278, + "line": 1282, "column": 16 } } @@ -107564,16 +108049,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 47529, - 47532 + 47735, + 47738 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 19 }, "end": { - "line": 1278, + "line": 1282, "column": 22 } } @@ -107582,31 +108067,31 @@ "type": "Identifier", "name": "create", "range": [ - 47533, - 47539 + 47739, + 47745 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 23 }, "end": { - "line": 1278, + "line": 1282, "column": 29 } } }, "range": [ - 47529, - 47539 + 47735, + 47745 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 19 }, "end": { - "line": 1278, + "line": 1282, "column": 29 } } @@ -107617,16 +108102,16 @@ "value": "div", "raw": "'div'", "range": [ - 47540, - 47545 + 47746, + 47751 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 30 }, "end": { - "line": 1278, + "line": 1282, "column": 35 } } @@ -107639,16 +108124,16 @@ "value": "id", "raw": "'id'", "range": [ - 47548, - 47552 + 47754, + 47758 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 38 }, "end": { - "line": 1278, + "line": 1282, "column": 42 } } @@ -107662,16 +108147,16 @@ "object": { "type": "ThisExpression", "range": [ - 47554, - 47558 + 47760, + 47764 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 44 }, "end": { - "line": 1278, + "line": 1282, "column": 48 } } @@ -107680,31 +108165,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 47559, - 47567 + 47765, + 47773 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 49 }, "end": { - "line": 1278, + "line": 1282, "column": 57 } } }, "range": [ - 47554, - 47567 + 47760, + 47773 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 44 }, "end": { - "line": 1278, + "line": 1282, "column": 57 } } @@ -107715,16 +108200,16 @@ "object": { "type": "ThisExpression", "range": [ - 47568, - 47572 + 47774, + 47778 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 58 }, "end": { - "line": 1278, + "line": 1282, "column": 62 } } @@ -107733,93 +108218,93 @@ "type": "Identifier", "name": "id", "range": [ - 47573, - 47575 + 47779, + 47781 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 63 }, "end": { - "line": 1278, + "line": 1282, "column": 65 } } }, "range": [ - 47568, - 47575 + 47774, + 47781 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 58 }, "end": { - "line": 1278, + "line": 1282, "column": 65 } } }, "range": [ - 47554, - 47575 + 47760, + 47781 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 44 }, "end": { - "line": 1278, + "line": 1282, "column": 65 } } } ], "range": [ - 47547, - 47576 + 47753, + 47782 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 37 }, "end": { - "line": 1278, + "line": 1282, "column": 66 } } } ], "range": [ - 47529, - 47577 + 47735, + 47783 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 19 }, "end": { - "line": 1278, + "line": 1282, "column": 67 } } }, "range": [ - 47522, - 47577 + 47728, + 47783 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 12 }, "end": { - "line": 1278, + "line": 1282, "column": 67 } } @@ -107827,16 +108312,16 @@ ], "kind": "let", "range": [ - 47518, - 47578 + 47724, + 47784 ], "loc": { "start": { - "line": 1278, + "line": 1282, "column": 8 }, "end": { - "line": 1278, + "line": 1282, "column": 68 } }, @@ -107845,16 +108330,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 47465, - 47509 + 47671, + 47715 ], "loc": { "start": { - "line": 1277, + "line": 1281, "column": 8 }, "end": { - "line": 1277, + "line": 1281, "column": 52 } } @@ -107873,16 +108358,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 47587, - 47591 + 47793, + 47797 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 8 }, "end": { - "line": 1279, + "line": 1283, "column": 12 } } @@ -107891,31 +108376,31 @@ "type": "Identifier", "name": "className", "range": [ - 47592, - 47601 + 47798, + 47807 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 13 }, "end": { - "line": 1279, + "line": 1283, "column": 22 } } }, "range": [ - 47587, - 47601 + 47793, + 47807 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 8 }, "end": { - "line": 1279, + "line": 1283, "column": 22 } } @@ -107926,16 +108411,16 @@ "object": { "type": "ThisExpression", "range": [ - 47604, - 47608 + 47810, + 47814 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 25 }, "end": { - "line": 1279, + "line": 1283, "column": 29 } } @@ -107944,61 +108429,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 47609, - 47621 + 47815, + 47827 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 30 }, "end": { - "line": 1279, + "line": 1283, "column": 42 } } }, "range": [ - 47604, - 47621 + 47810, + 47827 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 25 }, "end": { - "line": 1279, + "line": 1283, "column": 42 } } }, "range": [ - 47587, - 47621 + 47793, + 47827 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 8 }, "end": { - "line": 1279, + "line": 1283, "column": 42 } } }, "range": [ - 47587, - 47622 + 47793, + 47828 ], "loc": { "start": { - "line": 1279, + "line": 1283, "column": 8 }, "end": { - "line": 1279, + "line": 1283, "column": 43 } } @@ -108014,16 +108499,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 47631, - 47637 + 47837, + 47843 ], "loc": { "start": { - "line": 1280, + "line": 1284, "column": 8 }, "end": { - "line": 1280, + "line": 1284, "column": 14 } } @@ -108032,31 +108517,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 47638, - 47649 + 47844, + 47855 ], "loc": { "start": { - "line": 1280, + "line": 1284, "column": 15 }, "end": { - "line": 1280, + "line": 1284, "column": 26 } } }, "range": [ - 47631, - 47649 + 47837, + 47855 ], "loc": { "start": { - "line": 1280, + "line": 1284, "column": 8 }, "end": { - "line": 1280, + "line": 1284, "column": 26 } } @@ -108066,47 +108551,47 @@ "type": "Identifier", "name": "mdiv", "range": [ - 47650, - 47654 + 47856, + 47860 ], "loc": { "start": { - "line": 1280, + "line": 1284, "column": 27 }, "end": { - "line": 1280, + "line": 1284, "column": 31 } } } ], "range": [ - 47631, - 47655 + 47837, + 47861 ], "loc": { "start": { - "line": 1280, + "line": 1284, "column": 8 }, "end": { - "line": 1280, + "line": 1284, "column": 32 } } }, "range": [ - 47631, - 47656 + 47837, + 47862 ], "loc": { "start": { - "line": 1280, + "line": 1284, "column": 8 }, "end": { - "line": 1280, + "line": 1284, "column": 33 } } @@ -108122,16 +108607,16 @@ "object": { "type": "ThisExpression", "range": [ - 47665, - 47669 + 47871, + 47875 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 8 }, "end": { - "line": 1281, + "line": 1285, "column": 12 } } @@ -108140,31 +108625,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 47670, - 47674 + 47876, + 47880 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 13 }, "end": { - "line": 1281, + "line": 1285, "column": 17 } } }, "range": [ - 47665, - 47674 + 47871, + 47880 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 8 }, "end": { - "line": 1281, + "line": 1285, "column": 17 } } @@ -108178,16 +108663,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 47677, - 47680 + 47883, + 47886 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 20 }, "end": { - "line": 1281, + "line": 1285, "column": 23 } } @@ -108196,31 +108681,31 @@ "type": "Identifier", "name": "id", "range": [ - 47681, - 47683 + 47887, + 47889 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 24 }, "end": { - "line": 1281, + "line": 1285, "column": 26 } } }, "range": [ - 47677, - 47683 + 47883, + 47889 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 20 }, "end": { - "line": 1281, + "line": 1285, "column": 26 } } @@ -108235,16 +108720,16 @@ "object": { "type": "ThisExpression", "range": [ - 47684, - 47688 + 47890, + 47894 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 27 }, "end": { - "line": 1281, + "line": 1285, "column": 31 } } @@ -108253,31 +108738,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 47689, - 47697 + 47895, + 47903 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 32 }, "end": { - "line": 1281, + "line": 1285, "column": 40 } } }, "range": [ - 47684, - 47697 + 47890, + 47903 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 27 }, "end": { - "line": 1281, + "line": 1285, "column": 40 } } @@ -108288,16 +108773,16 @@ "object": { "type": "ThisExpression", "range": [ - 47698, - 47702 + 47904, + 47908 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 41 }, "end": { - "line": 1281, + "line": 1285, "column": 45 } } @@ -108306,92 +108791,92 @@ "type": "Identifier", "name": "id", "range": [ - 47703, - 47705 + 47909, + 47911 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 46 }, "end": { - "line": 1281, + "line": 1285, "column": 48 } } }, "range": [ - 47698, - 47705 + 47904, + 47911 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 41 }, "end": { - "line": 1281, + "line": 1285, "column": 48 } } }, "range": [ - 47684, - 47705 + 47890, + 47911 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 27 }, "end": { - "line": 1281, + "line": 1285, "column": 48 } } } ], "range": [ - 47677, - 47706 + 47883, + 47912 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 20 }, "end": { - "line": 1281, + "line": 1285, "column": 49 } } }, "range": [ - 47665, - 47706 + 47871, + 47912 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 8 }, "end": { - "line": 1281, + "line": 1285, "column": 49 } } }, "range": [ - 47665, - 47707 + 47871, + 47913 ], "loc": { "start": { - "line": 1281, + "line": 1285, "column": 8 }, "end": { - "line": 1281, + "line": 1285, "column": 50 } }, @@ -108400,16 +108885,16 @@ "type": "Line", "value": " Enable help instructions by default if topbar is generated and not", "range": [ - 47717, - 47786 + 47923, + 47992 ], "loc": { "start": { - "line": 1283, + "line": 1287, "column": 8 }, "end": { - "line": 1283, + "line": 1287, "column": 77 } } @@ -108418,16 +108903,16 @@ "type": "Line", "value": " explicitely set to false", "range": [ - 47795, - 47822 + 48001, + 48028 ], "loc": { "start": { - "line": 1284, + "line": 1288, "column": 8 }, "end": { - "line": 1284, + "line": 1288, "column": 35 } } @@ -108445,16 +108930,16 @@ "type": "Identifier", "name": "Types", "range": [ - 47834, - 47839 + 48040, + 48045 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 11 }, "end": { - "line": 1285, + "line": 1289, "column": 16 } } @@ -108463,31 +108948,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 47840, - 47847 + 48046, + 48053 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 17 }, "end": { - "line": 1285, + "line": 1289, "column": 24 } } }, "range": [ - 47834, - 47847 + 48040, + 48053 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 11 }, "end": { - "line": 1285, + "line": 1289, "column": 24 } } @@ -108499,16 +108984,16 @@ "object": { "type": "ThisExpression", "range": [ - 47848, - 47852 + 48054, + 48058 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 25 }, "end": { - "line": 1285, + "line": 1289, "column": 29 } } @@ -108517,47 +109002,47 @@ "type": "Identifier", "name": "helpInstructions", "range": [ - 47853, - 47869 + 48059, + 48075 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 30 }, "end": { - "line": 1285, + "line": 1289, "column": 46 } } }, "range": [ - 47848, - 47869 + 48054, + 48075 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 25 }, "end": { - "line": 1285, + "line": 1289, "column": 46 } } } ], "range": [ - 47834, - 47870 + 48040, + 48076 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 11 }, "end": { - "line": 1285, + "line": 1289, "column": 47 } } @@ -108579,16 +109064,16 @@ "object": { "type": "ThisExpression", "range": [ - 47889, - 47893 + 48095, + 48099 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 16 }, "end": { - "line": 1286, + "line": 1290, "column": 20 } } @@ -108597,31 +109082,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 47894, - 47897 + 48100, + 48103 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 21 }, "end": { - "line": 1286, + "line": 1290, "column": 24 } } }, "range": [ - 47889, - 47897 + 48095, + 48103 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 16 }, "end": { - "line": 1286, + "line": 1290, "column": 24 } } @@ -108630,47 +109115,47 @@ "type": "Identifier", "name": "help", "range": [ - 47898, - 47902 + 48104, + 48108 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 25 }, "end": { - "line": 1286, + "line": 1290, "column": 29 } } }, "range": [ - 47889, - 47902 + 48095, + 48108 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 16 }, "end": { - "line": 1286, + "line": 1290, "column": 29 } } }, "prefix": true, "range": [ - 47888, - 47902 + 48094, + 48108 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 15 }, "end": { - "line": 1286, + "line": 1290, "column": 29 } } @@ -108692,16 +109177,16 @@ "object": { "type": "ThisExpression", "range": [ - 47921, - 47925 + 48127, + 48131 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 16 }, "end": { - "line": 1287, + "line": 1291, "column": 20 } } @@ -108710,31 +109195,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 47926, - 47929 + 48132, + 48135 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 21 }, "end": { - "line": 1287, + "line": 1291, "column": 24 } } }, "range": [ - 47921, - 47929 + 48127, + 48135 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 16 }, "end": { - "line": 1287, + "line": 1291, "column": 24 } } @@ -108743,31 +109228,31 @@ "type": "Identifier", "name": "help", "range": [ - 47930, - 47934 + 48136, + 48140 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 25 }, "end": { - "line": 1287, + "line": 1291, "column": 29 } } }, "range": [ - 47921, - 47934 + 48127, + 48140 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 16 }, "end": { - "line": 1287, + "line": 1291, "column": 29 } } @@ -108778,16 +109263,16 @@ "type": "Identifier", "name": "Help", "range": [ - 47941, - 47945 + 48147, + 48151 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 36 }, "end": { - "line": 1287, + "line": 1291, "column": 40 } } @@ -108796,94 +109281,94 @@ { "type": "ThisExpression", "range": [ - 47946, - 47950 + 48152, + 48156 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 41 }, "end": { - "line": 1287, + "line": 1291, "column": 45 } } } ], "range": [ - 47937, - 47951 + 48143, + 48157 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 32 }, "end": { - "line": 1287, + "line": 1291, "column": 46 } } }, "range": [ - 47921, - 47951 + 48127, + 48157 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 16 }, "end": { - "line": 1287, + "line": 1291, "column": 46 } } }, "range": [ - 47921, - 47952 + 48127, + 48158 ], "loc": { "start": { - "line": 1287, + "line": 1291, "column": 16 }, "end": { - "line": 1287, + "line": 1291, "column": 47 } } } ], "range": [ - 47903, - 47966 + 48109, + 48172 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 30 }, "end": { - "line": 1288, + "line": 1292, "column": 13 } } }, "alternate": null, "range": [ - 47885, - 47966 + 48091, + 48172 ], "loc": { "start": { - "line": 1286, + "line": 1290, "column": 12 }, "end": { - "line": 1288, + "line": 1292, "column": 13 } } @@ -108904,16 +109389,16 @@ "object": { "type": "ThisExpression", "range": [ - 47979, - 47983 + 48185, + 48189 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 12 }, "end": { - "line": 1289, + "line": 1293, "column": 16 } } @@ -108922,31 +109407,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 47984, - 47987 + 48190, + 48193 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 17 }, "end": { - "line": 1289, + "line": 1293, "column": 20 } } }, "range": [ - 47979, - 47987 + 48185, + 48193 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 12 }, "end": { - "line": 1289, + "line": 1293, "column": 20 } } @@ -108955,31 +109440,31 @@ "type": "Identifier", "name": "help", "range": [ - 47988, - 47992 + 48194, + 48198 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 21 }, "end": { - "line": 1289, + "line": 1293, "column": 25 } } }, "range": [ - 47979, - 47992 + 48185, + 48198 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 12 }, "end": { - "line": 1289, + "line": 1293, "column": 25 } } @@ -108988,62 +109473,62 @@ "type": "Identifier", "name": "init", "range": [ - 47993, - 47997 + 48199, + 48203 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 26 }, "end": { - "line": 1289, + "line": 1293, "column": 30 } } }, "range": [ - 47979, - 47997 + 48185, + 48203 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 12 }, "end": { - "line": 1289, + "line": 1293, "column": 30 } } }, "arguments": [], "range": [ - 47979, - 47999 + 48185, + 48205 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 12 }, "end": { - "line": 1289, + "line": 1293, "column": 32 } } }, "range": [ - 47979, - 48000 + 48185, + 48206 ], "loc": { "start": { - "line": 1289, + "line": 1293, "column": 12 }, "end": { - "line": 1289, + "line": 1293, "column": 33 } } @@ -109059,16 +109544,16 @@ "object": { "type": "ThisExpression", "range": [ - 48013, - 48017 + 48219, + 48223 ], "loc": { "start": { - "line": 1290, + "line": 1294, "column": 12 }, "end": { - "line": 1290, + "line": 1294, "column": 16 } } @@ -109077,31 +109562,31 @@ "type": "Identifier", "name": "helpInstructions", "range": [ - 48018, - 48034 + 48224, + 48240 ], "loc": { "start": { - "line": 1290, + "line": 1294, "column": 17 }, "end": { - "line": 1290, + "line": 1294, "column": 33 } } }, "range": [ - 48013, - 48034 + 48219, + 48240 ], "loc": { "start": { - "line": 1290, + "line": 1294, "column": 12 }, "end": { - "line": 1290, + "line": 1294, "column": 33 } } @@ -109111,78 +109596,78 @@ "value": true, "raw": "true", "range": [ - 48037, - 48041 + 48243, + 48247 ], "loc": { "start": { - "line": 1290, + "line": 1294, "column": 36 }, "end": { - "line": 1290, + "line": 1294, "column": 40 } } }, "range": [ - 48013, - 48041 + 48219, + 48247 ], "loc": { "start": { - "line": 1290, + "line": 1294, "column": 12 }, "end": { - "line": 1290, + "line": 1294, "column": 40 } } }, "range": [ - 48013, - 48042 + 48219, + 48248 ], "loc": { "start": { - "line": 1290, + "line": 1294, "column": 12 }, "end": { - "line": 1290, + "line": 1294, "column": 41 } } } ], "range": [ - 47871, - 48052 + 48077, + 48258 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 48 }, "end": { - "line": 1291, + "line": 1295, "column": 9 } } }, "alternate": null, "range": [ - 47831, - 48052 + 48037, + 48258 ], "loc": { "start": { - "line": 1285, + "line": 1289, "column": 8 }, "end": { - "line": 1291, + "line": 1295, "column": 9 } }, @@ -109191,16 +109676,16 @@ "type": "Line", "value": " Enable help instructions by default if topbar is generated and not", "range": [ - 47717, - 47786 + 47923, + 47992 ], "loc": { "start": { - "line": 1283, + "line": 1287, "column": 8 }, "end": { - "line": 1283, + "line": 1287, "column": 77 } } @@ -109209,16 +109694,16 @@ "type": "Line", "value": " explicitely set to false", "range": [ - 47795, - 47822 + 48001, + 48028 ], "loc": { "start": { - "line": 1284, + "line": 1288, "column": 8 }, "end": { - "line": 1284, + "line": 1288, "column": 35 } } @@ -109227,16 +109712,16 @@ } ], "range": [ - 46053, - 48058 + 46259, + 48264 ], "loc": { "start": { - "line": 1237, + "line": 1241, "column": 16 }, "end": { - "line": 1292, + "line": 1296, "column": 5 } } @@ -109244,16 +109729,16 @@ "generator": false, "expression": false, "range": [ - 46051, - 48058 + 46257, + 48264 ], "loc": { "start": { - "line": 1237, + "line": 1241, "column": 14 }, "end": { - "line": 1292, + "line": 1296, "column": 5 } } @@ -109261,16 +109746,16 @@ "kind": "method", "computed": false, "range": [ - 46041, - 48058 + 46247, + 48264 ], "loc": { "start": { - "line": 1237, + "line": 1241, "column": 4 }, "end": { - "line": 1292, + "line": 1296, "column": 5 } }, @@ -109279,16 +109764,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 45947, - 46036 + 46153, + 46242 ], "loc": { "start": { - "line": 1234, + "line": 1238, "column": 4 }, "end": { - "line": 1236, + "line": 1240, "column": 7 } } @@ -109299,16 +109784,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 48064, - 48115 + 48270, + 48321 ], "loc": { "start": { - "line": 1294, + "line": 1298, "column": 4 }, "end": { - "line": 1296, + "line": 1300, "column": 7 } } @@ -109322,16 +109807,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 48120, - 48133 + 48326, + 48339 ], "loc": { "start": { - "line": 1297, + "line": 1301, "column": 4 }, "end": { - "line": 1297, + "line": 1301, "column": 17 } } @@ -109354,16 +109839,16 @@ "object": { "type": "ThisExpression", "range": [ - 48149, - 48153 + 48355, + 48359 ], "loc": { "start": { - "line": 1298, + "line": 1302, "column": 12 }, "end": { - "line": 1298, + "line": 1302, "column": 16 } } @@ -109372,47 +109857,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 48154, - 48160 + 48360, + 48366 ], "loc": { "start": { - "line": 1298, + "line": 1302, "column": 17 }, "end": { - "line": 1298, + "line": 1302, "column": 23 } } }, "range": [ - 48149, - 48160 + 48355, + 48366 ], "loc": { "start": { - "line": 1298, + "line": 1302, "column": 12 }, "end": { - "line": 1298, + "line": 1302, "column": 23 } } }, "prefix": true, "range": [ - 48148, - 48160 + 48354, + 48366 ], "loc": { "start": { - "line": 1298, + "line": 1302, "column": 11 }, "end": { - "line": 1298, + "line": 1302, "column": 23 } } @@ -109424,48 +109909,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 48175, - 48182 + 48381, + 48388 ], "loc": { "start": { - "line": 1299, + "line": 1303, "column": 12 }, "end": { - "line": 1299, + "line": 1303, "column": 19 } } } ], "range": [ - 48161, - 48192 + 48367, + 48398 ], "loc": { "start": { - "line": 1298, + "line": 1302, "column": 24 }, "end": { - "line": 1300, + "line": 1304, "column": 9 } } }, "alternate": null, "range": [ - 48145, - 48192 + 48351, + 48398 ], "loc": { "start": { - "line": 1298, + "line": 1302, "column": 8 }, "end": { - "line": 1300, + "line": 1304, "column": 9 } } @@ -109486,16 +109971,16 @@ "object": { "type": "ThisExpression", "range": [ - 48201, - 48205 + 48407, + 48411 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 8 }, "end": { - "line": 1301, + "line": 1305, "column": 12 } } @@ -109504,31 +109989,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 48206, - 48212 + 48412, + 48418 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 13 }, "end": { - "line": 1301, + "line": 1305, "column": 19 } } }, "range": [ - 48201, - 48212 + 48407, + 48418 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 8 }, "end": { - "line": 1301, + "line": 1305, "column": 19 } } @@ -109537,31 +110022,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 48213, - 48223 + 48419, + 48429 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 20 }, "end": { - "line": 1301, + "line": 1305, "column": 30 } } }, "range": [ - 48201, - 48223 + 48407, + 48429 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 8 }, "end": { - "line": 1301, + "line": 1305, "column": 30 } } @@ -109570,31 +110055,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 48224, - 48235 + 48430, + 48441 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 31 }, "end": { - "line": 1301, + "line": 1305, "column": 42 } } }, "range": [ - 48201, - 48235 + 48407, + 48441 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 8 }, "end": { - "line": 1301, + "line": 1305, "column": 42 } } @@ -109606,16 +110091,16 @@ "object": { "type": "ThisExpression", "range": [ - 48236, - 48240 + 48442, + 48446 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 43 }, "end": { - "line": 1301, + "line": 1305, "column": 47 } } @@ -109624,62 +110109,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 48241, - 48247 + 48447, + 48453 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 48 }, "end": { - "line": 1301, + "line": 1305, "column": 54 } } }, "range": [ - 48236, - 48247 + 48442, + 48453 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 43 }, "end": { - "line": 1301, + "line": 1305, "column": 54 } } } ], "range": [ - 48201, - 48248 + 48407, + 48454 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 8 }, "end": { - "line": 1301, + "line": 1305, "column": 55 } } }, "range": [ - 48201, - 48249 + 48407, + 48455 ], "loc": { "start": { - "line": 1301, + "line": 1305, "column": 8 }, "end": { - "line": 1301, + "line": 1305, "column": 56 } } @@ -109695,16 +110180,16 @@ "object": { "type": "ThisExpression", "range": [ - 48258, - 48262 + 48464, + 48468 ], "loc": { "start": { - "line": 1302, + "line": 1306, "column": 8 }, "end": { - "line": 1302, + "line": 1306, "column": 12 } } @@ -109713,31 +110198,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 48263, - 48269 + 48469, + 48475 ], "loc": { "start": { - "line": 1302, + "line": 1306, "column": 13 }, "end": { - "line": 1302, + "line": 1306, "column": 19 } } }, "range": [ - 48258, - 48269 + 48464, + 48475 ], "loc": { "start": { - "line": 1302, + "line": 1306, "column": 8 }, "end": { - "line": 1302, + "line": 1306, "column": 19 } } @@ -109747,46 +110232,46 @@ "value": null, "raw": "null", "range": [ - 48272, - 48276 + 48478, + 48482 ], "loc": { "start": { - "line": 1302, + "line": 1306, "column": 22 }, "end": { - "line": 1302, + "line": 1306, "column": 26 } } }, "range": [ - 48258, - 48276 + 48464, + 48482 ], "loc": { "start": { - "line": 1302, + "line": 1306, "column": 8 }, "end": { - "line": 1302, + "line": 1306, "column": 26 } } }, "range": [ - 48258, - 48277 + 48464, + 48483 ], "loc": { "start": { - "line": 1302, + "line": 1306, "column": 8 }, "end": { - "line": 1302, + "line": 1306, "column": 27 } } @@ -109800,16 +110285,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 48291, - 48294 + 48497, + 48500 ], "loc": { "start": { - "line": 1304, + "line": 1308, "column": 12 }, "end": { - "line": 1304, + "line": 1308, "column": 15 } } @@ -109820,16 +110305,16 @@ "object": { "type": "ThisExpression", "range": [ - 48297, - 48301 + 48503, + 48507 ], "loc": { "start": { - "line": 1304, + "line": 1308, "column": 18 }, "end": { - "line": 1304, + "line": 1308, "column": 22 } } @@ -109838,46 +110323,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 48302, - 48305 + 48508, + 48511 ], "loc": { "start": { - "line": 1304, + "line": 1308, "column": 23 }, "end": { - "line": 1304, + "line": 1308, "column": 26 } } }, "range": [ - 48297, - 48305 + 48503, + 48511 ], "loc": { "start": { - "line": 1304, + "line": 1308, "column": 18 }, "end": { - "line": 1304, + "line": 1308, "column": 26 } } }, "range": [ - 48291, - 48305 + 48497, + 48511 ], "loc": { "start": { - "line": 1304, + "line": 1308, "column": 12 }, "end": { - "line": 1304, + "line": 1308, "column": 26 } } @@ -109885,16 +110370,16 @@ ], "kind": "let", "range": [ - 48287, - 48306 + 48493, + 48512 ], "loc": { "start": { - "line": 1304, + "line": 1308, "column": 8 }, "end": { - "line": 1304, + "line": 1308, "column": 27 } } @@ -109908,16 +110393,16 @@ "type": "Identifier", "name": "captions", "range": [ - 48319, - 48327 + 48525, + 48533 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 12 }, "end": { - "line": 1305, + "line": 1309, "column": 20 } } @@ -109931,16 +110416,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 48330, - 48333 + 48536, + 48539 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 23 }, "end": { - "line": 1305, + "line": 1309, "column": 26 } } @@ -109949,31 +110434,31 @@ "type": "Identifier", "name": "tag", "range": [ - 48334, - 48337 + 48540, + 48543 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 27 }, "end": { - "line": 1305, + "line": 1309, "column": 30 } } }, "range": [ - 48330, - 48337 + 48536, + 48543 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 23 }, "end": { - "line": 1305, + "line": 1309, "column": 30 } } @@ -109983,16 +110468,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 48338, - 48341 + 48544, + 48547 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 31 }, "end": { - "line": 1305, + "line": 1309, "column": 34 } } @@ -110002,47 +110487,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 48343, - 48352 + 48549, + 48558 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 36 }, "end": { - "line": 1305, + "line": 1309, "column": 45 } } } ], "range": [ - 48330, - 48353 + 48536, + 48559 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 23 }, "end": { - "line": 1305, + "line": 1309, "column": 46 } } }, "range": [ - 48319, - 48353 + 48525, + 48559 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 12 }, "end": { - "line": 1305, + "line": 1309, "column": 46 } } @@ -110050,16 +110535,16 @@ ], "kind": "let", "range": [ - 48315, - 48354 + 48521, + 48560 ], "loc": { "start": { - "line": 1305, + "line": 1309, "column": 8 }, "end": { - "line": 1305, + "line": 1309, "column": 47 } } @@ -110076,16 +110561,16 @@ "type": "Identifier", "name": "captions", "range": [ - 48366, - 48374 + 48572, + 48580 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 11 }, "end": { - "line": 1306, + "line": 1310, "column": 19 } } @@ -110094,31 +110579,31 @@ "type": "Identifier", "name": "length", "range": [ - 48375, - 48381 + 48581, + 48587 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 20 }, "end": { - "line": 1306, + "line": 1310, "column": 26 } } }, "range": [ - 48366, - 48381 + 48572, + 48587 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 11 }, "end": { - "line": 1306, + "line": 1310, "column": 26 } } @@ -110128,31 +110613,31 @@ "value": 0, "raw": "0", "range": [ - 48384, - 48385 + 48590, + 48591 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 29 }, "end": { - "line": 1306, + "line": 1310, "column": 30 } } }, "range": [ - 48366, - 48385 + 48572, + 48591 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 11 }, "end": { - "line": 1306, + "line": 1310, "column": 30 } } @@ -110174,16 +110659,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 48400, - 48402 + 48606, + 48608 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 12 }, "end": { - "line": 1307, + "line": 1311, "column": 14 } } @@ -110192,31 +110677,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 48403, - 48410 + 48609, + 48616 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 15 }, "end": { - "line": 1307, + "line": 1311, "column": 22 } } }, "range": [ - 48400, - 48410 + 48606, + 48616 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 12 }, "end": { - "line": 1307, + "line": 1311, "column": 22 } } @@ -110225,31 +110710,31 @@ "type": "Identifier", "name": "call", "range": [ - 48411, - 48415 + 48617, + 48621 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 23 }, "end": { - "line": 1307, + "line": 1311, "column": 27 } } }, "range": [ - 48400, - 48415 + 48606, + 48621 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 12 }, "end": { - "line": 1307, + "line": 1311, "column": 27 } } @@ -110259,16 +110744,16 @@ "type": "Identifier", "name": "captions", "range": [ - 48416, - 48424 + 48622, + 48630 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 28 }, "end": { - "line": 1307, + "line": 1311, "column": 36 } } @@ -110281,16 +110766,16 @@ "type": "Identifier", "name": "elm", "range": [ - 48435, - 48438 + 48641, + 48644 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 47 }, "end": { - "line": 1307, + "line": 1311, "column": 50 } } @@ -110310,16 +110795,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 48458, - 48461 + 48664, + 48667 ], "loc": { "start": { - "line": 1308, + "line": 1312, "column": 16 }, "end": { - "line": 1308, + "line": 1312, "column": 19 } } @@ -110328,31 +110813,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 48462, - 48473 + 48668, + 48679 ], "loc": { "start": { - "line": 1308, + "line": 1312, "column": 20 }, "end": { - "line": 1308, + "line": 1312, "column": 31 } } }, "range": [ - 48458, - 48473 + 48664, + 48679 ], "loc": { "start": { - "line": 1308, + "line": 1312, "column": 16 }, "end": { - "line": 1308, + "line": 1312, "column": 31 } } @@ -110362,63 +110847,63 @@ "type": "Identifier", "name": "elm", "range": [ - 48474, - 48477 + 48680, + 48683 ], "loc": { "start": { - "line": 1308, + "line": 1312, "column": 32 }, "end": { - "line": 1308, + "line": 1312, "column": 35 } } } ], "range": [ - 48458, - 48478 + 48664, + 48684 ], "loc": { "start": { - "line": 1308, + "line": 1312, "column": 16 }, "end": { - "line": 1308, + "line": 1312, "column": 36 } } }, "range": [ - 48458, - 48479 + 48664, + 48685 ], "loc": { "start": { - "line": 1308, + "line": 1312, "column": 16 }, "end": { - "line": 1308, + "line": 1312, "column": 37 } } } ], "range": [ - 48440, - 48493 + 48646, + 48699 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 52 }, "end": { - "line": 1309, + "line": 1313, "column": 13 } } @@ -110426,95 +110911,95 @@ "generator": false, "expression": false, "range": [ - 48426, - 48493 + 48632, + 48699 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 38 }, "end": { - "line": 1309, + "line": 1313, "column": 13 } } } ], "range": [ - 48400, - 48494 + 48606, + 48700 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 12 }, "end": { - "line": 1309, + "line": 1313, "column": 14 } } }, "range": [ - 48400, - 48495 + 48606, + 48701 ], "loc": { "start": { - "line": 1307, + "line": 1311, "column": 12 }, "end": { - "line": 1309, + "line": 1313, "column": 15 } } } ], "range": [ - 48386, - 48505 + 48592, + 48711 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 31 }, "end": { - "line": 1310, + "line": 1314, "column": 9 } } }, "alternate": null, "range": [ - 48363, - 48505 + 48569, + 48711 ], "loc": { "start": { - "line": 1306, + "line": 1310, "column": 8 }, "end": { - "line": 1310, + "line": 1314, "column": 9 } } } ], "range": [ - 48135, - 48511 + 48341, + 48717 ], "loc": { "start": { - "line": 1297, + "line": 1301, "column": 19 }, "end": { - "line": 1311, + "line": 1315, "column": 5 } } @@ -110522,16 +111007,16 @@ "generator": false, "expression": false, "range": [ - 48133, - 48511 + 48339, + 48717 ], "loc": { "start": { - "line": 1297, + "line": 1301, "column": 17 }, "end": { - "line": 1311, + "line": 1315, "column": 5 } } @@ -110539,16 +111024,16 @@ "kind": "method", "computed": false, "range": [ - 48120, - 48511 + 48326, + 48717 ], "loc": { "start": { - "line": 1297, + "line": 1301, "column": 4 }, "end": { - "line": 1311, + "line": 1315, "column": 5 } }, @@ -110557,16 +111042,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 48064, - 48115 + 48270, + 48321 ], "loc": { "start": { - "line": 1294, + "line": 1298, "column": 4 }, "end": { - "line": 1296, + "line": 1300, "column": 7 } } @@ -110577,16 +111062,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 48517, - 48574 + 48723, + 48780 ], "loc": { "start": { - "line": 1313, + "line": 1317, "column": 4 }, "end": { - "line": 1315, + "line": 1319, "column": 7 } } @@ -110600,16 +111085,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 48579, - 48597 + 48785, + 48803 ], "loc": { "start": { - "line": 1316, + "line": 1320, "column": 4 }, "end": { - "line": 1316, + "line": 1320, "column": 22 } } @@ -110635,16 +111120,16 @@ "object": { "type": "ThisExpression", "range": [ - 48613, - 48617 + 48819, + 48823 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 12 }, "end": { - "line": 1317, + "line": 1321, "column": 16 } } @@ -110653,47 +111138,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 48618, - 48631 + 48824, + 48837 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 17 }, "end": { - "line": 1317, + "line": 1321, "column": 30 } } }, "range": [ - 48613, - 48631 + 48819, + 48837 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 12 }, "end": { - "line": 1317, + "line": 1321, "column": 30 } } }, "prefix": true, "range": [ - 48612, - 48631 + 48818, + 48837 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 11 }, "end": { - "line": 1317, + "line": 1321, "column": 30 } } @@ -110707,16 +111192,16 @@ "object": { "type": "ThisExpression", "range": [ - 48636, - 48640 + 48842, + 48846 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 35 }, "end": { - "line": 1317, + "line": 1321, "column": 39 } } @@ -110725,62 +111210,62 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 48641, - 48658 + 48847, + 48864 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 40 }, "end": { - "line": 1317, + "line": 1321, "column": 57 } } }, "range": [ - 48636, - 48658 + 48842, + 48864 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 35 }, "end": { - "line": 1317, + "line": 1321, "column": 57 } } }, "prefix": true, "range": [ - 48635, - 48658 + 48841, + 48864 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 34 }, "end": { - "line": 1317, + "line": 1321, "column": 57 } } }, "range": [ - 48612, - 48658 + 48818, + 48864 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 11 }, "end": { - "line": 1317, + "line": 1321, "column": 57 } } @@ -110792,48 +111277,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 48673, - 48680 + 48879, + 48886 ], "loc": { "start": { - "line": 1318, + "line": 1322, "column": 12 }, "end": { - "line": 1318, + "line": 1322, "column": 19 } } } ], "range": [ - 48659, - 48690 + 48865, + 48896 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 58 }, "end": { - "line": 1319, + "line": 1323, "column": 9 } } }, "alternate": null, "range": [ - 48609, - 48690 + 48815, + 48896 ], "loc": { "start": { - "line": 1317, + "line": 1321, "column": 8 }, "end": { - "line": 1319, + "line": 1323, "column": 9 } } @@ -110847,16 +111332,16 @@ "type": "Identifier", "name": "ids", "range": [ - 48703, - 48706 + 48909, + 48912 ], "loc": { "start": { - "line": 1320, + "line": 1324, "column": 12 }, "end": { - "line": 1320, + "line": 1324, "column": 15 } } @@ -110867,16 +111352,16 @@ "object": { "type": "ThisExpression", "range": [ - 48709, - 48713 + 48915, + 48919 ], "loc": { "start": { - "line": 1320, + "line": 1324, "column": 18 }, "end": { - "line": 1320, + "line": 1324, "column": 22 } } @@ -110885,46 +111370,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 48714, - 48731 + 48920, + 48937 ], "loc": { "start": { - "line": 1320, + "line": 1324, "column": 23 }, "end": { - "line": 1320, + "line": 1324, "column": 40 } } }, "range": [ - 48709, - 48731 + 48915, + 48937 ], "loc": { "start": { - "line": 1320, + "line": 1324, "column": 18 }, "end": { - "line": 1320, + "line": 1324, "column": 40 } } }, "range": [ - 48703, - 48731 + 48909, + 48937 ], "loc": { "start": { - "line": 1320, + "line": 1324, "column": 12 }, "end": { - "line": 1320, + "line": 1324, "column": 40 } } @@ -110935,16 +111420,16 @@ "type": "Identifier", "name": "len", "range": [ - 48745, - 48748 + 48951, + 48954 ], "loc": { "start": { - "line": 1321, + "line": 1325, "column": 12 }, "end": { - "line": 1321, + "line": 1325, "column": 15 } } @@ -110956,16 +111441,16 @@ "type": "Identifier", "name": "ids", "range": [ - 48751, - 48754 + 48957, + 48960 ], "loc": { "start": { - "line": 1321, + "line": 1325, "column": 18 }, "end": { - "line": 1321, + "line": 1325, "column": 21 } } @@ -110974,46 +111459,46 @@ "type": "Identifier", "name": "length", "range": [ - 48755, - 48761 + 48961, + 48967 ], "loc": { "start": { - "line": 1321, + "line": 1325, "column": 22 }, "end": { - "line": 1321, + "line": 1325, "column": 28 } } }, "range": [ - 48751, - 48761 + 48957, + 48967 ], "loc": { "start": { - "line": 1321, + "line": 1325, "column": 18 }, "end": { - "line": 1321, + "line": 1325, "column": 28 } } }, "range": [ - 48745, - 48761 + 48951, + 48967 ], "loc": { "start": { - "line": 1321, + "line": 1325, "column": 12 }, "end": { - "line": 1321, + "line": 1325, "column": 28 } } @@ -111021,16 +111506,16 @@ ], "kind": "let", "range": [ - 48699, - 48762 + 48905, + 48968 ], "loc": { "start": { - "line": 1320, + "line": 1324, "column": 8 }, "end": { - "line": 1321, + "line": 1325, "column": 29 } } @@ -111046,16 +111531,16 @@ "type": "Identifier", "name": "ct", "range": [ - 48779, - 48781 + 48985, + 48987 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 16 }, "end": { - "line": 1322, + "line": 1326, "column": 18 } } @@ -111065,31 +111550,31 @@ "value": 0, "raw": "0", "range": [ - 48782, - 48783 + 48988, + 48989 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 19 }, "end": { - "line": 1322, + "line": 1326, "column": 20 } } }, "range": [ - 48779, - 48783 + 48985, + 48989 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 16 }, "end": { - "line": 1322, + "line": 1326, "column": 20 } } @@ -111097,16 +111582,16 @@ ], "kind": "let", "range": [ - 48775, - 48783 + 48981, + 48989 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 12 }, "end": { - "line": 1322, + "line": 1326, "column": 20 } } @@ -111118,16 +111603,16 @@ "type": "Identifier", "name": "ct", "range": [ - 48785, - 48787 + 48991, + 48993 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 22 }, "end": { - "line": 1322, + "line": 1326, "column": 24 } } @@ -111136,31 +111621,31 @@ "type": "Identifier", "name": "len", "range": [ - 48788, - 48791 + 48994, + 48997 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 25 }, "end": { - "line": 1322, + "line": 1326, "column": 28 } } }, "range": [ - 48785, - 48791 + 48991, + 48997 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 22 }, "end": { - "line": 1322, + "line": 1326, "column": 28 } } @@ -111172,32 +111657,32 @@ "type": "Identifier", "name": "ct", "range": [ - 48793, - 48795 + 48999, + 49001 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 30 }, "end": { - "line": 1322, + "line": 1326, "column": 32 } } }, "prefix": false, "range": [ - 48793, - 48797 + 48999, + 49003 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 30 }, "end": { - "line": 1322, + "line": 1326, "column": 34 } } @@ -111214,16 +111699,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 48816, - 48832 + 49022, + 49038 ], "loc": { "start": { - "line": 1323, + "line": 1327, "column": 16 }, "end": { - "line": 1323, + "line": 1327, "column": 32 } } @@ -111235,16 +111720,16 @@ "type": "Identifier", "name": "ids", "range": [ - 48835, - 48838 + 49041, + 49044 ], "loc": { "start": { - "line": 1323, + "line": 1327, "column": 35 }, "end": { - "line": 1323, + "line": 1327, "column": 38 } } @@ -111253,46 +111738,46 @@ "type": "Identifier", "name": "ct", "range": [ - 48839, - 48841 + 49045, + 49047 ], "loc": { "start": { - "line": 1323, + "line": 1327, "column": 39 }, "end": { - "line": 1323, + "line": 1327, "column": 41 } } }, "range": [ - 48835, - 48842 + 49041, + 49048 ], "loc": { "start": { - "line": 1323, + "line": 1327, "column": 35 }, "end": { - "line": 1323, + "line": 1327, "column": 42 } } }, "range": [ - 48816, - 48842 + 49022, + 49048 ], "loc": { "start": { - "line": 1323, + "line": 1327, "column": 16 }, "end": { - "line": 1323, + "line": 1327, "column": 42 } } @@ -111303,16 +111788,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 48860, - 48871 + 49066, + 49077 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 16 }, "end": { - "line": 1324, + "line": 1328, "column": 27 } } @@ -111326,16 +111811,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 48874, - 48877 + 49080, + 49083 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 30 }, "end": { - "line": 1324, + "line": 1328, "column": 33 } } @@ -111344,31 +111829,31 @@ "type": "Identifier", "name": "id", "range": [ - 48878, - 48880 + 49084, + 49086 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 34 }, "end": { - "line": 1324, + "line": 1328, "column": 36 } } }, "range": [ - 48874, - 48880 + 49080, + 49086 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 30 }, "end": { - "line": 1324, + "line": 1328, "column": 36 } } @@ -111378,47 +111863,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 48881, - 48897 + 49087, + 49103 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 37 }, "end": { - "line": 1324, + "line": 1328, "column": 53 } } } ], "range": [ - 48874, - 48898 + 49080, + 49104 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 30 }, "end": { - "line": 1324, + "line": 1328, "column": 54 } } }, "range": [ - 48860, - 48898 + 49066, + 49104 ], "loc": { "start": { - "line": 1324, + "line": 1328, "column": 16 }, "end": { - "line": 1324, + "line": 1328, "column": 54 } } @@ -111426,16 +111911,16 @@ ], "kind": "let", "range": [ - 48812, - 48899 + 49018, + 49105 ], "loc": { "start": { - "line": 1323, + "line": 1327, "column": 12 }, "end": { - "line": 1324, + "line": 1328, "column": 55 } } @@ -111446,16 +111931,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 48915, - 48926 + 49121, + 49132 ], "loc": { "start": { - "line": 1325, + "line": 1329, "column": 15 }, "end": { - "line": 1325, + "line": 1329, "column": 26 } } @@ -111475,16 +111960,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 48945, - 48956 + 49151, + 49162 ], "loc": { "start": { - "line": 1326, + "line": 1330, "column": 16 }, "end": { - "line": 1326, + "line": 1330, "column": 27 } } @@ -111493,31 +111978,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 48957, - 48966 + 49163, + 49172 ], "loc": { "start": { - "line": 1326, + "line": 1330, "column": 28 }, "end": { - "line": 1326, + "line": 1330, "column": 37 } } }, "range": [ - 48945, - 48966 + 49151, + 49172 ], "loc": { "start": { - "line": 1326, + "line": 1330, "column": 16 }, "end": { - "line": 1326, + "line": 1330, "column": 37 } } @@ -111527,125 +112012,125 @@ "value": "", "raw": "''", "range": [ - 48969, - 48971 + 49175, + 49177 ], "loc": { "start": { - "line": 1326, + "line": 1330, "column": 40 }, "end": { - "line": 1326, + "line": 1330, "column": 42 } } }, "range": [ - 48945, - 48971 + 49151, + 49177 ], "loc": { "start": { - "line": 1326, + "line": 1330, "column": 16 }, "end": { - "line": 1326, + "line": 1330, "column": 42 } } }, "range": [ - 48945, - 48972 + 49151, + 49178 ], "loc": { "start": { - "line": 1326, + "line": 1330, "column": 16 }, "end": { - "line": 1326, + "line": 1330, "column": 43 } } } ], "range": [ - 48927, - 48986 + 49133, + 49192 ], "loc": { "start": { - "line": 1325, + "line": 1329, "column": 27 }, "end": { - "line": 1327, + "line": 1331, "column": 13 } } }, "alternate": null, "range": [ - 48912, - 48986 + 49118, + 49192 ], "loc": { "start": { - "line": 1325, + "line": 1329, "column": 12 }, "end": { - "line": 1327, + "line": 1331, "column": 13 } } } ], "range": [ - 48798, - 48996 + 49004, + 49202 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 35 }, "end": { - "line": 1328, + "line": 1332, "column": 9 } } }, "range": [ - 48771, - 48996 + 48977, + 49202 ], "loc": { "start": { - "line": 1322, + "line": 1326, "column": 8 }, "end": { - "line": 1328, + "line": 1332, "column": 9 } } } ], "range": [ - 48599, - 49002 + 48805, + 49208 ], "loc": { "start": { - "line": 1316, + "line": 1320, "column": 24 }, "end": { - "line": 1329, + "line": 1333, "column": 5 } } @@ -111653,16 +112138,16 @@ "generator": false, "expression": false, "range": [ - 48597, - 49002 + 48803, + 49208 ], "loc": { "start": { - "line": 1316, + "line": 1320, "column": 22 }, "end": { - "line": 1329, + "line": 1333, "column": 5 } } @@ -111670,16 +112155,16 @@ "kind": "method", "computed": false, "range": [ - 48579, - 49002 + 48785, + 49208 ], "loc": { "start": { - "line": 1316, + "line": 1320, "column": 4 }, "end": { - "line": 1329, + "line": 1333, "column": 5 } }, @@ -111688,16 +112173,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 48517, - 48574 + 48723, + 48780 ], "loc": { "start": { - "line": 1313, + "line": 1317, "column": 4 }, "end": { - "line": 1315, + "line": 1319, "column": 7 } } @@ -111708,16 +112193,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 49008, - 49162 + 49214, + 49368 ], "loc": { "start": { - "line": 1331, + "line": 1335, "column": 4 }, "end": { - "line": 1335, + "line": 1339, "column": 7 } } @@ -111731,16 +112216,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 49167, - 49182 + 49373, + 49388 ], "loc": { "start": { - "line": 1336, + "line": 1340, "column": 4 }, "end": { - "line": 1336, + "line": 1340, "column": 19 } } @@ -111753,16 +112238,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 49183, - 49191 + 49389, + 49397 ], "loc": { "start": { - "line": 1336, + "line": 1340, "column": 20 }, "end": { - "line": 1336, + "line": 1340, "column": 28 } } @@ -111782,16 +112267,16 @@ "object": { "type": "ThisExpression", "range": [ - 49210, - 49214 + 49416, + 49420 ], "loc": { "start": { - "line": 1337, + "line": 1341, "column": 15 }, "end": { - "line": 1337, + "line": 1341, "column": 19 } } @@ -111800,31 +112285,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 49215, - 49231 + 49421, + 49437 ], "loc": { "start": { - "line": 1337, + "line": 1341, "column": 20 }, "end": { - "line": 1337, + "line": 1341, "column": 36 } } }, "range": [ - 49210, - 49231 + 49416, + 49437 ], "loc": { "start": { - "line": 1337, + "line": 1341, "column": 15 }, "end": { - "line": 1337, + "line": 1341, "column": 36 } } @@ -111846,16 +112331,16 @@ "object": { "type": "ThisExpression", "range": [ - 49247, - 49251 + 49453, + 49457 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 12 }, "end": { - "line": 1338, + "line": 1342, "column": 16 } } @@ -111864,31 +112349,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49252, - 49265 + 49458, + 49471 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 17 }, "end": { - "line": 1338, + "line": 1342, "column": 30 } } }, "range": [ - 49247, - 49265 + 49453, + 49471 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 12 }, "end": { - "line": 1338, + "line": 1342, "column": 30 } } @@ -111897,31 +112382,31 @@ "type": "Identifier", "name": "cols", "range": [ - 49266, - 49270 + 49472, + 49476 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 31 }, "end": { - "line": 1338, + "line": 1342, "column": 35 } } }, "range": [ - 49247, - 49270 + 49453, + 49476 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 12 }, "end": { - "line": 1338, + "line": 1342, "column": 35 } } @@ -111930,31 +112415,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 49271, - 49278 + 49477, + 49484 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 36 }, "end": { - "line": 1338, + "line": 1342, "column": 43 } } }, "range": [ - 49247, - 49278 + 49453, + 49484 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 12 }, "end": { - "line": 1338, + "line": 1342, "column": 43 } } @@ -111964,32 +112449,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 49279, - 49287 + 49485, + 49493 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 44 }, "end": { - "line": 1338, + "line": 1342, "column": 52 } } } ], "range": [ - 49247, - 49288 + 49453, + 49494 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 12 }, "end": { - "line": 1338, + "line": 1342, "column": 53 } } @@ -112002,93 +112487,93 @@ "value": 1, "raw": "1", "range": [ - 49293, - 49294 + 49499, + 49500 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 58 }, "end": { - "line": 1338, + "line": 1342, "column": 59 } } }, "prefix": true, "range": [ - 49292, - 49294 + 49498, + 49500 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 57 }, "end": { - "line": 1338, + "line": 1342, "column": 59 } } }, "range": [ - 49247, - 49294 + 49453, + 49500 ], "loc": { "start": { - "line": 1338, + "line": 1342, "column": 12 }, "end": { - "line": 1338, + "line": 1342, "column": 59 } } }, "range": [ - 49210, - 49294 + 49416, + 49500 ], "loc": { "start": { - "line": 1337, + "line": 1341, "column": 15 }, "end": { - "line": 1338, + "line": 1342, "column": 59 } } }, "range": [ - 49203, - 49295 + 49409, + 49501 ], "loc": { "start": { - "line": 1337, + "line": 1341, "column": 8 }, "end": { - "line": 1338, + "line": 1342, "column": 60 } } } ], "range": [ - 49193, - 49301 + 49399, + 49507 ], "loc": { "start": { - "line": 1336, + "line": 1340, "column": 30 }, "end": { - "line": 1339, + "line": 1343, "column": 5 } } @@ -112096,16 +112581,16 @@ "generator": false, "expression": false, "range": [ - 49182, - 49301 + 49388, + 49507 ], "loc": { "start": { - "line": 1336, + "line": 1340, "column": 19 }, "end": { - "line": 1339, + "line": 1343, "column": 5 } } @@ -112113,16 +112598,16 @@ "kind": "method", "computed": false, "range": [ - 49167, - 49301 + 49373, + 49507 ], "loc": { "start": { - "line": 1336, + "line": 1340, "column": 4 }, "end": { - "line": 1339, + "line": 1343, "column": 5 } }, @@ -112131,16 +112616,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 49008, - 49162 + 49214, + 49368 ], "loc": { "start": { - "line": 1331, + "line": 1335, "column": 4 }, "end": { - "line": 1335, + "line": 1339, "column": 7 } } @@ -112151,16 +112636,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 49307, - 49503 + 49513, + 49709 ], "loc": { "start": { - "line": 1341, + "line": 1345, "column": 4 }, "end": { - "line": 1346, + "line": 1350, "column": 7 } } @@ -112174,16 +112659,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 49508, - 49524 + 49714, + 49730 ], "loc": { "start": { - "line": 1347, + "line": 1351, "column": 4 }, "end": { - "line": 1347, + "line": 1351, "column": 20 } } @@ -112196,16 +112681,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 49525, - 49533 + 49731, + 49739 ], "loc": { "start": { - "line": 1347, + "line": 1351, "column": 21 }, "end": { - "line": 1347, + "line": 1351, "column": 29 } } @@ -112228,16 +112713,16 @@ "type": "Identifier", "name": "Types", "range": [ - 49547, - 49552 + 49753, + 49758 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 11 }, "end": { - "line": 1348, + "line": 1352, "column": 16 } } @@ -112246,31 +112731,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 49553, - 49560 + 49759, + 49766 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 17 }, "end": { - "line": 1348, + "line": 1352, "column": 24 } } }, "range": [ - 49547, - 49560 + 49753, + 49766 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 11 }, "end": { - "line": 1348, + "line": 1352, "column": 24 } } @@ -112280,32 +112765,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 49561, - 49569 + 49767, + 49775 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 25 }, "end": { - "line": 1348, + "line": 1352, "column": 33 } } } ], "range": [ - 49547, - 49570 + 49753, + 49776 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 11 }, "end": { - "line": 1348, + "line": 1352, "column": 34 } } @@ -112321,16 +112806,16 @@ "object": { "type": "ThisExpression", "range": [ - 49575, - 49579 + 49781, + 49785 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 39 }, "end": { - "line": 1348, + "line": 1352, "column": 43 } } @@ -112339,31 +112824,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 49580, - 49595 + 49786, + 49801 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 44 }, "end": { - "line": 1348, + "line": 1352, "column": 59 } } }, "range": [ - 49575, - 49595 + 49781, + 49801 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 39 }, "end": { - "line": 1348, + "line": 1352, "column": 59 } } @@ -112373,63 +112858,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 49596, - 49604 + 49802, + 49810 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 60 }, "end": { - "line": 1348, + "line": 1352, "column": 68 } } } ], "range": [ - 49575, - 49605 + 49781, + 49811 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 39 }, "end": { - "line": 1348, + "line": 1352, "column": 69 } } }, "prefix": true, "range": [ - 49574, - 49605 + 49780, + 49811 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 38 }, "end": { - "line": 1348, + "line": 1352, "column": 69 } } }, "range": [ - 49547, - 49605 + 49753, + 49811 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 11 }, "end": { - "line": 1348, + "line": 1352, "column": 69 } } @@ -112441,48 +112926,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 49620, - 49627 + 49826, + 49833 ], "loc": { "start": { - "line": 1349, + "line": 1353, "column": 12 }, "end": { - "line": 1349, + "line": 1353, "column": 19 } } } ], "range": [ - 49606, - 49637 + 49812, + 49843 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 70 }, "end": { - "line": 1350, + "line": 1354, "column": 9 } } }, "alternate": null, "range": [ - 49544, - 49637 + 49750, + 49843 ], "loc": { "start": { - "line": 1348, + "line": 1352, "column": 8 }, "end": { - "line": 1350, + "line": 1354, "column": 9 } } @@ -112496,16 +112981,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49651, - 49664 + 49857, + 49870 ], "loc": { "start": { - "line": 1352, + "line": 1356, "column": 12 }, "end": { - "line": 1352, + "line": 1356, "column": 25 } } @@ -112516,16 +113001,16 @@ "object": { "type": "ThisExpression", "range": [ - 49667, - 49671 + 49873, + 49877 ], "loc": { "start": { - "line": 1352, + "line": 1356, "column": 28 }, "end": { - "line": 1352, + "line": 1356, "column": 32 } } @@ -112534,46 +113019,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49672, - 49685 + 49878, + 49891 ], "loc": { "start": { - "line": 1352, + "line": 1356, "column": 33 }, "end": { - "line": 1352, + "line": 1356, "column": 46 } } }, "range": [ - 49667, - 49685 + 49873, + 49891 ], "loc": { "start": { - "line": 1352, + "line": 1356, "column": 28 }, "end": { - "line": 1352, + "line": 1356, "column": 46 } } }, "range": [ - 49651, - 49685 + 49857, + 49891 ], "loc": { "start": { - "line": 1352, + "line": 1356, "column": 12 }, "end": { - "line": 1352, + "line": 1356, "column": 46 } } @@ -112581,16 +113066,16 @@ ], "kind": "let", "range": [ - 49647, - 49686 + 49853, + 49892 ], "loc": { "start": { - "line": 1352, + "line": 1356, "column": 8 }, "end": { - "line": 1352, + "line": 1356, "column": 47 } } @@ -112604,16 +113089,16 @@ "type": "Identifier", "name": "cols", "range": [ - 49699, - 49703 + 49905, + 49909 ], "loc": { "start": { - "line": 1353, + "line": 1357, "column": 12 }, "end": { - "line": 1353, + "line": 1357, "column": 16 } } @@ -112625,16 +113110,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49706, - 49719 + 49912, + 49925 ], "loc": { "start": { - "line": 1353, + "line": 1357, "column": 19 }, "end": { - "line": 1353, + "line": 1357, "column": 32 } } @@ -112643,46 +113128,46 @@ "type": "Identifier", "name": "cols", "range": [ - 49720, - 49724 + 49926, + 49930 ], "loc": { "start": { - "line": 1353, + "line": 1357, "column": 33 }, "end": { - "line": 1353, + "line": 1357, "column": 37 } } }, "range": [ - 49706, - 49724 + 49912, + 49930 ], "loc": { "start": { - "line": 1353, + "line": 1357, "column": 19 }, "end": { - "line": 1353, + "line": 1357, "column": 37 } } }, "range": [ - 49699, - 49724 + 49905, + 49930 ], "loc": { "start": { - "line": 1353, + "line": 1357, "column": 12 }, "end": { - "line": 1353, + "line": 1357, "column": 37 } } @@ -112690,16 +113175,16 @@ ], "kind": "let", "range": [ - 49695, - 49725 + 49901, + 49931 ], "loc": { "start": { - "line": 1353, + "line": 1357, "column": 8 }, "end": { - "line": 1353, + "line": 1357, "column": 38 } } @@ -112713,16 +113198,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 49738, - 49744 + 49944, + 49950 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 12 }, "end": { - "line": 1354, + "line": 1358, "column": 18 } } @@ -112731,31 +113216,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49747, - 49749 + 49953, + 49955 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 21 }, "end": { - "line": 1354, + "line": 1358, "column": 23 } } }, "range": [ - 49738, - 49749 + 49944, + 49955 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 12 }, "end": { - "line": 1354, + "line": 1358, "column": 23 } } @@ -112766,16 +113251,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 49751, - 49759 + 49957, + 49965 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 25 }, "end": { - "line": 1354, + "line": 1358, "column": 33 } } @@ -112784,31 +113269,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49762, - 49764 + 49968, + 49970 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 36 }, "end": { - "line": 1354, + "line": 1358, "column": 38 } } }, "range": [ - 49751, - 49764 + 49957, + 49970 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 25 }, "end": { - "line": 1354, + "line": 1358, "column": 38 } } @@ -112816,16 +113301,16 @@ ], "kind": "let", "range": [ - 49734, - 49765 + 49940, + 49971 ], "loc": { "start": { - "line": 1354, + "line": 1358, "column": 8 }, "end": { - "line": 1354, + "line": 1358, "column": 39 } } @@ -112839,16 +113324,16 @@ "type": "Identifier", "name": "index", "range": [ - 49778, - 49783 + 49984, + 49989 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 12 }, "end": { - "line": 1355, + "line": 1359, "column": 17 } } @@ -112862,16 +113347,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 49786, - 49789 + 49992, + 49995 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 20 }, "end": { - "line": 1355, + "line": 1359, "column": 23 } } @@ -112880,31 +113365,31 @@ "type": "Identifier", "name": "indexByValue", "range": [ - 49790, - 49802 + 49996, + 50008 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 24 }, "end": { - "line": 1355, + "line": 1359, "column": 36 } } }, "range": [ - 49786, - 49802 + 49992, + 50008 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 20 }, "end": { - "line": 1355, + "line": 1359, "column": 36 } } @@ -112914,16 +113399,16 @@ "type": "Identifier", "name": "cols", "range": [ - 49803, - 49807 + 50009, + 50013 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 37 }, "end": { - "line": 1355, + "line": 1359, "column": 41 } } @@ -112932,47 +113417,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 49809, - 49817 + 50015, + 50023 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 43 }, "end": { - "line": 1355, + "line": 1359, "column": 51 } } } ], "range": [ - 49786, - 49818 + 49992, + 50024 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 20 }, "end": { - "line": 1355, + "line": 1359, "column": 52 } } }, "range": [ - 49778, - 49818 + 49984, + 50024 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 12 }, "end": { - "line": 1355, + "line": 1359, "column": 52 } } @@ -112980,16 +113465,16 @@ ], "kind": "let", "range": [ - 49774, - 49819 + 49980, + 50025 ], "loc": { "start": { - "line": 1355, + "line": 1359, "column": 8 }, "end": { - "line": 1355, + "line": 1359, "column": 53 } } @@ -113003,16 +113488,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 49832, - 49841 + 50038, + 50047 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 12 }, "end": { - "line": 1356, + "line": 1360, "column": 21 } } @@ -113027,16 +113512,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49844, - 49857 + 50050, + 50063 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 24 }, "end": { - "line": 1356, + "line": 1360, "column": 37 } } @@ -113045,31 +113530,31 @@ "type": "Identifier", "name": "values", "range": [ - 49858, - 49864 + 50064, + 50070 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 38 }, "end": { - "line": 1356, + "line": 1360, "column": 44 } } }, "range": [ - 49844, - 49864 + 50050, + 50070 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 24 }, "end": { - "line": 1356, + "line": 1360, "column": 44 } } @@ -113078,46 +113563,46 @@ "type": "Identifier", "name": "index", "range": [ - 49865, - 49870 + 50071, + 50076 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 45 }, "end": { - "line": 1356, + "line": 1360, "column": 50 } } }, "range": [ - 49844, - 49871 + 50050, + 50077 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 24 }, "end": { - "line": 1356, + "line": 1360, "column": 51 } } }, "range": [ - 49832, - 49871 + 50038, + 50077 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 12 }, "end": { - "line": 1356, + "line": 1360, "column": 51 } } @@ -113125,16 +113610,16 @@ ], "kind": "let", "range": [ - 49828, - 49872 + 50034, + 50078 ], "loc": { "start": { - "line": 1356, + "line": 1360, "column": 8 }, "end": { - "line": 1356, + "line": 1360, "column": 52 } } @@ -113148,16 +113633,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 49885, - 49893 + 50091, + 50099 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 12 }, "end": { - "line": 1357, + "line": 1361, "column": 20 } } @@ -113172,16 +113657,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49896, - 49909 + 50102, + 50115 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 23 }, "end": { - "line": 1357, + "line": 1361, "column": 36 } } @@ -113190,31 +113675,31 @@ "type": "Identifier", "name": "texts", "range": [ - 49910, - 49915 + 50116, + 50121 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 37 }, "end": { - "line": 1357, + "line": 1361, "column": 42 } } }, "range": [ - 49896, - 49915 + 50102, + 50121 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 23 }, "end": { - "line": 1357, + "line": 1361, "column": 42 } } @@ -113223,46 +113708,46 @@ "type": "Identifier", "name": "index", "range": [ - 49916, - 49921 + 50122, + 50127 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 43 }, "end": { - "line": 1357, + "line": 1361, "column": 48 } } }, "range": [ - 49896, - 49922 + 50102, + 50128 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 23 }, "end": { - "line": 1357, + "line": 1361, "column": 49 } } }, "range": [ - 49885, - 49922 + 50091, + 50128 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 12 }, "end": { - "line": 1357, + "line": 1361, "column": 49 } } @@ -113270,16 +113755,16 @@ ], "kind": "let", "range": [ - 49881, - 49923 + 50087, + 50129 ], "loc": { "start": { - "line": 1357, + "line": 1361, "column": 8 }, "end": { - "line": 1357, + "line": 1361, "column": 50 } } @@ -113293,16 +113778,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 49936, - 49943 + 50142, + 50149 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 12 }, "end": { - "line": 1358, + "line": 1362, "column": 19 } } @@ -113317,16 +113802,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 49946, - 49959 + 50152, + 50165 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 22 }, "end": { - "line": 1358, + "line": 1362, "column": 35 } } @@ -113335,31 +113820,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 49960, - 49965 + 50166, + 50171 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 36 }, "end": { - "line": 1358, + "line": 1362, "column": 41 } } }, "range": [ - 49946, - 49965 + 50152, + 50171 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 22 }, "end": { - "line": 1358, + "line": 1362, "column": 41 } } @@ -113368,46 +113853,46 @@ "type": "Identifier", "name": "index", "range": [ - 49966, - 49971 + 50172, + 50177 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 42 }, "end": { - "line": 1358, + "line": 1362, "column": 47 } } }, "range": [ - 49946, - 49972 + 50152, + 50178 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 22 }, "end": { - "line": 1358, + "line": 1362, "column": 48 } } }, "range": [ - 49936, - 49972 + 50142, + 50178 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 12 }, "end": { - "line": 1358, + "line": 1362, "column": 48 } } @@ -113415,16 +113900,16 @@ ], "kind": "let", "range": [ - 49932, - 49973 + 50138, + 50179 ], "loc": { "start": { - "line": 1358, + "line": 1362, "column": 8 }, "end": { - "line": 1358, + "line": 1362, "column": 49 } } @@ -113440,16 +113925,16 @@ "type": "Identifier", "name": "r", "range": [ - 49991, - 49992 + 50197, + 50198 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 16 }, "end": { - "line": 1360, + "line": 1364, "column": 17 } } @@ -113459,31 +113944,31 @@ "value": 0, "raw": "0", "range": [ - 49993, - 49994 + 50199, + 50200 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 18 }, "end": { - "line": 1360, + "line": 1364, "column": 19 } } }, "range": [ - 49991, - 49994 + 50197, + 50200 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 16 }, "end": { - "line": 1360, + "line": 1364, "column": 19 } } @@ -113494,16 +113979,16 @@ "type": "Identifier", "name": "len", "range": [ - 49996, - 49999 + 50202, + 50205 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 21 }, "end": { - "line": 1360, + "line": 1364, "column": 24 } } @@ -113515,16 +114000,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 50000, - 50009 + 50206, + 50215 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 25 }, "end": { - "line": 1360, + "line": 1364, "column": 34 } } @@ -113533,46 +114018,46 @@ "type": "Identifier", "name": "length", "range": [ - 50010, - 50016 + 50216, + 50222 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 35 }, "end": { - "line": 1360, + "line": 1364, "column": 41 } } }, "range": [ - 50000, - 50016 + 50206, + 50222 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 25 }, "end": { - "line": 1360, + "line": 1364, "column": 41 } } }, "range": [ - 49996, - 50016 + 50202, + 50222 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 21 }, "end": { - "line": 1360, + "line": 1364, "column": 41 } } @@ -113580,16 +114065,16 @@ ], "kind": "let", "range": [ - 49987, - 50016 + 50193, + 50222 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 12 }, "end": { - "line": 1360, + "line": 1364, "column": 41 } } @@ -113601,16 +114086,16 @@ "type": "Identifier", "name": "r", "range": [ - 50018, - 50019 + 50224, + 50225 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 43 }, "end": { - "line": 1360, + "line": 1364, "column": 44 } } @@ -113619,31 +114104,31 @@ "type": "Identifier", "name": "len", "range": [ - 50020, - 50023 + 50226, + 50229 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 45 }, "end": { - "line": 1360, + "line": 1364, "column": 48 } } }, "range": [ - 50018, - 50023 + 50224, + 50229 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 43 }, "end": { - "line": 1360, + "line": 1364, "column": 48 } } @@ -113655,32 +114140,32 @@ "type": "Identifier", "name": "r", "range": [ - 50025, - 50026 + 50231, + 50232 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 50 }, "end": { - "line": 1360, + "line": 1364, "column": 51 } } }, "prefix": false, "range": [ - 50025, - 50028 + 50231, + 50234 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 50 }, "end": { - "line": 1360, + "line": 1364, "column": 53 } } @@ -113699,16 +114184,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 50043, - 50051 + 50249, + 50257 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 12 }, "end": { - "line": 1361, + "line": 1365, "column": 20 } } @@ -113717,31 +114202,31 @@ "type": "Identifier", "name": "push", "range": [ - 50052, - 50056 + 50258, + 50262 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 21 }, "end": { - "line": 1361, + "line": 1365, "column": 25 } } }, "range": [ - 50043, - 50056 + 50249, + 50262 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 12 }, "end": { - "line": 1361, + "line": 1365, "column": 25 } } @@ -113754,16 +114239,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 50057, - 50066 + 50263, + 50272 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 26 }, "end": { - "line": 1361, + "line": 1365, "column": 35 } } @@ -113772,62 +114257,62 @@ "type": "Identifier", "name": "r", "range": [ - 50067, - 50068 + 50273, + 50274 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 36 }, "end": { - "line": 1361, + "line": 1365, "column": 37 } } }, "range": [ - 50057, - 50069 + 50263, + 50275 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 26 }, "end": { - "line": 1361, + "line": 1365, "column": 38 } } } ], "range": [ - 50043, - 50070 + 50249, + 50276 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 12 }, "end": { - "line": 1361, + "line": 1365, "column": 39 } } }, "range": [ - 50043, - 50071 + 50249, + 50277 ], "loc": { "start": { - "line": 1361, + "line": 1365, "column": 12 }, "end": { - "line": 1361, + "line": 1365, "column": 40 } } @@ -113841,16 +114326,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 50087, - 50095 + 50293, + 50301 ], "loc": { "start": { - "line": 1362, + "line": 1366, "column": 15 }, "end": { - "line": 1362, + "line": 1366, "column": 23 } } @@ -113859,31 +114344,31 @@ "type": "Identifier", "name": "r", "range": [ - 50096, - 50097 + 50302, + 50303 ], "loc": { "start": { - "line": 1362, + "line": 1366, "column": 24 }, "end": { - "line": 1362, + "line": 1366, "column": 25 } } }, "range": [ - 50087, - 50098 + 50293, + 50304 ], "loc": { "start": { - "line": 1362, + "line": 1366, "column": 15 }, "end": { - "line": 1362, + "line": 1366, "column": 26 } } @@ -113902,16 +114387,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 50117, - 50123 + 50323, + 50329 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 16 }, "end": { - "line": 1363, + "line": 1367, "column": 22 } } @@ -113920,31 +114405,31 @@ "type": "Identifier", "name": "push", "range": [ - 50124, - 50128 + 50330, + 50334 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 23 }, "end": { - "line": 1363, + "line": 1367, "column": 27 } } }, "range": [ - 50117, - 50128 + 50323, + 50334 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 16 }, "end": { - "line": 1363, + "line": 1367, "column": 27 } } @@ -113957,16 +114442,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 50129, - 50137 + 50335, + 50343 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 28 }, "end": { - "line": 1363, + "line": 1367, "column": 36 } } @@ -113975,78 +114460,78 @@ "type": "Identifier", "name": "r", "range": [ - 50138, - 50139 + 50344, + 50345 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 37 }, "end": { - "line": 1363, + "line": 1367, "column": 38 } } }, "range": [ - 50129, - 50140 + 50335, + 50346 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 28 }, "end": { - "line": 1363, + "line": 1367, "column": 39 } } } ], "range": [ - 50117, - 50141 + 50323, + 50347 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 16 }, "end": { - "line": 1363, + "line": 1367, "column": 40 } } }, "range": [ - 50117, - 50142 + 50323, + 50348 ], "loc": { "start": { - "line": 1363, + "line": 1367, "column": 16 }, "end": { - "line": 1363, + "line": 1367, "column": 41 } } } ], "range": [ - 50099, - 50156 + 50305, + 50362 ], "loc": { "start": { - "line": 1362, + "line": 1366, "column": 27 }, "end": { - "line": 1364, + "line": 1368, "column": 13 } } @@ -114065,16 +114550,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 50180, - 50186 + 50386, + 50392 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 16 }, "end": { - "line": 1365, + "line": 1369, "column": 22 } } @@ -114083,31 +114568,31 @@ "type": "Identifier", "name": "push", "range": [ - 50187, - 50191 + 50393, + 50397 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 23 }, "end": { - "line": 1365, + "line": 1369, "column": 27 } } }, "range": [ - 50180, - 50191 + 50386, + 50397 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 16 }, "end": { - "line": 1365, + "line": 1369, "column": 27 } } @@ -114120,16 +114605,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 50192, - 50201 + 50398, + 50407 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 28 }, "end": { - "line": 1365, + "line": 1369, "column": 37 } } @@ -114138,124 +114623,124 @@ "type": "Identifier", "name": "r", "range": [ - 50202, - 50203 + 50408, + 50409 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 38 }, "end": { - "line": 1365, + "line": 1369, "column": 39 } } }, "range": [ - 50192, - 50204 + 50398, + 50410 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 28 }, "end": { - "line": 1365, + "line": 1369, "column": 40 } } } ], "range": [ - 50180, - 50205 + 50386, + 50411 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 16 }, "end": { - "line": 1365, + "line": 1369, "column": 41 } } }, "range": [ - 50180, - 50206 + 50386, + 50412 ], "loc": { "start": { - "line": 1365, + "line": 1369, "column": 16 }, "end": { - "line": 1365, + "line": 1369, "column": 42 } } } ], "range": [ - 50162, - 50220 + 50368, + 50426 ], "loc": { "start": { - "line": 1364, + "line": 1368, "column": 19 }, "end": { - "line": 1366, + "line": 1370, "column": 13 } } }, "range": [ - 50084, - 50220 + 50290, + 50426 ], "loc": { "start": { - "line": 1362, + "line": 1366, "column": 12 }, "end": { - "line": 1366, + "line": 1370, "column": 13 } } } ], "range": [ - 50029, - 50230 + 50235, + 50436 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 54 }, "end": { - "line": 1367, + "line": 1371, "column": 9 } } }, "range": [ - 49983, - 50230 + 50189, + 50436 ], "loc": { "start": { - "line": 1360, + "line": 1364, "column": 8 }, "end": { - "line": 1367, + "line": 1371, "column": 9 } } @@ -114266,16 +114751,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 50242, - 50249 + 50448, + 50455 ], "loc": { "start": { - "line": 1368, + "line": 1372, "column": 11 }, "end": { - "line": 1368, + "line": 1372, "column": 18 } } @@ -114294,16 +114779,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 50264, - 50272 + 50470, + 50478 ], "loc": { "start": { - "line": 1369, + "line": 1373, "column": 12 }, "end": { - "line": 1369, + "line": 1373, "column": 20 } } @@ -114312,62 +114797,62 @@ "type": "Identifier", "name": "sort", "range": [ - 50273, - 50277 + 50479, + 50483 ], "loc": { "start": { - "line": 1369, + "line": 1373, "column": 21 }, "end": { - "line": 1369, + "line": 1373, "column": 25 } } }, "range": [ - 50264, - 50277 + 50470, + 50483 ], "loc": { "start": { - "line": 1369, + "line": 1373, "column": 12 }, "end": { - "line": 1369, + "line": 1373, "column": 25 } } }, "arguments": [], "range": [ - 50264, - 50279 + 50470, + 50485 ], "loc": { "start": { - "line": 1369, + "line": 1373, "column": 12 }, "end": { - "line": 1369, + "line": 1373, "column": 27 } } }, "range": [ - 50264, - 50280 + 50470, + 50486 ], "loc": { "start": { - "line": 1369, + "line": 1373, "column": 12 }, "end": { - "line": 1369, + "line": 1373, "column": 28 } } @@ -114383,16 +114868,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 50293, - 50299 + 50499, + 50505 ], "loc": { "start": { - "line": 1370, + "line": 1374, "column": 12 }, "end": { - "line": 1370, + "line": 1374, "column": 18 } } @@ -114401,94 +114886,94 @@ "type": "Identifier", "name": "sort", "range": [ - 50300, - 50304 + 50506, + 50510 ], "loc": { "start": { - "line": 1370, + "line": 1374, "column": 19 }, "end": { - "line": 1370, + "line": 1374, "column": 23 } } }, "range": [ - 50293, - 50304 + 50499, + 50510 ], "loc": { "start": { - "line": 1370, + "line": 1374, "column": 12 }, "end": { - "line": 1370, + "line": 1374, "column": 23 } } }, "arguments": [], "range": [ - 50293, - 50306 + 50499, + 50512 ], "loc": { "start": { - "line": 1370, + "line": 1374, "column": 12 }, "end": { - "line": 1370, + "line": 1374, "column": 25 } } }, "range": [ - 50293, - 50307 + 50499, + 50513 ], "loc": { "start": { - "line": 1370, + "line": 1374, "column": 12 }, "end": { - "line": 1370, + "line": 1374, "column": 26 } } } ], "range": [ - 50250, - 50317 + 50456, + 50523 ], "loc": { "start": { - "line": 1368, + "line": 1372, "column": 19 }, "end": { - "line": 1371, + "line": 1375, "column": 9 } } }, "alternate": null, "range": [ - 50239, - 50317 + 50445, + 50523 ], "loc": { "start": { - "line": 1368, + "line": 1372, "column": 8 }, "end": { - "line": 1371, + "line": 1375, "column": 9 } } @@ -114502,16 +114987,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 50334, - 50342 + 50540, + 50548 ], "loc": { "start": { - "line": 1372, + "line": 1376, "column": 16 }, "end": { - "line": 1372, + "line": 1376, "column": 24 } } @@ -114520,63 +115005,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 50344, - 50350 + 50550, + 50556 ], "loc": { "start": { - "line": 1372, + "line": 1376, "column": 26 }, "end": { - "line": 1372, + "line": 1376, "column": 32 } } } ], "range": [ - 50333, - 50351 + 50539, + 50557 ], "loc": { "start": { - "line": 1372, + "line": 1376, "column": 15 }, "end": { - "line": 1372, + "line": 1376, "column": 33 } } }, "range": [ - 50326, - 50352 + 50532, + 50558 ], "loc": { "start": { - "line": 1372, + "line": 1376, "column": 8 }, "end": { - "line": 1372, + "line": 1376, "column": 34 } } } ], "range": [ - 49534, - 50358 + 49740, + 50564 ], "loc": { "start": { - "line": 1347, + "line": 1351, "column": 30 }, "end": { - "line": 1373, + "line": 1377, "column": 5 } } @@ -114584,16 +115069,16 @@ "generator": false, "expression": false, "range": [ - 49524, - 50358 + 49730, + 50564 ], "loc": { "start": { - "line": 1347, + "line": 1351, "column": 20 }, "end": { - "line": 1373, + "line": 1377, "column": 5 } } @@ -114601,16 +115086,16 @@ "kind": "method", "computed": false, "range": [ - 49508, - 50358 + 49714, + 50564 ], "loc": { "start": { - "line": 1347, + "line": 1351, "column": 4 }, "end": { - "line": 1373, + "line": 1377, "column": 5 } }, @@ -114619,16 +115104,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 49307, - 49503 + 49513, + 49709 ], "loc": { "start": { - "line": 1341, + "line": 1345, "column": 4 }, "end": { - "line": 1346, + "line": 1350, "column": 7 } } @@ -114642,16 +115127,16 @@ "type": "Identifier", "name": "resetValues", "range": [ - 50364, - 50375 + 50570, + 50581 ], "loc": { "start": { - "line": 1375, + "line": 1379, "column": 4 }, "end": { - "line": 1375, + "line": 1379, "column": 15 } } @@ -114673,16 +115158,16 @@ "object": { "type": "ThisExpression", "range": [ - 50387, - 50391 + 50593, + 50597 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 8 }, "end": { - "line": 1376, + "line": 1380, "column": 12 } } @@ -114691,31 +115176,31 @@ "type": "Identifier", "name": "EvtManager", "range": [ - 50392, - 50402 + 50598, + 50608 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 13 }, "end": { - "line": 1376, + "line": 1380, "column": 23 } } }, "range": [ - 50387, - 50402 + 50593, + 50608 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 8 }, "end": { - "line": 1376, + "line": 1380, "column": 23 } } @@ -114733,16 +115218,16 @@ "object": { "type": "ThisExpression", "range": [ - 50403, - 50407 + 50609, + 50613 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 24 }, "end": { - "line": 1376, + "line": 1380, "column": 28 } } @@ -114751,31 +115236,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 50408, - 50411 + 50614, + 50617 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 29 }, "end": { - "line": 1376, + "line": 1380, "column": 32 } } }, "range": [ - 50403, - 50411 + 50609, + 50617 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 24 }, "end": { - "line": 1376, + "line": 1380, "column": 32 } } @@ -114784,31 +115269,31 @@ "type": "Identifier", "name": "name", "range": [ - 50412, - 50416 + 50618, + 50622 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 33 }, "end": { - "line": 1376, + "line": 1380, "column": 37 } } }, "range": [ - 50403, - 50416 + 50609, + 50622 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 24 }, "end": { - "line": 1376, + "line": 1380, "column": 37 } } @@ -114817,78 +115302,78 @@ "type": "Identifier", "name": "resetvalues", "range": [ - 50417, - 50428 + 50623, + 50634 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 38 }, "end": { - "line": 1376, + "line": 1380, "column": 49 } } }, "range": [ - 50403, - 50428 + 50609, + 50634 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 24 }, "end": { - "line": 1376, + "line": 1380, "column": 49 } } } ], "range": [ - 50387, - 50429 + 50593, + 50635 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 8 }, "end": { - "line": 1376, + "line": 1380, "column": 50 } } }, "range": [ - 50387, - 50430 + 50593, + 50636 ], "loc": { "start": { - "line": 1376, + "line": 1380, "column": 8 }, "end": { - "line": 1376, + "line": 1380, "column": 51 } } } ], "range": [ - 50377, - 50436 + 50583, + 50642 ], "loc": { "start": { - "line": 1375, + "line": 1379, "column": 17 }, "end": { - "line": 1377, + "line": 1381, "column": 5 } } @@ -114896,16 +115381,16 @@ "generator": false, "expression": false, "range": [ - 50375, - 50436 + 50581, + 50642 ], "loc": { "start": { - "line": 1375, + "line": 1379, "column": 15 }, "end": { - "line": 1377, + "line": 1381, "column": 5 } } @@ -114913,16 +115398,16 @@ "kind": "method", "computed": false, "range": [ - 50364, - 50436 + 50570, + 50642 ], "loc": { "start": { - "line": 1375, + "line": 1379, "column": 4 }, "end": { - "line": 1377, + "line": 1381, "column": 5 } }, @@ -114931,16 +115416,16 @@ "type": "Block", "value": "*\n * Reset persisted filter values\n ", "range": [ - 50442, - 50490 + 50648, + 50696 ], "loc": { "start": { - "line": 1379, + "line": 1383, "column": 4 }, "end": { - "line": 1381, + "line": 1385, "column": 7 } } @@ -114954,16 +115439,16 @@ "type": "Identifier", "name": "_resetValues", "range": [ - 50495, - 50507 + 50701, + 50713 ], "loc": { "start": { - "line": 1382, + "line": 1386, "column": 4 }, "end": { - "line": 1382, + "line": 1386, "column": 16 } } @@ -114986,16 +115471,16 @@ "object": { "type": "ThisExpression", "range": [ - 50553, - 50557 + 50759, + 50763 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 11 }, "end": { - "line": 1384, + "line": 1388, "column": 15 } } @@ -115004,31 +115489,31 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 50558, - 50576 + 50764, + 50782 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 16 }, "end": { - "line": 1384, + "line": 1388, "column": 34 } } }, "range": [ - 50553, - 50576 + 50759, + 50782 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 11 }, "end": { - "line": 1384, + "line": 1388, "column": 34 } } @@ -115039,16 +115524,16 @@ "object": { "type": "ThisExpression", "range": [ - 50580, - 50584 + 50786, + 50790 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 38 }, "end": { - "line": 1384, + "line": 1388, "column": 42 } } @@ -115057,46 +115542,46 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 50585, - 50600 + 50791, + 50806 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 43 }, "end": { - "line": 1384, + "line": 1388, "column": 58 } } }, "range": [ - 50580, - 50600 + 50786, + 50806 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 38 }, "end": { - "line": 1384, + "line": 1388, "column": 58 } } }, "range": [ - 50553, - 50600 + 50759, + 50806 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 11 }, "end": { - "line": 1384, + "line": 1388, "column": 58 } } @@ -115114,16 +115599,16 @@ "object": { "type": "ThisExpression", "range": [ - 50615, - 50619 + 50821, + 50825 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 12 }, "end": { - "line": 1385, + "line": 1389, "column": 16 } } @@ -115132,31 +115617,31 @@ "type": "Identifier", "name": "_resetGridValues", "range": [ - 50620, - 50636 + 50826, + 50842 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 17 }, "end": { - "line": 1385, + "line": 1389, "column": 33 } } }, "range": [ - 50615, - 50636 + 50821, + 50842 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 12 }, "end": { - "line": 1385, + "line": 1389, "column": 33 } } @@ -115168,16 +115653,16 @@ "object": { "type": "ThisExpression", "range": [ - 50637, - 50641 + 50843, + 50847 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 34 }, "end": { - "line": 1385, + "line": 1389, "column": 38 } } @@ -115186,94 +115671,94 @@ "type": "Identifier", "name": "fltsValuesCookie", "range": [ - 50642, - 50658 + 50848, + 50864 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 39 }, "end": { - "line": 1385, + "line": 1389, "column": 55 } } }, "range": [ - 50637, - 50658 + 50843, + 50864 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 34 }, "end": { - "line": 1385, + "line": 1389, "column": 55 } } } ], "range": [ - 50615, - 50659 + 50821, + 50865 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 12 }, "end": { - "line": 1385, + "line": 1389, "column": 56 } } }, "range": [ - 50615, - 50660 + 50821, + 50866 ], "loc": { "start": { - "line": 1385, + "line": 1389, "column": 12 }, "end": { - "line": 1385, + "line": 1389, "column": 57 } } } ], "range": [ - 50601, - 50670 + 50807, + 50876 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 59 }, "end": { - "line": 1386, + "line": 1390, "column": 9 } } }, "alternate": null, "range": [ - 50550, - 50670 + 50756, + 50876 ], "loc": { "start": { - "line": 1384, + "line": 1388, "column": 8 }, "end": { - "line": 1386, + "line": 1390, "column": 9 } }, @@ -115282,16 +115767,16 @@ "type": "Line", "value": "only loadFltOnDemand", "range": [ - 50519, - 50541 + 50725, + 50747 ], "loc": { "start": { - "line": 1383, + "line": 1387, "column": 8 }, "end": { - "line": 1383, + "line": 1387, "column": 30 } } @@ -115309,16 +115794,16 @@ "object": { "type": "ThisExpression", "range": [ - 50682, - 50686 + 50888, + 50892 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 11 }, "end": { - "line": 1387, + "line": 1391, "column": 15 } } @@ -115327,31 +115812,31 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 50687, - 50702 + 50893, + 50908 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 16 }, "end": { - "line": 1387, + "line": 1391, "column": 31 } } }, "range": [ - 50682, - 50702 + 50888, + 50908 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 11 }, "end": { - "line": 1387, + "line": 1391, "column": 31 } } @@ -115365,16 +115850,16 @@ "object": { "type": "ThisExpression", "range": [ - 50706, - 50710 + 50912, + 50916 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 35 }, "end": { - "line": 1387, + "line": 1391, "column": 39 } } @@ -115383,31 +115868,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 50711, - 50714 + 50917, + 50920 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 40 }, "end": { - "line": 1387, + "line": 1391, "column": 43 } } }, "range": [ - 50706, - 50714 + 50912, + 50920 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 35 }, "end": { - "line": 1387, + "line": 1391, "column": 43 } } @@ -115416,46 +115901,46 @@ "type": "Identifier", "name": "paging", "range": [ - 50715, - 50721 + 50921, + 50927 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 44 }, "end": { - "line": 1387, + "line": 1391, "column": 50 } } }, "range": [ - 50706, - 50721 + 50912, + 50927 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 35 }, "end": { - "line": 1387, + "line": 1391, "column": 50 } } }, "range": [ - 50682, - 50721 + 50888, + 50927 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 11 }, "end": { - "line": 1387, + "line": 1391, "column": 50 } } @@ -115479,16 +115964,16 @@ "object": { "type": "ThisExpression", "range": [ - 50736, - 50740 + 50942, + 50946 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1392, "column": 16 } } @@ -115497,31 +115982,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 50741, - 50744 + 50947, + 50950 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 17 }, "end": { - "line": 1388, + "line": 1392, "column": 20 } } }, "range": [ - 50736, - 50744 + 50942, + 50950 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1392, "column": 20 } } @@ -115530,31 +116015,31 @@ "type": "Identifier", "name": "paging", "range": [ - 50745, - 50751 + 50951, + 50957 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 21 }, "end": { - "line": 1388, + "line": 1392, "column": 27 } } }, "range": [ - 50736, - 50751 + 50942, + 50957 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1392, "column": 27 } } @@ -115563,31 +116048,31 @@ "type": "Identifier", "name": "resetPageLength", "range": [ - 50752, - 50767 + 50958, + 50973 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 28 }, "end": { - "line": 1388, + "line": 1392, "column": 43 } } }, "range": [ - 50736, - 50767 + 50942, + 50973 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1392, "column": 43 } } @@ -115599,16 +116084,16 @@ "object": { "type": "ThisExpression", "range": [ - 50768, - 50772 + 50974, + 50978 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 44 }, "end": { - "line": 1388, + "line": 1392, "column": 48 } } @@ -115617,94 +116102,94 @@ "type": "Identifier", "name": "pgLenCookie", "range": [ - 50773, - 50784 + 50979, + 50990 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 49 }, "end": { - "line": 1388, + "line": 1392, "column": 60 } } }, "range": [ - 50768, - 50784 + 50974, + 50990 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 44 }, "end": { - "line": 1388, + "line": 1392, "column": 60 } } } ], "range": [ - 50736, - 50785 + 50942, + 50991 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1392, "column": 61 } } }, "range": [ - 50736, - 50786 + 50942, + 50992 ], "loc": { "start": { - "line": 1388, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1392, "column": 62 } } } ], "range": [ - 50722, - 50796 + 50928, + 51002 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 51 }, "end": { - "line": 1389, + "line": 1393, "column": 9 } } }, "alternate": null, "range": [ - 50679, - 50796 + 50885, + 51002 ], "loc": { "start": { - "line": 1387, + "line": 1391, "column": 8 }, "end": { - "line": 1389, + "line": 1393, "column": 9 } } @@ -115720,16 +116205,16 @@ "object": { "type": "ThisExpression", "range": [ - 50808, - 50812 + 51014, + 51018 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 11 }, "end": { - "line": 1390, + "line": 1394, "column": 15 } } @@ -115738,31 +116223,31 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 50813, - 50827 + 51019, + 51033 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 16 }, "end": { - "line": 1390, + "line": 1394, "column": 30 } } }, "range": [ - 50808, - 50827 + 51014, + 51033 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 11 }, "end": { - "line": 1390, + "line": 1394, "column": 30 } } @@ -115776,16 +116261,16 @@ "object": { "type": "ThisExpression", "range": [ - 50831, - 50835 + 51037, + 51041 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 34 }, "end": { - "line": 1390, + "line": 1394, "column": 38 } } @@ -115794,31 +116279,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 50836, - 50839 + 51042, + 51045 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 39 }, "end": { - "line": 1390, + "line": 1394, "column": 42 } } }, "range": [ - 50831, - 50839 + 51037, + 51045 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 34 }, "end": { - "line": 1390, + "line": 1394, "column": 42 } } @@ -115827,46 +116312,46 @@ "type": "Identifier", "name": "paging", "range": [ - 50840, - 50846 + 51046, + 51052 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 43 }, "end": { - "line": 1390, + "line": 1394, "column": 49 } } }, "range": [ - 50831, - 50846 + 51037, + 51052 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 34 }, "end": { - "line": 1390, + "line": 1394, "column": 49 } } }, "range": [ - 50808, - 50846 + 51014, + 51052 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 11 }, "end": { - "line": 1390, + "line": 1394, "column": 49 } } @@ -115890,16 +116375,16 @@ "object": { "type": "ThisExpression", "range": [ - 50861, - 50865 + 51067, + 51071 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 12 }, "end": { - "line": 1391, + "line": 1395, "column": 16 } } @@ -115908,31 +116393,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 50866, - 50869 + 51072, + 51075 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 17 }, "end": { - "line": 1391, + "line": 1395, "column": 20 } } }, "range": [ - 50861, - 50869 + 51067, + 51075 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 12 }, "end": { - "line": 1391, + "line": 1395, "column": 20 } } @@ -115941,31 +116426,31 @@ "type": "Identifier", "name": "paging", "range": [ - 50870, - 50876 + 51076, + 51082 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 21 }, "end": { - "line": 1391, + "line": 1395, "column": 27 } } }, "range": [ - 50861, - 50876 + 51067, + 51082 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 12 }, "end": { - "line": 1391, + "line": 1395, "column": 27 } } @@ -115974,31 +116459,31 @@ "type": "Identifier", "name": "resetPage", "range": [ - 50877, - 50886 + 51083, + 51092 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 28 }, "end": { - "line": 1391, + "line": 1395, "column": 37 } } }, "range": [ - 50861, - 50886 + 51067, + 51092 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 12 }, "end": { - "line": 1391, + "line": 1395, "column": 37 } } @@ -116010,16 +116495,16 @@ "object": { "type": "ThisExpression", "range": [ - 50887, - 50891 + 51093, + 51097 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 38 }, "end": { - "line": 1391, + "line": 1395, "column": 42 } } @@ -116028,110 +116513,110 @@ "type": "Identifier", "name": "pgNbCookie", "range": [ - 50892, - 50902 + 51098, + 51108 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 43 }, "end": { - "line": 1391, + "line": 1395, "column": 53 } } }, "range": [ - 50887, - 50902 + 51093, + 51108 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 38 }, "end": { - "line": 1391, + "line": 1395, "column": 53 } } } ], "range": [ - 50861, - 50903 + 51067, + 51109 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 12 }, "end": { - "line": 1391, + "line": 1395, "column": 54 } } }, "range": [ - 50861, - 50904 + 51067, + 51110 ], "loc": { "start": { - "line": 1391, + "line": 1395, "column": 12 }, "end": { - "line": 1391, + "line": 1395, "column": 55 } } } ], "range": [ - 50847, - 50914 + 51053, + 51120 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 50 }, "end": { - "line": 1392, + "line": 1396, "column": 9 } } }, "alternate": null, "range": [ - 50805, - 50914 + 51011, + 51120 ], "loc": { "start": { - "line": 1390, + "line": 1394, "column": 8 }, "end": { - "line": 1392, + "line": 1396, "column": 9 } } } ], "range": [ - 50509, - 50920 + 50715, + 51126 ], "loc": { "start": { - "line": 1382, + "line": 1386, "column": 18 }, "end": { - "line": 1393, + "line": 1397, "column": 5 } } @@ -116139,16 +116624,16 @@ "generator": false, "expression": false, "range": [ - 50507, - 50920 + 50713, + 51126 ], "loc": { "start": { - "line": 1382, + "line": 1386, "column": 16 }, "end": { - "line": 1393, + "line": 1397, "column": 5 } } @@ -116156,16 +116641,16 @@ "kind": "method", "computed": false, "range": [ - 50495, - 50920 + 50701, + 51126 ], "loc": { "start": { - "line": 1382, + "line": 1386, "column": 4 }, "end": { - "line": 1393, + "line": 1397, "column": 5 } }, @@ -116174,16 +116659,16 @@ "type": "Block", "value": "*\n * Reset persisted filter values\n ", "range": [ - 50442, - 50490 + 50648, + 50696 ], "loc": { "start": { - "line": 1379, + "line": 1383, "column": 4 }, "end": { - "line": 1381, + "line": 1385, "column": 7 } } @@ -116194,16 +116679,16 @@ "type": "Block", "value": "*\n * Reset persisted filter values when load filters on demand feature is\n * enabled\n * @param {String} name cookie name storing filter values\n ", "range": [ - 50926, - 51091 + 51132, + 51297 ], "loc": { "start": { - "line": 1395, + "line": 1399, "column": 4 }, "end": { - "line": 1399, + "line": 1403, "column": 7 } } @@ -116217,16 +116702,16 @@ "type": "Identifier", "name": "_resetGridValues", "range": [ - 51096, - 51112 + 51302, + 51318 ], "loc": { "start": { - "line": 1400, + "line": 1404, "column": 4 }, "end": { - "line": 1400, + "line": 1404, "column": 20 } } @@ -116239,16 +116724,16 @@ "type": "Identifier", "name": "name", "range": [ - 51113, - 51117 + 51319, + 51323 ], "loc": { "start": { - "line": 1400, + "line": 1404, "column": 21 }, "end": { - "line": 1400, + "line": 1404, "column": 25 } } @@ -116268,16 +116753,16 @@ "object": { "type": "ThisExpression", "range": [ - 51132, - 51136 + 51338, + 51342 ], "loc": { "start": { - "line": 1401, + "line": 1405, "column": 12 }, "end": { - "line": 1401, + "line": 1405, "column": 16 } } @@ -116286,47 +116771,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 51137, - 51152 + 51343, + 51358 ], "loc": { "start": { - "line": 1401, + "line": 1405, "column": 17 }, "end": { - "line": 1401, + "line": 1405, "column": 32 } } }, "range": [ - 51132, - 51152 + 51338, + 51358 ], "loc": { "start": { - "line": 1401, + "line": 1405, "column": 12 }, "end": { - "line": 1401, + "line": 1405, "column": 32 } } }, "prefix": true, "range": [ - 51131, - 51152 + 51337, + 51358 ], "loc": { "start": { - "line": 1401, + "line": 1405, "column": 11 }, "end": { - "line": 1401, + "line": 1405, "column": 32 } } @@ -116338,48 +116823,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 51167, - 51174 + 51373, + 51380 ], "loc": { "start": { - "line": 1402, + "line": 1406, "column": 12 }, "end": { - "line": 1402, + "line": 1406, "column": 19 } } } ], "range": [ - 51153, - 51184 + 51359, + 51390 ], "loc": { "start": { - "line": 1401, + "line": 1405, "column": 33 }, "end": { - "line": 1403, + "line": 1407, "column": 9 } } }, "alternate": null, "range": [ - 51128, - 51184 + 51334, + 51390 ], "loc": { "start": { - "line": 1401, + "line": 1405, "column": 8 }, "end": { - "line": 1403, + "line": 1407, "column": 9 } } @@ -116393,16 +116878,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 51197, - 51207 + 51403, + 51413 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 12 }, "end": { - "line": 1404, + "line": 1408, "column": 22 } } @@ -116421,16 +116906,16 @@ "object": { "type": "ThisExpression", "range": [ - 51210, - 51214 + 51416, + 51420 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 25 }, "end": { - "line": 1404, + "line": 1408, "column": 29 } } @@ -116439,31 +116924,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 51215, - 51218 + 51421, + 51424 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 30 }, "end": { - "line": 1404, + "line": 1408, "column": 33 } } }, "range": [ - 51210, - 51218 + 51416, + 51424 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 25 }, "end": { - "line": 1404, + "line": 1408, "column": 33 } } @@ -116472,31 +116957,31 @@ "type": "Identifier", "name": "store", "range": [ - 51219, - 51224 + 51425, + 51430 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 34 }, "end": { - "line": 1404, + "line": 1408, "column": 39 } } }, "range": [ - 51210, - 51224 + 51416, + 51430 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 25 }, "end": { - "line": 1404, + "line": 1408, "column": 39 } } @@ -116505,31 +116990,31 @@ "type": "Identifier", "name": "getFilterValues", "range": [ - 51225, - 51240 + 51431, + 51446 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 40 }, "end": { - "line": 1404, + "line": 1408, "column": 55 } } }, "range": [ - 51210, - 51240 + 51416, + 51446 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 25 }, "end": { - "line": 1404, + "line": 1408, "column": 55 } } @@ -116539,47 +117024,47 @@ "type": "Identifier", "name": "name", "range": [ - 51241, - 51245 + 51447, + 51451 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 56 }, "end": { - "line": 1404, + "line": 1408, "column": 60 } } } ], "range": [ - 51210, - 51246 + 51416, + 51452 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 25 }, "end": { - "line": 1404, + "line": 1408, "column": 61 } } }, "range": [ - 51197, - 51246 + 51403, + 51452 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 12 }, "end": { - "line": 1404, + "line": 1408, "column": 61 } } @@ -116590,16 +117075,16 @@ "type": "Identifier", "name": "slcFltsIndex", "range": [ - 51260, - 51272 + 51466, + 51478 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 12 }, "end": { - "line": 1405, + "line": 1409, "column": 24 } } @@ -116612,16 +117097,16 @@ "object": { "type": "ThisExpression", "range": [ - 51275, - 51279 + 51481, + 51485 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 27 }, "end": { - "line": 1405, + "line": 1409, "column": 31 } } @@ -116630,31 +117115,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 51280, - 51296 + 51486, + 51502 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 32 }, "end": { - "line": 1405, + "line": 1409, "column": 48 } } }, "range": [ - 51275, - 51296 + 51481, + 51502 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 27 }, "end": { - "line": 1405, + "line": 1409, "column": 48 } } @@ -116666,16 +117151,16 @@ "object": { "type": "ThisExpression", "range": [ - 51297, - 51301 + 51503, + 51507 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 49 }, "end": { - "line": 1405, + "line": 1409, "column": 53 } } @@ -116684,31 +117169,31 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 51302, - 51312 + 51508, + 51518 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 54 }, "end": { - "line": 1405, + "line": 1409, "column": 64 } } }, "range": [ - 51297, - 51312 + 51503, + 51518 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 49 }, "end": { - "line": 1405, + "line": 1409, "column": 64 } } @@ -116718,47 +117203,47 @@ "value": true, "raw": "true", "range": [ - 51314, - 51318 + 51520, + 51524 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 66 }, "end": { - "line": 1405, + "line": 1409, "column": 70 } } } ], "range": [ - 51275, - 51319 + 51481, + 51525 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 27 }, "end": { - "line": 1405, + "line": 1409, "column": 71 } } }, "range": [ - 51260, - 51319 + 51466, + 51525 ], "loc": { "start": { - "line": 1405, + "line": 1409, "column": 12 }, "end": { - "line": 1405, + "line": 1409, "column": 71 } } @@ -116769,16 +117254,16 @@ "type": "Identifier", "name": "multiFltsIndex", "range": [ - 51333, - 51347 + 51539, + 51553 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 12 }, "end": { - "line": 1406, + "line": 1410, "column": 26 } } @@ -116791,16 +117276,16 @@ "object": { "type": "ThisExpression", "range": [ - 51350, - 51354 + 51556, + 51560 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 29 }, "end": { - "line": 1406, + "line": 1410, "column": 33 } } @@ -116809,31 +117294,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 51355, - 51371 + 51561, + 51577 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 34 }, "end": { - "line": 1406, + "line": 1410, "column": 50 } } }, "range": [ - 51350, - 51371 + 51556, + 51577 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 29 }, "end": { - "line": 1406, + "line": 1410, "column": 50 } } @@ -116845,16 +117330,16 @@ "object": { "type": "ThisExpression", "range": [ - 51372, - 51376 + 51578, + 51582 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 51 }, "end": { - "line": 1406, + "line": 1410, "column": 55 } } @@ -116863,31 +117348,31 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 51377, - 51389 + 51583, + 51595 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 56 }, "end": { - "line": 1406, + "line": 1410, "column": 68 } } }, "range": [ - 51372, - 51389 + 51578, + 51595 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 51 }, "end": { - "line": 1406, + "line": 1410, "column": 68 } } @@ -116897,47 +117382,47 @@ "value": true, "raw": "true", "range": [ - 51391, - 51395 + 51597, + 51601 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 70 }, "end": { - "line": 1406, + "line": 1410, "column": 74 } } } ], "range": [ - 51350, - 51396 + 51556, + 51602 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 29 }, "end": { - "line": 1406, + "line": 1410, "column": 75 } } }, "range": [ - 51333, - 51396 + 51539, + 51602 ], "loc": { "start": { - "line": 1406, + "line": 1410, "column": 12 }, "end": { - "line": 1406, + "line": 1410, "column": 75 } } @@ -116945,16 +117430,16 @@ ], "kind": "let", "range": [ - 51193, - 51397 + 51399, + 51603 ], "loc": { "start": { - "line": 1404, + "line": 1408, "column": 8 }, "end": { - "line": 1406, + "line": 1410, "column": 76 } }, @@ -116963,16 +117448,16 @@ "type": "Line", "value": "if the number of columns is the same as before page reload", "range": [ - 51407, - 51467 + 51613, + 51673 ], "loc": { "start": { - "line": 1408, + "line": 1412, "column": 8 }, "end": { - "line": 1408, + "line": 1412, "column": 68 } } @@ -116990,16 +117475,16 @@ "type": "Identifier", "name": "Number", "range": [ - 51479, - 51485 + 51685, + 51691 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 11 }, "end": { - "line": 1409, + "line": 1413, "column": 17 } } @@ -117012,16 +117497,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 51486, - 51496 + 51692, + 51702 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 18 }, "end": { - "line": 1409, + "line": 1413, "column": 28 } } @@ -117036,16 +117521,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 51498, - 51508 + 51704, + 51714 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 30 }, "end": { - "line": 1409, + "line": 1413, "column": 40 } } @@ -117054,31 +117539,31 @@ "type": "Identifier", "name": "length", "range": [ - 51509, - 51515 + 51715, + 51721 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 41 }, "end": { - "line": 1409, + "line": 1413, "column": 47 } } }, "range": [ - 51498, - 51515 + 51704, + 51721 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 30 }, "end": { - "line": 1409, + "line": 1413, "column": 47 } } @@ -117088,62 +117573,62 @@ "value": 1, "raw": "1", "range": [ - 51516, - 51517 + 51722, + 51723 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 48 }, "end": { - "line": 1409, + "line": 1413, "column": 49 } } }, "range": [ - 51498, - 51517 + 51704, + 51723 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 30 }, "end": { - "line": 1409, + "line": 1413, "column": 49 } } }, "range": [ - 51486, - 51519 + 51692, + 51725 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 18 }, "end": { - "line": 1409, + "line": 1413, "column": 51 } } } ], "range": [ - 51479, - 51520 + 51685, + 51726 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 11 }, "end": { - "line": 1409, + "line": 1413, "column": 52 } } @@ -117157,16 +117642,16 @@ "object": { "type": "ThisExpression", "range": [ - 51525, - 51529 + 51731, + 51735 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 57 }, "end": { - "line": 1409, + "line": 1413, "column": 61 } } @@ -117175,31 +117660,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 51530, - 51536 + 51736, + 51742 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 62 }, "end": { - "line": 1409, + "line": 1413, "column": 68 } } }, "range": [ - 51525, - 51536 + 51731, + 51742 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 57 }, "end": { - "line": 1409, + "line": 1413, "column": 68 } } @@ -117208,46 +117693,46 @@ "type": "Identifier", "name": "length", "range": [ - 51537, - 51543 + 51743, + 51749 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 69 }, "end": { - "line": 1409, + "line": 1413, "column": 75 } } }, "range": [ - 51525, - 51543 + 51731, + 51749 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 57 }, "end": { - "line": 1409, + "line": 1413, "column": 75 } } }, "range": [ - 51479, - 51543 + 51685, + 51749 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 11 }, "end": { - "line": 1409, + "line": 1413, "column": 75 } } @@ -117266,16 +117751,16 @@ "type": "Identifier", "name": "i", "range": [ - 51566, - 51567 + 51772, + 51773 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 20 }, "end": { - "line": 1410, + "line": 1414, "column": 21 } } @@ -117285,31 +117770,31 @@ "value": 0, "raw": "0", "range": [ - 51568, - 51569 + 51774, + 51775 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 22 }, "end": { - "line": 1410, + "line": 1414, "column": 23 } } }, "range": [ - 51566, - 51569 + 51772, + 51775 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 20 }, "end": { - "line": 1410, + "line": 1414, "column": 23 } } @@ -117317,16 +117802,16 @@ ], "kind": "let", "range": [ - 51562, - 51569 + 51768, + 51775 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 16 }, "end": { - "line": 1410, + "line": 1414, "column": 23 } } @@ -117338,16 +117823,16 @@ "type": "Identifier", "name": "i", "range": [ - 51571, - 51572 + 51777, + 51778 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 25 }, "end": { - "line": 1410, + "line": 1414, "column": 26 } } @@ -117362,16 +117847,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 51574, - 51584 + 51780, + 51790 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 28 }, "end": { - "line": 1410, + "line": 1414, "column": 38 } } @@ -117380,31 +117865,31 @@ "type": "Identifier", "name": "length", "range": [ - 51585, - 51591 + 51791, + 51797 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 39 }, "end": { - "line": 1410, + "line": 1414, "column": 45 } } }, "range": [ - 51574, - 51591 + 51780, + 51797 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 28 }, "end": { - "line": 1410, + "line": 1414, "column": 45 } } @@ -117414,46 +117899,46 @@ "value": 1, "raw": "1", "range": [ - 51594, - 51595 + 51800, + 51801 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 48 }, "end": { - "line": 1410, + "line": 1414, "column": 49 } } }, "range": [ - 51574, - 51595 + 51780, + 51801 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 28 }, "end": { - "line": 1410, + "line": 1414, "column": 49 } } }, "range": [ - 51571, - 51596 + 51777, + 51802 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 25 }, "end": { - "line": 1410, + "line": 1414, "column": 50 } } @@ -117465,32 +117950,32 @@ "type": "Identifier", "name": "i", "range": [ - 51598, - 51599 + 51804, + 51805 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 52 }, "end": { - "line": 1410, + "line": 1414, "column": 53 } } }, "prefix": false, "range": [ - 51598, - 51601 + 51804, + 51807 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 52 }, "end": { - "line": 1410, + "line": 1414, "column": 55 } } @@ -117510,16 +117995,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 51623, - 51633 + 51829, + 51839 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 19 }, "end": { - "line": 1411, + "line": 1415, "column": 29 } } @@ -117528,31 +118013,31 @@ "type": "Identifier", "name": "i", "range": [ - 51634, - 51635 + 51840, + 51841 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 30 }, "end": { - "line": 1411, + "line": 1415, "column": 31 } } }, "range": [ - 51623, - 51636 + 51829, + 51842 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 19 }, "end": { - "line": 1411, + "line": 1415, "column": 32 } } @@ -117562,31 +118047,31 @@ "value": " ", "raw": "' '", "range": [ - 51639, - 51642 + 51845, + 51848 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 35 }, "end": { - "line": 1411, + "line": 1415, "column": 38 } } }, "range": [ - 51623, - 51642 + 51829, + 51848 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 19 }, "end": { - "line": 1411, + "line": 1415, "column": 38 } } @@ -117598,48 +118083,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 51665, - 51674 + 51871, + 51880 ], "loc": { "start": { - "line": 1412, + "line": 1416, "column": 20 }, "end": { - "line": 1412, + "line": 1416, "column": 29 } } } ], "range": [ - 51643, - 51692 + 51849, + 51898 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 39 }, "end": { - "line": 1413, + "line": 1417, "column": 17 } } }, "alternate": null, "range": [ - 51620, - 51692 + 51826, + 51898 ], "loc": { "start": { - "line": 1411, + "line": 1415, "column": 16 }, "end": { - "line": 1413, + "line": 1417, "column": 17 } } @@ -117653,32 +118138,32 @@ "type": "Identifier", "name": "s", "range": [ - 51713, - 51714 + 51919, + 51920 ], "loc": { "start": { - "line": 1414, + "line": 1418, "column": 20 }, "end": { - "line": 1414, + "line": 1418, "column": 21 } } }, "init": null, "range": [ - 51713, - 51714 + 51919, + 51920 ], "loc": { "start": { - "line": 1414, + "line": 1418, "column": 20 }, "end": { - "line": 1414, + "line": 1418, "column": 21 } } @@ -117689,32 +118174,32 @@ "type": "Identifier", "name": "opt", "range": [ - 51716, - 51719 + 51922, + 51925 ], "loc": { "start": { - "line": 1414, + "line": 1418, "column": 23 }, "end": { - "line": 1414, + "line": 1418, "column": 26 } } }, "init": null, "range": [ - 51716, - 51719 + 51922, + 51925 ], "loc": { "start": { - "line": 1414, + "line": 1418, "column": 23 }, "end": { - "line": 1414, + "line": 1418, "column": 26 } } @@ -117722,16 +118207,16 @@ ], "kind": "let", "range": [ - 51709, - 51720 + 51915, + 51926 ], "loc": { "start": { - "line": 1414, + "line": 1418, "column": 16 }, "end": { - "line": 1414, + "line": 1418, "column": 27 } } @@ -117745,16 +118230,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 51741, - 51748 + 51947, + 51954 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 20 }, "end": { - "line": 1415, + "line": 1419, "column": 27 } } @@ -117767,16 +118252,16 @@ "object": { "type": "ThisExpression", "range": [ - 51751, - 51755 + 51957, + 51961 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 30 }, "end": { - "line": 1415, + "line": 1419, "column": 34 } } @@ -117785,31 +118270,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 51756, - 51769 + 51962, + 51975 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 35 }, "end": { - "line": 1415, + "line": 1419, "column": 48 } } }, "range": [ - 51751, - 51769 + 51957, + 51975 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 30 }, "end": { - "line": 1415, + "line": 1419, "column": 48 } } @@ -117819,47 +118304,47 @@ "type": "Identifier", "name": "i", "range": [ - 51770, - 51771 + 51976, + 51977 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 49 }, "end": { - "line": 1415, + "line": 1419, "column": 50 } } } ], "range": [ - 51751, - 51772 + 51957, + 51978 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 30 }, "end": { - "line": 1415, + "line": 1419, "column": 51 } } }, "range": [ - 51741, - 51772 + 51947, + 51978 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 20 }, "end": { - "line": 1415, + "line": 1419, "column": 51 } } @@ -117867,16 +118352,16 @@ ], "kind": "let", "range": [ - 51737, - 51773 + 51943, + 51979 ], "loc": { "start": { - "line": 1415, + "line": 1419, "column": 16 }, "end": { - "line": 1415, + "line": 1419, "column": 52 } }, @@ -117885,16 +118370,16 @@ "type": "Line", "value": " if loadFltOnDemand, drop-down needs to contain stored", "range": [ - 51790, - 51846 + 51996, + 52052 ], "loc": { "start": { - "line": 1416, + "line": 1420, "column": 16 }, "end": { - "line": 1416, + "line": 1420, "column": 72 } } @@ -117903,16 +118388,16 @@ "type": "Line", "value": " value(s) for filtering", "range": [ - 51863, - 51888 + 52069, + 52094 ], "loc": { "start": { - "line": 1417, + "line": 1421, "column": 16 }, "end": { - "line": 1417, + "line": 1421, "column": 41 } } @@ -117931,16 +118416,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 51908, - 51915 + 52114, + 52121 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 19 }, "end": { - "line": 1418, + "line": 1422, "column": 26 } } @@ -117951,16 +118436,16 @@ "object": { "type": "ThisExpression", "range": [ - 51918, - 51922 + 52124, + 52128 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 29 }, "end": { - "line": 1418, + "line": 1422, "column": 33 } } @@ -117969,46 +118454,46 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 51923, - 51933 + 52129, + 52139 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 34 }, "end": { - "line": 1418, + "line": 1422, "column": 44 } } }, "range": [ - 51918, - 51933 + 52124, + 52139 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 29 }, "end": { - "line": 1418, + "line": 1422, "column": 44 } } }, "range": [ - 51908, - 51933 + 52114, + 52139 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 19 }, "end": { - "line": 1418, + "line": 1422, "column": 44 } } @@ -118020,16 +118505,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 51937, - 51944 + 52143, + 52150 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 48 }, "end": { - "line": 1418, + "line": 1422, "column": 55 } } @@ -118040,16 +118525,16 @@ "object": { "type": "ThisExpression", "range": [ - 51947, - 51951 + 52153, + 52157 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 58 }, "end": { - "line": 1418, + "line": 1422, "column": 62 } } @@ -118058,61 +118543,61 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 51952, - 51964 + 52158, + 52170 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 63 }, "end": { - "line": 1418, + "line": 1422, "column": 75 } } }, "range": [ - 51947, - 51964 + 52153, + 52170 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 58 }, "end": { - "line": 1418, + "line": 1422, "column": 75 } } }, "range": [ - 51937, - 51964 + 52143, + 52170 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 48 }, "end": { - "line": 1418, + "line": 1422, "column": 75 } } }, "range": [ - 51908, - 51964 + 52114, + 52170 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 19 }, "end": { - "line": 1418, + "line": 1422, "column": 75 } } @@ -118129,16 +118614,16 @@ "type": "Identifier", "name": "slc", "range": [ - 51991, - 51994 + 52197, + 52200 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 24 }, "end": { - "line": 1419, + "line": 1423, "column": 27 } } @@ -118152,16 +118637,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 51997, - 52000 + 52203, + 52206 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 30 }, "end": { - "line": 1419, + "line": 1423, "column": 33 } } @@ -118170,31 +118655,31 @@ "type": "Identifier", "name": "id", "range": [ - 52001, - 52003 + 52207, + 52209 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 34 }, "end": { - "line": 1419, + "line": 1423, "column": 36 } } }, "range": [ - 51997, - 52003 + 52203, + 52209 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 30 }, "end": { - "line": 1419, + "line": 1423, "column": 36 } } @@ -118209,16 +118694,16 @@ "object": { "type": "ThisExpression", "range": [ - 52005, - 52009 + 52211, + 52215 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 38 }, "end": { - "line": 1419, + "line": 1423, "column": 42 } } @@ -118227,31 +118712,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 52010, - 52016 + 52216, + 52222 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 43 }, "end": { - "line": 1419, + "line": 1423, "column": 49 } } }, "range": [ - 52005, - 52016 + 52211, + 52222 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 38 }, "end": { - "line": 1419, + "line": 1423, "column": 49 } } @@ -118260,62 +118745,62 @@ "type": "Identifier", "name": "i", "range": [ - 52017, - 52018 + 52223, + 52224 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 50 }, "end": { - "line": 1419, + "line": 1423, "column": 51 } } }, "range": [ - 52005, - 52019 + 52211, + 52225 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 38 }, "end": { - "line": 1419, + "line": 1423, "column": 52 } } } ], "range": [ - 51997, - 52021 + 52203, + 52227 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 30 }, "end": { - "line": 1419, + "line": 1423, "column": 54 } } }, "range": [ - 51991, - 52021 + 52197, + 52227 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 24 }, "end": { - "line": 1419, + "line": 1423, "column": 54 } } @@ -118323,16 +118808,16 @@ ], "kind": "let", "range": [ - 51987, - 52022 + 52193, + 52228 ], "loc": { "start": { - "line": 1419, + "line": 1423, "column": 20 }, "end": { - "line": 1419, + "line": 1423, "column": 55 } } @@ -118355,16 +118840,16 @@ "type": "Identifier", "name": "slc", "range": [ - 52043, - 52046 + 52249, + 52252 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 20 }, "end": { - "line": 1420, + "line": 1424, "column": 23 } } @@ -118373,31 +118858,31 @@ "type": "Identifier", "name": "options", "range": [ - 52047, - 52054 + 52253, + 52260 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 24 }, "end": { - "line": 1420, + "line": 1424, "column": 31 } } }, "range": [ - 52043, - 52054 + 52249, + 52260 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 20 }, "end": { - "line": 1420, + "line": 1424, "column": 31 } } @@ -118407,31 +118892,31 @@ "value": 0, "raw": "0", "range": [ - 52055, - 52056 + 52261, + 52262 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 32 }, "end": { - "line": 1420, + "line": 1424, "column": 33 } } }, "range": [ - 52043, - 52057 + 52249, + 52263 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 20 }, "end": { - "line": 1420, + "line": 1424, "column": 34 } } @@ -118440,31 +118925,31 @@ "type": "Identifier", "name": "selected", "range": [ - 52058, - 52066 + 52264, + 52272 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 35 }, "end": { - "line": 1420, + "line": 1424, "column": 43 } } }, "range": [ - 52043, - 52066 + 52249, + 52272 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 20 }, "end": { - "line": 1420, + "line": 1424, "column": 43 } } @@ -118474,46 +118959,46 @@ "value": false, "raw": "false", "range": [ - 52069, - 52074 + 52275, + 52280 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 46 }, "end": { - "line": 1420, + "line": 1424, "column": 51 } } }, "range": [ - 52043, - 52074 + 52249, + 52280 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 20 }, "end": { - "line": 1420, + "line": 1424, "column": 51 } } }, "range": [ - 52043, - 52075 + 52249, + 52281 ], "loc": { "start": { - "line": 1420, + "line": 1424, "column": 20 }, "end": { - "line": 1420, + "line": 1424, "column": 52 } }, @@ -118522,16 +119007,16 @@ "type": "Line", "value": "selects", "range": [ - 52097, - 52106 + 52303, + 52312 ], "loc": { "start": { - "line": 1422, + "line": 1426, "column": 20 }, "end": { - "line": 1422, + "line": 1426, "column": 29 } } @@ -118549,16 +119034,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 52130, - 52133 + 52336, + 52339 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 23 }, "end": { - "line": 1423, + "line": 1427, "column": 26 } } @@ -118567,31 +119052,31 @@ "type": "Identifier", "name": "has", "range": [ - 52134, - 52137 + 52340, + 52343 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 27 }, "end": { - "line": 1423, + "line": 1427, "column": 30 } } }, "range": [ - 52130, - 52137 + 52336, + 52343 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 23 }, "end": { - "line": 1423, + "line": 1427, "column": 30 } } @@ -118601,16 +119086,16 @@ "type": "Identifier", "name": "slcFltsIndex", "range": [ - 52138, - 52150 + 52344, + 52356 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 31 }, "end": { - "line": 1423, + "line": 1427, "column": 43 } } @@ -118619,32 +119104,32 @@ "type": "Identifier", "name": "i", "range": [ - 52152, - 52153 + 52358, + 52359 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 45 }, "end": { - "line": 1423, + "line": 1427, "column": 46 } } } ], "range": [ - 52130, - 52154 + 52336, + 52360 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 23 }, "end": { - "line": 1423, + "line": 1427, "column": 47 } } @@ -118661,16 +119146,16 @@ "type": "Identifier", "name": "opt", "range": [ - 52181, - 52184 + 52387, + 52390 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 24 }, "end": { - "line": 1424, + "line": 1428, "column": 27 } } @@ -118684,16 +119169,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 52187, - 52190 + 52393, + 52396 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 30 }, "end": { - "line": 1424, + "line": 1428, "column": 33 } } @@ -118702,31 +119187,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 52191, - 52200 + 52397, + 52406 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 34 }, "end": { - "line": 1424, + "line": 1428, "column": 43 } } }, "range": [ - 52187, - 52200 + 52393, + 52406 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 30 }, "end": { - "line": 1424, + "line": 1428, "column": 43 } } @@ -118739,16 +119224,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 52201, - 52211 + 52407, + 52417 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 44 }, "end": { - "line": 1424, + "line": 1428, "column": 54 } } @@ -118757,31 +119242,31 @@ "type": "Identifier", "name": "i", "range": [ - 52212, - 52213 + 52418, + 52419 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 55 }, "end": { - "line": 1424, + "line": 1428, "column": 56 } } }, "range": [ - 52201, - 52214 + 52407, + 52420 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 44 }, "end": { - "line": 1424, + "line": 1428, "column": 57 } } @@ -118793,16 +119278,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 52215, - 52225 + 52421, + 52431 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 58 }, "end": { - "line": 1424, + "line": 1428, "column": 68 } } @@ -118811,31 +119296,31 @@ "type": "Identifier", "name": "i", "range": [ - 52226, - 52227 + 52432, + 52433 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 69 }, "end": { - "line": 1424, + "line": 1428, "column": 70 } } }, "range": [ - 52215, - 52228 + 52421, + 52434 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 58 }, "end": { - "line": 1424, + "line": 1428, "column": 71 } } @@ -118845,62 +119330,62 @@ "value": true, "raw": "true", "range": [ - 52229, - 52233 + 52435, + 52439 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 72 }, "end": { - "line": 1424, + "line": 1428, "column": 76 } } } ], "range": [ - 52187, - 52234 + 52393, + 52440 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 30 }, "end": { - "line": 1424, + "line": 1428, "column": 77 } } }, "range": [ - 52181, - 52234 + 52387, + 52440 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 24 }, "end": { - "line": 1424, + "line": 1428, "column": 77 } } }, "range": [ - 52181, - 52235 + 52387, + 52441 ], "loc": { "start": { - "line": 1424, + "line": 1428, "column": 24 }, "end": { - "line": 1424, + "line": 1428, "column": 78 } } @@ -118916,16 +119401,16 @@ "type": "Identifier", "name": "slc", "range": [ - 52260, - 52263 + 52466, + 52469 ], "loc": { "start": { - "line": 1425, + "line": 1429, "column": 24 }, "end": { - "line": 1425, + "line": 1429, "column": 27 } } @@ -118934,31 +119419,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 52264, - 52275 + 52470, + 52481 ], "loc": { "start": { - "line": 1425, + "line": 1429, "column": 28 }, "end": { - "line": 1425, + "line": 1429, "column": 39 } } }, "range": [ - 52260, - 52275 + 52466, + 52481 ], "loc": { "start": { - "line": 1425, + "line": 1429, "column": 24 }, "end": { - "line": 1425, + "line": 1429, "column": 39 } } @@ -118968,47 +119453,47 @@ "type": "Identifier", "name": "opt", "range": [ - 52276, - 52279 + 52482, + 52485 ], "loc": { "start": { - "line": 1425, + "line": 1429, "column": 40 }, "end": { - "line": 1425, + "line": 1429, "column": 43 } } } ], "range": [ - 52260, - 52280 + 52466, + 52486 ], "loc": { "start": { - "line": 1425, + "line": 1429, "column": 24 }, "end": { - "line": 1425, + "line": 1429, "column": 44 } } }, "range": [ - 52260, - 52281 + 52466, + 52487 ], "loc": { "start": { - "line": 1425, + "line": 1429, "column": 24 }, "end": { - "line": 1425, + "line": 1429, "column": 45 } } @@ -119024,16 +119509,16 @@ "object": { "type": "ThisExpression", "range": [ - 52306, - 52310 + 52512, + 52516 ], "loc": { "start": { - "line": 1426, + "line": 1430, "column": 24 }, "end": { - "line": 1426, + "line": 1430, "column": 28 } } @@ -119042,31 +119527,31 @@ "type": "Identifier", "name": "hasStoredValues", "range": [ - 52311, - 52326 + 52517, + 52532 ], "loc": { "start": { - "line": 1426, + "line": 1430, "column": 29 }, "end": { - "line": 1426, + "line": 1430, "column": 44 } } }, "range": [ - 52306, - 52326 + 52512, + 52532 ], "loc": { "start": { - "line": 1426, + "line": 1430, "column": 24 }, "end": { - "line": 1426, + "line": 1430, "column": 44 } } @@ -119076,78 +119561,78 @@ "value": true, "raw": "true", "range": [ - 52329, - 52333 + 52535, + 52539 ], "loc": { "start": { - "line": 1426, + "line": 1430, "column": 47 }, "end": { - "line": 1426, + "line": 1430, "column": 51 } } }, "range": [ - 52306, - 52333 + 52512, + 52539 ], "loc": { "start": { - "line": 1426, + "line": 1430, "column": 24 }, "end": { - "line": 1426, + "line": 1430, "column": 51 } } }, "range": [ - 52306, - 52334 + 52512, + 52540 ], "loc": { "start": { - "line": 1426, + "line": 1430, "column": 24 }, "end": { - "line": 1426, + "line": 1430, "column": 52 } } } ], "range": [ - 52155, - 52356 + 52361, + 52562 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 48 }, "end": { - "line": 1427, + "line": 1431, "column": 21 } } }, "alternate": null, "range": [ - 52127, - 52356 + 52333, + 52562 ], "loc": { "start": { - "line": 1423, + "line": 1427, "column": 20 }, "end": { - "line": 1427, + "line": 1431, "column": 21 } }, @@ -119156,16 +119641,16 @@ "type": "Line", "value": "selects", "range": [ - 52097, - 52106 + 52303, + 52312 ], "loc": { "start": { - "line": 1422, + "line": 1426, "column": 20 }, "end": { - "line": 1422, + "line": 1426, "column": 29 } } @@ -119176,16 +119661,16 @@ "type": "Line", "value": "multiple select", "range": [ - 52377, - 52394 + 52583, + 52600 ], "loc": { "start": { - "line": 1428, + "line": 1432, "column": 20 }, "end": { - "line": 1428, + "line": 1432, "column": 37 } } @@ -119203,16 +119688,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 52418, - 52421 + 52624, + 52627 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 23 }, "end": { - "line": 1429, + "line": 1433, "column": 26 } } @@ -119221,31 +119706,31 @@ "type": "Identifier", "name": "has", "range": [ - 52422, - 52425 + 52628, + 52631 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 27 }, "end": { - "line": 1429, + "line": 1433, "column": 30 } } }, "range": [ - 52418, - 52425 + 52624, + 52631 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 23 }, "end": { - "line": 1429, + "line": 1433, "column": 30 } } @@ -119255,16 +119740,16 @@ "type": "Identifier", "name": "multiFltsIndex", "range": [ - 52426, - 52440 + 52632, + 52646 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 31 }, "end": { - "line": 1429, + "line": 1433, "column": 45 } } @@ -119273,32 +119758,32 @@ "type": "Identifier", "name": "i", "range": [ - 52442, - 52443 + 52648, + 52649 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 47 }, "end": { - "line": 1429, + "line": 1433, "column": 48 } } } ], "range": [ - 52418, - 52444 + 52624, + 52650 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 23 }, "end": { - "line": 1429, + "line": 1433, "column": 49 } } @@ -119315,16 +119800,16 @@ "type": "Identifier", "name": "s", "range": [ - 52471, - 52472 + 52677, + 52678 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 24 }, "end": { - "line": 1430, + "line": 1434, "column": 25 } } @@ -119341,16 +119826,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 52475, - 52485 + 52681, + 52691 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 28 }, "end": { - "line": 1430, + "line": 1434, "column": 38 } } @@ -119359,31 +119844,31 @@ "type": "Identifier", "name": "i", "range": [ - 52486, - 52487 + 52692, + 52693 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 39 }, "end": { - "line": 1430, + "line": 1434, "column": 40 } } }, "range": [ - 52475, - 52488 + 52681, + 52694 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 28 }, "end": { - "line": 1430, + "line": 1434, "column": 41 } } @@ -119392,31 +119877,31 @@ "type": "Identifier", "name": "split", "range": [ - 52489, - 52494 + 52695, + 52700 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 42 }, "end": { - "line": 1430, + "line": 1434, "column": 47 } } }, "range": [ - 52475, - 52494 + 52681, + 52700 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 28 }, "end": { - "line": 1430, + "line": 1434, "column": 47 } } @@ -119433,16 +119918,16 @@ "value": " ", "raw": "' '", "range": [ - 52495, - 52498 + 52701, + 52704 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 48 }, "end": { - "line": 1430, + "line": 1434, "column": 51 } } @@ -119453,16 +119938,16 @@ "object": { "type": "ThisExpression", "range": [ - 52499, - 52503 + 52705, + 52709 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 52 }, "end": { - "line": 1430, + "line": 1434, "column": 56 } } @@ -119471,46 +119956,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 52504, - 52514 + 52710, + 52720 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 57 }, "end": { - "line": 1430, + "line": 1434, "column": 67 } } }, "range": [ - 52499, - 52514 + 52705, + 52720 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 52 }, "end": { - "line": 1430, + "line": 1434, "column": 67 } } }, "range": [ - 52495, - 52514 + 52701, + 52720 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 48 }, "end": { - "line": 1430, + "line": 1434, "column": 67 } } @@ -119520,77 +120005,77 @@ "value": " ", "raw": "' '", "range": [ - 52515, - 52518 + 52721, + 52724 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 68 }, "end": { - "line": 1430, + "line": 1434, "column": 71 } } }, "range": [ - 52495, - 52518 + 52701, + 52724 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 48 }, "end": { - "line": 1430, + "line": 1434, "column": 71 } } } ], "range": [ - 52475, - 52519 + 52681, + 52725 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 28 }, "end": { - "line": 1430, + "line": 1434, "column": 72 } } }, "range": [ - 52471, - 52519 + 52677, + 52725 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 24 }, "end": { - "line": 1430, + "line": 1434, "column": 72 } } }, "range": [ - 52471, - 52520 + 52677, + 52726 ], "loc": { "start": { - "line": 1430, + "line": 1434, "column": 24 }, "end": { - "line": 1430, + "line": 1434, "column": 73 } } @@ -119606,16 +120091,16 @@ "type": "Identifier", "name": "j", "range": [ - 52553, - 52554 + 52759, + 52760 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 32 }, "end": { - "line": 1431, + "line": 1435, "column": 33 } } @@ -119625,31 +120110,31 @@ "value": 0, "raw": "0", "range": [ - 52555, - 52556 + 52761, + 52762 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 34 }, "end": { - "line": 1431, + "line": 1435, "column": 35 } } }, "range": [ - 52553, - 52556 + 52759, + 52762 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 32 }, "end": { - "line": 1431, + "line": 1435, "column": 35 } } @@ -119660,16 +120145,16 @@ "type": "Identifier", "name": "len", "range": [ - 52558, - 52561 + 52764, + 52767 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 37 }, "end": { - "line": 1431, + "line": 1435, "column": 40 } } @@ -119681,16 +120166,16 @@ "type": "Identifier", "name": "s", "range": [ - 52562, - 52563 + 52768, + 52769 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 41 }, "end": { - "line": 1431, + "line": 1435, "column": 42 } } @@ -119699,46 +120184,46 @@ "type": "Identifier", "name": "length", "range": [ - 52564, - 52570 + 52770, + 52776 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 43 }, "end": { - "line": 1431, + "line": 1435, "column": 49 } } }, "range": [ - 52562, - 52570 + 52768, + 52776 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 41 }, "end": { - "line": 1431, + "line": 1435, "column": 49 } } }, "range": [ - 52558, - 52570 + 52764, + 52776 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 37 }, "end": { - "line": 1431, + "line": 1435, "column": 49 } } @@ -119746,16 +120231,16 @@ ], "kind": "let", "range": [ - 52549, - 52570 + 52755, + 52776 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 28 }, "end": { - "line": 1431, + "line": 1435, "column": 49 } } @@ -119767,16 +120252,16 @@ "type": "Identifier", "name": "j", "range": [ - 52572, - 52573 + 52778, + 52779 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 51 }, "end": { - "line": 1431, + "line": 1435, "column": 52 } } @@ -119785,31 +120270,31 @@ "type": "Identifier", "name": "len", "range": [ - 52574, - 52577 + 52780, + 52783 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 53 }, "end": { - "line": 1431, + "line": 1435, "column": 56 } } }, "range": [ - 52572, - 52577 + 52778, + 52783 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 51 }, "end": { - "line": 1431, + "line": 1435, "column": 56 } } @@ -119821,32 +120306,32 @@ "type": "Identifier", "name": "j", "range": [ - 52579, - 52580 + 52785, + 52786 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 58 }, "end": { - "line": 1431, + "line": 1435, "column": 59 } } }, "prefix": false, "range": [ - 52579, - 52582 + 52785, + 52788 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 58 }, "end": { - "line": 1431, + "line": 1435, "column": 61 } } @@ -119866,16 +120351,16 @@ "type": "Identifier", "name": "s", "range": [ - 52616, - 52617 + 52822, + 52823 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 31 }, "end": { - "line": 1432, + "line": 1436, "column": 32 } } @@ -119884,31 +120369,31 @@ "type": "Identifier", "name": "j", "range": [ - 52618, - 52619 + 52824, + 52825 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 33 }, "end": { - "line": 1432, + "line": 1436, "column": 34 } } }, "range": [ - 52616, - 52620 + 52822, + 52826 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 31 }, "end": { - "line": 1432, + "line": 1436, "column": 35 } } @@ -119918,31 +120403,31 @@ "value": "", "raw": "''", "range": [ - 52623, - 52625 + 52829, + 52831 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 38 }, "end": { - "line": 1432, + "line": 1436, "column": 40 } } }, "range": [ - 52616, - 52625 + 52822, + 52831 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 31 }, "end": { - "line": 1432, + "line": 1436, "column": 40 } } @@ -119954,48 +120439,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 52660, - 52669 + 52866, + 52875 ], "loc": { "start": { - "line": 1433, + "line": 1437, "column": 32 }, "end": { - "line": 1433, + "line": 1437, "column": 41 } } } ], "range": [ - 52626, - 52699 + 52832, + 52905 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 41 }, "end": { - "line": 1434, + "line": 1438, "column": 29 } } }, "alternate": null, "range": [ - 52613, - 52699 + 52819, + 52905 ], "loc": { "start": { - "line": 1432, + "line": 1436, "column": 28 }, "end": { - "line": 1434, + "line": 1438, "column": 29 } } @@ -120009,16 +120494,16 @@ "type": "Identifier", "name": "opt", "range": [ - 52728, - 52731 + 52934, + 52937 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 28 }, "end": { - "line": 1435, + "line": 1439, "column": 31 } } @@ -120032,16 +120517,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 52734, - 52737 + 52940, + 52943 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 34 }, "end": { - "line": 1435, + "line": 1439, "column": 37 } } @@ -120050,31 +120535,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 52738, - 52747 + 52944, + 52953 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 38 }, "end": { - "line": 1435, + "line": 1439, "column": 47 } } }, "range": [ - 52734, - 52747 + 52940, + 52953 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 34 }, "end": { - "line": 1435, + "line": 1439, "column": 47 } } @@ -120087,16 +120572,16 @@ "type": "Identifier", "name": "s", "range": [ - 52748, - 52749 + 52954, + 52955 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 48 }, "end": { - "line": 1435, + "line": 1439, "column": 49 } } @@ -120105,31 +120590,31 @@ "type": "Identifier", "name": "j", "range": [ - 52750, - 52751 + 52956, + 52957 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 50 }, "end": { - "line": 1435, + "line": 1439, "column": 51 } } }, "range": [ - 52748, - 52752 + 52954, + 52958 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 48 }, "end": { - "line": 1435, + "line": 1439, "column": 52 } } @@ -120141,16 +120626,16 @@ "type": "Identifier", "name": "s", "range": [ - 52753, - 52754 + 52959, + 52960 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 53 }, "end": { - "line": 1435, + "line": 1439, "column": 54 } } @@ -120159,31 +120644,31 @@ "type": "Identifier", "name": "j", "range": [ - 52755, - 52756 + 52961, + 52962 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 55 }, "end": { - "line": 1435, + "line": 1439, "column": 56 } } }, "range": [ - 52753, - 52757 + 52959, + 52963 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 53 }, "end": { - "line": 1435, + "line": 1439, "column": 57 } } @@ -120193,62 +120678,62 @@ "value": true, "raw": "true", "range": [ - 52758, - 52762 + 52964, + 52968 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 58 }, "end": { - "line": 1435, + "line": 1439, "column": 62 } } } ], "range": [ - 52734, - 52763 + 52940, + 52969 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 34 }, "end": { - "line": 1435, + "line": 1439, "column": 63 } } }, "range": [ - 52728, - 52763 + 52934, + 52969 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 28 }, "end": { - "line": 1435, + "line": 1439, "column": 63 } } }, "range": [ - 52728, - 52764 + 52934, + 52970 ], "loc": { "start": { - "line": 1435, + "line": 1439, "column": 28 }, "end": { - "line": 1435, + "line": 1439, "column": 64 } } @@ -120264,16 +120749,16 @@ "type": "Identifier", "name": "slc", "range": [ - 52793, - 52796 + 52999, + 53002 ], "loc": { "start": { - "line": 1436, + "line": 1440, "column": 28 }, "end": { - "line": 1436, + "line": 1440, "column": 31 } } @@ -120282,31 +120767,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 52797, - 52808 + 53003, + 53014 ], "loc": { "start": { - "line": 1436, + "line": 1440, "column": 32 }, "end": { - "line": 1436, + "line": 1440, "column": 43 } } }, "range": [ - 52793, - 52808 + 52999, + 53014 ], "loc": { "start": { - "line": 1436, + "line": 1440, "column": 28 }, "end": { - "line": 1436, + "line": 1440, "column": 43 } } @@ -120316,47 +120801,47 @@ "type": "Identifier", "name": "opt", "range": [ - 52809, - 52812 + 53015, + 53018 ], "loc": { "start": { - "line": 1436, + "line": 1440, "column": 44 }, "end": { - "line": 1436, + "line": 1440, "column": 47 } } } ], "range": [ - 52793, - 52813 + 52999, + 53019 ], "loc": { "start": { - "line": 1436, + "line": 1440, "column": 28 }, "end": { - "line": 1436, + "line": 1440, "column": 48 } } }, "range": [ - 52793, - 52814 + 52999, + 53020 ], "loc": { "start": { - "line": 1436, + "line": 1440, "column": 28 }, "end": { - "line": 1436, + "line": 1440, "column": 49 } } @@ -120372,16 +120857,16 @@ "object": { "type": "ThisExpression", "range": [ - 52843, - 52847 + 53049, + 53053 ], "loc": { "start": { - "line": 1437, + "line": 1441, "column": 28 }, "end": { - "line": 1437, + "line": 1441, "column": 32 } } @@ -120390,31 +120875,31 @@ "type": "Identifier", "name": "hasStoredValues", "range": [ - 52848, - 52863 + 53054, + 53069 ], "loc": { "start": { - "line": 1437, + "line": 1441, "column": 33 }, "end": { - "line": 1437, + "line": 1441, "column": 48 } } }, "range": [ - 52843, - 52863 + 53049, + 53069 ], "loc": { "start": { - "line": 1437, + "line": 1441, "column": 28 }, "end": { - "line": 1437, + "line": 1441, "column": 48 } } @@ -120424,109 +120909,109 @@ "value": true, "raw": "true", "range": [ - 52866, - 52870 + 53072, + 53076 ], "loc": { "start": { - "line": 1437, + "line": 1441, "column": 51 }, "end": { - "line": 1437, + "line": 1441, "column": 55 } } }, "range": [ - 52843, - 52870 + 53049, + 53076 ], "loc": { "start": { - "line": 1437, + "line": 1441, "column": 28 }, "end": { - "line": 1437, + "line": 1441, "column": 55 } } }, "range": [ - 52843, - 52871 + 53049, + 53077 ], "loc": { "start": { - "line": 1437, + "line": 1441, "column": 28 }, "end": { - "line": 1437, + "line": 1441, "column": 56 } } } ], "range": [ - 52583, - 52897 + 52789, + 53103 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 62 }, "end": { - "line": 1438, + "line": 1442, "column": 25 } } }, "range": [ - 52545, - 52897 + 52751, + 53103 ], "loc": { "start": { - "line": 1431, + "line": 1435, "column": 24 }, "end": { - "line": 1438, + "line": 1442, "column": 25 } } } ], "range": [ - 52445, - 52919 + 52651, + 53125 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 50 }, "end": { - "line": 1439, + "line": 1443, "column": 21 } } }, "alternate": null, "range": [ - 52415, - 52919 + 52621, + 53125 ], "loc": { "start": { - "line": 1429, + "line": 1433, "column": 20 }, "end": { - "line": 1439, + "line": 1443, "column": 21 } }, @@ -120535,16 +121020,16 @@ "type": "Line", "value": "multiple select", "range": [ - 52377, - 52394 + 52583, + 52600 ], "loc": { "start": { - "line": 1428, + "line": 1432, "column": 20 }, "end": { - "line": 1428, + "line": 1432, "column": 37 } } @@ -120555,16 +121040,16 @@ "type": "Line", "value": " if multiFltsIndex", "range": [ - 52919, - 52939 + 53125, + 53145 ], "loc": { "start": { - "line": 1439, + "line": 1443, "column": 21 }, "end": { - "line": 1439, + "line": 1443, "column": 41 } } @@ -120573,16 +121058,16 @@ } ], "range": [ - 51965, - 52957 + 52171, + 53163 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 76 }, "end": { - "line": 1440, + "line": 1444, "column": 17 } } @@ -120596,16 +121081,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 52982, - 52989 + 53188, + 53195 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 24 }, "end": { - "line": 1441, + "line": 1445, "column": 31 } } @@ -120616,16 +121101,16 @@ "object": { "type": "ThisExpression", "range": [ - 52992, - 52996 + 53198, + 53202 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 34 }, "end": { - "line": 1441, + "line": 1445, "column": 38 } } @@ -120634,46 +121119,46 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 52997, - 53013 + 53203, + 53219 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 39 }, "end": { - "line": 1441, + "line": 1445, "column": 55 } } }, "range": [ - 52992, - 53013 + 53198, + 53219 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 34 }, "end": { - "line": 1441, + "line": 1445, "column": 55 } } }, "range": [ - 52982, - 53013 + 53188, + 53219 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 24 }, "end": { - "line": 1441, + "line": 1445, "column": 55 } } @@ -120690,16 +121175,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 53040, - 53049 + 53246, + 53255 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 24 }, "end": { - "line": 1442, + "line": 1446, "column": 33 } } @@ -120713,16 +121198,16 @@ "object": { "type": "ThisExpression", "range": [ - 53052, - 53056 + 53258, + 53262 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 36 }, "end": { - "line": 1442, + "line": 1446, "column": 40 } } @@ -120731,31 +121216,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 53057, - 53060 + 53263, + 53266 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 41 }, "end": { - "line": 1442, + "line": 1446, "column": 44 } } }, "range": [ - 53052, - 53060 + 53258, + 53266 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 36 }, "end": { - "line": 1442, + "line": 1446, "column": 44 } } @@ -120764,46 +121249,46 @@ "type": "Identifier", "name": "checkList", "range": [ - 53061, - 53070 + 53267, + 53276 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 45 }, "end": { - "line": 1442, + "line": 1446, "column": 54 } } }, "range": [ - 53052, - 53070 + 53258, + 53276 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 36 }, "end": { - "line": 1442, + "line": 1446, "column": 54 } } }, "range": [ - 53040, - 53070 + 53246, + 53276 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 24 }, "end": { - "line": 1442, + "line": 1446, "column": 54 } } @@ -120811,16 +121296,16 @@ ], "kind": "let", "range": [ - 53036, - 53071 + 53242, + 53277 ], "loc": { "start": { - "line": 1442, + "line": 1446, "column": 20 }, "end": { - "line": 1442, + "line": 1446, "column": 55 } } @@ -120834,16 +121319,16 @@ "type": "Identifier", "name": "divChk", "range": [ - 53096, - 53102 + 53302, + 53308 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 24 }, "end": { - "line": 1443, + "line": 1447, "column": 30 } } @@ -120858,16 +121343,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 53105, - 53114 + 53311, + 53320 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 33 }, "end": { - "line": 1443, + "line": 1447, "column": 42 } } @@ -120876,31 +121361,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 53115, - 53127 + 53321, + 53333 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 43 }, "end": { - "line": 1443, + "line": 1447, "column": 55 } } }, "range": [ - 53105, - 53127 + 53311, + 53333 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 33 }, "end": { - "line": 1443, + "line": 1447, "column": 55 } } @@ -120909,46 +121394,46 @@ "type": "Identifier", "name": "i", "range": [ - 53128, - 53129 + 53334, + 53335 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 56 }, "end": { - "line": 1443, + "line": 1447, "column": 57 } } }, "range": [ - 53105, - 53130 + 53311, + 53336 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 33 }, "end": { - "line": 1443, + "line": 1447, "column": 58 } } }, "range": [ - 53096, - 53130 + 53302, + 53336 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 24 }, "end": { - "line": 1443, + "line": 1447, "column": 58 } } @@ -120956,16 +121441,16 @@ ], "kind": "let", "range": [ - 53092, - 53131 + 53298, + 53337 ], "loc": { "start": { - "line": 1443, + "line": 1447, "column": 20 }, "end": { - "line": 1443, + "line": 1447, "column": 59 } } @@ -120982,16 +121467,16 @@ "type": "Identifier", "name": "divChk", "range": [ - 53152, - 53158 + 53358, + 53364 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 20 }, "end": { - "line": 1444, + "line": 1448, "column": 26 } } @@ -121000,31 +121485,31 @@ "type": "Identifier", "name": "title", "range": [ - 53159, - 53164 + 53365, + 53370 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 27 }, "end": { - "line": 1444, + "line": 1448, "column": 32 } } }, "range": [ - 53152, - 53164 + 53358, + 53370 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 20 }, "end": { - "line": 1444, + "line": 1448, "column": 32 } } @@ -121036,16 +121521,16 @@ "type": "Identifier", "name": "divChk", "range": [ - 53167, - 53173 + 53373, + 53379 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 35 }, "end": { - "line": 1444, + "line": 1448, "column": 41 } } @@ -121054,61 +121539,61 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 53174, - 53183 + 53380, + 53389 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 42 }, "end": { - "line": 1444, + "line": 1448, "column": 51 } } }, "range": [ - 53167, - 53183 + 53373, + 53389 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 35 }, "end": { - "line": 1444, + "line": 1448, "column": 51 } } }, "range": [ - 53152, - 53183 + 53358, + 53389 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 20 }, "end": { - "line": 1444, + "line": 1448, "column": 51 } } }, "range": [ - 53152, - 53184 + 53358, + 53390 ], "loc": { "start": { - "line": 1444, + "line": 1448, "column": 20 }, "end": { - "line": 1444, + "line": 1448, "column": 52 } } @@ -121125,16 +121610,16 @@ "type": "Identifier", "name": "divChk", "range": [ - 53205, - 53211 + 53411, + 53417 ], "loc": { "start": { - "line": 1445, + "line": 1449, "column": 20 }, "end": { - "line": 1445, + "line": 1449, "column": 26 } } @@ -121143,31 +121628,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 53212, - 53221 + 53418, + 53427 ], "loc": { "start": { - "line": 1445, + "line": 1449, "column": 27 }, "end": { - "line": 1445, + "line": 1449, "column": 36 } } }, "range": [ - 53205, - 53221 + 53411, + 53427 ], "loc": { "start": { - "line": 1445, + "line": 1449, "column": 20 }, "end": { - "line": 1445, + "line": 1449, "column": 36 } } @@ -121177,46 +121662,46 @@ "value": "", "raw": "''", "range": [ - 53224, - 53226 + 53430, + 53432 ], "loc": { "start": { - "line": 1445, + "line": 1449, "column": 39 }, "end": { - "line": 1445, + "line": 1449, "column": 41 } } }, "range": [ - 53205, - 53226 + 53411, + 53432 ], "loc": { "start": { - "line": 1445, + "line": 1449, "column": 20 }, "end": { - "line": 1445, + "line": 1449, "column": 41 } } }, "range": [ - 53205, - 53227 + 53411, + 53433 ], "loc": { "start": { - "line": 1445, + "line": 1449, "column": 20 }, "end": { - "line": 1445, + "line": 1449, "column": 42 } } @@ -121230,16 +121715,16 @@ "type": "Identifier", "name": "ul", "range": [ - 53253, - 53255 + 53459, + 53461 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 24 }, "end": { - "line": 1447, + "line": 1451, "column": 26 } } @@ -121253,16 +121738,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 53258, - 53261 + 53464, + 53467 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 29 }, "end": { - "line": 1447, + "line": 1451, "column": 32 } } @@ -121271,31 +121756,31 @@ "type": "Identifier", "name": "create", "range": [ - 53262, - 53268 + 53468, + 53474 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 33 }, "end": { - "line": 1447, + "line": 1451, "column": 39 } } }, "range": [ - 53258, - 53268 + 53464, + 53474 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 29 }, "end": { - "line": 1447, + "line": 1451, "column": 39 } } @@ -121306,16 +121791,16 @@ "value": "ul", "raw": "'ul'", "range": [ - 53294, - 53298 + 53500, + 53504 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 24 }, "end": { - "line": 1448, + "line": 1452, "column": 28 } } @@ -121328,16 +121813,16 @@ "value": "id", "raw": "'id'", "range": [ - 53300, - 53304 + 53506, + 53510 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 30 }, "end": { - "line": 1448, + "line": 1452, "column": 34 } } @@ -121351,16 +121836,16 @@ "object": { "type": "ThisExpression", "range": [ - 53305, - 53309 + 53511, + 53515 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 35 }, "end": { - "line": 1448, + "line": 1452, "column": 39 } } @@ -121369,31 +121854,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 53310, - 53316 + 53516, + 53522 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 40 }, "end": { - "line": 1448, + "line": 1452, "column": 46 } } }, "range": [ - 53305, - 53316 + 53511, + 53522 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 35 }, "end": { - "line": 1448, + "line": 1452, "column": 46 } } @@ -121402,47 +121887,47 @@ "type": "Identifier", "name": "i", "range": [ - 53317, - 53318 + 53523, + 53524 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 47 }, "end": { - "line": 1448, + "line": 1452, "column": 48 } } }, "range": [ - 53305, - 53319 + 53511, + 53525 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 35 }, "end": { - "line": 1448, + "line": 1452, "column": 49 } } } ], "range": [ - 53299, - 53320 + 53505, + 53526 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 29 }, "end": { - "line": 1448, + "line": 1452, "column": 50 } } @@ -121455,16 +121940,16 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 53322, - 53332 + 53528, + 53538 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 52 }, "end": { - "line": 1448, + "line": 1452, "column": 62 } } @@ -121473,63 +121958,63 @@ "type": "Identifier", "name": "i", "range": [ - 53333, - 53334 + 53539, + 53540 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 63 }, "end": { - "line": 1448, + "line": 1452, "column": 64 } } } ], "range": [ - 53321, - 53335 + 53527, + 53541 ], "loc": { "start": { - "line": 1448, + "line": 1452, "column": 51 }, "end": { - "line": 1448, + "line": 1452, "column": 65 } } } ], "range": [ - 53258, - 53336 + 53464, + 53542 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 29 }, "end": { - "line": 1448, + "line": 1452, "column": 66 } } }, "range": [ - 53253, - 53336 + 53459, + 53542 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 24 }, "end": { - "line": 1448, + "line": 1452, "column": 66 } } @@ -121537,16 +122022,16 @@ ], "kind": "let", "range": [ - 53249, - 53337 + 53455, + 53543 ], "loc": { "start": { - "line": 1447, + "line": 1451, "column": 20 }, "end": { - "line": 1448, + "line": 1452, "column": 67 } } @@ -121563,16 +122048,16 @@ "type": "Identifier", "name": "ul", "range": [ - 53358, - 53360 + 53564, + 53566 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 20 }, "end": { - "line": 1449, + "line": 1453, "column": 22 } } @@ -121581,31 +122066,31 @@ "type": "Identifier", "name": "className", "range": [ - 53361, - 53370 + 53567, + 53576 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 23 }, "end": { - "line": 1449, + "line": 1453, "column": 32 } } }, "range": [ - 53358, - 53370 + 53564, + 53576 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 20 }, "end": { - "line": 1449, + "line": 1453, "column": 32 } } @@ -121617,16 +122102,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 53373, - 53382 + 53579, + 53588 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 35 }, "end": { - "line": 1449, + "line": 1453, "column": 44 } } @@ -121635,61 +122120,61 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 53383, - 53400 + 53589, + 53606 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 45 }, "end": { - "line": 1449, + "line": 1453, "column": 62 } } }, "range": [ - 53373, - 53400 + 53579, + 53606 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 35 }, "end": { - "line": 1449, + "line": 1453, "column": 62 } } }, "range": [ - 53358, - 53400 + 53564, + 53606 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 20 }, "end": { - "line": 1449, + "line": 1453, "column": 62 } } }, "range": [ - 53358, - 53401 + 53564, + 53607 ], "loc": { "start": { - "line": 1449, + "line": 1453, "column": 20 }, "end": { - "line": 1449, + "line": 1453, "column": 63 } } @@ -121703,16 +122188,16 @@ "type": "Identifier", "name": "li0", "range": [ - 53427, - 53430 + 53633, + 53636 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 24 }, "end": { - "line": 1451, + "line": 1455, "column": 27 } } @@ -121726,16 +122211,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 53433, - 53436 + 53639, + 53642 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 30 }, "end": { - "line": 1451, + "line": 1455, "column": 33 } } @@ -121744,31 +122229,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 53437, - 53452 + 53643, + 53658 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 34 }, "end": { - "line": 1451, + "line": 1455, "column": 49 } } }, "range": [ - 53433, - 53452 + 53639, + 53658 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 30 }, "end": { - "line": 1451, + "line": 1455, "column": 49 } } @@ -121786,16 +122271,16 @@ "object": { "type": "ThisExpression", "range": [ - 53478, - 53482 + 53684, + 53688 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 24 }, "end": { - "line": 1452, + "line": 1456, "column": 28 } } @@ -121804,31 +122289,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 53483, - 53489 + 53689, + 53695 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 29 }, "end": { - "line": 1452, + "line": 1456, "column": 35 } } }, "range": [ - 53478, - 53489 + 53684, + 53695 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 24 }, "end": { - "line": 1452, + "line": 1456, "column": 35 } } @@ -121837,31 +122322,31 @@ "type": "Identifier", "name": "i", "range": [ - 53490, - 53491 + 53696, + 53697 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 36 }, "end": { - "line": 1452, + "line": 1456, "column": 37 } } }, "range": [ - 53478, - 53492 + 53684, + 53698 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 24 }, "end": { - "line": 1452, + "line": 1456, "column": 38 } } @@ -121871,31 +122356,31 @@ "value": "_0", "raw": "'_0'", "range": [ - 53493, - 53497 + 53699, + 53703 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 39 }, "end": { - "line": 1452, + "line": 1456, "column": 43 } } }, "range": [ - 53478, - 53497 + 53684, + 53703 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 24 }, "end": { - "line": 1452, + "line": 1456, "column": 43 } } @@ -121905,16 +122390,16 @@ "value": "", "raw": "''", "range": [ - 53499, - 53501 + 53705, + 53707 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 45 }, "end": { - "line": 1452, + "line": 1456, "column": 47 } } @@ -121925,16 +122410,16 @@ "object": { "type": "ThisExpression", "range": [ - 53503, - 53507 + 53709, + 53713 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 49 }, "end": { - "line": 1452, + "line": 1456, "column": 53 } } @@ -121943,62 +122428,62 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 53508, - 53522 + 53714, + 53728 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 54 }, "end": { - "line": 1452, + "line": 1456, "column": 68 } } }, "range": [ - 53503, - 53522 + 53709, + 53728 ], "loc": { "start": { - "line": 1452, + "line": 1456, "column": 49 }, "end": { - "line": 1452, + "line": 1456, "column": 68 } } } ], "range": [ - 53433, - 53523 + 53639, + 53729 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 30 }, "end": { - "line": 1452, + "line": 1456, "column": 69 } } }, "range": [ - 53427, - 53523 + 53633, + 53729 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 24 }, "end": { - "line": 1452, + "line": 1456, "column": 69 } } @@ -122006,16 +122491,16 @@ ], "kind": "let", "range": [ - 53423, - 53524 + 53629, + 53730 ], "loc": { "start": { - "line": 1451, + "line": 1455, "column": 20 }, "end": { - "line": 1452, + "line": 1456, "column": 70 } } @@ -122032,16 +122517,16 @@ "type": "Identifier", "name": "li0", "range": [ - 53545, - 53548 + 53751, + 53754 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 20 }, "end": { - "line": 1453, + "line": 1457, "column": 23 } } @@ -122050,31 +122535,31 @@ "type": "Identifier", "name": "className", "range": [ - 53549, - 53558 + 53755, + 53764 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 24 }, "end": { - "line": 1453, + "line": 1457, "column": 33 } } }, "range": [ - 53545, - 53558 + 53751, + 53764 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 20 }, "end": { - "line": 1453, + "line": 1457, "column": 33 } } @@ -122086,16 +122571,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 53561, - 53570 + 53767, + 53776 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 36 }, "end": { - "line": 1453, + "line": 1457, "column": 45 } } @@ -122104,61 +122589,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 53571, - 53592 + 53777, + 53798 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 46 }, "end": { - "line": 1453, + "line": 1457, "column": 67 } } }, "range": [ - 53561, - 53592 + 53767, + 53798 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 36 }, "end": { - "line": 1453, + "line": 1457, "column": 67 } } }, "range": [ - 53545, - 53592 + 53751, + 53798 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 20 }, "end": { - "line": 1453, + "line": 1457, "column": 67 } } }, "range": [ - 53545, - 53593 + 53751, + 53799 ], "loc": { "start": { - "line": 1453, + "line": 1457, "column": 20 }, "end": { - "line": 1453, + "line": 1457, "column": 68 } } @@ -122174,16 +122659,16 @@ "type": "Identifier", "name": "ul", "range": [ - 53614, - 53616 + 53820, + 53822 ], "loc": { "start": { - "line": 1454, + "line": 1458, "column": 20 }, "end": { - "line": 1454, + "line": 1458, "column": 22 } } @@ -122192,31 +122677,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 53617, - 53628 + 53823, + 53834 ], "loc": { "start": { - "line": 1454, + "line": 1458, "column": 23 }, "end": { - "line": 1454, + "line": 1458, "column": 34 } } }, "range": [ - 53614, - 53628 + 53820, + 53834 ], "loc": { "start": { - "line": 1454, + "line": 1458, "column": 20 }, "end": { - "line": 1454, + "line": 1458, "column": 34 } } @@ -122226,47 +122711,47 @@ "type": "Identifier", "name": "li0", "range": [ - 53629, - 53632 + 53835, + 53838 ], "loc": { "start": { - "line": 1454, + "line": 1458, "column": 35 }, "end": { - "line": 1454, + "line": 1458, "column": 38 } } } ], "range": [ - 53614, - 53633 + 53820, + 53839 ], "loc": { "start": { - "line": 1454, + "line": 1458, "column": 20 }, "end": { - "line": 1454, + "line": 1458, "column": 39 } } }, "range": [ - 53614, - 53634 + 53820, + 53840 ], "loc": { "start": { - "line": 1454, + "line": 1458, "column": 20 }, "end": { - "line": 1454, + "line": 1458, "column": 40 } } @@ -122282,16 +122767,16 @@ "type": "Identifier", "name": "divChk", "range": [ - 53656, - 53662 + 53862, + 53868 ], "loc": { "start": { - "line": 1456, + "line": 1460, "column": 20 }, "end": { - "line": 1456, + "line": 1460, "column": 26 } } @@ -122300,31 +122785,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 53663, - 53674 + 53869, + 53880 ], "loc": { "start": { - "line": 1456, + "line": 1460, "column": 27 }, "end": { - "line": 1456, + "line": 1460, "column": 38 } } }, "range": [ - 53656, - 53674 + 53862, + 53880 ], "loc": { "start": { - "line": 1456, + "line": 1460, "column": 20 }, "end": { - "line": 1456, + "line": 1460, "column": 38 } } @@ -122334,47 +122819,47 @@ "type": "Identifier", "name": "ul", "range": [ - 53675, - 53677 + 53881, + 53883 ], "loc": { "start": { - "line": 1456, + "line": 1460, "column": 39 }, "end": { - "line": 1456, + "line": 1460, "column": 41 } } } ], "range": [ - 53656, - 53678 + 53862, + 53884 ], "loc": { "start": { - "line": 1456, + "line": 1460, "column": 20 }, "end": { - "line": 1456, + "line": 1460, "column": 42 } } }, "range": [ - 53656, - 53679 + 53862, + 53885 ], "loc": { "start": { - "line": 1456, + "line": 1460, "column": 20 }, "end": { - "line": 1456, + "line": 1460, "column": 43 } } @@ -122388,16 +122873,16 @@ "type": "Identifier", "name": "s", "range": [ - 53701, - 53702 + 53907, + 53908 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 20 }, "end": { - "line": 1458, + "line": 1462, "column": 21 } } @@ -122414,16 +122899,16 @@ "type": "Identifier", "name": "fltsValues", "range": [ - 53705, - 53715 + 53911, + 53921 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 24 }, "end": { - "line": 1458, + "line": 1462, "column": 34 } } @@ -122432,31 +122917,31 @@ "type": "Identifier", "name": "i", "range": [ - 53716, - 53717 + 53922, + 53923 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 35 }, "end": { - "line": 1458, + "line": 1462, "column": 36 } } }, "range": [ - 53705, - 53718 + 53911, + 53924 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 24 }, "end": { - "line": 1458, + "line": 1462, "column": 37 } } @@ -122465,31 +122950,31 @@ "type": "Identifier", "name": "split", "range": [ - 53719, - 53724 + 53925, + 53930 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 38 }, "end": { - "line": 1458, + "line": 1462, "column": 43 } } }, "range": [ - 53705, - 53724 + 53911, + 53930 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 24 }, "end": { - "line": 1458, + "line": 1462, "column": 43 } } @@ -122506,16 +122991,16 @@ "value": " ", "raw": "' '", "range": [ - 53725, - 53728 + 53931, + 53934 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 44 }, "end": { - "line": 1458, + "line": 1462, "column": 47 } } @@ -122526,16 +123011,16 @@ "object": { "type": "ThisExpression", "range": [ - 53729, - 53733 + 53935, + 53939 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 48 }, "end": { - "line": 1458, + "line": 1462, "column": 52 } } @@ -122544,46 +123029,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 53734, - 53744 + 53940, + 53950 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 53 }, "end": { - "line": 1458, + "line": 1462, "column": 63 } } }, "range": [ - 53729, - 53744 + 53935, + 53950 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 48 }, "end": { - "line": 1458, + "line": 1462, "column": 63 } } }, "range": [ - 53725, - 53744 + 53931, + 53950 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 44 }, "end": { - "line": 1458, + "line": 1462, "column": 63 } } @@ -122593,77 +123078,77 @@ "value": " ", "raw": "' '", "range": [ - 53745, - 53748 + 53951, + 53954 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 64 }, "end": { - "line": 1458, + "line": 1462, "column": 67 } } }, "range": [ - 53725, - 53748 + 53931, + 53954 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 44 }, "end": { - "line": 1458, + "line": 1462, "column": 67 } } } ], "range": [ - 53705, - 53749 + 53911, + 53955 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 24 }, "end": { - "line": 1458, + "line": 1462, "column": 68 } } }, "range": [ - 53701, - 53749 + 53907, + 53955 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 20 }, "end": { - "line": 1458, + "line": 1462, "column": 68 } } }, "range": [ - 53701, - 53750 + 53907, + 53956 ], "loc": { "start": { - "line": 1458, + "line": 1462, "column": 20 }, "end": { - "line": 1458, + "line": 1462, "column": 69 } } @@ -122679,16 +123164,16 @@ "type": "Identifier", "name": "j", "range": [ - 53779, - 53780 + 53985, + 53986 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 28 }, "end": { - "line": 1459, + "line": 1463, "column": 29 } } @@ -122698,31 +123183,31 @@ "value": 0, "raw": "0", "range": [ - 53781, - 53782 + 53987, + 53988 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 30 }, "end": { - "line": 1459, + "line": 1463, "column": 31 } } }, "range": [ - 53779, - 53782 + 53985, + 53988 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 28 }, "end": { - "line": 1459, + "line": 1463, "column": 31 } } @@ -122733,16 +123218,16 @@ "type": "Identifier", "name": "len", "range": [ - 53784, - 53787 + 53990, + 53993 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 33 }, "end": { - "line": 1459, + "line": 1463, "column": 36 } } @@ -122754,16 +123239,16 @@ "type": "Identifier", "name": "s", "range": [ - 53788, - 53789 + 53994, + 53995 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 37 }, "end": { - "line": 1459, + "line": 1463, "column": 38 } } @@ -122772,46 +123257,46 @@ "type": "Identifier", "name": "length", "range": [ - 53790, - 53796 + 53996, + 54002 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 39 }, "end": { - "line": 1459, + "line": 1463, "column": 45 } } }, "range": [ - 53788, - 53796 + 53994, + 54002 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 37 }, "end": { - "line": 1459, + "line": 1463, "column": 45 } } }, "range": [ - 53784, - 53796 + 53990, + 54002 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 33 }, "end": { - "line": 1459, + "line": 1463, "column": 45 } } @@ -122819,16 +123304,16 @@ ], "kind": "let", "range": [ - 53775, - 53796 + 53981, + 54002 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 24 }, "end": { - "line": 1459, + "line": 1463, "column": 45 } } @@ -122840,16 +123325,16 @@ "type": "Identifier", "name": "j", "range": [ - 53798, - 53799 + 54004, + 54005 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 47 }, "end": { - "line": 1459, + "line": 1463, "column": 48 } } @@ -122858,31 +123343,31 @@ "type": "Identifier", "name": "len", "range": [ - 53800, - 53803 + 54006, + 54009 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 49 }, "end": { - "line": 1459, + "line": 1463, "column": 52 } } }, "range": [ - 53798, - 53803 + 54004, + 54009 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 47 }, "end": { - "line": 1459, + "line": 1463, "column": 52 } } @@ -122894,32 +123379,32 @@ "type": "Identifier", "name": "j", "range": [ - 53805, - 53806 + 54011, + 54012 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 54 }, "end": { - "line": 1459, + "line": 1463, "column": 55 } } }, "prefix": false, "range": [ - 53805, - 53808 + 54011, + 54014 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 54 }, "end": { - "line": 1459, + "line": 1463, "column": 57 } } @@ -122939,16 +123424,16 @@ "type": "Identifier", "name": "s", "range": [ - 53838, - 53839 + 54044, + 54045 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 27 }, "end": { - "line": 1460, + "line": 1464, "column": 28 } } @@ -122957,31 +123442,31 @@ "type": "Identifier", "name": "j", "range": [ - 53840, - 53841 + 54046, + 54047 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 29 }, "end": { - "line": 1460, + "line": 1464, "column": 30 } } }, "range": [ - 53838, - 53842 + 54044, + 54048 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 27 }, "end": { - "line": 1460, + "line": 1464, "column": 31 } } @@ -122991,31 +123476,31 @@ "value": "", "raw": "''", "range": [ - 53845, - 53847 + 54051, + 54053 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 34 }, "end": { - "line": 1460, + "line": 1464, "column": 36 } } }, "range": [ - 53838, - 53847 + 54044, + 54053 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 27 }, "end": { - "line": 1460, + "line": 1464, "column": 36 } } @@ -123027,48 +123512,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 53878, - 53887 + 54084, + 54093 ], "loc": { "start": { - "line": 1461, + "line": 1465, "column": 28 }, "end": { - "line": 1461, + "line": 1465, "column": 37 } } } ], "range": [ - 53848, - 53913 + 54054, + 54119 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 37 }, "end": { - "line": 1462, + "line": 1466, "column": 25 } } }, "alternate": null, "range": [ - 53835, - 53913 + 54041, + 54119 ], "loc": { "start": { - "line": 1460, + "line": 1464, "column": 24 }, "end": { - "line": 1462, + "line": 1466, "column": 25 } } @@ -123082,16 +123567,16 @@ "type": "Identifier", "name": "li", "range": [ - 53942, - 53944 + 54148, + 54150 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 28 }, "end": { - "line": 1463, + "line": 1467, "column": 30 } } @@ -123105,16 +123590,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 53947, - 53950 + 54153, + 54156 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 33 }, "end": { - "line": 1463, + "line": 1467, "column": 36 } } @@ -123123,31 +123608,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 53951, - 53966 + 54157, + 54172 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 37 }, "end": { - "line": 1463, + "line": 1467, "column": 52 } } }, "range": [ - 53947, - 53966 + 54153, + 54172 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 33 }, "end": { - "line": 1463, + "line": 1467, "column": 52 } } @@ -123168,16 +123653,16 @@ "object": { "type": "ThisExpression", "range": [ - 53996, - 54000 + 54202, + 54206 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 28 }, "end": { - "line": 1464, + "line": 1468, "column": 32 } } @@ -123186,31 +123671,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 54001, - 54007 + 54207, + 54213 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 33 }, "end": { - "line": 1464, + "line": 1468, "column": 39 } } }, "range": [ - 53996, - 54007 + 54202, + 54213 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 28 }, "end": { - "line": 1464, + "line": 1468, "column": 39 } } @@ -123219,31 +123704,31 @@ "type": "Identifier", "name": "i", "range": [ - 54008, - 54009 + 54214, + 54215 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 40 }, "end": { - "line": 1464, + "line": 1468, "column": 41 } } }, "range": [ - 53996, - 54010 + 54202, + 54216 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 28 }, "end": { - "line": 1464, + "line": 1468, "column": 42 } } @@ -123253,31 +123738,31 @@ "value": "_", "raw": "'_'", "range": [ - 54011, - 54014 + 54217, + 54220 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 43 }, "end": { - "line": 1464, + "line": 1468, "column": 46 } } }, "range": [ - 53996, - 54014 + 54202, + 54220 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 28 }, "end": { - "line": 1464, + "line": 1468, "column": 46 } } @@ -123289,16 +123774,16 @@ "type": "Identifier", "name": "j", "range": [ - 54016, - 54017 + 54222, + 54223 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 48 }, "end": { - "line": 1464, + "line": 1468, "column": 49 } } @@ -123308,46 +123793,46 @@ "value": 1, "raw": "1", "range": [ - 54018, - 54019 + 54224, + 54225 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 50 }, "end": { - "line": 1464, + "line": 1468, "column": 51 } } }, "range": [ - 54016, - 54019 + 54222, + 54225 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 48 }, "end": { - "line": 1464, + "line": 1468, "column": 51 } } }, "range": [ - 53996, - 54020 + 54202, + 54226 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 28 }, "end": { - "line": 1464, + "line": 1468, "column": 52 } } @@ -123359,16 +123844,16 @@ "type": "Identifier", "name": "s", "range": [ - 54022, - 54023 + 54228, + 54229 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 54 }, "end": { - "line": 1464, + "line": 1468, "column": 55 } } @@ -123377,31 +123862,31 @@ "type": "Identifier", "name": "j", "range": [ - 54024, - 54025 + 54230, + 54231 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 56 }, "end": { - "line": 1464, + "line": 1468, "column": 57 } } }, "range": [ - 54022, - 54026 + 54228, + 54232 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 54 }, "end": { - "line": 1464, + "line": 1468, "column": 58 } } @@ -123413,16 +123898,16 @@ "type": "Identifier", "name": "s", "range": [ - 54028, - 54029 + 54234, + 54235 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 60 }, "end": { - "line": 1464, + "line": 1468, "column": 61 } } @@ -123431,62 +123916,62 @@ "type": "Identifier", "name": "j", "range": [ - 54030, - 54031 + 54236, + 54237 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 62 }, "end": { - "line": 1464, + "line": 1468, "column": 63 } } }, "range": [ - 54028, - 54032 + 54234, + 54238 ], "loc": { "start": { - "line": 1464, + "line": 1468, "column": 60 }, "end": { - "line": 1464, + "line": 1468, "column": 64 } } } ], "range": [ - 53947, - 54033 + 54153, + 54239 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 33 }, "end": { - "line": 1464, + "line": 1468, "column": 65 } } }, "range": [ - 53942, - 54033 + 54148, + 54239 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 28 }, "end": { - "line": 1464, + "line": 1468, "column": 65 } } @@ -123494,16 +123979,16 @@ ], "kind": "let", "range": [ - 53938, - 54034 + 54144, + 54240 ], "loc": { "start": { - "line": 1463, + "line": 1467, "column": 24 }, "end": { - "line": 1464, + "line": 1468, "column": 66 } } @@ -123520,16 +124005,16 @@ "type": "Identifier", "name": "li", "range": [ - 54059, - 54061 + 54265, + 54267 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 24 }, "end": { - "line": 1465, + "line": 1469, "column": 26 } } @@ -123538,31 +124023,31 @@ "type": "Identifier", "name": "className", "range": [ - 54062, - 54071 + 54268, + 54277 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 27 }, "end": { - "line": 1465, + "line": 1469, "column": 36 } } }, "range": [ - 54059, - 54071 + 54265, + 54277 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 24 }, "end": { - "line": 1465, + "line": 1469, "column": 36 } } @@ -123574,16 +124059,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 54074, - 54083 + 54280, + 54289 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 39 }, "end": { - "line": 1465, + "line": 1469, "column": 48 } } @@ -123592,61 +124077,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 54084, - 54105 + 54290, + 54311 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 49 }, "end": { - "line": 1465, + "line": 1469, "column": 70 } } }, "range": [ - 54074, - 54105 + 54280, + 54311 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 39 }, "end": { - "line": 1465, + "line": 1469, "column": 70 } } }, "range": [ - 54059, - 54105 + 54265, + 54311 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 24 }, "end": { - "line": 1465, + "line": 1469, "column": 70 } } }, "range": [ - 54059, - 54106 + 54265, + 54312 ], "loc": { "start": { - "line": 1465, + "line": 1469, "column": 24 }, "end": { - "line": 1465, + "line": 1469, "column": 71 } } @@ -123662,16 +124147,16 @@ "type": "Identifier", "name": "ul", "range": [ - 54131, - 54133 + 54337, + 54339 ], "loc": { "start": { - "line": 1466, + "line": 1470, "column": 24 }, "end": { - "line": 1466, + "line": 1470, "column": 26 } } @@ -123680,31 +124165,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 54134, - 54145 + 54340, + 54351 ], "loc": { "start": { - "line": 1466, + "line": 1470, "column": 27 }, "end": { - "line": 1466, + "line": 1470, "column": 38 } } }, "range": [ - 54131, - 54145 + 54337, + 54351 ], "loc": { "start": { - "line": 1466, + "line": 1470, "column": 24 }, "end": { - "line": 1466, + "line": 1470, "column": 38 } } @@ -123714,47 +124199,47 @@ "type": "Identifier", "name": "li", "range": [ - 54146, - 54148 + 54352, + 54354 ], "loc": { "start": { - "line": 1466, + "line": 1470, "column": 39 }, "end": { - "line": 1466, + "line": 1470, "column": 41 } } } ], "range": [ - 54131, - 54149 + 54337, + 54355 ], "loc": { "start": { - "line": 1466, + "line": 1470, "column": 24 }, "end": { - "line": 1466, + "line": 1470, "column": 42 } } }, "range": [ - 54131, - 54150 + 54337, + 54356 ], "loc": { "start": { - "line": 1466, + "line": 1470, "column": 24 }, "end": { - "line": 1466, + "line": 1470, "column": 43 } } @@ -123774,16 +124259,16 @@ "type": "Identifier", "name": "li", "range": [ - 54175, - 54177 + 54381, + 54383 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 24 }, "end": { - "line": 1467, + "line": 1471, "column": 26 } } @@ -123792,31 +124277,31 @@ "type": "Identifier", "name": "check", "range": [ - 54178, - 54183 + 54384, + 54389 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 27 }, "end": { - "line": 1467, + "line": 1471, "column": 32 } } }, "range": [ - 54175, - 54183 + 54381, + 54389 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 24 }, "end": { - "line": 1467, + "line": 1471, "column": 32 } } @@ -123825,31 +124310,31 @@ "type": "Identifier", "name": "checked", "range": [ - 54184, - 54191 + 54390, + 54397 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 33 }, "end": { - "line": 1467, + "line": 1471, "column": 40 } } }, "range": [ - 54175, - 54191 + 54381, + 54397 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 24 }, "end": { - "line": 1467, + "line": 1471, "column": 40 } } @@ -123859,46 +124344,46 @@ "value": true, "raw": "true", "range": [ - 54194, - 54198 + 54400, + 54404 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 43 }, "end": { - "line": 1467, + "line": 1471, "column": 47 } } }, "range": [ - 54175, - 54198 + 54381, + 54404 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 24 }, "end": { - "line": 1467, + "line": 1471, "column": 47 } } }, "range": [ - 54175, - 54199 + 54381, + 54405 ], "loc": { "start": { - "line": 1467, + "line": 1471, "column": 24 }, "end": { - "line": 1467, + "line": 1471, "column": 48 } } @@ -123914,16 +124399,16 @@ "type": "Identifier", "name": "checkList", "range": [ - 54224, - 54233 + 54430, + 54439 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 24 }, "end": { - "line": 1468, + "line": 1472, "column": 33 } } @@ -123932,31 +124417,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 54234, - 54252 + 54440, + 54458 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 34 }, "end": { - "line": 1468, + "line": 1472, "column": 52 } } }, "range": [ - 54224, - 54252 + 54430, + 54458 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 24 }, "end": { - "line": 1468, + "line": 1472, "column": 52 } } @@ -123969,16 +124454,16 @@ "type": "Identifier", "name": "li", "range": [ - 54253, - 54255 + 54459, + 54461 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 53 }, "end": { - "line": 1468, + "line": 1472, "column": 55 } } @@ -123987,62 +124472,62 @@ "type": "Identifier", "name": "check", "range": [ - 54256, - 54261 + 54462, + 54467 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 56 }, "end": { - "line": 1468, + "line": 1472, "column": 61 } } }, "range": [ - 54253, - 54261 + 54459, + 54467 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 53 }, "end": { - "line": 1468, + "line": 1472, "column": 61 } } } ], "range": [ - 54224, - 54262 + 54430, + 54468 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 24 }, "end": { - "line": 1468, + "line": 1472, "column": 62 } } }, "range": [ - 54224, - 54263 + 54430, + 54469 ], "loc": { "start": { - "line": 1468, + "line": 1472, "column": 24 }, "end": { - "line": 1468, + "line": 1472, "column": 63 } } @@ -124058,16 +124543,16 @@ "object": { "type": "ThisExpression", "range": [ - 54288, - 54292 + 54494, + 54498 ], "loc": { "start": { - "line": 1469, + "line": 1473, "column": 24 }, "end": { - "line": 1469, + "line": 1473, "column": 28 } } @@ -124076,31 +124561,31 @@ "type": "Identifier", "name": "hasStoredValues", "range": [ - 54293, - 54308 + 54499, + 54514 ], "loc": { "start": { - "line": 1469, + "line": 1473, "column": 29 }, "end": { - "line": 1469, + "line": 1473, "column": 44 } } }, "range": [ - 54288, - 54308 + 54494, + 54514 ], "loc": { "start": { - "line": 1469, + "line": 1473, "column": 24 }, "end": { - "line": 1469, + "line": 1473, "column": 44 } } @@ -124110,109 +124595,109 @@ "value": true, "raw": "true", "range": [ - 54311, - 54315 + 54517, + 54521 ], "loc": { "start": { - "line": 1469, + "line": 1473, "column": 47 }, "end": { - "line": 1469, + "line": 1473, "column": 51 } } }, "range": [ - 54288, - 54315 + 54494, + 54521 ], "loc": { "start": { - "line": 1469, + "line": 1473, "column": 24 }, "end": { - "line": 1469, + "line": 1473, "column": 51 } } }, "range": [ - 54288, - 54316 + 54494, + 54522 ], "loc": { "start": { - "line": 1469, + "line": 1473, "column": 24 }, "end": { - "line": 1469, + "line": 1473, "column": 52 } } } ], "range": [ - 53809, - 54338 + 54015, + 54544 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 58 }, "end": { - "line": 1470, + "line": 1474, "column": 21 } } }, "range": [ - 53771, - 54338 + 53977, + 54544 ], "loc": { "start": { - "line": 1459, + "line": 1463, "column": 20 }, "end": { - "line": 1470, + "line": 1474, "column": 21 } } } ], "range": [ - 53014, - 54356 + 53220, + 54562 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 56 }, "end": { - "line": 1471, + "line": 1475, "column": 17 } } }, "alternate": null, "range": [ - 52979, - 54356 + 53185, + 54562 ], "loc": { "start": { - "line": 1441, + "line": 1445, "column": 21 }, "end": { - "line": 1471, + "line": 1475, "column": 17 } }, @@ -124221,16 +124706,16 @@ "type": "Line", "value": " if multiFltsIndex", "range": [ - 52919, - 52939 + 53125, + 53145 ], "loc": { "start": { - "line": 1439, + "line": 1443, "column": 21 }, "end": { - "line": 1439, + "line": 1443, "column": 41 } } @@ -124238,16 +124723,16 @@ ] }, "range": [ - 51905, - 54356 + 52111, + 54562 ], "loc": { "start": { - "line": 1418, + "line": 1422, "column": 16 }, "end": { - "line": 1471, + "line": 1475, "column": 17 } }, @@ -124256,16 +124741,16 @@ "type": "Line", "value": " if loadFltOnDemand, drop-down needs to contain stored", "range": [ - 51790, - 51846 + 51996, + 52052 ], "loc": { "start": { - "line": 1416, + "line": 1420, "column": 16 }, "end": { - "line": 1416, + "line": 1420, "column": 72 } } @@ -124274,16 +124759,16 @@ "type": "Line", "value": " value(s) for filtering", "range": [ - 51863, - 51888 + 52069, + 52094 ], "loc": { "start": { - "line": 1417, + "line": 1421, "column": 16 }, "end": { - "line": 1417, + "line": 1421, "column": 41 } } @@ -124292,31 +124777,31 @@ } ], "range": [ - 51602, - 54370 + 51808, + 54576 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 56 }, "end": { - "line": 1472, + "line": 1476, "column": 13 } } }, "range": [ - 51558, - 54370 + 51764, + 54576 ], "loc": { "start": { - "line": 1410, + "line": 1414, "column": 12 }, "end": { - "line": 1472, + "line": 1476, "column": 13 } }, @@ -124325,16 +124810,16 @@ "type": "Line", "value": "end for", "range": [ - 54370, - 54379 + 54576, + 54585 ], "loc": { "start": { - "line": 1472, + "line": 1476, "column": 13 }, "end": { - "line": 1472, + "line": 1476, "column": 22 } } @@ -124355,16 +124840,16 @@ "object": { "type": "ThisExpression", "range": [ - 54397, - 54401 + 54603, + 54607 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 16 }, "end": { - "line": 1474, + "line": 1478, "column": 20 } } @@ -124373,47 +124858,47 @@ "type": "Identifier", "name": "hasStoredValues", "range": [ - 54402, - 54417 + 54608, + 54623 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 21 }, "end": { - "line": 1474, + "line": 1478, "column": 36 } } }, "range": [ - 54397, - 54417 + 54603, + 54623 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 16 }, "end": { - "line": 1474, + "line": 1478, "column": 36 } } }, "prefix": true, "range": [ - 54396, - 54417 + 54602, + 54623 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 15 }, "end": { - "line": 1474, + "line": 1478, "column": 36 } } @@ -124424,16 +124909,16 @@ "object": { "type": "ThisExpression", "range": [ - 54421, - 54425 + 54627, + 54631 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 40 }, "end": { - "line": 1474, + "line": 1478, "column": 44 } } @@ -124442,46 +124927,46 @@ "type": "Identifier", "name": "paging", "range": [ - 54426, - 54432 + 54632, + 54638 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 45 }, "end": { - "line": 1474, + "line": 1478, "column": 51 } } }, "range": [ - 54421, - 54432 + 54627, + 54638 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 40 }, "end": { - "line": 1474, + "line": 1478, "column": 51 } } }, "range": [ - 54396, - 54432 + 54602, + 54638 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 15 }, "end": { - "line": 1474, + "line": 1478, "column": 51 } } @@ -124505,16 +124990,16 @@ "object": { "type": "ThisExpression", "range": [ - 54451, - 54455 + 54657, + 54661 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 16 }, "end": { - "line": 1475, + "line": 1479, "column": 20 } } @@ -124523,31 +125008,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 54456, - 54459 + 54662, + 54665 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 21 }, "end": { - "line": 1475, + "line": 1479, "column": 24 } } }, "range": [ - 54451, - 54459 + 54657, + 54665 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 16 }, "end": { - "line": 1475, + "line": 1479, "column": 24 } } @@ -124556,31 +125041,31 @@ "type": "Identifier", "name": "paging", "range": [ - 54460, - 54466 + 54666, + 54672 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 25 }, "end": { - "line": 1475, + "line": 1479, "column": 31 } } }, "range": [ - 54451, - 54466 + 54657, + 54672 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 16 }, "end": { - "line": 1475, + "line": 1479, "column": 31 } } @@ -124589,94 +125074,94 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 54467, - 54480 + 54673, + 54686 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 32 }, "end": { - "line": 1475, + "line": 1479, "column": 45 } } }, "range": [ - 54451, - 54480 + 54657, + 54686 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 16 }, "end": { - "line": 1475, + "line": 1479, "column": 45 } } }, "arguments": [], "range": [ - 54451, - 54482 + 54657, + 54688 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 16 }, "end": { - "line": 1475, + "line": 1479, "column": 47 } } }, "range": [ - 54451, - 54483 + 54657, + 54689 ], "loc": { "start": { - "line": 1475, + "line": 1479, "column": 16 }, "end": { - "line": 1475, + "line": 1479, "column": 48 } } } ], "range": [ - 54433, - 54497 + 54639, + 54703 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 52 }, "end": { - "line": 1476, + "line": 1480, "column": 13 } } }, "alternate": null, "range": [ - 54393, - 54497 + 54599, + 54703 ], "loc": { "start": { - "line": 1474, + "line": 1478, "column": 12 }, "end": { - "line": 1476, + "line": 1480, "column": 13 } }, @@ -124685,16 +125170,16 @@ "type": "Line", "value": "end for", "range": [ - 54370, - 54379 + 54576, + 54585 ], "loc": { "start": { - "line": 1472, + "line": 1476, "column": 13 }, "end": { - "line": 1472, + "line": 1476, "column": 22 } } @@ -124703,32 +125188,32 @@ } ], "range": [ - 51544, - 54507 + 51750, + 54713 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 76 }, "end": { - "line": 1477, + "line": 1481, "column": 9 } } }, "alternate": null, "range": [ - 51476, - 54507 + 51682, + 54713 ], "loc": { "start": { - "line": 1409, + "line": 1413, "column": 8 }, "end": { - "line": 1477, + "line": 1481, "column": 9 } }, @@ -124737,16 +125222,16 @@ "type": "Line", "value": "if the number of columns is the same as before page reload", "range": [ - 51407, - 51467 + 51613, + 51673 ], "loc": { "start": { - "line": 1408, + "line": 1412, "column": 8 }, "end": { - "line": 1408, + "line": 1412, "column": 68 } } @@ -124757,16 +125242,16 @@ "type": "Line", "value": "end if", "range": [ - 54507, - 54515 + 54713, + 54721 ], "loc": { "start": { - "line": 1477, + "line": 1481, "column": 9 }, "end": { - "line": 1477, + "line": 1481, "column": 17 } } @@ -124775,16 +125260,16 @@ } ], "range": [ - 51118, - 54521 + 51324, + 54727 ], "loc": { "start": { - "line": 1400, + "line": 1404, "column": 26 }, "end": { - "line": 1478, + "line": 1482, "column": 5 } } @@ -124792,16 +125277,16 @@ "generator": false, "expression": false, "range": [ - 51112, - 54521 + 51318, + 54727 ], "loc": { "start": { - "line": 1400, + "line": 1404, "column": 20 }, "end": { - "line": 1478, + "line": 1482, "column": 5 } } @@ -124809,16 +125294,16 @@ "kind": "method", "computed": false, "range": [ - 51096, - 54521 + 51302, + 54727 ], "loc": { "start": { - "line": 1400, + "line": 1404, "column": 4 }, "end": { - "line": 1478, + "line": 1482, "column": 5 } }, @@ -124827,16 +125312,16 @@ "type": "Block", "value": "*\n * Reset persisted filter values when load filters on demand feature is\n * enabled\n * @param {String} name cookie name storing filter values\n ", "range": [ - 50926, - 51091 + 51132, + 51297 ], "loc": { "start": { - "line": 1395, + "line": 1399, "column": 4 }, "end": { - "line": 1399, + "line": 1403, "column": 7 } } @@ -124850,16 +125335,16 @@ "type": "Identifier", "name": "filter", "range": [ - 54527, - 54533 + 54733, + 54739 ], "loc": { "start": { - "line": 1480, + "line": 1484, "column": 4 }, "end": { - "line": 1480, + "line": 1484, "column": 10 } } @@ -124881,16 +125366,16 @@ "object": { "type": "ThisExpression", "range": [ - 54545, - 54549 + 54751, + 54755 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 8 }, "end": { - "line": 1481, + "line": 1485, "column": 12 } } @@ -124899,31 +125384,31 @@ "type": "Identifier", "name": "EvtManager", "range": [ - 54550, - 54560 + 54756, + 54766 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 13 }, "end": { - "line": 1481, + "line": 1485, "column": 23 } } }, "range": [ - 54545, - 54560 + 54751, + 54766 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 8 }, "end": { - "line": 1481, + "line": 1485, "column": 23 } } @@ -124941,16 +125426,16 @@ "object": { "type": "ThisExpression", "range": [ - 54561, - 54565 + 54767, + 54771 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 24 }, "end": { - "line": 1481, + "line": 1485, "column": 28 } } @@ -124959,31 +125444,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 54566, - 54569 + 54772, + 54775 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 29 }, "end": { - "line": 1481, + "line": 1485, "column": 32 } } }, "range": [ - 54561, - 54569 + 54767, + 54775 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 24 }, "end": { - "line": 1481, + "line": 1485, "column": 32 } } @@ -124992,31 +125477,31 @@ "type": "Identifier", "name": "name", "range": [ - 54570, - 54574 + 54776, + 54780 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 33 }, "end": { - "line": 1481, + "line": 1485, "column": 37 } } }, "range": [ - 54561, - 54574 + 54767, + 54780 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 24 }, "end": { - "line": 1481, + "line": 1485, "column": 37 } } @@ -125025,78 +125510,78 @@ "type": "Identifier", "name": "filter", "range": [ - 54575, - 54581 + 54781, + 54787 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 38 }, "end": { - "line": 1481, + "line": 1485, "column": 44 } } }, "range": [ - 54561, - 54581 + 54767, + 54787 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 24 }, "end": { - "line": 1481, + "line": 1485, "column": 44 } } } ], "range": [ - 54545, - 54582 + 54751, + 54788 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 8 }, "end": { - "line": 1481, + "line": 1485, "column": 45 } } }, "range": [ - 54545, - 54583 + 54751, + 54789 ], "loc": { "start": { - "line": 1481, + "line": 1485, "column": 8 }, "end": { - "line": 1481, + "line": 1485, "column": 46 } } } ], "range": [ - 54535, - 54589 + 54741, + 54795 ], "loc": { "start": { - "line": 1480, + "line": 1484, "column": 12 }, "end": { - "line": 1482, + "line": 1486, "column": 5 } } @@ -125104,16 +125589,16 @@ "generator": false, "expression": false, "range": [ - 54533, - 54589 + 54739, + 54795 ], "loc": { "start": { - "line": 1480, + "line": 1484, "column": 10 }, "end": { - "line": 1482, + "line": 1486, "column": 5 } } @@ -125121,16 +125606,16 @@ "kind": "method", "computed": false, "range": [ - 54527, - 54589 + 54733, + 54795 ], "loc": { "start": { - "line": 1480, + "line": 1484, "column": 4 }, "end": { - "line": 1482, + "line": 1486, "column": 5 } }, @@ -125139,16 +125624,16 @@ "type": "Line", "value": "end if", "range": [ - 54507, - 54515 + 54713, + 54721 ], "loc": { "start": { - "line": 1477, + "line": 1481, "column": 9 }, "end": { - "line": 1477, + "line": 1481, "column": 17 } } @@ -125159,16 +125644,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n *\n * TODO: Reduce complexity of this massive method\n ", "range": [ - 54595, - 54893 + 54801, + 55099 ], "loc": { "start": { - "line": 1484, + "line": 1488, "column": 4 }, "end": { - "line": 1490, + "line": 1494, "column": 7 } } @@ -125182,16 +125667,16 @@ "type": "Identifier", "name": "_filter", "range": [ - 54898, - 54905 + 55104, + 55111 ], "loc": { "start": { - "line": 1491, + "line": 1495, "column": 4 }, "end": { - "line": 1491, + "line": 1495, "column": 11 } } @@ -125217,16 +125702,16 @@ "object": { "type": "ThisExpression", "range": [ - 54921, - 54925 + 55127, + 55131 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 12 }, "end": { - "line": 1492, + "line": 1496, "column": 16 } } @@ -125235,47 +125720,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 54926, - 54933 + 55132, + 55139 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 17 }, "end": { - "line": 1492, + "line": 1496, "column": 24 } } }, "range": [ - 54921, - 54933 + 55127, + 55139 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 12 }, "end": { - "line": 1492, + "line": 1496, "column": 24 } } }, "prefix": true, "range": [ - 54920, - 54933 + 55126, + 55139 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 11 }, "end": { - "line": 1492, + "line": 1496, "column": 24 } } @@ -125292,16 +125777,16 @@ "object": { "type": "ThisExpression", "range": [ - 54939, - 54943 + 55145, + 55149 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 30 }, "end": { - "line": 1492, + "line": 1496, "column": 34 } } @@ -125310,47 +125795,47 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 54944, - 54952 + 55150, + 55158 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 35 }, "end": { - "line": 1492, + "line": 1496, "column": 43 } } }, "range": [ - 54939, - 54952 + 55145, + 55158 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 30 }, "end": { - "line": 1492, + "line": 1496, "column": 43 } } }, "prefix": true, "range": [ - 54938, - 54952 + 55144, + 55158 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 29 }, "end": { - "line": 1492, + "line": 1496, "column": 43 } } @@ -125364,16 +125849,16 @@ "object": { "type": "ThisExpression", "range": [ - 54957, - 54961 + 55163, + 55167 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 48 }, "end": { - "line": 1492, + "line": 1496, "column": 52 } } @@ -125382,77 +125867,77 @@ "type": "Identifier", "name": "isFirstLoad", "range": [ - 54962, - 54973 + 55168, + 55179 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 53 }, "end": { - "line": 1492, + "line": 1496, "column": 64 } } }, "range": [ - 54957, - 54973 + 55163, + 55179 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 48 }, "end": { - "line": 1492, + "line": 1496, "column": 64 } } }, "prefix": true, "range": [ - 54956, - 54973 + 55162, + 55179 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 47 }, "end": { - "line": 1492, + "line": 1496, "column": 64 } } }, "range": [ - 54938, - 54973 + 55144, + 55179 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 29 }, "end": { - "line": 1492, + "line": 1496, "column": 64 } } }, "range": [ - 54920, - 54974 + 55126, + 55180 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 11 }, "end": { - "line": 1492, + "line": 1496, "column": 65 } } @@ -125464,48 +125949,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 54989, - 54996 + 55195, + 55202 ], "loc": { "start": { - "line": 1493, + "line": 1497, "column": 12 }, "end": { - "line": 1493, + "line": 1497, "column": 19 } } } ], "range": [ - 54975, - 55006 + 55181, + 55212 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 66 }, "end": { - "line": 1494, + "line": 1498, "column": 9 } } }, "alternate": null, "range": [ - 54917, - 55006 + 55123, + 55212 ], "loc": { "start": { - "line": 1492, + "line": 1496, "column": 8 }, "end": { - "line": 1494, + "line": 1498, "column": 9 } }, @@ -125514,16 +125999,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 55015, - 55041 + 55221, + 55247 ], "loc": { "start": { - "line": 1495, + "line": 1499, "column": 8 }, "end": { - "line": 1495, + "line": 1499, "column": 34 } } @@ -125538,16 +126023,16 @@ "object": { "type": "ThisExpression", "range": [ - 55053, - 55057 + 55259, + 55263 ], "loc": { "start": { - "line": 1496, + "line": 1500, "column": 11 }, "end": { - "line": 1496, + "line": 1500, "column": 15 } } @@ -125556,31 +126041,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 55058, - 55072 + 55264, + 55278 ], "loc": { "start": { - "line": 1496, + "line": 1500, "column": 16 }, "end": { - "line": 1496, + "line": 1500, "column": 30 } } }, "range": [ - 55053, - 55072 + 55259, + 55278 ], "loc": { "start": { - "line": 1496, + "line": 1500, "column": 11 }, "end": { - "line": 1496, + "line": 1500, "column": 30 } } @@ -125601,16 +126086,16 @@ "object": { "type": "ThisExpression", "range": [ - 55087, - 55091 + 55293, + 55297 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 12 }, "end": { - "line": 1497, + "line": 1501, "column": 16 } } @@ -125619,31 +126104,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 55092, - 55106 + 55298, + 55312 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 17 }, "end": { - "line": 1497, + "line": 1501, "column": 31 } } }, "range": [ - 55087, - 55106 + 55293, + 55312 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 12 }, "end": { - "line": 1497, + "line": 1501, "column": 31 } } @@ -125652,31 +126137,31 @@ "type": "Identifier", "name": "call", "range": [ - 55107, - 55111 + 55313, + 55317 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 32 }, "end": { - "line": 1497, + "line": 1501, "column": 36 } } }, "range": [ - 55087, - 55111 + 55293, + 55317 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 12 }, "end": { - "line": 1497, + "line": 1501, "column": 36 } } @@ -125687,16 +126172,16 @@ "value": null, "raw": "null", "range": [ - 55112, - 55116 + 55318, + 55322 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 37 }, "end": { - "line": 1497, + "line": 1501, "column": 41 } } @@ -125704,79 +126189,79 @@ { "type": "ThisExpression", "range": [ - 55118, - 55122 + 55324, + 55328 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 43 }, "end": { - "line": 1497, + "line": 1501, "column": 47 } } } ], "range": [ - 55087, - 55123 + 55293, + 55329 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 12 }, "end": { - "line": 1497, + "line": 1501, "column": 48 } } }, "range": [ - 55087, - 55124 + 55293, + 55330 ], "loc": { "start": { - "line": 1497, + "line": 1501, "column": 12 }, "end": { - "line": 1497, + "line": 1501, "column": 49 } } } ], "range": [ - 55073, - 55134 + 55279, + 55340 ], "loc": { "start": { - "line": 1496, + "line": 1500, "column": 31 }, "end": { - "line": 1498, + "line": 1502, "column": 9 } } }, "alternate": null, "range": [ - 55050, - 55134 + 55256, + 55340 ], "loc": { "start": { - "line": 1496, + "line": 1500, "column": 8 }, "end": { - "line": 1498, + "line": 1502, "column": 9 } }, @@ -125785,16 +126270,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 55015, - 55041 + 55221, + 55247 ], "loc": { "start": { - "line": 1495, + "line": 1499, "column": 8 }, "end": { - "line": 1495, + "line": 1499, "column": 34 } } @@ -125810,16 +126295,16 @@ "type": "Identifier", "name": "row", "range": [ - 55148, - 55151 + 55354, + 55357 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 12 }, "end": { - "line": 1500, + "line": 1504, "column": 15 } } @@ -125833,16 +126318,16 @@ "object": { "type": "ThisExpression", "range": [ - 55154, - 55158 + 55360, + 55364 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 18 }, "end": { - "line": 1500, + "line": 1504, "column": 22 } } @@ -125851,31 +126336,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 55159, - 55162 + 55365, + 55368 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 23 }, "end": { - "line": 1500, + "line": 1504, "column": 26 } } }, "range": [ - 55154, - 55162 + 55360, + 55368 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 18 }, "end": { - "line": 1500, + "line": 1504, "column": 26 } } @@ -125884,46 +126369,46 @@ "type": "Identifier", "name": "rows", "range": [ - 55163, - 55167 + 55369, + 55373 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 27 }, "end": { - "line": 1500, + "line": 1504, "column": 31 } } }, "range": [ - 55154, - 55167 + 55360, + 55373 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 18 }, "end": { - "line": 1500, + "line": 1504, "column": 31 } } }, "range": [ - 55148, - 55167 + 55354, + 55373 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 12 }, "end": { - "line": 1500, + "line": 1504, "column": 31 } } @@ -125934,16 +126419,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 55181, - 55184 + 55387, + 55390 ], "loc": { "start": { - "line": 1501, + "line": 1505, "column": 12 }, "end": { - "line": 1501, + "line": 1505, "column": 15 } } @@ -125954,16 +126439,16 @@ "object": { "type": "ThisExpression", "range": [ - 55187, - 55191 + 55393, + 55397 ], "loc": { "start": { - "line": 1501, + "line": 1505, "column": 18 }, "end": { - "line": 1501, + "line": 1505, "column": 22 } } @@ -125972,46 +126457,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 55192, - 55195 + 55398, + 55401 ], "loc": { "start": { - "line": 1501, + "line": 1505, "column": 23 }, "end": { - "line": 1501, + "line": 1505, "column": 26 } } }, "range": [ - 55187, - 55195 + 55393, + 55401 ], "loc": { "start": { - "line": 1501, + "line": 1505, "column": 18 }, "end": { - "line": 1501, + "line": 1505, "column": 26 } } }, "range": [ - 55181, - 55195 + 55387, + 55401 ], "loc": { "start": { - "line": 1501, + "line": 1505, "column": 12 }, "end": { - "line": 1501, + "line": 1505, "column": 26 } } @@ -126022,16 +126507,16 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 55209, - 55219 + 55415, + 55425 ], "loc": { "start": { - "line": 1502, + "line": 1506, "column": 12 }, "end": { - "line": 1502, + "line": 1506, "column": 22 } } @@ -126041,31 +126526,31 @@ "value": 0, "raw": "0", "range": [ - 55222, - 55223 + 55428, + 55429 ], "loc": { "start": { - "line": 1502, + "line": 1506, "column": 25 }, "end": { - "line": 1502, + "line": 1506, "column": 26 } } }, "range": [ - 55209, - 55223 + 55415, + 55429 ], "loc": { "start": { - "line": 1502, + "line": 1506, "column": 12 }, "end": { - "line": 1502, + "line": 1506, "column": 26 } } @@ -126073,16 +126558,16 @@ ], "kind": "let", "range": [ - 55144, - 55224 + 55350, + 55430 ], "loc": { "start": { - "line": 1500, + "line": 1504, "column": 8 }, "end": { - "line": 1502, + "line": 1506, "column": 27 } } @@ -126098,16 +126583,16 @@ "object": { "type": "ThisExpression", "range": [ - 55234, - 55238 + 55440, + 55444 ], "loc": { "start": { - "line": 1504, + "line": 1508, "column": 8 }, "end": { - "line": 1504, + "line": 1508, "column": 12 } } @@ -126116,31 +126601,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 55239, - 55253 + 55445, + 55459 ], "loc": { "start": { - "line": 1504, + "line": 1508, "column": 13 }, "end": { - "line": 1504, + "line": 1508, "column": 27 } } }, "range": [ - 55234, - 55253 + 55440, + 55459 ], "loc": { "start": { - "line": 1504, + "line": 1508, "column": 8 }, "end": { - "line": 1504, + "line": 1508, "column": 27 } } @@ -126149,46 +126634,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 55256, - 55258 + 55462, + 55464 ], "loc": { "start": { - "line": 1504, + "line": 1508, "column": 30 }, "end": { - "line": 1504, + "line": 1508, "column": 32 } } }, "range": [ - 55234, - 55258 + 55440, + 55464 ], "loc": { "start": { - "line": 1504, + "line": 1508, "column": 8 }, "end": { - "line": 1504, + "line": 1508, "column": 32 } } }, "range": [ - 55234, - 55259 + 55440, + 55465 ], "loc": { "start": { - "line": 1504, + "line": 1508, "column": 8 }, "end": { - "line": 1504, + "line": 1508, "column": 33 } }, @@ -126197,16 +126682,16 @@ "type": "Line", "value": " removes keyword highlighting", "range": [ - 55269, - 55300 + 55475, + 55506 ], "loc": { "start": { - "line": 1506, + "line": 1510, "column": 8 }, "end": { - "line": 1506, + "line": 1510, "column": 39 } } @@ -126221,16 +126706,16 @@ "object": { "type": "ThisExpression", "range": [ - 55312, - 55316 + 55518, + 55522 ], "loc": { "start": { - "line": 1507, + "line": 1511, "column": 11 }, "end": { - "line": 1507, + "line": 1511, "column": 15 } } @@ -126239,31 +126724,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 55317, - 55334 + 55523, + 55540 ], "loc": { "start": { - "line": 1507, + "line": 1511, "column": 16 }, "end": { - "line": 1507, + "line": 1511, "column": 33 } } }, "range": [ - 55312, - 55334 + 55518, + 55540 ], "loc": { "start": { - "line": 1507, + "line": 1511, "column": 11 }, "end": { - "line": 1507, + "line": 1511, "column": 33 } } @@ -126285,16 +126770,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 55349, - 55352 + 55555, + 55558 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 12 }, "end": { - "line": 1508, + "line": 1512, "column": 15 } } @@ -126303,31 +126788,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 55353, - 55369 + 55559, + 55575 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 16 }, "end": { - "line": 1508, + "line": 1512, "column": 32 } } }, "range": [ - 55349, - 55369 + 55555, + 55575 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 12 }, "end": { - "line": 1508, + "line": 1512, "column": 32 } } @@ -126336,94 +126821,94 @@ "type": "Identifier", "name": "unhighlightAll", "range": [ - 55370, - 55384 + 55576, + 55590 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 33 }, "end": { - "line": 1508, + "line": 1512, "column": 47 } } }, "range": [ - 55349, - 55384 + 55555, + 55590 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 12 }, "end": { - "line": 1508, + "line": 1512, "column": 47 } } }, "arguments": [], "range": [ - 55349, - 55386 + 55555, + 55592 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 12 }, "end": { - "line": 1508, + "line": 1512, "column": 49 } } }, "range": [ - 55349, - 55387 + 55555, + 55593 ], "loc": { "start": { - "line": 1508, + "line": 1512, "column": 12 }, "end": { - "line": 1508, + "line": 1512, "column": 50 } } } ], "range": [ - 55335, - 55397 + 55541, + 55603 ], "loc": { "start": { - "line": 1507, + "line": 1511, "column": 34 }, "end": { - "line": 1509, + "line": 1513, "column": 9 } } }, "alternate": null, "range": [ - 55309, - 55397 + 55515, + 55603 ], "loc": { "start": { - "line": 1507, + "line": 1511, "column": 8 }, "end": { - "line": 1509, + "line": 1513, "column": 9 } }, @@ -126432,16 +126917,16 @@ "type": "Line", "value": " removes keyword highlighting", "range": [ - 55269, - 55300 + 55475, + 55506 ], "loc": { "start": { - "line": 1506, + "line": 1510, "column": 8 }, "end": { - "line": 1506, + "line": 1510, "column": 39 } } @@ -126452,16 +126937,16 @@ "type": "Line", "value": "removes popup filters active icons", "range": [ - 55406, - 55442 + 55612, + 55648 ], "loc": { "start": { - "line": 1510, + "line": 1514, "column": 8 }, "end": { - "line": 1510, + "line": 1514, "column": 44 } } @@ -126476,16 +126961,16 @@ "object": { "type": "ThisExpression", "range": [ - 55454, - 55458 + 55660, + 55664 ], "loc": { "start": { - "line": 1511, + "line": 1515, "column": 11 }, "end": { - "line": 1511, + "line": 1515, "column": 15 } } @@ -126494,31 +126979,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 55459, - 55471 + 55665, + 55677 ], "loc": { "start": { - "line": 1511, + "line": 1515, "column": 16 }, "end": { - "line": 1511, + "line": 1515, "column": 28 } } }, "range": [ - 55454, - 55471 + 55660, + 55677 ], "loc": { "start": { - "line": 1511, + "line": 1515, "column": 11 }, "end": { - "line": 1511, + "line": 1515, "column": 28 } } @@ -126540,16 +127025,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 55486, - 55489 + 55692, + 55695 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 12 }, "end": { - "line": 1512, + "line": 1516, "column": 15 } } @@ -126558,31 +127043,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 55490, - 55501 + 55696, + 55707 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 16 }, "end": { - "line": 1512, + "line": 1516, "column": 27 } } }, "range": [ - 55486, - 55501 + 55692, + 55707 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 12 }, "end": { - "line": 1512, + "line": 1516, "column": 27 } } @@ -126591,94 +127076,94 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 55502, - 55512 + 55708, + 55718 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 28 }, "end": { - "line": 1512, + "line": 1516, "column": 38 } } }, "range": [ - 55486, - 55512 + 55692, + 55718 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 12 }, "end": { - "line": 1512, + "line": 1516, "column": 38 } } }, "arguments": [], "range": [ - 55486, - 55514 + 55692, + 55720 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 12 }, "end": { - "line": 1512, + "line": 1516, "column": 40 } } }, "range": [ - 55486, - 55515 + 55692, + 55721 ], "loc": { "start": { - "line": 1512, + "line": 1516, "column": 12 }, "end": { - "line": 1512, + "line": 1516, "column": 41 } } } ], "range": [ - 55472, - 55525 + 55678, + 55731 ], "loc": { "start": { - "line": 1511, + "line": 1515, "column": 29 }, "end": { - "line": 1513, + "line": 1517, "column": 9 } } }, "alternate": null, "range": [ - 55451, - 55525 + 55657, + 55731 ], "loc": { "start": { - "line": 1511, + "line": 1515, "column": 8 }, "end": { - "line": 1513, + "line": 1517, "column": 9 } }, @@ -126687,16 +127172,16 @@ "type": "Line", "value": "removes popup filters active icons", "range": [ - 55406, - 55442 + 55612, + 55648 ], "loc": { "start": { - "line": 1510, + "line": 1514, "column": 8 }, "end": { - "line": 1510, + "line": 1514, "column": 44 } } @@ -126707,16 +127192,16 @@ "type": "Line", "value": "removes active column header class", "range": [ - 55534, - 55570 + 55740, + 55776 ], "loc": { "start": { - "line": 1514, + "line": 1518, "column": 8 }, "end": { - "line": 1514, + "line": 1518, "column": 44 } } @@ -126731,16 +127216,16 @@ "object": { "type": "ThisExpression", "range": [ - 55582, - 55586 + 55788, + 55792 ], "loc": { "start": { - "line": 1515, + "line": 1519, "column": 11 }, "end": { - "line": 1515, + "line": 1519, "column": 15 } } @@ -126749,31 +127234,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 55587, - 55604 + 55793, + 55810 ], "loc": { "start": { - "line": 1515, + "line": 1519, "column": 16 }, "end": { - "line": 1515, + "line": 1519, "column": 33 } } }, "range": [ - 55582, - 55604 + 55788, + 55810 ], "loc": { "start": { - "line": 1515, + "line": 1519, "column": 11 }, "end": { - "line": 1515, + "line": 1519, "column": 33 } } @@ -126791,16 +127276,16 @@ "object": { "type": "ThisExpression", "range": [ - 55619, - 55623 + 55825, + 55829 ], "loc": { "start": { - "line": 1516, + "line": 1520, "column": 12 }, "end": { - "line": 1516, + "line": 1520, "column": 16 } } @@ -126809,94 +127294,94 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 55624, - 55642 + 55830, + 55848 ], "loc": { "start": { - "line": 1516, + "line": 1520, "column": 17 }, "end": { - "line": 1516, + "line": 1520, "column": 35 } } }, "range": [ - 55619, - 55642 + 55825, + 55848 ], "loc": { "start": { - "line": 1516, + "line": 1520, "column": 12 }, "end": { - "line": 1516, + "line": 1520, "column": 35 } } }, "arguments": [], "range": [ - 55619, - 55644 + 55825, + 55850 ], "loc": { "start": { - "line": 1516, + "line": 1520, "column": 12 }, "end": { - "line": 1516, + "line": 1520, "column": 37 } } }, "range": [ - 55619, - 55645 + 55825, + 55851 ], "loc": { "start": { - "line": 1516, + "line": 1520, "column": 12 }, "end": { - "line": 1516, + "line": 1520, "column": 38 } } } ], "range": [ - 55605, - 55655 + 55811, + 55861 ], "loc": { "start": { - "line": 1515, + "line": 1519, "column": 34 }, "end": { - "line": 1517, + "line": 1521, "column": 9 } } }, "alternate": null, "range": [ - 55579, - 55655 + 55785, + 55861 ], "loc": { "start": { - "line": 1515, + "line": 1519, "column": 8 }, "end": { - "line": 1517, + "line": 1521, "column": 9 } }, @@ -126905,16 +127390,16 @@ "type": "Line", "value": "removes active column header class", "range": [ - 55534, - 55570 + 55740, + 55776 ], "loc": { "start": { - "line": 1514, + "line": 1518, "column": 8 }, "end": { - "line": 1514, + "line": 1518, "column": 44 } } @@ -126925,16 +127410,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 55664, - 55686 + 55870, + 55892 ], "loc": { "start": { - "line": 1518, + "line": 1522, "column": 8 }, "end": { - "line": 1518, + "line": 1522, "column": 30 } } @@ -126952,16 +127437,16 @@ "object": { "type": "ThisExpression", "range": [ - 55695, - 55699 + 55901, + 55905 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 8 }, "end": { - "line": 1519, + "line": 1523, "column": 12 } } @@ -126970,31 +127455,31 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 55700, - 55710 + 55906, + 55916 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 13 }, "end": { - "line": 1519, + "line": 1523, "column": 23 } } }, "range": [ - 55695, - 55710 + 55901, + 55916 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 8 }, "end": { - "line": 1519, + "line": 1523, "column": 23 } } @@ -127007,16 +127492,16 @@ "object": { "type": "ThisExpression", "range": [ - 55713, - 55717 + 55919, + 55923 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 26 }, "end": { - "line": 1519, + "line": 1523, "column": 30 } } @@ -127025,77 +127510,77 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 55718, - 55733 + 55924, + 55939 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 31 }, "end": { - "line": 1519, + "line": 1523, "column": 46 } } }, "range": [ - 55713, - 55733 + 55919, + 55939 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 26 }, "end": { - "line": 1519, + "line": 1523, "column": 46 } } }, "arguments": [], "range": [ - 55713, - 55735 + 55919, + 55941 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 26 }, "end": { - "line": 1519, + "line": 1523, "column": 48 } } }, "range": [ - 55695, - 55735 + 55901, + 55941 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 8 }, "end": { - "line": 1519, + "line": 1523, "column": 48 } } }, "range": [ - 55695, - 55736 + 55901, + 55942 ], "loc": { "start": { - "line": 1519, + "line": 1523, "column": 8 }, "end": { - "line": 1519, + "line": 1523, "column": 49 } }, @@ -127104,16 +127589,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 55664, - 55686 + 55870, + 55892 ], "loc": { "start": { - "line": 1518, + "line": 1522, "column": 8 }, "end": { - "line": 1518, + "line": 1522, "column": 30 } } @@ -127129,32 +127614,32 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 55750, - 55763 + 55956, + 55969 ], "loc": { "start": { - "line": 1521, + "line": 1525, "column": 12 }, "end": { - "line": 1521, + "line": 1525, "column": 25 } } }, "init": null, "range": [ - 55750, - 55763 + 55956, + 55969 ], "loc": { "start": { - "line": 1521, + "line": 1525, "column": 12 }, "end": { - "line": 1521, + "line": 1525, "column": 25 } } @@ -127165,32 +127650,32 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 55765, - 55773 + 55971, + 55979 ], "loc": { "start": { - "line": 1521, + "line": 1525, "column": 27 }, "end": { - "line": 1521, + "line": 1525, "column": 35 } } }, "init": null, "range": [ - 55765, - 55773 + 55971, + 55979 ], "loc": { "start": { - "line": 1521, + "line": 1525, "column": 27 }, "end": { - "line": 1521, + "line": 1525, "column": 35 } } @@ -127198,16 +127683,16 @@ ], "kind": "var", "range": [ - 55746, - 55774 + 55952, + 55980 ], "loc": { "start": { - "line": 1521, + "line": 1525, "column": 8 }, "end": { - "line": 1521, + "line": 1525, "column": 36 } } @@ -127221,16 +127706,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 55787, - 55792 + 55993, + 55998 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 12 }, "end": { - "line": 1522, + "line": 1526, "column": 17 } } @@ -127241,16 +127726,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 55799, - 55805 + 56005, + 56011 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 24 }, "end": { - "line": 1522, + "line": 1526, "column": 30 } } @@ -127262,16 +127747,16 @@ "object": { "type": "ThisExpression", "range": [ - 55806, - 55810 + 56012, + 56016 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 31 }, "end": { - "line": 1522, + "line": 1526, "column": 35 } } @@ -127280,62 +127765,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 55811, - 55821 + 56017, + 56027 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 36 }, "end": { - "line": 1522, + "line": 1526, "column": 46 } } }, "range": [ - 55806, - 55821 + 56012, + 56027 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 31 }, "end": { - "line": 1522, + "line": 1526, "column": 46 } } } ], "range": [ - 55795, - 55822 + 56001, + 56028 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 20 }, "end": { - "line": 1522, + "line": 1526, "column": 47 } } }, "range": [ - 55787, - 55822 + 55993, + 56028 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 12 }, "end": { - "line": 1522, + "line": 1526, "column": 47 } } @@ -127346,16 +127831,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 55836, - 55841 + 56042, + 56047 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 12 }, "end": { - "line": 1523, + "line": 1527, "column": 17 } } @@ -127366,16 +127851,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 55848, - 55854 + 56054, + 56060 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 24 }, "end": { - "line": 1523, + "line": 1527, "column": 30 } } @@ -127387,16 +127872,16 @@ "object": { "type": "ThisExpression", "range": [ - 55855, - 55859 + 56061, + 56065 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 31 }, "end": { - "line": 1523, + "line": 1527, "column": 35 } } @@ -127405,62 +127890,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 55860, - 55870 + 56066, + 56076 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 36 }, "end": { - "line": 1523, + "line": 1527, "column": 46 } } }, "range": [ - 55855, - 55870 + 56061, + 56076 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 31 }, "end": { - "line": 1523, + "line": 1527, "column": 46 } } } ], "range": [ - 55844, - 55871 + 56050, + 56077 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 20 }, "end": { - "line": 1523, + "line": 1527, "column": 47 } } }, "range": [ - 55836, - 55871 + 56042, + 56077 ], "loc": { "start": { - "line": 1523, + "line": 1527, "column": 12 }, "end": { - "line": 1523, + "line": 1527, "column": 47 } } @@ -127471,580 +127956,7 @@ "type": "Identifier", "name": "re_l", "range": [ - 55885, - 55889 - ], - "loc": { - "start": { - "line": 1524, - "column": 12 - }, - "end": { - "line": 1524, - "column": 16 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 55896, - 55902 - ], - "loc": { - "start": { - "line": 1524, - "column": 23 - }, - "end": { - "line": 1524, - "column": 29 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 55903, - 55907 - ], - "loc": { - "start": { - "line": 1524, - "column": 30 - }, - "end": { - "line": 1524, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "lwOperator", - "range": [ - 55908, - 55918 - ], - "loc": { - "start": { - "line": 1524, - "column": 35 - }, - "end": { - "line": 1524, - "column": 45 - } - } - }, - "range": [ - 55903, - 55918 - ], - "loc": { - "start": { - "line": 1524, - "column": 30 - }, - "end": { - "line": 1524, - "column": 45 - } - } - } - ], - "range": [ - 55892, - 55919 - ], - "loc": { - "start": { - "line": 1524, - "column": 19 - }, - "end": { - "line": 1524, - "column": 46 - } - } - }, - "range": [ - 55885, - 55919 - ], - "loc": { - "start": { - "line": 1524, - "column": 12 - }, - "end": { - "line": 1524, - "column": 46 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_g", - "range": [ - 55933, - 55937 - ], - "loc": { - "start": { - "line": 1525, - "column": 12 - }, - "end": { - "line": 1525, - "column": 16 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 55944, - 55950 - ], - "loc": { - "start": { - "line": 1525, - "column": 23 - }, - "end": { - "line": 1525, - "column": 29 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 55951, - 55955 - ], - "loc": { - "start": { - "line": 1525, - "column": 30 - }, - "end": { - "line": 1525, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "grOperator", - "range": [ - 55956, - 55966 - ], - "loc": { - "start": { - "line": 1525, - "column": 35 - }, - "end": { - "line": 1525, - "column": 45 - } - } - }, - "range": [ - 55951, - 55966 - ], - "loc": { - "start": { - "line": 1525, - "column": 30 - }, - "end": { - "line": 1525, - "column": 45 - } - } - } - ], - "range": [ - 55940, - 55967 - ], - "loc": { - "start": { - "line": 1525, - "column": 19 - }, - "end": { - "line": 1525, - "column": 46 - } - } - }, - "range": [ - 55933, - 55967 - ], - "loc": { - "start": { - "line": 1525, - "column": 12 - }, - "end": { - "line": 1525, - "column": 46 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_d", - "range": [ - 55981, - 55985 - ], - "loc": { - "start": { - "line": 1526, - "column": 12 - }, - "end": { - "line": 1526, - "column": 16 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 55992, - 55998 - ], - "loc": { - "start": { - "line": 1526, - "column": 23 - }, - "end": { - "line": 1526, - "column": 29 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 55999, - 56003 - ], - "loc": { - "start": { - "line": 1526, - "column": 30 - }, - "end": { - "line": 1526, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "dfOperator", - "range": [ - 56004, - 56014 - ], - "loc": { - "start": { - "line": 1526, - "column": 35 - }, - "end": { - "line": 1526, - "column": 45 - } - } - }, - "range": [ - 55999, - 56014 - ], - "loc": { - "start": { - "line": 1526, - "column": 30 - }, - "end": { - "line": 1526, - "column": 45 - } - } - } - ], - "range": [ - 55988, - 56015 - ], - "loc": { - "start": { - "line": 1526, - "column": 19 - }, - "end": { - "line": 1526, - "column": 46 - } - } - }, - "range": [ - 55981, - 56015 - ], - "loc": { - "start": { - "line": 1526, - "column": 12 - }, - "end": { - "line": 1526, - "column": 46 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_lk", - "range": [ - 56029, - 56034 - ], - "loc": { - "start": { - "line": 1527, - "column": 12 - }, - "end": { - "line": 1527, - "column": 17 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 56041, - 56047 - ], - "loc": { - "start": { - "line": 1527, - "column": 24 - }, - "end": { - "line": 1527, - "column": 30 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Str", - "range": [ - 56048, - 56051 - ], - "loc": { - "start": { - "line": 1527, - "column": 31 - }, - "end": { - "line": 1527, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "rgxEsc", - "range": [ - 56052, - 56058 - ], - "loc": { - "start": { - "line": 1527, - "column": 35 - }, - "end": { - "line": 1527, - "column": 41 - } - } - }, - "range": [ - 56048, - 56058 - ], - "loc": { - "start": { - "line": 1527, - "column": 31 - }, - "end": { - "line": 1527, - "column": 41 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 56059, - 56063 - ], - "loc": { - "start": { - "line": 1527, - "column": 42 - }, - "end": { - "line": 1527, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "lkOperator", - "range": [ - 56064, - 56074 - ], - "loc": { - "start": { - "line": 1527, - "column": 47 - }, - "end": { - "line": 1527, - "column": 57 - } - } - }, - "range": [ - 56059, - 56074 - ], - "loc": { - "start": { - "line": 1527, - "column": 42 - }, - "end": { - "line": 1527, - "column": 57 - } - } - } - ], - "range": [ - 56048, - 56075 - ], - "loc": { - "start": { - "line": 1527, - "column": 31 - }, - "end": { - "line": 1527, - "column": 58 - } - } - } - ], - "range": [ - 56037, - 56076 - ], - "loc": { - "start": { - "line": 1527, - "column": 20 - }, - "end": { - "line": 1527, - "column": 59 - } - } - }, - "range": [ - 56029, - 56076 - ], - "loc": { - "start": { - "line": 1527, - "column": 12 - }, - "end": { - "line": 1527, - "column": 59 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_eq", - "range": [ - 56090, + 56091, 56095 ], "loc": { @@ -128054,7 +127966,7 @@ }, "end": { "line": 1528, - "column": 17 + "column": 16 } } }, @@ -128070,11 +127982,11 @@ "loc": { "start": { "line": 1528, - "column": 24 + "column": 23 }, "end": { "line": 1528, - "column": 30 + "column": 29 } } }, @@ -128091,17 +128003,17 @@ "loc": { "start": { "line": 1528, - "column": 31 + "column": 30 }, "end": { "line": 1528, - "column": 35 + "column": 34 } } }, "property": { "type": "Identifier", - "name": "eqOperator", + "name": "lwOperator", "range": [ 56114, 56124 @@ -128109,11 +128021,11 @@ "loc": { "start": { "line": 1528, - "column": 36 + "column": 35 }, "end": { "line": 1528, - "column": 46 + "column": 45 } } }, @@ -128124,11 +128036,11 @@ "loc": { "start": { "line": 1528, - "column": 31 + "column": 30 }, "end": { "line": 1528, - "column": 46 + "column": 45 } } } @@ -128140,16 +128052,16 @@ "loc": { "start": { "line": 1528, - "column": 20 + "column": 19 }, "end": { "line": 1528, - "column": 47 + "column": 46 } } }, "range": [ - 56090, + 56091, 56125 ], "loc": { @@ -128159,7 +128071,7 @@ }, "end": { "line": 1528, - "column": 47 + "column": 46 } } }, @@ -128167,10 +128079,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "re_st", + "name": "re_g", "range": [ 56139, - 56144 + 56143 ], "loc": { "start": { @@ -128179,7 +128091,7 @@ }, "end": { "line": 1529, - "column": 17 + "column": 16 } } }, @@ -128189,17 +128101,17 @@ "type": "Identifier", "name": "RegExp", "range": [ - 56151, - 56157 + 56150, + 56156 ], "loc": { "start": { "line": 1529, - "column": 24 + "column": 23 }, "end": { "line": 1529, - "column": 30 + "column": 29 } } }, @@ -128210,72 +128122,72 @@ "object": { "type": "ThisExpression", "range": [ - 56158, - 56162 + 56157, + 56161 ], "loc": { "start": { "line": 1529, - "column": 31 + "column": 30 }, "end": { "line": 1529, - "column": 35 + "column": 34 } } }, "property": { "type": "Identifier", - "name": "stOperator", + "name": "grOperator", "range": [ - 56163, - 56173 + 56162, + 56172 ], "loc": { "start": { "line": 1529, - "column": 36 + "column": 35 }, "end": { "line": 1529, - "column": 46 + "column": 45 } } }, "range": [ - 56158, - 56173 + 56157, + 56172 ], "loc": { "start": { "line": 1529, - "column": 31 + "column": 30 }, "end": { "line": 1529, - "column": 46 + "column": 45 } } } ], "range": [ - 56147, - 56174 + 56146, + 56173 ], "loc": { "start": { "line": 1529, - "column": 20 + "column": 19 }, "end": { "line": 1529, - "column": 47 + "column": 46 } } }, "range": [ 56139, - 56174 + 56173 ], "loc": { "start": { @@ -128284,7 +128196,7 @@ }, "end": { "line": 1529, - "column": 47 + "column": 46 } } }, @@ -128292,10 +128204,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "re_en", + "name": "re_d", "range": [ - 56188, - 56193 + 56187, + 56191 ], "loc": { "start": { @@ -128304,7 +128216,7 @@ }, "end": { "line": 1530, - "column": 17 + "column": 16 } } }, @@ -128314,17 +128226,17 @@ "type": "Identifier", "name": "RegExp", "range": [ - 56200, - 56206 + 56198, + 56204 ], "loc": { "start": { "line": 1530, - "column": 24 + "column": 23 }, "end": { "line": 1530, - "column": 30 + "column": 29 } } }, @@ -128335,72 +128247,72 @@ "object": { "type": "ThisExpression", "range": [ - 56207, - 56211 + 56205, + 56209 ], "loc": { "start": { "line": 1530, - "column": 31 + "column": 30 }, "end": { "line": 1530, - "column": 35 + "column": 34 } } }, "property": { "type": "Identifier", - "name": "enOperator", + "name": "dfOperator", "range": [ - 56212, - 56222 + 56210, + 56220 ], "loc": { "start": { "line": 1530, - "column": 36 + "column": 35 }, "end": { "line": 1530, - "column": 46 + "column": 45 } } }, "range": [ - 56207, - 56222 + 56205, + 56220 ], "loc": { "start": { "line": 1530, - "column": 31 + "column": 30 }, "end": { "line": 1530, - "column": 46 + "column": 45 } } } ], "range": [ - 56196, - 56223 + 56194, + 56221 ], "loc": { "start": { "line": 1530, - "column": 20 + "column": 19 }, "end": { "line": 1530, - "column": 47 + "column": 46 } } }, "range": [ - 56188, - 56223 + 56187, + 56221 ], "loc": { "start": { @@ -128409,7 +128321,7 @@ }, "end": { "line": 1530, - "column": 47 + "column": 46 } } }, @@ -128417,232 +128329,18 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "re_em", + "name": "re_lk", "range": [ - 56337, - 56342 + 56235, + 56240 ], "loc": { "start": { - "line": 1533, + "line": 1531, "column": 12 }, "end": { - "line": 1533, - "column": 17 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 56345, - 56349 - ], - "loc": { - "start": { - "line": 1533, - "column": 20 - }, - "end": { - "line": 1533, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "emOperator", - "range": [ - 56350, - 56360 - ], - "loc": { - "start": { - "line": 1533, - "column": 25 - }, - "end": { - "line": 1533, - "column": 35 - } - } - }, - "range": [ - 56345, - 56360 - ], - "loc": { - "start": { - "line": 1533, - "column": 20 - }, - "end": { - "line": 1533, - "column": 35 - } - } - }, - "range": [ - 56337, - 56360 - ], - "loc": { - "start": { - "line": 1533, - "column": 12 - }, - "end": { - "line": 1533, - "column": 35 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " re_an = new RegExp(this.anOperator),", - "range": [ - 56237, - 56276 - ], - "loc": { - "start": { - "line": 1531, - "column": 12 - }, - "end": { - "line": 1531, - "column": 51 - } - } - }, - { - "type": "Line", - "value": " re_cr = new RegExp(this.curExp),", - "range": [ - 56289, - 56324 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1532, - "column": 47 - } - } - } - ] - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_nm", - "range": [ - 56374, - 56379 - ], - "loc": { - "start": { - "line": 1534, - "column": 12 - }, - "end": { - "line": 1534, - "column": 17 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 56382, - 56386 - ], - "loc": { - "start": { - "line": 1534, - "column": 20 - }, - "end": { - "line": 1534, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "nmOperator", - "range": [ - 56387, - 56397 - ], - "loc": { - "start": { - "line": 1534, - "column": 25 - }, - "end": { - "line": 1534, - "column": 35 - } - } - }, - "range": [ - 56382, - 56397 - ], - "loc": { - "start": { - "line": 1534, - "column": 20 - }, - "end": { - "line": 1534, - "column": 35 - } - } - }, - "range": [ - 56374, - 56397 - ], - "loc": { - "start": { - "line": 1534, - "column": 12 - }, - "end": { - "line": 1534, - "column": 35 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_re", - "range": [ - 56411, - 56416 - ], - "loc": { - "start": { - "line": 1535, - "column": 12 - }, - "end": { - "line": 1535, + "line": 1531, "column": 17 } } @@ -128653,16 +128351,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 56423, - 56429 + 56247, + 56253 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 24 }, "end": { - "line": 1535, + "line": 1531, "column": 30 } } @@ -128677,16 +128375,16 @@ "type": "Identifier", "name": "Str", "range": [ - 56430, - 56433 + 56254, + 56257 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 31 }, "end": { - "line": 1535, + "line": 1531, "column": 34 } } @@ -128695,31 +128393,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 56434, - 56440 + 56258, + 56264 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 35 }, "end": { - "line": 1535, + "line": 1531, "column": 41 } } }, "range": [ - 56430, - 56440 + 56254, + 56264 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 31 }, "end": { - "line": 1535, + "line": 1531, "column": 41 } } @@ -128731,16 +128429,803 @@ "object": { "type": "ThisExpression", "range": [ - 56441, - 56445 + 56265, + 56269 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 42 }, "end": { - "line": 1535, + "line": 1531, + "column": 46 + } + } + }, + "property": { + "type": "Identifier", + "name": "lkOperator", + "range": [ + 56270, + 56280 + ], + "loc": { + "start": { + "line": 1531, + "column": 47 + }, + "end": { + "line": 1531, + "column": 57 + } + } + }, + "range": [ + 56265, + 56280 + ], + "loc": { + "start": { + "line": 1531, + "column": 42 + }, + "end": { + "line": 1531, + "column": 57 + } + } + } + ], + "range": [ + 56254, + 56281 + ], + "loc": { + "start": { + "line": 1531, + "column": 31 + }, + "end": { + "line": 1531, + "column": 58 + } + } + } + ], + "range": [ + 56243, + 56282 + ], + "loc": { + "start": { + "line": 1531, + "column": 20 + }, + "end": { + "line": 1531, + "column": 59 + } + } + }, + "range": [ + 56235, + 56282 + ], + "loc": { + "start": { + "line": 1531, + "column": 12 + }, + "end": { + "line": 1531, + "column": 59 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_eq", + "range": [ + 56296, + 56301 + ], + "loc": { + "start": { + "line": 1532, + "column": 12 + }, + "end": { + "line": 1532, + "column": 17 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 56308, + 56314 + ], + "loc": { + "start": { + "line": 1532, + "column": 24 + }, + "end": { + "line": 1532, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 56315, + 56319 + ], + "loc": { + "start": { + "line": 1532, + "column": 31 + }, + "end": { + "line": 1532, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "eqOperator", + "range": [ + 56320, + 56330 + ], + "loc": { + "start": { + "line": 1532, + "column": 36 + }, + "end": { + "line": 1532, + "column": 46 + } + } + }, + "range": [ + 56315, + 56330 + ], + "loc": { + "start": { + "line": 1532, + "column": 31 + }, + "end": { + "line": 1532, + "column": 46 + } + } + } + ], + "range": [ + 56304, + 56331 + ], + "loc": { + "start": { + "line": 1532, + "column": 20 + }, + "end": { + "line": 1532, + "column": 47 + } + } + }, + "range": [ + 56296, + 56331 + ], + "loc": { + "start": { + "line": 1532, + "column": 12 + }, + "end": { + "line": 1532, + "column": 47 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_st", + "range": [ + 56345, + 56350 + ], + "loc": { + "start": { + "line": 1533, + "column": 12 + }, + "end": { + "line": 1533, + "column": 17 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 56357, + 56363 + ], + "loc": { + "start": { + "line": 1533, + "column": 24 + }, + "end": { + "line": 1533, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 56364, + 56368 + ], + "loc": { + "start": { + "line": 1533, + "column": 31 + }, + "end": { + "line": 1533, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "stOperator", + "range": [ + 56369, + 56379 + ], + "loc": { + "start": { + "line": 1533, + "column": 36 + }, + "end": { + "line": 1533, + "column": 46 + } + } + }, + "range": [ + 56364, + 56379 + ], + "loc": { + "start": { + "line": 1533, + "column": 31 + }, + "end": { + "line": 1533, + "column": 46 + } + } + } + ], + "range": [ + 56353, + 56380 + ], + "loc": { + "start": { + "line": 1533, + "column": 20 + }, + "end": { + "line": 1533, + "column": 47 + } + } + }, + "range": [ + 56345, + 56380 + ], + "loc": { + "start": { + "line": 1533, + "column": 12 + }, + "end": { + "line": 1533, + "column": 47 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_en", + "range": [ + 56394, + 56399 + ], + "loc": { + "start": { + "line": 1534, + "column": 12 + }, + "end": { + "line": 1534, + "column": 17 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 56406, + 56412 + ], + "loc": { + "start": { + "line": 1534, + "column": 24 + }, + "end": { + "line": 1534, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 56413, + 56417 + ], + "loc": { + "start": { + "line": 1534, + "column": 31 + }, + "end": { + "line": 1534, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "enOperator", + "range": [ + 56418, + 56428 + ], + "loc": { + "start": { + "line": 1534, + "column": 36 + }, + "end": { + "line": 1534, + "column": 46 + } + } + }, + "range": [ + 56413, + 56428 + ], + "loc": { + "start": { + "line": 1534, + "column": 31 + }, + "end": { + "line": 1534, + "column": 46 + } + } + } + ], + "range": [ + 56402, + 56429 + ], + "loc": { + "start": { + "line": 1534, + "column": 20 + }, + "end": { + "line": 1534, + "column": 47 + } + } + }, + "range": [ + 56394, + 56429 + ], + "loc": { + "start": { + "line": 1534, + "column": 12 + }, + "end": { + "line": 1534, + "column": 47 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_em", + "range": [ + 56543, + 56548 + ], + "loc": { + "start": { + "line": 1537, + "column": 12 + }, + "end": { + "line": 1537, + "column": 17 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 56551, + 56555 + ], + "loc": { + "start": { + "line": 1537, + "column": 20 + }, + "end": { + "line": 1537, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "emOperator", + "range": [ + 56556, + 56566 + ], + "loc": { + "start": { + "line": 1537, + "column": 25 + }, + "end": { + "line": 1537, + "column": 35 + } + } + }, + "range": [ + 56551, + 56566 + ], + "loc": { + "start": { + "line": 1537, + "column": 20 + }, + "end": { + "line": 1537, + "column": 35 + } + } + }, + "range": [ + 56543, + 56566 + ], + "loc": { + "start": { + "line": 1537, + "column": 12 + }, + "end": { + "line": 1537, + "column": 35 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " re_an = new RegExp(this.anOperator),", + "range": [ + 56443, + 56482 + ], + "loc": { + "start": { + "line": 1535, + "column": 12 + }, + "end": { + "line": 1535, + "column": 51 + } + } + }, + { + "type": "Line", + "value": " re_cr = new RegExp(this.curExp),", + "range": [ + 56495, + 56530 + ], + "loc": { + "start": { + "line": 1536, + "column": 12 + }, + "end": { + "line": 1536, + "column": 47 + } + } + } + ] + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_nm", + "range": [ + 56580, + 56585 + ], + "loc": { + "start": { + "line": 1538, + "column": 12 + }, + "end": { + "line": 1538, + "column": 17 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 56588, + 56592 + ], + "loc": { + "start": { + "line": 1538, + "column": 20 + }, + "end": { + "line": 1538, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "nmOperator", + "range": [ + 56593, + 56603 + ], + "loc": { + "start": { + "line": 1538, + "column": 25 + }, + "end": { + "line": 1538, + "column": 35 + } + } + }, + "range": [ + 56588, + 56603 + ], + "loc": { + "start": { + "line": 1538, + "column": 20 + }, + "end": { + "line": 1538, + "column": 35 + } + } + }, + "range": [ + 56580, + 56603 + ], + "loc": { + "start": { + "line": 1538, + "column": 12 + }, + "end": { + "line": 1538, + "column": 35 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_re", + "range": [ + 56617, + 56622 + ], + "loc": { + "start": { + "line": 1539, + "column": 12 + }, + "end": { + "line": 1539, + "column": 17 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 56629, + 56635 + ], + "loc": { + "start": { + "line": 1539, + "column": 24 + }, + "end": { + "line": 1539, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Str", + "range": [ + 56636, + 56639 + ], + "loc": { + "start": { + "line": 1539, + "column": 31 + }, + "end": { + "line": 1539, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "rgxEsc", + "range": [ + 56640, + 56646 + ], + "loc": { + "start": { + "line": 1539, + "column": 35 + }, + "end": { + "line": 1539, + "column": 41 + } + } + }, + "range": [ + 56636, + 56646 + ], + "loc": { + "start": { + "line": 1539, + "column": 31 + }, + "end": { + "line": 1539, + "column": 41 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 56647, + 56651 + ], + "loc": { + "start": { + "line": 1539, + "column": 42 + }, + "end": { + "line": 1539, "column": 46 } } @@ -128749,78 +129234,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 56446, - 56457 + 56652, + 56663 ], "loc": { "start": { - "line": 1535, + "line": 1539, "column": 47 }, "end": { - "line": 1535, + "line": 1539, "column": 58 } } }, "range": [ - 56441, - 56457 + 56647, + 56663 ], "loc": { "start": { - "line": 1535, + "line": 1539, "column": 42 }, "end": { - "line": 1535, + "line": 1539, "column": 58 } } } ], "range": [ - 56430, - 56458 + 56636, + 56664 ], "loc": { "start": { - "line": 1535, + "line": 1539, "column": 31 }, "end": { - "line": 1535, + "line": 1539, "column": 59 } } } ], "range": [ - 56419, - 56459 + 56625, + 56665 ], "loc": { "start": { - "line": 1535, + "line": 1539, "column": 20 }, "end": { - "line": 1535, + "line": 1539, "column": 60 } } }, "range": [ - 56411, - 56459 + 56617, + 56665 ], "loc": { "start": { - "line": 1535, + "line": 1539, "column": 12 }, "end": { - "line": 1535, + "line": 1539, "column": 60 } } @@ -128828,16 +129313,16 @@ ], "kind": "var", "range": [ - 55783, - 56460 + 55989, + 56666 ], "loc": { "start": { - "line": 1522, + "line": 1526, "column": 8 }, "end": { - "line": 1535, + "line": 1539, "column": 61 } }, @@ -128846,16 +129331,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 56470, - 56492 + 56676, + 56698 ], "loc": { "start": { - "line": 1537, + "line": 1541, "column": 8 }, "end": { - "line": 1537, + "line": 1541, "column": 30 } } @@ -128868,16 +129353,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 56510, - 56519 + 56716, + 56725 ], "loc": { "start": { - "line": 1538, + "line": 1542, "column": 17 }, "end": { - "line": 1538, + "line": 1542, "column": 26 } } @@ -128887,16 +129372,16 @@ "type": "Identifier", "name": "str", "range": [ - 56520, - 56523 + 56726, + 56729 ], "loc": { "start": { - "line": 1538, + "line": 1542, "column": 27 }, "end": { - "line": 1538, + "line": 1542, "column": 30 } } @@ -128905,16 +129390,16 @@ "type": "Identifier", "name": "ok", "range": [ - 56525, - 56527 + 56731, + 56733 ], "loc": { "start": { - "line": 1538, + "line": 1542, "column": 32 }, "end": { - "line": 1538, + "line": 1542, "column": 34 } } @@ -128923,16 +129408,16 @@ "type": "Identifier", "name": "cell", "range": [ - 56529, - 56533 + 56735, + 56739 ], "loc": { "start": { - "line": 1538, + "line": 1542, "column": 36 }, "end": { - "line": 1538, + "line": 1542, "column": 40 } } @@ -128952,16 +129437,16 @@ "object": { "type": "ThisExpression", "range": [ - 56590, - 56594 + 56796, + 56800 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 15 }, "end": { - "line": 1540, + "line": 1544, "column": 19 } } @@ -128970,31 +129455,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 56595, - 56612 + 56801, + 56818 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 20 }, "end": { - "line": 1540, + "line": 1544, "column": 37 } } }, "range": [ - 56590, - 56612 + 56796, + 56818 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 15 }, "end": { - "line": 1540, + "line": 1544, "column": 37 } } @@ -129003,31 +129488,31 @@ "type": "Identifier", "name": "ok", "range": [ - 56616, - 56618 + 56822, + 56824 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 41 }, "end": { - "line": 1540, + "line": 1544, "column": 43 } } }, "range": [ - 56590, - 56618 + 56796, + 56824 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 15 }, "end": { - "line": 1540, + "line": 1544, "column": 43 } } @@ -129044,16 +129529,16 @@ "type": "Identifier", "name": "str", "range": [ - 56637, - 56640 + 56843, + 56846 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 16 }, "end": { - "line": 1541, + "line": 1545, "column": 19 } } @@ -129067,16 +129552,16 @@ "type": "Identifier", "name": "str", "range": [ - 56643, - 56646 + 56849, + 56852 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 22 }, "end": { - "line": 1541, + "line": 1545, "column": 25 } } @@ -129085,31 +129570,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56647, - 56654 + 56853, + 56860 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 26 }, "end": { - "line": 1541, + "line": 1545, "column": 33 } } }, "range": [ - 56643, - 56654 + 56849, + 56860 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 22 }, "end": { - "line": 1541, + "line": 1545, "column": 33 } } @@ -129119,16 +129604,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 56655, - 56660 + 56861, + 56866 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 34 }, "end": { - "line": 1541, + "line": 1545, "column": 39 } } @@ -129138,62 +129623,62 @@ "value": "", "raw": "''", "range": [ - 56662, - 56664 + 56868, + 56870 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 41 }, "end": { - "line": 1541, + "line": 1545, "column": 43 } } } ], "range": [ - 56643, - 56665 + 56849, + 56871 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 22 }, "end": { - "line": 1541, + "line": 1545, "column": 44 } } }, "range": [ - 56637, - 56665 + 56843, + 56871 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 16 }, "end": { - "line": 1541, + "line": 1545, "column": 44 } } }, "range": [ - 56637, - 56666 + 56843, + 56872 ], "loc": { "start": { - "line": 1541, + "line": 1545, "column": 16 }, "end": { - "line": 1541, + "line": 1545, "column": 45 } } @@ -129207,16 +129692,16 @@ "type": "Identifier", "name": "str", "range": [ - 56683, - 56686 + 56889, + 56892 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 16 }, "end": { - "line": 1542, + "line": 1546, "column": 19 } } @@ -129230,16 +129715,16 @@ "type": "Identifier", "name": "str", "range": [ - 56689, - 56692 + 56895, + 56898 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 22 }, "end": { - "line": 1542, + "line": 1546, "column": 25 } } @@ -129248,31 +129733,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56693, - 56700 + 56899, + 56906 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 26 }, "end": { - "line": 1542, + "line": 1546, "column": 33 } } }, "range": [ - 56689, - 56700 + 56895, + 56906 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 22 }, "end": { - "line": 1542, + "line": 1546, "column": 33 } } @@ -129282,16 +129767,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 56701, - 56706 + 56907, + 56912 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 34 }, "end": { - "line": 1542, + "line": 1546, "column": 39 } } @@ -129301,62 +129786,62 @@ "value": "", "raw": "''", "range": [ - 56708, - 56710 + 56914, + 56916 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 41 }, "end": { - "line": 1542, + "line": 1546, "column": 43 } } } ], "range": [ - 56689, - 56711 + 56895, + 56917 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 22 }, "end": { - "line": 1542, + "line": 1546, "column": 44 } } }, "range": [ - 56683, - 56711 + 56889, + 56917 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 16 }, "end": { - "line": 1542, + "line": 1546, "column": 44 } } }, "range": [ - 56683, - 56712 + 56889, + 56918 ], "loc": { "start": { - "line": 1542, + "line": 1546, "column": 16 }, "end": { - "line": 1542, + "line": 1546, "column": 45 } } @@ -129370,16 +129855,16 @@ "type": "Identifier", "name": "str", "range": [ - 56729, - 56732 + 56935, + 56938 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 16 }, "end": { - "line": 1543, + "line": 1547, "column": 19 } } @@ -129393,16 +129878,16 @@ "type": "Identifier", "name": "str", "range": [ - 56735, - 56738 + 56941, + 56944 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 22 }, "end": { - "line": 1543, + "line": 1547, "column": 25 } } @@ -129411,31 +129896,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56739, - 56746 + 56945, + 56952 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 26 }, "end": { - "line": 1543, + "line": 1547, "column": 33 } } }, "range": [ - 56735, - 56746 + 56941, + 56952 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 22 }, "end": { - "line": 1543, + "line": 1547, "column": 33 } } @@ -129445,16 +129930,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 56747, - 56752 + 56953, + 56958 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 34 }, "end": { - "line": 1543, + "line": 1547, "column": 39 } } @@ -129464,62 +129949,62 @@ "value": "", "raw": "''", "range": [ - 56754, - 56756 + 56960, + 56962 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 41 }, "end": { - "line": 1543, + "line": 1547, "column": 43 } } } ], "range": [ - 56735, - 56757 + 56941, + 56963 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 22 }, "end": { - "line": 1543, + "line": 1547, "column": 44 } } }, "range": [ - 56729, - 56757 + 56935, + 56963 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 16 }, "end": { - "line": 1543, + "line": 1547, "column": 44 } } }, "range": [ - 56729, - 56758 + 56935, + 56964 ], "loc": { "start": { - "line": 1543, + "line": 1547, "column": 16 }, "end": { - "line": 1543, + "line": 1547, "column": 45 } } @@ -129533,16 +130018,16 @@ "type": "Identifier", "name": "str", "range": [ - 56775, - 56778 + 56981, + 56984 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 16 }, "end": { - "line": 1544, + "line": 1548, "column": 19 } } @@ -129556,16 +130041,16 @@ "type": "Identifier", "name": "str", "range": [ - 56781, - 56784 + 56987, + 56990 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 22 }, "end": { - "line": 1544, + "line": 1548, "column": 25 } } @@ -129574,31 +130059,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56785, - 56792 + 56991, + 56998 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 26 }, "end": { - "line": 1544, + "line": 1548, "column": 33 } } }, "range": [ - 56781, - 56792 + 56987, + 56998 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 22 }, "end": { - "line": 1544, + "line": 1548, "column": 33 } } @@ -129608,16 +130093,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 56793, - 56798 + 56999, + 57004 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 34 }, "end": { - "line": 1544, + "line": 1548, "column": 39 } } @@ -129627,62 +130112,62 @@ "value": "", "raw": "''", "range": [ - 56800, - 56802 + 57006, + 57008 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 41 }, "end": { - "line": 1544, + "line": 1548, "column": 43 } } } ], "range": [ - 56781, - 56803 + 56987, + 57009 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 22 }, "end": { - "line": 1544, + "line": 1548, "column": 44 } } }, "range": [ - 56775, - 56803 + 56981, + 57009 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 16 }, "end": { - "line": 1544, + "line": 1548, "column": 44 } } }, "range": [ - 56775, - 56804 + 56981, + 57010 ], "loc": { "start": { - "line": 1544, + "line": 1548, "column": 16 }, "end": { - "line": 1544, + "line": 1548, "column": 45 } } @@ -129696,16 +130181,16 @@ "type": "Identifier", "name": "w", "range": [ - 56825, - 56826 + 57031, + 57032 ], "loc": { "start": { - "line": 1545, + "line": 1549, "column": 20 }, "end": { - "line": 1545, + "line": 1549, "column": 21 } } @@ -129714,31 +130199,31 @@ "type": "Identifier", "name": "str", "range": [ - 56829, - 56832 + 57035, + 57038 ], "loc": { "start": { - "line": 1545, + "line": 1549, "column": 24 }, "end": { - "line": 1545, + "line": 1549, "column": 27 } } }, "range": [ - 56825, - 56832 + 57031, + 57038 ], "loc": { "start": { - "line": 1545, + "line": 1549, "column": 20 }, "end": { - "line": 1545, + "line": 1549, "column": 27 } } @@ -129746,16 +130231,16 @@ ], "kind": "let", "range": [ - 56821, - 56833 + 57027, + 57039 ], "loc": { "start": { - "line": 1545, + "line": 1549, "column": 16 }, "end": { - "line": 1545, + "line": 1549, "column": 28 } } @@ -129783,16 +130268,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 56853, - 56858 + 57059, + 57064 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1546, + "line": 1550, "column": 24 } } @@ -129801,31 +130286,31 @@ "type": "Identifier", "name": "test", "range": [ - 56859, - 56863 + 57065, + 57069 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 25 }, "end": { - "line": 1546, + "line": 1550, "column": 29 } } }, "range": [ - 56853, - 56863 + 57059, + 57069 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1546, + "line": 1550, "column": 29 } } @@ -129835,32 +130320,32 @@ "type": "Identifier", "name": "str", "range": [ - 56864, - 56867 + 57070, + 57073 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 30 }, "end": { - "line": 1546, + "line": 1550, "column": 33 } } } ], "range": [ - 56853, - 56868 + 57059, + 57074 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1546, + "line": 1550, "column": 34 } } @@ -129874,16 +130359,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 56872, - 56877 + 57078, + 57083 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 38 }, "end": { - "line": 1546, + "line": 1550, "column": 43 } } @@ -129892,31 +130377,31 @@ "type": "Identifier", "name": "test", "range": [ - 56878, - 56882 + 57084, + 57088 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 44 }, "end": { - "line": 1546, + "line": 1550, "column": 48 } } }, "range": [ - 56872, - 56882 + 57078, + 57088 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 38 }, "end": { - "line": 1546, + "line": 1550, "column": 48 } } @@ -129926,47 +130411,47 @@ "type": "Identifier", "name": "str", "range": [ - 56883, - 56886 + 57089, + 57092 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 49 }, "end": { - "line": 1546, + "line": 1550, "column": 52 } } } ], "range": [ - 56872, - 56887 + 57078, + 57093 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 38 }, "end": { - "line": 1546, + "line": 1550, "column": 53 } } }, "range": [ - 56853, - 56887 + 57059, + 57093 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1546, + "line": 1550, "column": 53 } } @@ -129980,16 +130465,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 56891, - 56895 + 57097, + 57101 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 57 }, "end": { - "line": 1546, + "line": 1550, "column": 61 } } @@ -129998,31 +130483,31 @@ "type": "Identifier", "name": "test", "range": [ - 56896, - 56900 + 57102, + 57106 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 62 }, "end": { - "line": 1546, + "line": 1550, "column": 66 } } }, "range": [ - 56891, - 56900 + 57097, + 57106 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 57 }, "end": { - "line": 1546, + "line": 1550, "column": 66 } } @@ -130032,47 +130517,47 @@ "type": "Identifier", "name": "str", "range": [ - 56901, - 56904 + 57107, + 57110 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 67 }, "end": { - "line": 1546, + "line": 1550, "column": 70 } } } ], "range": [ - 56891, - 56905 + 57097, + 57111 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 57 }, "end": { - "line": 1546, + "line": 1550, "column": 71 } } }, "range": [ - 56853, - 56905 + 57059, + 57111 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1546, + "line": 1550, "column": 71 } } @@ -130086,16 +130571,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 56929, - 56933 + 57135, + 57139 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 20 }, "end": { - "line": 1547, + "line": 1551, "column": 24 } } @@ -130104,31 +130589,31 @@ "type": "Identifier", "name": "test", "range": [ - 56934, - 56938 + 57140, + 57144 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 25 }, "end": { - "line": 1547, + "line": 1551, "column": 29 } } }, "range": [ - 56929, - 56938 + 57135, + 57144 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 20 }, "end": { - "line": 1547, + "line": 1551, "column": 29 } } @@ -130138,47 +130623,47 @@ "type": "Identifier", "name": "str", "range": [ - 56939, - 56942 + 57145, + 57148 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 30 }, "end": { - "line": 1547, + "line": 1551, "column": 33 } } } ], "range": [ - 56929, - 56943 + 57135, + 57149 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 20 }, "end": { - "line": 1547, + "line": 1551, "column": 34 } } }, "range": [ - 56853, - 56943 + 57059, + 57149 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1547, + "line": 1551, "column": 34 } } @@ -130192,16 +130677,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 56947, - 56951 + 57153, + 57157 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 38 }, "end": { - "line": 1547, + "line": 1551, "column": 42 } } @@ -130210,31 +130695,31 @@ "type": "Identifier", "name": "test", "range": [ - 56952, - 56956 + 57158, + 57162 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 43 }, "end": { - "line": 1547, + "line": 1551, "column": 47 } } }, "range": [ - 56947, - 56956 + 57153, + 57162 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 38 }, "end": { - "line": 1547, + "line": 1551, "column": 47 } } @@ -130244,47 +130729,47 @@ "type": "Identifier", "name": "str", "range": [ - 56957, - 56960 + 57163, + 57166 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 48 }, "end": { - "line": 1547, + "line": 1551, "column": 51 } } } ], "range": [ - 56947, - 56961 + 57153, + 57167 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 38 }, "end": { - "line": 1547, + "line": 1551, "column": 52 } } }, "range": [ - 56853, - 56961 + 57059, + 57167 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 19 }, "end": { - "line": 1547, + "line": 1551, "column": 52 } } @@ -130301,16 +130786,16 @@ "type": "Identifier", "name": "w", "range": [ - 56984, - 56985 + 57190, + 57191 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 20 }, "end": { - "line": 1548, + "line": 1552, "column": 21 } } @@ -130324,16 +130809,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 56988, - 56991 + 57194, + 57197 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 24 }, "end": { - "line": 1548, + "line": 1552, "column": 27 } } @@ -130342,31 +130827,31 @@ "type": "Identifier", "name": "getText", "range": [ - 56992, - 56999 + 57198, + 57205 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 28 }, "end": { - "line": 1548, + "line": 1552, "column": 35 } } }, "range": [ - 56988, - 56999 + 57194, + 57205 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 24 }, "end": { - "line": 1548, + "line": 1552, "column": 35 } } @@ -130376,94 +130861,94 @@ "type": "Identifier", "name": "cell", "range": [ - 57000, - 57004 + 57206, + 57210 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 36 }, "end": { - "line": 1548, + "line": 1552, "column": 40 } } } ], "range": [ - 56988, - 57005 + 57194, + 57211 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 24 }, "end": { - "line": 1548, + "line": 1552, "column": 41 } } }, "range": [ - 56984, - 57005 + 57190, + 57211 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 20 }, "end": { - "line": 1548, + "line": 1552, "column": 41 } } }, "range": [ - 56984, - 57006 + 57190, + 57212 ], "loc": { "start": { - "line": 1548, + "line": 1552, "column": 20 }, "end": { - "line": 1548, + "line": 1552, "column": 42 } } } ], "range": [ - 56962, - 57024 + 57168, + 57230 ], "loc": { "start": { - "line": 1547, + "line": 1551, "column": 53 }, "end": { - "line": 1549, + "line": 1553, "column": 17 } } }, "alternate": null, "range": [ - 56850, - 57024 + 57056, + 57230 ], "loc": { "start": { - "line": 1546, + "line": 1550, "column": 16 }, "end": { - "line": 1549, + "line": 1553, "column": 17 } } @@ -130477,16 +130962,16 @@ "type": "Identifier", "name": "w", "range": [ - 57044, - 57045 + 57250, + 57251 ], "loc": { "start": { - "line": 1550, + "line": 1554, "column": 19 }, "end": { - "line": 1550, + "line": 1554, "column": 20 } } @@ -130496,31 +130981,31 @@ "value": "", "raw": "''", "range": [ - 57050, - 57052 + 57256, + 57258 ], "loc": { "start": { - "line": 1550, + "line": 1554, "column": 25 }, "end": { - "line": 1550, + "line": 1554, "column": 27 } } }, "range": [ - 57044, - 57052 + 57250, + 57258 ], "loc": { "start": { - "line": 1550, + "line": 1554, "column": 19 }, "end": { - "line": 1550, + "line": 1554, "column": 27 } } @@ -130542,16 +131027,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 57075, - 57078 + 57281, + 57284 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 20 }, "end": { - "line": 1551, + "line": 1555, "column": 23 } } @@ -130560,31 +131045,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 57079, - 57095 + 57285, + 57301 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 24 }, "end": { - "line": 1551, + "line": 1555, "column": 40 } } }, "range": [ - 57075, - 57095 + 57281, + 57301 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 20 }, "end": { - "line": 1551, + "line": 1555, "column": 40 } } @@ -130593,31 +131078,31 @@ "type": "Identifier", "name": "highlight", "range": [ - 57096, - 57105 + 57302, + 57311 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 41 }, "end": { - "line": 1551, + "line": 1555, "column": 50 } } }, "range": [ - 57075, - 57105 + 57281, + 57311 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 20 }, "end": { - "line": 1551, + "line": 1555, "column": 50 } } @@ -130627,16 +131112,16 @@ "type": "Identifier", "name": "cell", "range": [ - 57131, - 57135 + 57337, + 57341 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 24 }, "end": { - "line": 1552, + "line": 1556, "column": 28 } } @@ -130645,16 +131130,16 @@ "type": "Identifier", "name": "w", "range": [ - 57137, - 57138 + 57343, + 57344 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 30 }, "end": { - "line": 1552, + "line": 1556, "column": 31 } } @@ -130669,16 +131154,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 57140, - 57143 + 57346, + 57349 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 33 }, "end": { - "line": 1552, + "line": 1556, "column": 36 } } @@ -130687,31 +131172,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 57144, - 57160 + 57350, + 57366 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 37 }, "end": { - "line": 1552, + "line": 1556, "column": 53 } } }, "range": [ - 57140, - 57160 + 57346, + 57366 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 33 }, "end": { - "line": 1552, + "line": 1556, "column": 53 } } @@ -130720,126 +131205,126 @@ "type": "Identifier", "name": "highlightCssClass", "range": [ - 57161, - 57178 + 57367, + 57384 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 54 }, "end": { - "line": 1552, + "line": 1556, "column": 71 } } }, "range": [ - 57140, - 57178 + 57346, + 57384 ], "loc": { "start": { - "line": 1552, + "line": 1556, "column": 33 }, "end": { - "line": 1552, + "line": 1556, "column": 71 } } } ], "range": [ - 57075, - 57179 + 57281, + 57385 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 20 }, "end": { - "line": 1552, + "line": 1556, "column": 72 } } }, "range": [ - 57075, - 57180 + 57281, + 57386 ], "loc": { "start": { - "line": 1551, + "line": 1555, "column": 20 }, "end": { - "line": 1552, + "line": 1556, "column": 73 } } } ], "range": [ - 57053, - 57198 + 57259, + 57404 ], "loc": { "start": { - "line": 1550, + "line": 1554, "column": 28 }, "end": { - "line": 1553, + "line": 1557, "column": 17 } } }, "alternate": null, "range": [ - 57041, - 57198 + 57247, + 57404 ], "loc": { "start": { - "line": 1550, + "line": 1554, "column": 16 }, "end": { - "line": 1553, + "line": 1557, "column": 17 } } } ], "range": [ - 56619, - 57212 + 56825, + 57418 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 44 }, "end": { - "line": 1554, + "line": 1558, "column": 13 } } }, "alternate": null, "range": [ - 56587, - 57212 + 56793, + 57418 ], "loc": { "start": { - "line": 1540, + "line": 1544, "column": 12 }, "end": { - "line": 1554, + "line": 1558, "column": 13 } }, @@ -130848,16 +131333,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 56548, - 56574 + 56754, + 56780 ], "loc": { "start": { - "line": 1539, + "line": 1543, "column": 12 }, "end": { - "line": 1539, + "line": 1543, "column": 38 } } @@ -130866,16 +131351,16 @@ } ], "range": [ - 56534, - 57222 + 56740, + 57428 ], "loc": { "start": { - "line": 1538, + "line": 1542, "column": 41 }, "end": { - "line": 1555, + "line": 1559, "column": 9 } } @@ -130883,16 +131368,16 @@ "generator": false, "expression": false, "range": [ - 56501, - 57222 + 56707, + 57428 ], "loc": { "start": { - "line": 1538, + "line": 1542, "column": 8 }, "end": { - "line": 1555, + "line": 1559, "column": 9 } }, @@ -130901,16 +131386,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 56470, - 56492 + 56676, + 56698 ], "loc": { "start": { - "line": 1537, + "line": 1541, "column": 8 }, "end": { - "line": 1537, + "line": 1541, "column": 30 } } @@ -130921,16 +131406,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 57232, - 57274 + 57438, + 57480 ], "loc": { "start": { - "line": 1557, + "line": 1561, "column": 8 }, "end": { - "line": 1557, + "line": 1561, "column": 50 } } @@ -130943,16 +131428,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 57292, - 57298 + 57498, + 57504 ], "loc": { "start": { - "line": 1558, + "line": 1562, "column": 17 }, "end": { - "line": 1558, + "line": 1562, "column": 23 } } @@ -130962,16 +131447,16 @@ "type": "Identifier", "name": "sA", "range": [ - 57299, - 57301 + 57505, + 57507 ], "loc": { "start": { - "line": 1558, + "line": 1562, "column": 24 }, "end": { - "line": 1558, + "line": 1562, "column": 26 } } @@ -130980,16 +131465,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 57303, - 57312 + 57509, + 57518 ], "loc": { "start": { - "line": 1558, + "line": 1562, "column": 28 }, "end": { - "line": 1558, + "line": 1562, "column": 37 } } @@ -130998,16 +131483,16 @@ "type": "Identifier", "name": "j", "range": [ - 57314, - 57315 + 57520, + 57521 ], "loc": { "start": { - "line": 1558, + "line": 1562, "column": 39 }, "end": { - "line": 1558, + "line": 1562, "column": 40 } } @@ -131025,32 +131510,32 @@ "type": "Identifier", "name": "occurence", "range": [ - 57373, - 57382 + 57579, + 57588 ], "loc": { "start": { - "line": 1560, + "line": 1564, "column": 16 }, "end": { - "line": 1560, + "line": 1564, "column": 25 } } }, "init": null, "range": [ - 57373, - 57382 + 57579, + 57588 ], "loc": { "start": { - "line": 1560, + "line": 1564, "column": 16 }, "end": { - "line": 1560, + "line": 1564, "column": 25 } } @@ -131061,16 +131546,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 57400, - 57414 + 57606, + 57620 ], "loc": { "start": { - "line": 1561, + "line": 1565, "column": 16 }, "end": { - "line": 1561, + "line": 1565, "column": 30 } } @@ -131082,16 +131567,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 57417, - 57424 + 57623, + 57630 ], "loc": { "start": { - "line": 1561, + "line": 1565, "column": 33 }, "end": { - "line": 1561, + "line": 1565, "column": 40 } } @@ -131100,46 +131585,46 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 57425, - 57439 + 57631, + 57645 ], "loc": { "start": { - "line": 1561, + "line": 1565, "column": 41 }, "end": { - "line": 1561, + "line": 1565, "column": 55 } } }, "range": [ - 57417, - 57439 + 57623, + 57645 ], "loc": { "start": { - "line": 1561, + "line": 1565, "column": 33 }, "end": { - "line": 1561, + "line": 1565, "column": 55 } } }, "range": [ - 57400, - 57439 + 57606, + 57645 ], "loc": { "start": { - "line": 1561, + "line": 1565, "column": 16 }, "end": { - "line": 1561, + "line": 1565, "column": 55 } } @@ -131147,16 +131632,16 @@ ], "kind": "let", "range": [ - 57369, - 57440 + 57575, + 57646 ], "loc": { "start": { - "line": 1560, + "line": 1564, "column": 12 }, "end": { - "line": 1561, + "line": 1565, "column": 56 } }, @@ -131165,16 +131650,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 57330, - 57356 + 57536, + 57562 ], "loc": { "start": { - "line": 1559, + "line": 1563, "column": 12 }, "end": { - "line": 1559, + "line": 1563, "column": 38 } } @@ -131185,16 +131670,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 57453, - 57480 + 57659, + 57686 ], "loc": { "start": { - "line": 1562, + "line": 1566, "column": 12 }, "end": { - "line": 1562, + "line": 1566, "column": 39 } } @@ -131210,16 +131695,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 57497, - 57502 + 57703, + 57708 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 16 }, "end": { - "line": 1563, + "line": 1567, "column": 21 } } @@ -131233,16 +131718,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 57505, - 57509 + 57711, + 57715 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 24 }, "end": { - "line": 1563, + "line": 1567, "column": 28 } } @@ -131251,31 +131736,31 @@ "type": "Identifier", "name": "test", "range": [ - 57510, - 57514 + 57716, + 57720 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 29 }, "end": { - "line": 1563, + "line": 1567, "column": 33 } } }, "range": [ - 57505, - 57514 + 57711, + 57720 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 24 }, "end": { - "line": 1563, + "line": 1567, "column": 33 } } @@ -131285,47 +131770,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57515, - 57517 + 57721, + 57723 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 34 }, "end": { - "line": 1563, + "line": 1567, "column": 36 } } } ], "range": [ - 57505, - 57518 + 57711, + 57724 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 24 }, "end": { - "line": 1563, + "line": 1567, "column": 37 } } }, "range": [ - 57497, - 57518 + 57703, + 57724 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 16 }, "end": { - "line": 1563, + "line": 1567, "column": 37 } } @@ -131336,16 +131821,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 57536, - 57541 + 57742, + 57747 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 16 }, "end": { - "line": 1564, + "line": 1568, "column": 21 } } @@ -131359,16 +131844,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 57544, - 57549 + 57750, + 57755 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 24 }, "end": { - "line": 1564, + "line": 1568, "column": 29 } } @@ -131377,31 +131862,31 @@ "type": "Identifier", "name": "test", "range": [ - 57550, - 57554 + 57756, + 57760 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 30 }, "end": { - "line": 1564, + "line": 1568, "column": 34 } } }, "range": [ - 57544, - 57554 + 57750, + 57760 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 24 }, "end": { - "line": 1564, + "line": 1568, "column": 34 } } @@ -131411,47 +131896,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57555, - 57557 + 57761, + 57763 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 35 }, "end": { - "line": 1564, + "line": 1568, "column": 37 } } } ], "range": [ - 57544, - 57558 + 57750, + 57764 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 24 }, "end": { - "line": 1564, + "line": 1568, "column": 38 } } }, "range": [ - 57536, - 57558 + 57742, + 57764 ], "loc": { "start": { - "line": 1564, + "line": 1568, "column": 16 }, "end": { - "line": 1564, + "line": 1568, "column": 38 } } @@ -131462,16 +131947,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 57576, - 57581 + 57782, + 57787 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 16 }, "end": { - "line": 1565, + "line": 1569, "column": 21 } } @@ -131485,16 +131970,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 57584, - 57588 + 57790, + 57794 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 24 }, "end": { - "line": 1565, + "line": 1569, "column": 28 } } @@ -131503,31 +131988,31 @@ "type": "Identifier", "name": "test", "range": [ - 57589, - 57593 + 57795, + 57799 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 29 }, "end": { - "line": 1565, + "line": 1569, "column": 33 } } }, "range": [ - 57584, - 57593 + 57790, + 57799 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 24 }, "end": { - "line": 1565, + "line": 1569, "column": 33 } } @@ -131537,47 +132022,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57594, - 57596 + 57800, + 57802 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 34 }, "end": { - "line": 1565, + "line": 1569, "column": 36 } } } ], "range": [ - 57584, - 57597 + 57790, + 57803 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 24 }, "end": { - "line": 1565, + "line": 1569, "column": 37 } } }, "range": [ - 57576, - 57597 + 57782, + 57803 ], "loc": { "start": { - "line": 1565, + "line": 1569, "column": 16 }, "end": { - "line": 1565, + "line": 1569, "column": 37 } } @@ -131588,16 +132073,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 57615, - 57620 + 57821, + 57826 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 16 }, "end": { - "line": 1566, + "line": 1570, "column": 21 } } @@ -131611,16 +132096,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 57623, - 57628 + 57829, + 57834 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 24 }, "end": { - "line": 1566, + "line": 1570, "column": 29 } } @@ -131629,31 +132114,31 @@ "type": "Identifier", "name": "test", "range": [ - 57629, - 57633 + 57835, + 57839 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 30 }, "end": { - "line": 1566, + "line": 1570, "column": 34 } } }, "range": [ - 57623, - 57633 + 57829, + 57839 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 24 }, "end": { - "line": 1566, + "line": 1570, "column": 34 } } @@ -131663,47 +132148,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57634, - 57636 + 57840, + 57842 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 35 }, "end": { - "line": 1566, + "line": 1570, "column": 37 } } } ], "range": [ - 57623, - 57637 + 57829, + 57843 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 24 }, "end": { - "line": 1566, + "line": 1570, "column": 38 } } }, "range": [ - 57615, - 57637 + 57821, + 57843 ], "loc": { "start": { - "line": 1566, + "line": 1570, "column": 16 }, "end": { - "line": 1566, + "line": 1570, "column": 38 } } @@ -131714,16 +132199,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 57655, - 57660 + 57861, + 57866 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 16 }, "end": { - "line": 1567, + "line": 1571, "column": 21 } } @@ -131737,16 +132222,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 57663, - 57667 + 57869, + 57873 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 24 }, "end": { - "line": 1567, + "line": 1571, "column": 28 } } @@ -131755,31 +132240,31 @@ "type": "Identifier", "name": "test", "range": [ - 57668, - 57672 + 57874, + 57878 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 29 }, "end": { - "line": 1567, + "line": 1571, "column": 33 } } }, "range": [ - 57663, - 57672 + 57869, + 57878 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 24 }, "end": { - "line": 1567, + "line": 1571, "column": 33 } } @@ -131789,47 +132274,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57673, - 57675 + 57879, + 57881 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 34 }, "end": { - "line": 1567, + "line": 1571, "column": 36 } } } ], "range": [ - 57663, - 57676 + 57869, + 57882 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 24 }, "end": { - "line": 1567, + "line": 1571, "column": 37 } } }, "range": [ - 57655, - 57676 + 57861, + 57882 ], "loc": { "start": { - "line": 1567, + "line": 1571, "column": 16 }, "end": { - "line": 1567, + "line": 1571, "column": 37 } } @@ -131840,16 +132325,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 57694, - 57699 + 57900, + 57905 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 16 }, "end": { - "line": 1568, + "line": 1572, "column": 21 } } @@ -131863,16 +132348,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 57702, - 57707 + 57908, + 57913 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 24 }, "end": { - "line": 1568, + "line": 1572, "column": 29 } } @@ -131881,31 +132366,31 @@ "type": "Identifier", "name": "test", "range": [ - 57708, - 57712 + 57914, + 57918 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 30 }, "end": { - "line": 1568, + "line": 1572, "column": 34 } } }, "range": [ - 57702, - 57712 + 57908, + 57918 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 24 }, "end": { - "line": 1568, + "line": 1572, "column": 34 } } @@ -131915,47 +132400,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57713, - 57715 + 57919, + 57921 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 35 }, "end": { - "line": 1568, + "line": 1572, "column": 37 } } } ], "range": [ - 57702, - 57716 + 57908, + 57922 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 24 }, "end": { - "line": 1568, + "line": 1572, "column": 38 } } }, "range": [ - 57694, - 57716 + 57900, + 57922 ], "loc": { "start": { - "line": 1568, + "line": 1572, "column": 16 }, "end": { - "line": 1568, + "line": 1572, "column": 38 } } @@ -131966,16 +132451,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 57734, - 57739 + 57940, + 57945 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 16 }, "end": { - "line": 1569, + "line": 1573, "column": 21 } } @@ -131989,16 +132474,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 57742, - 57747 + 57948, + 57953 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 24 }, "end": { - "line": 1569, + "line": 1573, "column": 29 } } @@ -132007,31 +132492,31 @@ "type": "Identifier", "name": "test", "range": [ - 57748, - 57752 + 57954, + 57958 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 30 }, "end": { - "line": 1569, + "line": 1573, "column": 34 } } }, "range": [ - 57742, - 57752 + 57948, + 57958 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 24 }, "end": { - "line": 1569, + "line": 1573, "column": 34 } } @@ -132041,47 +132526,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57753, - 57755 + 57959, + 57961 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 35 }, "end": { - "line": 1569, + "line": 1573, "column": 37 } } } ], "range": [ - 57742, - 57756 + 57948, + 57962 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 24 }, "end": { - "line": 1569, + "line": 1573, "column": 38 } } }, "range": [ - 57734, - 57756 + 57940, + 57962 ], "loc": { "start": { - "line": 1569, + "line": 1573, "column": 16 }, "end": { - "line": 1569, + "line": 1573, "column": 38 } } @@ -132092,16 +132577,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 57817, - 57822 + 58023, + 58028 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 16 }, "end": { - "line": 1571, + "line": 1575, "column": 21 } } @@ -132115,16 +132600,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 57825, - 57830 + 58031, + 58036 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 24 }, "end": { - "line": 1571, + "line": 1575, "column": 29 } } @@ -132133,31 +132618,31 @@ "type": "Identifier", "name": "test", "range": [ - 57831, - 57835 + 58037, + 58041 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 30 }, "end": { - "line": 1571, + "line": 1575, "column": 34 } } }, "range": [ - 57825, - 57835 + 58031, + 58041 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 24 }, "end": { - "line": 1571, + "line": 1575, "column": 34 } } @@ -132167,47 +132652,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57836, - 57838 + 58042, + 58044 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 35 }, "end": { - "line": 1571, + "line": 1575, "column": 37 } } } ], "range": [ - 57825, - 57839 + 58031, + 58045 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 24 }, "end": { - "line": 1571, + "line": 1575, "column": 38 } } }, "range": [ - 57817, - 57839 + 58023, + 58045 ], "loc": { "start": { - "line": 1571, + "line": 1575, "column": 16 }, "end": { - "line": 1571, + "line": 1575, "column": 38 } }, @@ -132216,16 +132701,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 57774, - 57800 + 57980, + 58006 ], "loc": { "start": { - "line": 1570, + "line": 1574, "column": 16 }, "end": { - "line": 1570, + "line": 1574, "column": 42 } } @@ -132238,16 +132723,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 57857, - 57862 + 58063, + 58068 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 16 }, "end": { - "line": 1572, + "line": 1576, "column": 21 } } @@ -132261,16 +132746,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 57865, - 57870 + 58071, + 58076 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 24 }, "end": { - "line": 1572, + "line": 1576, "column": 29 } } @@ -132279,31 +132764,31 @@ "type": "Identifier", "name": "test", "range": [ - 57871, - 57875 + 58077, + 58081 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 30 }, "end": { - "line": 1572, + "line": 1576, "column": 34 } } }, "range": [ - 57865, - 57875 + 58071, + 58081 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 24 }, "end": { - "line": 1572, + "line": 1576, "column": 34 } } @@ -132313,47 +132798,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57876, - 57878 + 58082, + 58084 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 35 }, "end": { - "line": 1572, + "line": 1576, "column": 37 } } } ], "range": [ - 57865, - 57879 + 58071, + 58085 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 24 }, "end": { - "line": 1572, + "line": 1576, "column": 38 } } }, "range": [ - 57857, - 57879 + 58063, + 58085 ], "loc": { "start": { - "line": 1572, + "line": 1576, "column": 16 }, "end": { - "line": 1572, + "line": 1576, "column": 38 } } @@ -132364,16 +132849,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 57897, - 57902 + 58103, + 58108 ], "loc": { "start": { - "line": 1573, + "line": 1577, "column": 16 }, "end": { - "line": 1573, + "line": 1577, "column": 21 } } @@ -132385,16 +132870,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 57906, - 57911 + 58112, + 58117 ], "loc": { "start": { - "line": 1573, + "line": 1577, "column": 25 }, "end": { - "line": 1573, + "line": 1577, "column": 30 } } @@ -132403,46 +132888,46 @@ "type": "Identifier", "name": "sA", "range": [ - 57916, - 57918 + 58122, + 58124 ], "loc": { "start": { - "line": 1573, + "line": 1577, "column": 35 }, "end": { - "line": 1573, + "line": 1577, "column": 37 } } }, "range": [ - 57906, - 57918 + 58112, + 58124 ], "loc": { "start": { - "line": 1573, + "line": 1577, "column": 25 }, "end": { - "line": 1573, + "line": 1577, "column": 37 } } }, "range": [ - 57897, - 57919 + 58103, + 58125 ], "loc": { "start": { - "line": 1573, + "line": 1577, "column": 16 }, "end": { - "line": 1573, + "line": 1577, "column": 38 } } @@ -132453,16 +132938,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 57937, - 57942 + 58143, + 58148 ], "loc": { "start": { - "line": 1574, + "line": 1578, "column": 16 }, "end": { - "line": 1574, + "line": 1578, "column": 21 } } @@ -132474,16 +132959,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 57946, - 57951 + 58152, + 58157 ], "loc": { "start": { - "line": 1574, + "line": 1578, "column": 25 }, "end": { - "line": 1574, + "line": 1578, "column": 30 } } @@ -132492,46 +132977,46 @@ "type": "Identifier", "name": "sA", "range": [ - 57956, - 57958 + 58162, + 58164 ], "loc": { "start": { - "line": 1574, + "line": 1578, "column": 35 }, "end": { - "line": 1574, + "line": 1578, "column": 37 } } }, "range": [ - 57946, - 57958 + 58152, + 58164 ], "loc": { "start": { - "line": 1574, + "line": 1578, "column": 25 }, "end": { - "line": 1574, + "line": 1578, "column": 37 } } }, "range": [ - 57937, - 57959 + 58143, + 58165 ], "loc": { "start": { - "line": 1574, + "line": 1578, "column": 16 }, "end": { - "line": 1574, + "line": 1578, "column": 38 } } @@ -132542,16 +133027,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 57977, - 57982 + 58183, + 58188 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 16 }, "end": { - "line": 1575, + "line": 1579, "column": 21 } } @@ -132565,16 +133050,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 57985, - 57990 + 58191, + 58196 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 24 }, "end": { - "line": 1575, + "line": 1579, "column": 29 } } @@ -132583,31 +133068,31 @@ "type": "Identifier", "name": "test", "range": [ - 57991, - 57995 + 58197, + 58201 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 30 }, "end": { - "line": 1575, + "line": 1579, "column": 34 } } }, "range": [ - 57985, - 57995 + 58191, + 58201 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 24 }, "end": { - "line": 1575, + "line": 1579, "column": 34 } } @@ -132617,47 +133102,47 @@ "type": "Identifier", "name": "sA", "range": [ - 57996, - 57998 + 58202, + 58204 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 35 }, "end": { - "line": 1575, + "line": 1579, "column": 37 } } } ], "range": [ - 57985, - 57999 + 58191, + 58205 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 24 }, "end": { - "line": 1575, + "line": 1579, "column": 38 } } }, "range": [ - 57977, - 57999 + 58183, + 58205 ], "loc": { "start": { - "line": 1575, + "line": 1579, "column": 16 }, "end": { - "line": 1575, + "line": 1579, "column": 38 } } @@ -132665,16 +133150,16 @@ ], "kind": "let", "range": [ - 57493, - 58000 + 57699, + 58206 ], "loc": { "start": { - "line": 1563, + "line": 1567, "column": 12 }, "end": { - "line": 1575, + "line": 1579, "column": 39 } }, @@ -132683,16 +133168,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 57453, - 57480 + 57659, + 57686 ], "loc": { "start": { - "line": 1562, + "line": 1566, "column": 12 }, "end": { - "line": 1562, + "line": 1566, "column": 39 } } @@ -132703,16 +133188,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 58014, - 58038 + 58220, + 58244 ], "loc": { "start": { - "line": 1577, + "line": 1581, "column": 12 }, "end": { - "line": 1577, + "line": 1581, "column": 36 } } @@ -132728,16 +133213,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 58055, - 58062 + 58261, + 58268 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 16 }, "end": { - "line": 1578, + "line": 1582, "column": 23 } } @@ -132749,16 +133234,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 58065, - 58070 + 58271, + 58276 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 26 }, "end": { - "line": 1578, + "line": 1582, "column": 31 } } @@ -132769,16 +133254,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58074, - 58085 + 58280, + 58291 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 35 }, "end": { - "line": 1578, + "line": 1582, "column": 46 } } @@ -132793,16 +133278,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58086, - 58088 + 58292, + 58294 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 47 }, "end": { - "line": 1578, + "line": 1582, "column": 49 } } @@ -132811,31 +133296,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58089, - 58096 + 58295, + 58302 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 50 }, "end": { - "line": 1578, + "line": 1582, "column": 57 } } }, "range": [ - 58086, - 58096 + 58292, + 58302 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 47 }, "end": { - "line": 1578, + "line": 1582, "column": 57 } } @@ -132845,16 +133330,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 58097, - 58101 + 58303, + 58307 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 58 }, "end": { - "line": 1578, + "line": 1582, "column": 62 } } @@ -132864,32 +133349,32 @@ "value": "", "raw": "''", "range": [ - 58102, - 58104 + 58308, + 58310 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 63 }, "end": { - "line": 1578, + "line": 1582, "column": 65 } } } ], "range": [ - 58086, - 58105 + 58292, + 58311 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 47 }, "end": { - "line": 1578, + "line": 1582, "column": 66 } } @@ -132898,62 +133383,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58107, - 58113 + 58313, + 58319 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 68 }, "end": { - "line": 1578, + "line": 1582, "column": 74 } } } ], "range": [ - 58074, - 58114 + 58280, + 58320 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 35 }, "end": { - "line": 1578, + "line": 1582, "column": 75 } } }, "range": [ - 58065, - 58114 + 58271, + 58320 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 26 }, "end": { - "line": 1578, + "line": 1582, "column": 75 } } }, "range": [ - 58055, - 58114 + 58261, + 58320 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 16 }, "end": { - "line": 1578, + "line": 1582, "column": 75 } } @@ -132961,16 +133446,16 @@ ], "kind": "let", "range": [ - 58051, - 58115 + 58257, + 58321 ], "loc": { "start": { - "line": 1578, + "line": 1582, "column": 12 }, "end": { - "line": 1578, + "line": 1582, "column": 76 } }, @@ -132979,16 +133464,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 58014, - 58038 + 58220, + 58244 ], "loc": { "start": { - "line": 1577, + "line": 1581, "column": 12 }, "end": { - "line": 1577, + "line": 1581, "column": 36 } } @@ -133004,16 +133489,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 58132, - 58140 + 58338, + 58346 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 16 }, "end": { - "line": 1579, + "line": 1583, "column": 24 } } @@ -133025,16 +133510,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 58143, - 58148 + 58349, + 58354 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 27 }, "end": { - "line": 1579, + "line": 1583, "column": 32 } } @@ -133045,16 +133530,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58152, - 58163 + 58358, + 58369 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 36 }, "end": { - "line": 1579, + "line": 1583, "column": 47 } } @@ -133069,16 +133554,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58164, - 58166 + 58370, + 58372 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 48 }, "end": { - "line": 1579, + "line": 1583, "column": 50 } } @@ -133087,31 +133572,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58167, - 58174 + 58373, + 58380 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 51 }, "end": { - "line": 1579, + "line": 1583, "column": 58 } } }, "range": [ - 58164, - 58174 + 58370, + 58380 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 48 }, "end": { - "line": 1579, + "line": 1583, "column": 58 } } @@ -133121,16 +133606,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 58175, - 58180 + 58381, + 58386 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 59 }, "end": { - "line": 1579, + "line": 1583, "column": 64 } } @@ -133140,32 +133625,32 @@ "value": "", "raw": "''", "range": [ - 58181, - 58183 + 58387, + 58389 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 65 }, "end": { - "line": 1579, + "line": 1583, "column": 67 } } } ], "range": [ - 58164, - 58184 + 58370, + 58390 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 48 }, "end": { - "line": 1579, + "line": 1583, "column": 68 } } @@ -133174,62 +133659,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58186, - 58192 + 58392, + 58398 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 70 }, "end": { - "line": 1579, + "line": 1583, "column": 76 } } } ], "range": [ - 58152, - 58193 + 58358, + 58399 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 36 }, "end": { - "line": 1579, + "line": 1583, "column": 77 } } }, "range": [ - 58143, - 58193 + 58349, + 58399 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 27 }, "end": { - "line": 1579, + "line": 1583, "column": 77 } } }, "range": [ - 58132, - 58193 + 58338, + 58399 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 16 }, "end": { - "line": 1579, + "line": 1583, "column": 77 } } @@ -133237,16 +133722,16 @@ ], "kind": "let", "range": [ - 58128, - 58194 + 58334, + 58400 ], "loc": { "start": { - "line": 1579, + "line": 1583, "column": 12 }, "end": { - "line": 1579, + "line": 1583, "column": 78 } } @@ -133260,16 +133745,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 58211, - 58218 + 58417, + 58424 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 16 }, "end": { - "line": 1580, + "line": 1584, "column": 23 } } @@ -133281,16 +133766,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 58221, - 58226 + 58427, + 58432 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 26 }, "end": { - "line": 1580, + "line": 1584, "column": 31 } } @@ -133301,16 +133786,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58230, - 58241 + 58436, + 58447 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 35 }, "end": { - "line": 1580, + "line": 1584, "column": 46 } } @@ -133325,16 +133810,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58242, - 58244 + 58448, + 58450 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 47 }, "end": { - "line": 1580, + "line": 1584, "column": 49 } } @@ -133343,31 +133828,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58245, - 58252 + 58451, + 58458 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 50 }, "end": { - "line": 1580, + "line": 1584, "column": 57 } } }, "range": [ - 58242, - 58252 + 58448, + 58458 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 47 }, "end": { - "line": 1580, + "line": 1584, "column": 57 } } @@ -133377,16 +133862,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 58253, - 58257 + 58459, + 58463 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 58 }, "end": { - "line": 1580, + "line": 1584, "column": 62 } } @@ -133396,32 +133881,32 @@ "value": "", "raw": "''", "range": [ - 58258, - 58260 + 58464, + 58466 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 63 }, "end": { - "line": 1580, + "line": 1584, "column": 65 } } } ], "range": [ - 58242, - 58261 + 58448, + 58467 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 47 }, "end": { - "line": 1580, + "line": 1584, "column": 66 } } @@ -133430,62 +133915,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58263, - 58269 + 58469, + 58475 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 68 }, "end": { - "line": 1580, + "line": 1584, "column": 74 } } } ], "range": [ - 58230, - 58270 + 58436, + 58476 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 35 }, "end": { - "line": 1580, + "line": 1584, "column": 75 } } }, "range": [ - 58221, - 58270 + 58427, + 58476 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 26 }, "end": { - "line": 1580, + "line": 1584, "column": 75 } } }, "range": [ - 58211, - 58270 + 58417, + 58476 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 16 }, "end": { - "line": 1580, + "line": 1584, "column": 75 } } @@ -133493,16 +133978,16 @@ ], "kind": "let", "range": [ - 58207, - 58271 + 58413, + 58477 ], "loc": { "start": { - "line": 1580, + "line": 1584, "column": 12 }, "end": { - "line": 1580, + "line": 1584, "column": 76 } } @@ -133516,16 +134001,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 58288, - 58296 + 58494, + 58502 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 16 }, "end": { - "line": 1581, + "line": 1585, "column": 24 } } @@ -133537,16 +134022,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 58299, - 58304 + 58505, + 58510 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 27 }, "end": { - "line": 1581, + "line": 1585, "column": 32 } } @@ -133557,16 +134042,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58308, - 58319 + 58514, + 58525 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 36 }, "end": { - "line": 1581, + "line": 1585, "column": 47 } } @@ -133581,16 +134066,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58320, - 58322 + 58526, + 58528 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 48 }, "end": { - "line": 1581, + "line": 1585, "column": 50 } } @@ -133599,31 +134084,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58323, - 58330 + 58529, + 58536 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 51 }, "end": { - "line": 1581, + "line": 1585, "column": 58 } } }, "range": [ - 58320, - 58330 + 58526, + 58536 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 48 }, "end": { - "line": 1581, + "line": 1585, "column": 58 } } @@ -133633,16 +134118,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 58331, - 58336 + 58537, + 58542 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 59 }, "end": { - "line": 1581, + "line": 1585, "column": 64 } } @@ -133652,32 +134137,32 @@ "value": "", "raw": "''", "range": [ - 58337, - 58339 + 58543, + 58545 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 65 }, "end": { - "line": 1581, + "line": 1585, "column": 67 } } } ], "range": [ - 58320, - 58340 + 58526, + 58546 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 48 }, "end": { - "line": 1581, + "line": 1585, "column": 68 } } @@ -133686,62 +134171,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58342, - 58348 + 58548, + 58554 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 70 }, "end": { - "line": 1581, + "line": 1585, "column": 76 } } } ], "range": [ - 58308, - 58349 + 58514, + 58555 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 36 }, "end": { - "line": 1581, + "line": 1585, "column": 77 } } }, "range": [ - 58299, - 58349 + 58505, + 58555 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 27 }, "end": { - "line": 1581, + "line": 1585, "column": 77 } } }, "range": [ - 58288, - 58349 + 58494, + 58555 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 16 }, "end": { - "line": 1581, + "line": 1585, "column": 77 } } @@ -133749,16 +134234,16 @@ ], "kind": "let", "range": [ - 58284, - 58350 + 58490, + 58556 ], "loc": { "start": { - "line": 1581, + "line": 1585, "column": 12 }, "end": { - "line": 1581, + "line": 1585, "column": 78 } } @@ -133772,16 +134257,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 58367, - 58375 + 58573, + 58581 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 16 }, "end": { - "line": 1582, + "line": 1586, "column": 24 } } @@ -133793,16 +134278,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 58378, - 58383 + 58584, + 58589 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 27 }, "end": { - "line": 1582, + "line": 1586, "column": 32 } } @@ -133813,16 +134298,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58387, - 58398 + 58593, + 58604 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 36 }, "end": { - "line": 1582, + "line": 1586, "column": 47 } } @@ -133837,16 +134322,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58399, - 58401 + 58605, + 58607 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 48 }, "end": { - "line": 1582, + "line": 1586, "column": 50 } } @@ -133855,31 +134340,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58402, - 58409 + 58608, + 58615 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 51 }, "end": { - "line": 1582, + "line": 1586, "column": 58 } } }, "range": [ - 58399, - 58409 + 58605, + 58615 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 48 }, "end": { - "line": 1582, + "line": 1586, "column": 58 } } @@ -133889,16 +134374,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 58410, - 58414 + 58616, + 58620 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 59 }, "end": { - "line": 1582, + "line": 1586, "column": 63 } } @@ -133908,32 +134393,32 @@ "value": "", "raw": "''", "range": [ - 58415, - 58417 + 58621, + 58623 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 64 }, "end": { - "line": 1582, + "line": 1586, "column": 66 } } } ], "range": [ - 58399, - 58418 + 58605, + 58624 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 48 }, "end": { - "line": 1582, + "line": 1586, "column": 67 } } @@ -133942,62 +134427,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58420, - 58426 + 58626, + 58632 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 69 }, "end": { - "line": 1582, + "line": 1586, "column": 75 } } } ], "range": [ - 58387, - 58427 + 58593, + 58633 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 36 }, "end": { - "line": 1582, + "line": 1586, "column": 76 } } }, "range": [ - 58378, - 58427 + 58584, + 58633 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 27 }, "end": { - "line": 1582, + "line": 1586, "column": 76 } } }, "range": [ - 58367, - 58427 + 58573, + 58633 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 16 }, "end": { - "line": 1582, + "line": 1586, "column": 76 } } @@ -134005,16 +134490,16 @@ ], "kind": "let", "range": [ - 58363, - 58428 + 58569, + 58634 ], "loc": { "start": { - "line": 1582, + "line": 1586, "column": 12 }, "end": { - "line": 1582, + "line": 1586, "column": 77 } } @@ -134028,16 +134513,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 58445, - 58453 + 58651, + 58659 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 16 }, "end": { - "line": 1583, + "line": 1587, "column": 24 } } @@ -134049,16 +134534,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 58456, - 58461 + 58662, + 58667 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 27 }, "end": { - "line": 1583, + "line": 1587, "column": 32 } } @@ -134069,16 +134554,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58465, - 58476 + 58671, + 58682 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 36 }, "end": { - "line": 1583, + "line": 1587, "column": 47 } } @@ -134093,16 +134578,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58477, - 58479 + 58683, + 58685 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 48 }, "end": { - "line": 1583, + "line": 1587, "column": 50 } } @@ -134111,31 +134596,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58480, - 58487 + 58686, + 58693 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 51 }, "end": { - "line": 1583, + "line": 1587, "column": 58 } } }, "range": [ - 58477, - 58487 + 58683, + 58693 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 48 }, "end": { - "line": 1583, + "line": 1587, "column": 58 } } @@ -134145,16 +134630,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 58488, - 58493 + 58694, + 58699 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 59 }, "end": { - "line": 1583, + "line": 1587, "column": 64 } } @@ -134164,32 +134649,32 @@ "value": "", "raw": "''", "range": [ - 58494, - 58496 + 58700, + 58702 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 65 }, "end": { - "line": 1583, + "line": 1587, "column": 67 } } } ], "range": [ - 58477, - 58497 + 58683, + 58703 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 48 }, "end": { - "line": 1583, + "line": 1587, "column": 68 } } @@ -134198,62 +134683,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58499, - 58505 + 58705, + 58711 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 70 }, "end": { - "line": 1583, + "line": 1587, "column": 76 } } } ], "range": [ - 58465, - 58506 + 58671, + 58712 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 36 }, "end": { - "line": 1583, + "line": 1587, "column": 77 } } }, "range": [ - 58456, - 58506 + 58662, + 58712 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 27 }, "end": { - "line": 1583, + "line": 1587, "column": 77 } } }, "range": [ - 58445, - 58506 + 58651, + 58712 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 16 }, "end": { - "line": 1583, + "line": 1587, "column": 77 } } @@ -134261,16 +134746,16 @@ ], "kind": "let", "range": [ - 58441, - 58507 + 58647, + 58713 ], "loc": { "start": { - "line": 1583, + "line": 1587, "column": 12 }, "end": { - "line": 1583, + "line": 1587, "column": 78 } } @@ -134284,32 +134769,32 @@ "type": "Identifier", "name": "dte1", "range": [ - 58525, - 58529 + 58731, + 58735 ], "loc": { "start": { - "line": 1585, + "line": 1589, "column": 16 }, "end": { - "line": 1585, + "line": 1589, "column": 20 } } }, "init": null, "range": [ - 58525, - 58529 + 58731, + 58735 ], "loc": { "start": { - "line": 1585, + "line": 1589, "column": 16 }, "end": { - "line": 1585, + "line": 1589, "column": 20 } } @@ -134320,32 +134805,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 58531, - 58535 + 58737, + 58741 ], "loc": { "start": { - "line": 1585, + "line": 1589, "column": 22 }, "end": { - "line": 1585, + "line": 1589, "column": 26 } } }, "init": null, "range": [ - 58531, - 58535 + 58737, + 58741 ], "loc": { "start": { - "line": 1585, + "line": 1589, "column": 22 }, "end": { - "line": 1585, + "line": 1589, "column": 26 } } @@ -134353,16 +134838,16 @@ ], "kind": "let", "range": [ - 58521, - 58536 + 58727, + 58742 ], "loc": { "start": { - "line": 1585, + "line": 1589, "column": 12 }, "end": { - "line": 1585, + "line": 1589, "column": 27 } }, @@ -134371,16 +134856,16 @@ "type": "Line", "value": "dates", "range": [ - 58549, - 58556 + 58755, + 58762 ], "loc": { "start": { - "line": 1586, + "line": 1590, "column": 12 }, "end": { - "line": 1586, + "line": 1590, "column": 19 } } @@ -134395,16 +134880,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 58572, - 58583 + 58778, + 58789 ], "loc": { "start": { - "line": 1587, + "line": 1591, "column": 15 }, "end": { - "line": 1587, + "line": 1591, "column": 26 } } @@ -134414,16 +134899,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 58584, - 58593 + 58790, + 58799 ], "loc": { "start": { - "line": 1587, + "line": 1591, "column": 27 }, "end": { - "line": 1587, + "line": 1591, "column": 36 } } @@ -134432,32 +134917,32 @@ "type": "Identifier", "name": "dtType", "range": [ - 58594, - 58600 + 58800, + 58806 ], "loc": { "start": { - "line": 1587, + "line": 1591, "column": 37 }, "end": { - "line": 1587, + "line": 1591, "column": 43 } } } ], "range": [ - 58572, - 58601 + 58778, + 58807 ], "loc": { "start": { - "line": 1587, + "line": 1591, "column": 15 }, "end": { - "line": 1587, + "line": 1591, "column": 44 } } @@ -134474,16 +134959,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 58620, - 58624 + 58826, + 58830 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 16 }, "end": { - "line": 1588, + "line": 1592, "column": 20 } } @@ -134494,16 +134979,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 58627, - 58637 + 58833, + 58843 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 23 }, "end": { - "line": 1588, + "line": 1592, "column": 33 } } @@ -134513,16 +134998,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 58638, - 58647 + 58844, + 58853 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 34 }, "end": { - "line": 1588, + "line": 1592, "column": 43 } } @@ -134531,62 +135016,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58648, - 58654 + 58854, + 58860 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 44 }, "end": { - "line": 1588, + "line": 1592, "column": 50 } } } ], "range": [ - 58627, - 58655 + 58833, + 58861 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 23 }, "end": { - "line": 1588, + "line": 1592, "column": 51 } } }, "range": [ - 58620, - 58655 + 58826, + 58861 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 16 }, "end": { - "line": 1588, + "line": 1592, "column": 51 } } }, "range": [ - 58620, - 58656 + 58826, + 58862 ], "loc": { "start": { - "line": 1588, + "line": 1592, "column": 16 }, "end": { - "line": 1588, + "line": 1592, "column": 52 } }, @@ -134595,16 +135080,16 @@ "type": "Line", "value": " lower date", "range": [ - 58673, - 58686 + 58879, + 58892 ], "loc": { "start": { - "line": 1589, + "line": 1593, "column": 16 }, "end": { - "line": 1589, + "line": 1593, "column": 29 } } @@ -134617,16 +135102,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 58706, - 58713 + 58912, + 58919 ], "loc": { "start": { - "line": 1590, + "line": 1594, "column": 19 }, "end": { - "line": 1590, + "line": 1594, "column": 26 } } @@ -134643,16 +135128,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 58736, - 58740 + 58942, + 58946 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 20 }, "end": { - "line": 1591, + "line": 1595, "column": 24 } } @@ -134663,16 +135148,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 58743, - 58753 + 58949, + 58959 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 27 }, "end": { - "line": 1591, + "line": 1595, "column": 37 } } @@ -134687,16 +135172,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58754, - 58756 + 58960, + 58962 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 38 }, "end": { - "line": 1591, + "line": 1595, "column": 40 } } @@ -134705,31 +135190,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58757, - 58764 + 58963, + 58970 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 41 }, "end": { - "line": 1591, + "line": 1595, "column": 48 } } }, "range": [ - 58754, - 58764 + 58960, + 58970 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 38 }, "end": { - "line": 1591, + "line": 1595, "column": 48 } } @@ -134739,16 +135224,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 58765, - 58769 + 58971, + 58975 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 49 }, "end": { - "line": 1591, + "line": 1595, "column": 53 } } @@ -134758,32 +135243,32 @@ "value": "", "raw": "''", "range": [ - 58770, - 58772 + 58976, + 58978 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 54 }, "end": { - "line": 1591, + "line": 1595, "column": 56 } } } ], "range": [ - 58754, - 58773 + 58960, + 58979 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 38 }, "end": { - "line": 1591, + "line": 1595, "column": 57 } } @@ -134792,62 +135277,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58775, - 58781 + 58981, + 58987 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 59 }, "end": { - "line": 1591, + "line": 1595, "column": 65 } } } ], "range": [ - 58743, - 58782 + 58949, + 58988 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 27 }, "end": { - "line": 1591, + "line": 1595, "column": 66 } } }, "range": [ - 58736, - 58782 + 58942, + 58988 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 20 }, "end": { - "line": 1591, + "line": 1595, "column": 66 } } }, "range": [ - 58736, - 58783 + 58942, + 58989 ], "loc": { "start": { - "line": 1591, + "line": 1595, "column": 20 }, "end": { - "line": 1591, + "line": 1595, "column": 67 } } @@ -134861,16 +135346,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58804, - 58813 + 59010, + 59019 ], "loc": { "start": { - "line": 1592, + "line": 1596, "column": 20 }, "end": { - "line": 1592, + "line": 1596, "column": 29 } } @@ -134882,16 +135367,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 58816, - 58820 + 59022, + 59026 ], "loc": { "start": { - "line": 1592, + "line": 1596, "column": 32 }, "end": { - "line": 1592, + "line": 1596, "column": 36 } } @@ -134900,77 +135385,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 58823, - 58827 + 59029, + 59033 ], "loc": { "start": { - "line": 1592, + "line": 1596, "column": 39 }, "end": { - "line": 1592, + "line": 1596, "column": 43 } } }, "range": [ - 58816, - 58827 + 59022, + 59033 ], "loc": { "start": { - "line": 1592, + "line": 1596, "column": 32 }, "end": { - "line": 1592, + "line": 1596, "column": 43 } } }, "range": [ - 58804, - 58827 + 59010, + 59033 ], "loc": { "start": { - "line": 1592, + "line": 1596, "column": 20 }, "end": { - "line": 1592, + "line": 1596, "column": 43 } } }, "range": [ - 58804, - 58828 + 59010, + 59034 ], "loc": { "start": { - "line": 1592, + "line": 1596, "column": 20 }, "end": { - "line": 1592, + "line": 1596, "column": 44 } } } ], "range": [ - 58714, - 58846 + 58920, + 59052 ], "loc": { "start": { - "line": 1590, + "line": 1594, "column": 27 }, "end": { - "line": 1593, + "line": 1597, "column": 17 } }, @@ -134979,16 +135464,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 58863, - 58882 + 59069, + 59088 ], "loc": { "start": { - "line": 1594, + "line": 1598, "column": 16 }, "end": { - "line": 1594, + "line": 1598, "column": 35 } } @@ -135001,16 +135486,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 58907, - 58915 + 59113, + 59121 ], "loc": { "start": { - "line": 1595, + "line": 1599, "column": 24 }, "end": { - "line": 1595, + "line": 1599, "column": 32 } } @@ -135027,16 +135512,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 58938, - 58942 + 59144, + 59148 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 20 }, "end": { - "line": 1596, + "line": 1600, "column": 24 } } @@ -135047,16 +135532,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 58945, - 58955 + 59151, + 59161 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 27 }, "end": { - "line": 1596, + "line": 1600, "column": 37 } } @@ -135071,16 +135556,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58956, - 58958 + 59162, + 59164 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 38 }, "end": { - "line": 1596, + "line": 1600, "column": 40 } } @@ -135089,31 +135574,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58959, - 58966 + 59165, + 59172 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 41 }, "end": { - "line": 1596, + "line": 1600, "column": 48 } } }, "range": [ - 58956, - 58966 + 59162, + 59172 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 38 }, "end": { - "line": 1596, + "line": 1600, "column": 48 } } @@ -135123,16 +135608,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 58967, - 58972 + 59173, + 59178 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 49 }, "end": { - "line": 1596, + "line": 1600, "column": 54 } } @@ -135142,32 +135627,32 @@ "value": "", "raw": "''", "range": [ - 58973, - 58975 + 59179, + 59181 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 55 }, "end": { - "line": 1596, + "line": 1600, "column": 57 } } } ], "range": [ - 58956, - 58976 + 59162, + 59182 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 38 }, "end": { - "line": 1596, + "line": 1600, "column": 58 } } @@ -135176,62 +135661,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 58978, - 58984 + 59184, + 59190 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 60 }, "end": { - "line": 1596, + "line": 1600, "column": 66 } } } ], "range": [ - 58945, - 58985 + 59151, + 59191 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 27 }, "end": { - "line": 1596, + "line": 1600, "column": 67 } } }, "range": [ - 58938, - 58985 + 59144, + 59191 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 20 }, "end": { - "line": 1596, + "line": 1600, "column": 67 } } }, "range": [ - 58938, - 58986 + 59144, + 59192 ], "loc": { "start": { - "line": 1596, + "line": 1600, "column": 20 }, "end": { - "line": 1596, + "line": 1600, "column": 68 } } @@ -135245,16 +135730,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59007, - 59016 + 59213, + 59222 ], "loc": { "start": { - "line": 1597, + "line": 1601, "column": 20 }, "end": { - "line": 1597, + "line": 1601, "column": 29 } } @@ -135266,16 +135751,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 59019, - 59023 + 59225, + 59229 ], "loc": { "start": { - "line": 1597, + "line": 1601, "column": 32 }, "end": { - "line": 1597, + "line": 1601, "column": 36 } } @@ -135284,77 +135769,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 59027, - 59031 + 59233, + 59237 ], "loc": { "start": { - "line": 1597, + "line": 1601, "column": 40 }, "end": { - "line": 1597, + "line": 1601, "column": 44 } } }, "range": [ - 59019, - 59031 + 59225, + 59237 ], "loc": { "start": { - "line": 1597, + "line": 1601, "column": 32 }, "end": { - "line": 1597, + "line": 1601, "column": 44 } } }, "range": [ - 59007, - 59031 + 59213, + 59237 ], "loc": { "start": { - "line": 1597, + "line": 1601, "column": 20 }, "end": { - "line": 1597, + "line": 1601, "column": 44 } } }, "range": [ - 59007, - 59032 + 59213, + 59238 ], "loc": { "start": { - "line": 1597, + "line": 1601, "column": 20 }, "end": { - "line": 1597, + "line": 1601, "column": 45 } } } ], "range": [ - 58916, - 59050 + 59122, + 59256 ], "loc": { "start": { - "line": 1595, + "line": 1599, "column": 33 }, "end": { - "line": 1598, + "line": 1602, "column": 17 } }, @@ -135363,16 +135848,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 59067, - 59088 + 59273, + 59294 ], "loc": { "start": { - "line": 1599, + "line": 1603, "column": 16 }, "end": { - "line": 1599, + "line": 1603, "column": 37 } } @@ -135385,16 +135870,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 59113, - 59121 + 59319, + 59327 ], "loc": { "start": { - "line": 1600, + "line": 1604, "column": 24 }, "end": { - "line": 1600, + "line": 1604, "column": 32 } } @@ -135411,16 +135896,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 59144, - 59148 + 59350, + 59354 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 20 }, "end": { - "line": 1601, + "line": 1605, "column": 24 } } @@ -135431,16 +135916,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 59151, - 59161 + 59357, + 59367 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 27 }, "end": { - "line": 1601, + "line": 1605, "column": 37 } } @@ -135455,16 +135940,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59162, - 59164 + 59368, + 59370 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 38 }, "end": { - "line": 1601, + "line": 1605, "column": 40 } } @@ -135473,31 +135958,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59165, - 59172 + 59371, + 59378 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 41 }, "end": { - "line": 1601, + "line": 1605, "column": 48 } } }, "range": [ - 59162, - 59172 + 59368, + 59378 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 38 }, "end": { - "line": 1601, + "line": 1605, "column": 48 } } @@ -135507,16 +135992,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 59173, - 59178 + 59379, + 59384 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 49 }, "end": { - "line": 1601, + "line": 1605, "column": 54 } } @@ -135526,32 +136011,32 @@ "value": "", "raw": "''", "range": [ - 59179, - 59181 + 59385, + 59387 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 55 }, "end": { - "line": 1601, + "line": 1605, "column": 57 } } } ], "range": [ - 59162, - 59182 + 59368, + 59388 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 38 }, "end": { - "line": 1601, + "line": 1605, "column": 58 } } @@ -135560,62 +136045,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 59184, - 59190 + 59390, + 59396 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 60 }, "end": { - "line": 1601, + "line": 1605, "column": 66 } } } ], "range": [ - 59151, - 59191 + 59357, + 59397 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 27 }, "end": { - "line": 1601, + "line": 1605, "column": 67 } } }, "range": [ - 59144, - 59191 + 59350, + 59397 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 20 }, "end": { - "line": 1601, + "line": 1605, "column": 67 } } }, "range": [ - 59144, - 59192 + 59350, + 59398 ], "loc": { "start": { - "line": 1601, + "line": 1605, "column": 20 }, "end": { - "line": 1601, + "line": 1605, "column": 68 } } @@ -135629,16 +136114,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59213, - 59222 + 59419, + 59428 ], "loc": { "start": { - "line": 1602, + "line": 1606, "column": 20 }, "end": { - "line": 1602, + "line": 1606, "column": 29 } } @@ -135650,16 +136135,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 59225, - 59229 + 59431, + 59435 ], "loc": { "start": { - "line": 1602, + "line": 1606, "column": 32 }, "end": { - "line": 1602, + "line": 1606, "column": 36 } } @@ -135668,77 +136153,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 59233, - 59237 + 59439, + 59443 ], "loc": { "start": { - "line": 1602, + "line": 1606, "column": 40 }, "end": { - "line": 1602, + "line": 1606, "column": 44 } } }, "range": [ - 59225, - 59237 + 59431, + 59443 ], "loc": { "start": { - "line": 1602, + "line": 1606, "column": 32 }, "end": { - "line": 1602, + "line": 1606, "column": 44 } } }, "range": [ - 59213, - 59237 + 59419, + 59443 ], "loc": { "start": { - "line": 1602, + "line": 1606, "column": 20 }, "end": { - "line": 1602, + "line": 1606, "column": 44 } } }, "range": [ - 59213, - 59238 + 59419, + 59444 ], "loc": { "start": { - "line": 1602, + "line": 1606, "column": 20 }, "end": { - "line": 1602, + "line": 1606, "column": 45 } } } ], "range": [ - 59122, - 59256 + 59328, + 59462 ], "loc": { "start": { - "line": 1600, + "line": 1604, "column": 33 }, "end": { - "line": 1603, + "line": 1607, "column": 17 } }, @@ -135747,16 +136232,16 @@ "type": "Line", "value": " greater date", "range": [ - 59273, - 59288 + 59479, + 59494 ], "loc": { "start": { - "line": 1604, + "line": 1608, "column": 16 }, "end": { - "line": 1604, + "line": 1608, "column": 31 } } @@ -135769,16 +136254,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 59313, - 59320 + 59519, + 59526 ], "loc": { "start": { - "line": 1605, + "line": 1609, "column": 24 }, "end": { - "line": 1605, + "line": 1609, "column": 31 } } @@ -135795,16 +136280,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 59343, - 59347 + 59549, + 59553 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 20 }, "end": { - "line": 1606, + "line": 1610, "column": 24 } } @@ -135815,16 +136300,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 59350, - 59360 + 59556, + 59566 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 27 }, "end": { - "line": 1606, + "line": 1610, "column": 37 } } @@ -135839,16 +136324,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59361, - 59363 + 59567, + 59569 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 38 }, "end": { - "line": 1606, + "line": 1610, "column": 40 } } @@ -135857,31 +136342,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59364, - 59371 + 59570, + 59577 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 41 }, "end": { - "line": 1606, + "line": 1610, "column": 48 } } }, "range": [ - 59361, - 59371 + 59567, + 59577 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 38 }, "end": { - "line": 1606, + "line": 1610, "column": 48 } } @@ -135891,16 +136376,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 59372, - 59376 + 59578, + 59582 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 49 }, "end": { - "line": 1606, + "line": 1610, "column": 53 } } @@ -135910,32 +136395,32 @@ "value": "", "raw": "''", "range": [ - 59377, - 59379 + 59583, + 59585 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 54 }, "end": { - "line": 1606, + "line": 1610, "column": 56 } } } ], "range": [ - 59361, - 59380 + 59567, + 59586 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 38 }, "end": { - "line": 1606, + "line": 1610, "column": 57 } } @@ -135944,62 +136429,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 59382, - 59388 + 59588, + 59594 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 59 }, "end": { - "line": 1606, + "line": 1610, "column": 65 } } } ], "range": [ - 59350, - 59389 + 59556, + 59595 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 27 }, "end": { - "line": 1606, + "line": 1610, "column": 66 } } }, "range": [ - 59343, - 59389 + 59549, + 59595 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 20 }, "end": { - "line": 1606, + "line": 1610, "column": 66 } } }, "range": [ - 59343, - 59390 + 59549, + 59596 ], "loc": { "start": { - "line": 1606, + "line": 1610, "column": 20 }, "end": { - "line": 1606, + "line": 1610, "column": 67 } } @@ -136013,16 +136498,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59411, - 59420 + 59617, + 59626 ], "loc": { "start": { - "line": 1607, + "line": 1611, "column": 20 }, "end": { - "line": 1607, + "line": 1611, "column": 29 } } @@ -136034,16 +136519,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 59423, - 59427 + 59629, + 59633 ], "loc": { "start": { - "line": 1607, + "line": 1611, "column": 32 }, "end": { - "line": 1607, + "line": 1611, "column": 36 } } @@ -136052,77 +136537,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 59430, - 59434 + 59636, + 59640 ], "loc": { "start": { - "line": 1607, + "line": 1611, "column": 39 }, "end": { - "line": 1607, + "line": 1611, "column": 43 } } }, "range": [ - 59423, - 59434 + 59629, + 59640 ], "loc": { "start": { - "line": 1607, + "line": 1611, "column": 32 }, "end": { - "line": 1607, + "line": 1611, "column": 43 } } }, "range": [ - 59411, - 59434 + 59617, + 59640 ], "loc": { "start": { - "line": 1607, + "line": 1611, "column": 20 }, "end": { - "line": 1607, + "line": 1611, "column": 43 } } }, "range": [ - 59411, - 59435 + 59617, + 59641 ], "loc": { "start": { - "line": 1607, + "line": 1611, "column": 20 }, "end": { - "line": 1607, + "line": 1611, "column": 44 } } } ], "range": [ - 59321, - 59453 + 59527, + 59659 ], "loc": { "start": { - "line": 1605, + "line": 1609, "column": 32 }, "end": { - "line": 1608, + "line": 1612, "column": 17 } }, @@ -136131,16 +136616,16 @@ "type": "Line", "value": " different date", "range": [ - 59470, - 59487 + 59676, + 59693 ], "loc": { "start": { - "line": 1609, + "line": 1613, "column": 16 }, "end": { - "line": 1609, + "line": 1613, "column": 33 } } @@ -136153,16 +136638,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 59512, - 59520 + 59718, + 59726 ], "loc": { "start": { - "line": 1610, + "line": 1614, "column": 24 }, "end": { - "line": 1610, + "line": 1614, "column": 32 } } @@ -136179,16 +136664,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 59543, - 59547 + 59749, + 59753 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 20 }, "end": { - "line": 1611, + "line": 1615, "column": 24 } } @@ -136199,16 +136684,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 59550, - 59560 + 59756, + 59766 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 27 }, "end": { - "line": 1611, + "line": 1615, "column": 37 } } @@ -136223,16 +136708,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59561, - 59563 + 59767, + 59769 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 38 }, "end": { - "line": 1611, + "line": 1615, "column": 40 } } @@ -136241,31 +136726,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59564, - 59571 + 59770, + 59777 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 41 }, "end": { - "line": 1611, + "line": 1615, "column": 48 } } }, "range": [ - 59561, - 59571 + 59767, + 59777 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 38 }, "end": { - "line": 1611, + "line": 1615, "column": 48 } } @@ -136275,16 +136760,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 59572, - 59576 + 59778, + 59782 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 49 }, "end": { - "line": 1611, + "line": 1615, "column": 53 } } @@ -136294,32 +136779,32 @@ "value": "", "raw": "''", "range": [ - 59577, - 59579 + 59783, + 59785 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 54 }, "end": { - "line": 1611, + "line": 1615, "column": 56 } } } ], "range": [ - 59561, - 59580 + 59767, + 59786 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 38 }, "end": { - "line": 1611, + "line": 1615, "column": 57 } } @@ -136328,62 +136813,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 59582, - 59588 + 59788, + 59794 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 59 }, "end": { - "line": 1611, + "line": 1615, "column": 65 } } } ], "range": [ - 59550, - 59589 + 59756, + 59795 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 27 }, "end": { - "line": 1611, + "line": 1615, "column": 66 } } }, "range": [ - 59543, - 59589 + 59749, + 59795 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 20 }, "end": { - "line": 1611, + "line": 1615, "column": 66 } } }, "range": [ - 59543, - 59590 + 59749, + 59796 ], "loc": { "start": { - "line": 1611, + "line": 1615, "column": 20 }, "end": { - "line": 1611, + "line": 1615, "column": 67 } } @@ -136397,16 +136882,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59611, - 59620 + 59817, + 59826 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 20 }, "end": { - "line": 1612, + "line": 1616, "column": 29 } } @@ -136423,16 +136908,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 59623, - 59627 + 59829, + 59833 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 32 }, "end": { - "line": 1612, + "line": 1616, "column": 36 } } @@ -136441,47 +136926,47 @@ "type": "Identifier", "name": "toString", "range": [ - 59628, - 59636 + 59834, + 59842 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 37 }, "end": { - "line": 1612, + "line": 1616, "column": 45 } } }, "range": [ - 59623, - 59636 + 59829, + 59842 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 32 }, "end": { - "line": 1612, + "line": 1616, "column": 45 } } }, "arguments": [], "range": [ - 59623, - 59638 + 59829, + 59844 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 32 }, "end": { - "line": 1612, + "line": 1616, "column": 47 } } @@ -136495,16 +136980,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 59642, - 59646 + 59848, + 59852 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 51 }, "end": { - "line": 1612, + "line": 1616, "column": 55 } } @@ -136513,108 +136998,108 @@ "type": "Identifier", "name": "toString", "range": [ - 59647, - 59655 + 59853, + 59861 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 56 }, "end": { - "line": 1612, + "line": 1616, "column": 64 } } }, "range": [ - 59642, - 59655 + 59848, + 59861 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 51 }, "end": { - "line": 1612, + "line": 1616, "column": 64 } } }, "arguments": [], "range": [ - 59642, - 59657 + 59848, + 59863 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 51 }, "end": { - "line": 1612, + "line": 1616, "column": 66 } } }, "range": [ - 59623, - 59657 + 59829, + 59863 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 32 }, "end": { - "line": 1612, + "line": 1616, "column": 66 } } }, "range": [ - 59611, - 59657 + 59817, + 59863 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 20 }, "end": { - "line": 1612, + "line": 1616, "column": 66 } } }, "range": [ - 59611, - 59658 + 59817, + 59864 ], "loc": { "start": { - "line": 1612, + "line": 1616, "column": 20 }, "end": { - "line": 1612, + "line": 1616, "column": 67 } } } ], "range": [ - 59521, - 59676 + 59727, + 59882 ], "loc": { "start": { - "line": 1610, + "line": 1614, "column": 33 }, "end": { - "line": 1613, + "line": 1617, "column": 17 } }, @@ -136623,16 +137108,16 @@ "type": "Line", "value": " equal date", "range": [ - 59693, - 59706 + 59899, + 59912 ], "loc": { "start": { - "line": 1614, + "line": 1618, "column": 16 }, "end": { - "line": 1614, + "line": 1618, "column": 29 } } @@ -136645,16 +137130,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 59731, - 59739 + 59937, + 59945 ], "loc": { "start": { - "line": 1615, + "line": 1619, "column": 24 }, "end": { - "line": 1615, + "line": 1619, "column": 32 } } @@ -136671,16 +137156,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 59762, - 59766 + 59968, + 59972 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 20 }, "end": { - "line": 1616, + "line": 1620, "column": 24 } } @@ -136691,16 +137176,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 59769, - 59779 + 59975, + 59985 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 27 }, "end": { - "line": 1616, + "line": 1620, "column": 37 } } @@ -136715,16 +137200,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59780, - 59782 + 59986, + 59988 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 38 }, "end": { - "line": 1616, + "line": 1620, "column": 40 } } @@ -136733,31 +137218,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59783, - 59790 + 59989, + 59996 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 41 }, "end": { - "line": 1616, + "line": 1620, "column": 48 } } }, "range": [ - 59780, - 59790 + 59986, + 59996 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 38 }, "end": { - "line": 1616, + "line": 1620, "column": 48 } } @@ -136767,16 +137252,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 59791, - 59796 + 59997, + 60002 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 49 }, "end": { - "line": 1616, + "line": 1620, "column": 54 } } @@ -136786,32 +137271,32 @@ "value": "", "raw": "''", "range": [ - 59797, - 59799 + 60003, + 60005 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 55 }, "end": { - "line": 1616, + "line": 1620, "column": 57 } } } ], "range": [ - 59780, - 59800 + 59986, + 60006 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 38 }, "end": { - "line": 1616, + "line": 1620, "column": 58 } } @@ -136820,62 +137305,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 59802, - 59808 + 60008, + 60014 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 60 }, "end": { - "line": 1616, + "line": 1620, "column": 66 } } } ], "range": [ - 59769, - 59809 + 59975, + 60015 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 27 }, "end": { - "line": 1616, + "line": 1620, "column": 67 } } }, "range": [ - 59762, - 59809 + 59968, + 60015 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 20 }, "end": { - "line": 1616, + "line": 1620, "column": 67 } } }, "range": [ - 59762, - 59810 + 59968, + 60016 ], "loc": { "start": { - "line": 1616, + "line": 1620, "column": 20 }, "end": { - "line": 1616, + "line": 1620, "column": 68 } } @@ -136889,16 +137374,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59831, - 59840 + 60037, + 60046 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 20 }, "end": { - "line": 1617, + "line": 1621, "column": 29 } } @@ -136915,16 +137400,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 59843, - 59847 + 60049, + 60053 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 32 }, "end": { - "line": 1617, + "line": 1621, "column": 36 } } @@ -136933,47 +137418,47 @@ "type": "Identifier", "name": "toString", "range": [ - 59848, - 59856 + 60054, + 60062 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 37 }, "end": { - "line": 1617, + "line": 1621, "column": 45 } } }, "range": [ - 59843, - 59856 + 60049, + 60062 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 32 }, "end": { - "line": 1617, + "line": 1621, "column": 45 } } }, "arguments": [], "range": [ - 59843, - 59858 + 60049, + 60064 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 32 }, "end": { - "line": 1617, + "line": 1621, "column": 47 } } @@ -136987,16 +137472,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 59862, - 59866 + 60068, + 60072 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 51 }, "end": { - "line": 1617, + "line": 1621, "column": 55 } } @@ -137005,108 +137490,108 @@ "type": "Identifier", "name": "toString", "range": [ - 59867, - 59875 + 60073, + 60081 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 56 }, "end": { - "line": 1617, + "line": 1621, "column": 64 } } }, "range": [ - 59862, - 59875 + 60068, + 60081 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 51 }, "end": { - "line": 1617, + "line": 1621, "column": 64 } } }, "arguments": [], "range": [ - 59862, - 59877 + 60068, + 60083 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 51 }, "end": { - "line": 1617, + "line": 1621, "column": 66 } } }, "range": [ - 59843, - 59877 + 60049, + 60083 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 32 }, "end": { - "line": 1617, + "line": 1621, "column": 66 } } }, "range": [ - 59831, - 59877 + 60037, + 60083 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 20 }, "end": { - "line": 1617, + "line": 1621, "column": 66 } } }, "range": [ - 59831, - 59878 + 60037, + 60084 ], "loc": { "start": { - "line": 1617, + "line": 1621, "column": 20 }, "end": { - "line": 1617, + "line": 1621, "column": 67 } } } ], "range": [ - 59740, - 59896 + 59946, + 60102 ], "loc": { "start": { - "line": 1615, + "line": 1619, "column": 33 }, "end": { - "line": 1618, + "line": 1622, "column": 17 } }, @@ -137115,16 +137600,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 59913, - 59974 + 60119, + 60180 ], "loc": { "start": { - "line": 1619, + "line": 1623, "column": 16 }, "end": { - "line": 1619, + "line": 1623, "column": 77 } } @@ -137142,16 +137627,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 59999, - 60004 + 60205, + 60210 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 24 }, "end": { - "line": 1620, + "line": 1624, "column": 29 } } @@ -137160,31 +137645,31 @@ "type": "Identifier", "name": "test", "range": [ - 60005, - 60009 + 60211, + 60215 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 30 }, "end": { - "line": 1620, + "line": 1624, "column": 34 } } }, "range": [ - 59999, - 60009 + 60205, + 60215 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 24 }, "end": { - "line": 1620, + "line": 1624, "column": 34 } } @@ -137194,32 +137679,32 @@ "type": "Identifier", "name": "sA", "range": [ - 60010, - 60012 + 60216, + 60218 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 35 }, "end": { - "line": 1620, + "line": 1624, "column": 37 } } } ], "range": [ - 59999, - 60013 + 60205, + 60219 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 24 }, "end": { - "line": 1620, + "line": 1624, "column": 38 } } @@ -137236,16 +137721,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60048, - 60057 + 60254, + 60263 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 20 }, "end": { - "line": 1621, + "line": 1625, "column": 29 } } @@ -137258,16 +137743,16 @@ "object": { "type": "ThisExpression", "range": [ - 60060, - 60064 + 60266, + 60270 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 32 }, "end": { - "line": 1621, + "line": 1625, "column": 36 } } @@ -137276,31 +137761,31 @@ "type": "Identifier", "name": "_containsStr", "range": [ - 60065, - 60077 + 60271, + 60283 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 37 }, "end": { - "line": 1621, + "line": 1625, "column": 49 } } }, "range": [ - 60060, - 60077 + 60266, + 60283 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 32 }, "end": { - "line": 1621, + "line": 1625, "column": 49 } } @@ -137315,16 +137800,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60103, - 60105 + 60309, + 60311 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 24 }, "end": { - "line": 1622, + "line": 1626, "column": 26 } } @@ -137333,31 +137818,31 @@ "type": "Identifier", "name": "replace", "range": [ - 60106, - 60113 + 60312, + 60319 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 27 }, "end": { - "line": 1622, + "line": 1626, "column": 34 } } }, "range": [ - 60103, - 60113 + 60309, + 60319 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 24 }, "end": { - "line": 1622, + "line": 1626, "column": 34 } } @@ -137367,16 +137852,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 60114, - 60119 + 60320, + 60325 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 35 }, "end": { - "line": 1622, + "line": 1626, "column": 40 } } @@ -137386,32 +137871,32 @@ "value": "", "raw": "''", "range": [ - 60120, - 60122 + 60326, + 60328 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 41 }, "end": { - "line": 1622, + "line": 1626, "column": 43 } } } ], "range": [ - 60103, - 60123 + 60309, + 60329 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 24 }, "end": { - "line": 1622, + "line": 1626, "column": 44 } } @@ -137420,101 +137905,82 @@ "type": "Identifier", "name": "cell_data", "range": [ - 60125, - 60134 + 60331, + 60340 ], "loc": { "start": { - "line": 1622, + "line": 1626, "column": 46 }, "end": { - "line": 1622, + "line": 1626, "column": 55 } } }, - { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 60136, - 60140 - ], - "loc": { - "start": { - "line": 1622, - "column": 57 - }, - "end": { - "line": 1622, - "column": 61 - } - } - }, { "type": "Literal", "value": false, "raw": "false", "range": [ - 60142, - 60147 + 60342, + 60347 ], "loc": { "start": { - "line": 1622, - "column": 63 + "line": 1626, + "column": 57 }, "end": { - "line": 1622, - "column": 68 + "line": 1626, + "column": 62 } } } ], "range": [ - 60060, - 60148 + 60266, + 60348 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 32 }, "end": { - "line": 1622, - "column": 69 + "line": 1626, + "column": 63 } } }, "range": [ - 60048, - 60148 + 60254, + 60348 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 20 }, "end": { - "line": 1622, - "column": 69 + "line": 1626, + "column": 63 } } }, "range": [ - 60048, - 60149 + 60254, + 60349 ], "loc": { "start": { - "line": 1621, + "line": 1625, "column": 20 }, "end": { - "line": 1622, - "column": 70 + "line": 1626, + "column": 64 } }, "leadingComments": [ @@ -137522,16 +137988,16 @@ "type": "Line", "value": " like date", "range": [ - 60015, - 60027 + 60221, + 60233 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 40 }, "end": { - "line": 1620, + "line": 1624, "column": 52 } } @@ -137540,16 +138006,16 @@ } ], "range": [ - 60014, - 60167 + 60220, + 60367 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 39 }, "end": { - "line": 1623, + "line": 1627, "column": 17 } } @@ -137562,16 +138028,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 60192, - 60203 + 60392, + 60403 ], "loc": { "start": { - "line": 1624, + "line": 1628, "column": 24 }, "end": { - "line": 1624, + "line": 1628, "column": 35 } } @@ -137581,16 +138047,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60204, - 60206 + 60404, + 60406 ], "loc": { "start": { - "line": 1624, + "line": 1628, "column": 36 }, "end": { - "line": 1624, + "line": 1628, "column": 38 } } @@ -137599,32 +138065,32 @@ "type": "Identifier", "name": "dtType", "range": [ - 60207, - 60213 + 60407, + 60413 ], "loc": { "start": { - "line": 1624, + "line": 1628, "column": 39 }, "end": { - "line": 1624, + "line": 1628, "column": 45 } } } ], "range": [ - 60192, - 60214 + 60392, + 60414 ], "loc": { "start": { - "line": 1624, + "line": 1628, "column": 24 }, "end": { - "line": 1624, + "line": 1628, "column": 46 } } @@ -137641,16 +138107,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 60237, - 60241 + 60437, + 60441 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 20 }, "end": { - "line": 1625, + "line": 1629, "column": 24 } } @@ -137661,16 +138127,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 60244, - 60254 + 60444, + 60454 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 27 }, "end": { - "line": 1625, + "line": 1629, "column": 37 } } @@ -137680,16 +138146,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60255, - 60257 + 60455, + 60457 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 38 }, "end": { - "line": 1625, + "line": 1629, "column": 40 } } @@ -137698,62 +138164,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 60258, - 60264 + 60458, + 60464 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 41 }, "end": { - "line": 1625, + "line": 1629, "column": 47 } } } ], "range": [ - 60244, - 60265 + 60444, + 60465 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 27 }, "end": { - "line": 1625, + "line": 1629, "column": 48 } } }, "range": [ - 60237, - 60265 + 60437, + 60465 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 20 }, "end": { - "line": 1625, + "line": 1629, "column": 48 } } }, "range": [ - 60237, - 60266 + 60437, + 60466 ], "loc": { "start": { - "line": 1625, + "line": 1629, "column": 20 }, "end": { - "line": 1625, + "line": 1629, "column": 49 } } @@ -137767,16 +138233,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60287, - 60296 + 60487, + 60496 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 20 }, "end": { - "line": 1626, + "line": 1630, "column": 29 } } @@ -137793,16 +138259,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 60299, - 60303 + 60499, + 60503 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 32 }, "end": { - "line": 1626, + "line": 1630, "column": 36 } } @@ -137811,47 +138277,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60304, - 60312 + 60504, + 60512 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 37 }, "end": { - "line": 1626, + "line": 1630, "column": 45 } } }, "range": [ - 60299, - 60312 + 60499, + 60512 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 32 }, "end": { - "line": 1626, + "line": 1630, "column": 45 } } }, "arguments": [], "range": [ - 60299, - 60314 + 60499, + 60514 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 32 }, "end": { - "line": 1626, + "line": 1630, "column": 47 } } @@ -137865,16 +138331,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 60318, - 60322 + 60518, + 60522 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 51 }, "end": { - "line": 1626, + "line": 1630, "column": 55 } } @@ -137883,108 +138349,108 @@ "type": "Identifier", "name": "toString", "range": [ - 60323, - 60331 + 60523, + 60531 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 56 }, "end": { - "line": 1626, + "line": 1630, "column": 64 } } }, "range": [ - 60318, - 60331 + 60518, + 60531 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 51 }, "end": { - "line": 1626, + "line": 1630, "column": 64 } } }, "arguments": [], "range": [ - 60318, - 60333 + 60518, + 60533 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 51 }, "end": { - "line": 1626, + "line": 1630, "column": 66 } } }, "range": [ - 60299, - 60333 + 60499, + 60533 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 32 }, "end": { - "line": 1626, + "line": 1630, "column": 66 } } }, "range": [ - 60287, - 60333 + 60487, + 60533 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 20 }, "end": { - "line": 1626, + "line": 1630, "column": 66 } } }, "range": [ - 60287, - 60334 + 60487, + 60534 ], "loc": { "start": { - "line": 1626, + "line": 1630, "column": 20 }, "end": { - "line": 1626, + "line": 1630, "column": 67 } } } ], "range": [ - 60215, - 60352 + 60415, + 60552 ], "loc": { "start": { - "line": 1624, + "line": 1628, "column": 47 }, "end": { - "line": 1627, + "line": 1631, "column": 17 } }, @@ -137993,16 +138459,16 @@ "type": "Line", "value": "empty", "range": [ - 60369, - 60376 + 60569, + 60576 ], "loc": { "start": { - "line": 1628, + "line": 1632, "column": 16 }, "end": { - "line": 1628, + "line": 1632, "column": 23 } } @@ -138015,16 +138481,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 60401, - 60406 + 60601, + 60606 ], "loc": { "start": { - "line": 1629, + "line": 1633, "column": 24 }, "end": { - "line": 1629, + "line": 1633, "column": 29 } } @@ -138041,16 +138507,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60429, - 60438 + 60629, + 60638 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 20 }, "end": { - "line": 1630, + "line": 1634, "column": 29 } } @@ -138064,16 +138530,16 @@ "type": "Identifier", "name": "Str", "range": [ - 60441, - 60444 + 60641, + 60644 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 32 }, "end": { - "line": 1630, + "line": 1634, "column": 35 } } @@ -138082,31 +138548,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 60445, - 60452 + 60645, + 60652 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 36 }, "end": { - "line": 1630, + "line": 1634, "column": 43 } } }, "range": [ - 60441, - 60452 + 60641, + 60652 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 32 }, "end": { - "line": 1630, + "line": 1634, "column": 43 } } @@ -138116,78 +138582,78 @@ "type": "Identifier", "name": "cell_data", "range": [ - 60453, - 60462 + 60653, + 60662 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 44 }, "end": { - "line": 1630, + "line": 1634, "column": 53 } } } ], "range": [ - 60441, - 60463 + 60641, + 60663 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 32 }, "end": { - "line": 1630, + "line": 1634, "column": 54 } } }, "range": [ - 60429, - 60463 + 60629, + 60663 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 20 }, "end": { - "line": 1630, + "line": 1634, "column": 54 } } }, "range": [ - 60429, - 60464 + 60629, + 60664 ], "loc": { "start": { - "line": 1630, + "line": 1634, "column": 20 }, "end": { - "line": 1630, + "line": 1634, "column": 55 } } } ], "range": [ - 60407, - 60482 + 60607, + 60682 ], "loc": { "start": { - "line": 1629, + "line": 1633, "column": 30 }, "end": { - "line": 1631, + "line": 1635, "column": 17 } }, @@ -138196,16 +138662,16 @@ "type": "Line", "value": "non-empty", "range": [ - 60499, - 60510 + 60699, + 60710 ], "loc": { "start": { - "line": 1632, + "line": 1636, "column": 16 }, "end": { - "line": 1632, + "line": 1636, "column": 27 } } @@ -138218,16 +138684,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 60535, - 60540 + 60735, + 60740 ], "loc": { "start": { - "line": 1633, + "line": 1637, "column": 24 }, "end": { - "line": 1633, + "line": 1637, "column": 29 } } @@ -138244,16 +138710,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60563, - 60572 + 60763, + 60772 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 20 }, "end": { - "line": 1634, + "line": 1638, "column": 29 } } @@ -138270,16 +138736,16 @@ "type": "Identifier", "name": "Str", "range": [ - 60576, - 60579 + 60776, + 60779 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 33 }, "end": { - "line": 1634, + "line": 1638, "column": 36 } } @@ -138288,31 +138754,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 60580, - 60587 + 60780, + 60787 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 37 }, "end": { - "line": 1634, + "line": 1638, "column": 44 } } }, "range": [ - 60576, - 60587 + 60776, + 60787 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 33 }, "end": { - "line": 1634, + "line": 1638, "column": 44 } } @@ -138322,110 +138788,110 @@ "type": "Identifier", "name": "cell_data", "range": [ - 60588, - 60597 + 60788, + 60797 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 45 }, "end": { - "line": 1634, + "line": 1638, "column": 54 } } } ], "range": [ - 60576, - 60598 + 60776, + 60798 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 33 }, "end": { - "line": 1634, + "line": 1638, "column": 55 } } }, "prefix": true, "range": [ - 60575, - 60598 + 60775, + 60798 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 32 }, "end": { - "line": 1634, + "line": 1638, "column": 55 } } }, "range": [ - 60563, - 60598 + 60763, + 60798 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 20 }, "end": { - "line": 1634, + "line": 1638, "column": 55 } } }, "range": [ - 60563, - 60599 + 60763, + 60799 ], "loc": { "start": { - "line": 1634, + "line": 1638, "column": 20 }, "end": { - "line": 1634, + "line": 1638, "column": 56 } } } ], "range": [ - 60541, - 60617 + 60741, + 60817 ], "loc": { "start": { - "line": 1633, + "line": 1637, "column": 30 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } } }, "alternate": null, "range": [ - 60532, - 60617 + 60732, + 60817 ], "loc": { "start": { - "line": 1633, + "line": 1637, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138434,16 +138900,16 @@ "type": "Line", "value": "non-empty", "range": [ - 60499, - 60510 + 60699, + 60710 ], "loc": { "start": { - "line": 1632, + "line": 1636, "column": 16 }, "end": { - "line": 1632, + "line": 1636, "column": 27 } } @@ -138451,16 +138917,16 @@ ] }, "range": [ - 60398, - 60617 + 60598, + 60817 ], "loc": { "start": { - "line": 1629, + "line": 1633, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138469,16 +138935,16 @@ "type": "Line", "value": "empty", "range": [ - 60369, - 60376 + 60569, + 60576 ], "loc": { "start": { - "line": 1628, + "line": 1632, "column": 16 }, "end": { - "line": 1628, + "line": 1632, "column": 23 } } @@ -138486,31 +138952,31 @@ ] }, "range": [ - 60189, - 60617 + 60389, + 60817 ], "loc": { "start": { - "line": 1624, + "line": 1628, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } } }, "range": [ - 59996, - 60617 + 60202, + 60817 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138519,16 +138985,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 59913, - 59974 + 60119, + 60180 ], "loc": { "start": { - "line": 1619, + "line": 1623, "column": 16 }, "end": { - "line": 1619, + "line": 1623, "column": 77 } } @@ -138536,16 +139002,16 @@ ] }, "range": [ - 59728, - 60617 + 59934, + 60817 ], "loc": { "start": { - "line": 1615, + "line": 1619, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138554,16 +139020,16 @@ "type": "Line", "value": " equal date", "range": [ - 59693, - 59706 + 59899, + 59912 ], "loc": { "start": { - "line": 1614, + "line": 1618, "column": 16 }, "end": { - "line": 1614, + "line": 1618, "column": 29 } } @@ -138571,16 +139037,16 @@ ] }, "range": [ - 59509, - 60617 + 59715, + 60817 ], "loc": { "start": { - "line": 1610, + "line": 1614, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138589,16 +139055,16 @@ "type": "Line", "value": " different date", "range": [ - 59470, - 59487 + 59676, + 59693 ], "loc": { "start": { - "line": 1609, + "line": 1613, "column": 16 }, "end": { - "line": 1609, + "line": 1613, "column": 33 } } @@ -138606,16 +139072,16 @@ ] }, "range": [ - 59310, - 60617 + 59516, + 60817 ], "loc": { "start": { - "line": 1605, + "line": 1609, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138624,16 +139090,16 @@ "type": "Line", "value": " greater date", "range": [ - 59273, - 59288 + 59479, + 59494 ], "loc": { "start": { - "line": 1604, + "line": 1608, "column": 16 }, "end": { - "line": 1604, + "line": 1608, "column": 31 } } @@ -138641,16 +139107,16 @@ ] }, "range": [ - 59110, - 60617 + 59316, + 60817 ], "loc": { "start": { - "line": 1600, + "line": 1604, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138659,16 +139125,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 59067, - 59088 + 59273, + 59294 ], "loc": { "start": { - "line": 1599, + "line": 1603, "column": 16 }, "end": { - "line": 1599, + "line": 1603, "column": 37 } } @@ -138676,16 +139142,16 @@ ] }, "range": [ - 58904, - 60617 + 59110, + 60817 ], "loc": { "start": { - "line": 1595, + "line": 1599, "column": 21 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138694,16 +139160,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 58863, - 58882 + 59069, + 59088 ], "loc": { "start": { - "line": 1594, + "line": 1598, "column": 16 }, "end": { - "line": 1594, + "line": 1598, "column": 35 } } @@ -138711,16 +139177,16 @@ ] }, "range": [ - 58703, - 60617 + 58909, + 60817 ], "loc": { "start": { - "line": 1590, + "line": 1594, "column": 16 }, "end": { - "line": 1635, + "line": 1639, "column": 17 } }, @@ -138729,16 +139195,16 @@ "type": "Line", "value": " lower date", "range": [ - 58673, - 58686 + 58879, + 58892 ], "loc": { "start": { - "line": 1589, + "line": 1593, "column": 16 }, "end": { - "line": 1589, + "line": 1593, "column": 29 } } @@ -138747,16 +139213,16 @@ } ], "range": [ - 58602, - 60631 + 58808, + 60831 ], "loc": { "start": { - "line": 1587, + "line": 1591, "column": 45 }, "end": { - "line": 1636, + "line": 1640, "column": 13 } } @@ -138775,16 +139241,16 @@ "object": { "type": "ThisExpression", "range": [ - 60722, - 60726 + 60922, + 60926 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 19 }, "end": { - "line": 1640, + "line": 1644, "column": 23 } } @@ -138793,31 +139259,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 60727, - 60741 + 60927, + 60941 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 24 }, "end": { - "line": 1640, + "line": 1644, "column": 38 } } }, "range": [ - 60722, - 60741 + 60922, + 60941 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 19 }, "end": { - "line": 1640, + "line": 1644, "column": 38 } } @@ -138831,16 +139297,16 @@ "object": { "type": "ThisExpression", "range": [ - 60745, - 60749 + 60945, + 60949 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 42 }, "end": { - "line": 1640, + "line": 1644, "column": 46 } } @@ -138849,31 +139315,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 60750, - 60761 + 60950, + 60961 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 47 }, "end": { - "line": 1640, + "line": 1644, "column": 58 } } }, "range": [ - 60745, - 60761 + 60945, + 60961 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 42 }, "end": { - "line": 1640, + "line": 1644, "column": 58 } } @@ -138882,46 +139348,46 @@ "type": "Identifier", "name": "j", "range": [ - 60762, - 60763 + 60962, + 60963 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 59 }, "end": { - "line": 1640, + "line": 1644, "column": 60 } } }, "range": [ - 60745, - 60764 + 60945, + 60964 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 42 }, "end": { - "line": 1640, + "line": 1644, "column": 61 } } }, "range": [ - 60722, - 60764 + 60922, + 60964 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 19 }, "end": { - "line": 1640, + "line": 1644, "column": 61 } } @@ -138938,16 +139404,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 60787, - 60800 + 60987, + 61000 ], "loc": { "start": { - "line": 1641, + "line": 1645, "column": 20 }, "end": { - "line": 1641, + "line": 1645, "column": 33 } } @@ -138958,16 +139424,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 60803, - 60817 + 61003, + 61017 ], "loc": { "start": { - "line": 1641, + "line": 1645, "column": 36 }, "end": { - "line": 1641, + "line": 1645, "column": 50 } } @@ -138977,16 +139443,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 60843, - 60852 + 61043, + 61052 ], "loc": { "start": { - "line": 1642, + "line": 1646, "column": 24 }, "end": { - "line": 1642, + "line": 1646, "column": 33 } } @@ -139000,16 +139466,16 @@ "object": { "type": "ThisExpression", "range": [ - 60854, - 60858 + 61054, + 61058 ], "loc": { "start": { - "line": 1642, + "line": 1646, "column": 35 }, "end": { - "line": 1642, + "line": 1646, "column": 39 } } @@ -139018,31 +139484,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 60859, - 60870 + 61059, + 61070 ], "loc": { "start": { - "line": 1642, + "line": 1646, "column": 40 }, "end": { - "line": 1642, + "line": 1646, "column": 51 } } }, "range": [ - 60854, - 60870 + 61054, + 61070 ], "loc": { "start": { - "line": 1642, + "line": 1646, "column": 35 }, "end": { - "line": 1642, + "line": 1646, "column": 51 } } @@ -139051,77 +139517,77 @@ "type": "Identifier", "name": "j", "range": [ - 60871, - 60872 + 61071, + 61072 ], "loc": { "start": { - "line": 1642, + "line": 1646, "column": 52 }, "end": { - "line": 1642, + "line": 1646, "column": 53 } } }, "range": [ - 60854, - 60873 + 61054, + 61073 ], "loc": { "start": { - "line": 1642, + "line": 1646, "column": 35 }, "end": { - "line": 1642, + "line": 1646, "column": 54 } } } ], "range": [ - 60803, - 60874 + 61003, + 61074 ], "loc": { "start": { - "line": 1641, + "line": 1645, "column": 36 }, "end": { - "line": 1642, + "line": 1646, "column": 55 } } }, "range": [ - 60787, - 60874 + 60987, + 61074 ], "loc": { "start": { - "line": 1641, + "line": 1645, "column": 20 }, "end": { - "line": 1642, + "line": 1646, "column": 55 } } }, "range": [ - 60787, - 60875 + 60987, + 61075 ], "loc": { "start": { - "line": 1641, + "line": 1645, "column": 20 }, "end": { - "line": 1642, + "line": 1646, "column": 56 } } @@ -139135,16 +139601,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 60896, - 60904 + 61096, + 61104 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 20 }, "end": { - "line": 1643, + "line": 1647, "column": 28 } } @@ -139158,16 +139624,16 @@ "object": { "type": "ThisExpression", "range": [ - 60907, - 60911 + 61107, + 61111 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 31 }, "end": { - "line": 1643, + "line": 1647, "column": 35 } } @@ -139176,31 +139642,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 60912, - 60923 + 61112, + 61123 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 36 }, "end": { - "line": 1643, + "line": 1647, "column": 47 } } }, "range": [ - 60907, - 60923 + 61107, + 61123 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 31 }, "end": { - "line": 1643, + "line": 1647, "column": 47 } } @@ -139209,77 +139675,77 @@ "type": "Identifier", "name": "j", "range": [ - 60924, - 60925 + 61124, + 61125 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 48 }, "end": { - "line": 1643, + "line": 1647, "column": 49 } } }, "range": [ - 60907, - 60926 + 61107, + 61126 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 31 }, "end": { - "line": 1643, + "line": 1647, "column": 50 } } }, "range": [ - 60896, - 60926 + 61096, + 61126 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 20 }, "end": { - "line": 1643, + "line": 1647, "column": 50 } } }, "range": [ - 60896, - 60927 + 61096, + 61127 ], "loc": { "start": { - "line": 1643, + "line": 1647, "column": 20 }, "end": { - "line": 1643, + "line": 1647, "column": 51 } } } ], "range": [ - 60765, - 60945 + 60965, + 61145 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 62 }, "end": { - "line": 1644, + "line": 1648, "column": 17 } } @@ -139301,16 +139767,16 @@ "object": { "type": "ThisExpression", "range": [ - 60976, - 60980 + 61176, + 61180 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 23 }, "end": { - "line": 1645, + "line": 1649, "column": 27 } } @@ -139319,31 +139785,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 60981, - 60999 + 61181, + 61199 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 28 }, "end": { - "line": 1645, + "line": 1649, "column": 46 } } }, "range": [ - 60976, - 60999 + 61176, + 61199 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 23 }, "end": { - "line": 1645, + "line": 1649, "column": 46 } } @@ -139353,31 +139819,31 @@ "value": ",", "raw": "','", "range": [ - 61004, - 61007 + 61204, + 61207 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 51 }, "end": { - "line": 1645, + "line": 1649, "column": 54 } } }, "range": [ - 60976, - 61007 + 61176, + 61207 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 23 }, "end": { - "line": 1645, + "line": 1649, "column": 54 } } @@ -139391,16 +139857,16 @@ "object": { "type": "ThisExpression", "range": [ - 61035, - 61039 + 61235, + 61239 ], "loc": { "start": { - "line": 1646, + "line": 1650, "column": 24 }, "end": { - "line": 1646, + "line": 1650, "column": 28 } } @@ -139409,31 +139875,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 61040, - 61056 + 61240, + 61256 ], "loc": { "start": { - "line": 1646, + "line": 1650, "column": 29 }, "end": { - "line": 1646, + "line": 1650, "column": 45 } } }, "range": [ - 61035, - 61056 + 61235, + 61256 ], "loc": { "start": { - "line": 1646, + "line": 1650, "column": 24 }, "end": { - "line": 1646, + "line": 1650, "column": 45 } } @@ -139443,46 +139909,46 @@ "value": ".", "raw": "'.'", "range": [ - 61061, - 61064 + 61261, + 61264 ], "loc": { "start": { - "line": 1646, + "line": 1650, "column": 50 }, "end": { - "line": 1646, + "line": 1650, "column": 53 } } }, "range": [ - 61035, - 61064 + 61235, + 61264 ], "loc": { "start": { - "line": 1646, + "line": 1650, "column": 24 }, "end": { - "line": 1646, + "line": 1650, "column": 53 } } }, "range": [ - 60976, - 61064 + 61176, + 61264 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 23 }, "end": { - "line": 1646, + "line": 1650, "column": 53 } } @@ -139499,16 +139965,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 61091, - 61104 + 61291, + 61304 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 24 }, "end": { - "line": 1647, + "line": 1651, "column": 37 } } @@ -139519,16 +139985,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 61107, - 61121 + 61307, + 61321 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 40 }, "end": { - "line": 1647, + "line": 1651, "column": 54 } } @@ -139538,16 +140004,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 61122, - 61131 + 61322, + 61331 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 55 }, "end": { - "line": 1647, + "line": 1651, "column": 64 } } @@ -139557,62 +140023,62 @@ "value": "us", "raw": "'us'", "range": [ - 61133, - 61137 + 61333, + 61337 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 66 }, "end": { - "line": 1647, + "line": 1651, "column": 70 } } } ], "range": [ - 61107, - 61138 + 61307, + 61338 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 40 }, "end": { - "line": 1647, + "line": 1651, "column": 71 } } }, "range": [ - 61091, - 61138 + 61291, + 61338 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 24 }, "end": { - "line": 1647, + "line": 1651, "column": 71 } } }, "range": [ - 61091, - 61139 + 61291, + 61339 ], "loc": { "start": { - "line": 1647, + "line": 1651, "column": 24 }, "end": { - "line": 1647, + "line": 1651, "column": 72 } } @@ -139626,16 +140092,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 61164, - 61172 + 61364, + 61372 ], "loc": { "start": { - "line": 1648, + "line": 1652, "column": 24 }, "end": { - "line": 1648, + "line": 1652, "column": 32 } } @@ -139645,62 +140111,62 @@ "value": "us", "raw": "'us'", "range": [ - 61175, - 61179 + 61375, + 61379 ], "loc": { "start": { - "line": 1648, + "line": 1652, "column": 35 }, "end": { - "line": 1648, + "line": 1652, "column": 39 } } }, "range": [ - 61164, - 61179 + 61364, + 61379 ], "loc": { "start": { - "line": 1648, + "line": 1652, "column": 24 }, "end": { - "line": 1648, + "line": 1652, "column": 39 } } }, "range": [ - 61164, - 61180 + 61364, + 61380 ], "loc": { "start": { - "line": 1648, + "line": 1652, "column": 24 }, "end": { - "line": 1648, + "line": 1652, "column": 40 } } } ], "range": [ - 61065, - 61202 + 61265, + 61402 ], "loc": { "start": { - "line": 1646, + "line": 1650, "column": 54 }, "end": { - "line": 1649, + "line": 1653, "column": 21 } } @@ -139717,16 +140183,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 61234, - 61247 + 61434, + 61447 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 24 }, "end": { - "line": 1650, + "line": 1654, "column": 37 } } @@ -139737,16 +140203,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 61250, - 61264 + 61450, + 61464 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 40 }, "end": { - "line": 1650, + "line": 1654, "column": 54 } } @@ -139756,16 +140222,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 61265, - 61274 + 61465, + 61474 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 55 }, "end": { - "line": 1650, + "line": 1654, "column": 64 } } @@ -139775,62 +140241,62 @@ "value": "eu", "raw": "'eu'", "range": [ - 61276, - 61280 + 61476, + 61480 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 66 }, "end": { - "line": 1650, + "line": 1654, "column": 70 } } } ], "range": [ - 61250, - 61281 + 61450, + 61481 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 40 }, "end": { - "line": 1650, + "line": 1654, "column": 71 } } }, "range": [ - 61234, - 61281 + 61434, + 61481 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 24 }, "end": { - "line": 1650, + "line": 1654, "column": 71 } } }, "range": [ - 61234, - 61282 + 61434, + 61482 ], "loc": { "start": { - "line": 1650, + "line": 1654, "column": 24 }, "end": { - "line": 1650, + "line": 1654, "column": 72 } } @@ -139844,16 +140310,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 61307, - 61315 + 61507, + 61515 ], "loc": { "start": { - "line": 1651, + "line": 1655, "column": 24 }, "end": { - "line": 1651, + "line": 1655, "column": 32 } } @@ -139863,108 +140329,108 @@ "value": "eu", "raw": "'eu'", "range": [ - 61318, - 61322 + 61518, + 61522 ], "loc": { "start": { - "line": 1651, + "line": 1655, "column": 35 }, "end": { - "line": 1651, + "line": 1655, "column": 39 } } }, "range": [ - 61307, - 61322 + 61507, + 61522 ], "loc": { "start": { - "line": 1651, + "line": 1655, "column": 24 }, "end": { - "line": 1651, + "line": 1655, "column": 39 } } }, "range": [ - 61307, - 61323 + 61507, + 61523 ], "loc": { "start": { - "line": 1651, + "line": 1655, "column": 24 }, "end": { - "line": 1651, + "line": 1655, "column": 40 } } } ], "range": [ - 61208, - 61345 + 61408, + 61545 ], "loc": { "start": { - "line": 1649, + "line": 1653, "column": 27 }, "end": { - "line": 1652, + "line": 1656, "column": 21 } } }, "range": [ - 60973, - 61345 + 61173, + 61545 ], "loc": { "start": { - "line": 1645, + "line": 1649, "column": 20 }, "end": { - "line": 1652, + "line": 1656, "column": 21 } } } ], "range": [ - 60951, - 61363 + 61151, + 61563 ], "loc": { "start": { - "line": 1644, + "line": 1648, "column": 23 }, "end": { - "line": 1653, + "line": 1657, "column": 17 } } }, "range": [ - 60719, - 61363 + 60919, + 61563 ], "loc": { "start": { - "line": 1640, + "line": 1644, "column": 16 }, "end": { - "line": 1653, + "line": 1657, "column": 17 } }, @@ -139973,16 +140439,16 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 60667, - 60702 + 60867, + 60902 ], "loc": { "start": { - "line": 1639, + "line": 1643, "column": 16 }, "end": { - "line": 1639, + "line": 1643, "column": 51 } } @@ -139993,16 +140459,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 61381, - 61443 + 61581, + 61643 ], "loc": { "start": { - "line": 1655, + "line": 1659, "column": 16 }, "end": { - "line": 1655, + "line": 1659, "column": 78 } } @@ -140011,16 +140477,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 61460, - 61468 + 61660, + 61668 ], "loc": { "start": { - "line": 1656, + "line": 1660, "column": 16 }, "end": { - "line": 1656, + "line": 1660, "column": 24 } } @@ -140029,16 +140495,16 @@ "type": "Line", "value": " lower equal", "range": [ - 61485, - 61499 + 61685, + 61699 ], "loc": { "start": { - "line": 1657, + "line": 1661, "column": 16 }, "end": { - "line": 1657, + "line": 1661, "column": 30 } } @@ -140051,16 +140517,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 61519, - 61524 + 61719, + 61724 ], "loc": { "start": { - "line": 1658, + "line": 1662, "column": 19 }, "end": { - "line": 1658, + "line": 1662, "column": 24 } } @@ -140077,16 +140543,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61547, - 61556 + 61747, + 61756 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 20 }, "end": { - "line": 1659, + "line": 1663, "column": 29 } } @@ -140098,16 +140564,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 61559, - 61572 + 61759, + 61772 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 32 }, "end": { - "line": 1659, + "line": 1663, "column": 45 } } @@ -140118,16 +140584,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 61576, - 61590 + 61776, + 61790 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 49 }, "end": { - "line": 1659, + "line": 1663, "column": 63 } } @@ -140142,16 +140608,16 @@ "type": "Identifier", "name": "sA", "range": [ - 61616, - 61618 + 61816, + 61818 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1664, "column": 26 } } @@ -140160,31 +140626,31 @@ "type": "Identifier", "name": "replace", "range": [ - 61619, - 61626 + 61819, + 61826 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 27 }, "end": { - "line": 1660, + "line": 1664, "column": 34 } } }, "range": [ - 61616, - 61626 + 61816, + 61826 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1664, "column": 34 } } @@ -140194,16 +140660,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 61627, - 61632 + 61827, + 61832 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 35 }, "end": { - "line": 1660, + "line": 1664, "column": 40 } } @@ -140213,32 +140679,32 @@ "value": "", "raw": "''", "range": [ - 61634, - 61636 + 61834, + 61836 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 42 }, "end": { - "line": 1660, + "line": 1664, "column": 44 } } } ], "range": [ - 61616, - 61637 + 61816, + 61837 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 24 }, "end": { - "line": 1660, + "line": 1664, "column": 45 } } @@ -140247,93 +140713,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 61639, - 61647 + 61839, + 61847 ], "loc": { "start": { - "line": 1660, + "line": 1664, "column": 47 }, "end": { - "line": 1660, + "line": 1664, "column": 55 } } } ], "range": [ - 61576, - 61648 + 61776, + 61848 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 49 }, "end": { - "line": 1660, + "line": 1664, "column": 56 } } }, "range": [ - 61559, - 61648 + 61759, + 61848 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 32 }, "end": { - "line": 1660, + "line": 1664, "column": 56 } } }, "range": [ - 61547, - 61648 + 61747, + 61848 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 20 }, "end": { - "line": 1660, + "line": 1664, "column": 56 } } }, "range": [ - 61547, - 61649 + 61747, + 61849 ], "loc": { "start": { - "line": 1659, + "line": 1663, "column": 20 }, "end": { - "line": 1660, + "line": 1664, "column": 57 } } } ], "range": [ - 61525, - 61667 + 61725, + 61867 ], "loc": { "start": { - "line": 1658, + "line": 1662, "column": 25 }, "end": { - "line": 1661, + "line": 1665, "column": 17 } }, @@ -140342,16 +140808,16 @@ "type": "Line", "value": "greater equal", "range": [ - 61684, - 61699 + 61884, + 61899 ], "loc": { "start": { - "line": 1662, + "line": 1666, "column": 16 }, "end": { - "line": 1662, + "line": 1666, "column": 31 } } @@ -140364,16 +140830,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 61724, - 61729 + 61924, + 61929 ], "loc": { "start": { - "line": 1663, + "line": 1667, "column": 24 }, "end": { - "line": 1663, + "line": 1667, "column": 29 } } @@ -140390,16 +140856,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61752, - 61761 + 61952, + 61961 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 20 }, "end": { - "line": 1664, + "line": 1668, "column": 29 } } @@ -140411,16 +140877,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 61764, - 61777 + 61964, + 61977 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 32 }, "end": { - "line": 1664, + "line": 1668, "column": 45 } } @@ -140431,16 +140897,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 61781, - 61795 + 61981, + 61995 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 49 }, "end": { - "line": 1664, + "line": 1668, "column": 63 } } @@ -140455,16 +140921,16 @@ "type": "Identifier", "name": "sA", "range": [ - 61821, - 61823 + 62021, + 62023 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 24 }, "end": { - "line": 1665, + "line": 1669, "column": 26 } } @@ -140473,31 +140939,31 @@ "type": "Identifier", "name": "replace", "range": [ - 61824, - 61831 + 62024, + 62031 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 27 }, "end": { - "line": 1665, + "line": 1669, "column": 34 } } }, "range": [ - 61821, - 61831 + 62021, + 62031 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 24 }, "end": { - "line": 1665, + "line": 1669, "column": 34 } } @@ -140507,16 +140973,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 61832, - 61837 + 62032, + 62037 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 35 }, "end": { - "line": 1665, + "line": 1669, "column": 40 } } @@ -140526,32 +140992,32 @@ "value": "", "raw": "''", "range": [ - 61839, - 61841 + 62039, + 62041 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 42 }, "end": { - "line": 1665, + "line": 1669, "column": 44 } } } ], "range": [ - 61821, - 61842 + 62021, + 62042 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 24 }, "end": { - "line": 1665, + "line": 1669, "column": 45 } } @@ -140560,93 +141026,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 61844, - 61852 + 62044, + 62052 ], "loc": { "start": { - "line": 1665, + "line": 1669, "column": 47 }, "end": { - "line": 1665, + "line": 1669, "column": 55 } } } ], "range": [ - 61781, - 61853 + 61981, + 62053 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 49 }, "end": { - "line": 1665, + "line": 1669, "column": 56 } } }, "range": [ - 61764, - 61853 + 61964, + 62053 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 32 }, "end": { - "line": 1665, + "line": 1669, "column": 56 } } }, "range": [ - 61752, - 61853 + 61952, + 62053 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 20 }, "end": { - "line": 1665, + "line": 1669, "column": 56 } } }, "range": [ - 61752, - 61854 + 61952, + 62054 ], "loc": { "start": { - "line": 1664, + "line": 1668, "column": 20 }, "end": { - "line": 1665, + "line": 1669, "column": 57 } } } ], "range": [ - 61730, - 61872 + 61930, + 62072 ], "loc": { "start": { - "line": 1663, + "line": 1667, "column": 30 }, "end": { - "line": 1666, + "line": 1670, "column": 17 } }, @@ -140655,16 +141121,16 @@ "type": "Line", "value": "lower", "range": [ - 61889, - 61896 + 62089, + 62096 ], "loc": { "start": { - "line": 1667, + "line": 1671, "column": 16 }, "end": { - "line": 1667, + "line": 1671, "column": 23 } } @@ -140677,16 +141143,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 61921, - 61926 + 62121, + 62126 ], "loc": { "start": { - "line": 1668, + "line": 1672, "column": 24 }, "end": { - "line": 1668, + "line": 1672, "column": 29 } } @@ -140703,16 +141169,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61949, - 61958 + 62149, + 62158 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 20 }, "end": { - "line": 1669, + "line": 1673, "column": 29 } } @@ -140724,16 +141190,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 61961, - 61974 + 62161, + 62174 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 32 }, "end": { - "line": 1669, + "line": 1673, "column": 45 } } @@ -140744,16 +141210,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 61977, - 61991 + 62177, + 62191 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 48 }, "end": { - "line": 1669, + "line": 1673, "column": 62 } } @@ -140768,16 +141234,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62017, - 62019 + 62217, + 62219 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 24 }, "end": { - "line": 1670, + "line": 1674, "column": 26 } } @@ -140786,31 +141252,31 @@ "type": "Identifier", "name": "replace", "range": [ - 62020, - 62027 + 62220, + 62227 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 27 }, "end": { - "line": 1670, + "line": 1674, "column": 34 } } }, "range": [ - 62017, - 62027 + 62217, + 62227 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 24 }, "end": { - "line": 1670, + "line": 1674, "column": 34 } } @@ -140820,16 +141286,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 62028, - 62032 + 62228, + 62232 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 35 }, "end": { - "line": 1670, + "line": 1674, "column": 39 } } @@ -140839,32 +141305,32 @@ "value": "", "raw": "''", "range": [ - 62034, - 62036 + 62234, + 62236 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 41 }, "end": { - "line": 1670, + "line": 1674, "column": 43 } } } ], "range": [ - 62017, - 62037 + 62217, + 62237 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 24 }, "end": { - "line": 1670, + "line": 1674, "column": 44 } } @@ -140873,93 +141339,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 62039, - 62047 + 62239, + 62247 ], "loc": { "start": { - "line": 1670, + "line": 1674, "column": 46 }, "end": { - "line": 1670, + "line": 1674, "column": 54 } } } ], "range": [ - 61977, - 62048 + 62177, + 62248 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 48 }, "end": { - "line": 1670, + "line": 1674, "column": 55 } } }, "range": [ - 61961, - 62048 + 62161, + 62248 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 32 }, "end": { - "line": 1670, + "line": 1674, "column": 55 } } }, "range": [ - 61949, - 62048 + 62149, + 62248 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 20 }, "end": { - "line": 1670, + "line": 1674, "column": 55 } } }, "range": [ - 61949, - 62049 + 62149, + 62249 ], "loc": { "start": { - "line": 1669, + "line": 1673, "column": 20 }, "end": { - "line": 1670, + "line": 1674, "column": 56 } } } ], "range": [ - 61927, - 62067 + 62127, + 62267 ], "loc": { "start": { - "line": 1668, + "line": 1672, "column": 30 }, "end": { - "line": 1671, + "line": 1675, "column": 17 } }, @@ -140968,16 +141434,16 @@ "type": "Line", "value": "greater", "range": [ - 62084, - 62093 + 62284, + 62293 ], "loc": { "start": { - "line": 1672, + "line": 1676, "column": 16 }, "end": { - "line": 1672, + "line": 1676, "column": 25 } } @@ -140990,16 +141456,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 62118, - 62123 + 62318, + 62323 ], "loc": { "start": { - "line": 1673, + "line": 1677, "column": 24 }, "end": { - "line": 1673, + "line": 1677, "column": 29 } } @@ -141016,16 +141482,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62146, - 62155 + 62346, + 62355 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 20 }, "end": { - "line": 1674, + "line": 1678, "column": 29 } } @@ -141037,16 +141503,16 @@ "type": "Identifier", "name": "num_cell_data", "range": [ - 62158, - 62171 + 62358, + 62371 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 32 }, "end": { - "line": 1674, + "line": 1678, "column": 45 } } @@ -141057,16 +141523,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 62174, - 62188 + 62374, + 62388 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 48 }, "end": { - "line": 1674, + "line": 1678, "column": 62 } } @@ -141081,16 +141547,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62214, - 62216 + 62414, + 62416 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 24 }, "end": { - "line": 1675, + "line": 1679, "column": 26 } } @@ -141099,31 +141565,31 @@ "type": "Identifier", "name": "replace", "range": [ - 62217, - 62224 + 62417, + 62424 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 27 }, "end": { - "line": 1675, + "line": 1679, "column": 34 } } }, "range": [ - 62214, - 62224 + 62414, + 62424 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 24 }, "end": { - "line": 1675, + "line": 1679, "column": 34 } } @@ -141133,16 +141599,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 62225, - 62229 + 62425, + 62429 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 35 }, "end": { - "line": 1675, + "line": 1679, "column": 39 } } @@ -141152,32 +141618,32 @@ "value": "", "raw": "''", "range": [ - 62231, - 62233 + 62431, + 62433 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 41 }, "end": { - "line": 1675, + "line": 1679, "column": 43 } } } ], "range": [ - 62214, - 62234 + 62414, + 62434 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 24 }, "end": { - "line": 1675, + "line": 1679, "column": 44 } } @@ -141186,93 +141652,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 62236, - 62244 + 62436, + 62444 ], "loc": { "start": { - "line": 1675, + "line": 1679, "column": 46 }, "end": { - "line": 1675, + "line": 1679, "column": 54 } } } ], "range": [ - 62174, - 62245 + 62374, + 62445 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 48 }, "end": { - "line": 1675, + "line": 1679, "column": 55 } } }, "range": [ - 62158, - 62245 + 62358, + 62445 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 32 }, "end": { - "line": 1675, + "line": 1679, "column": 55 } } }, "range": [ - 62146, - 62245 + 62346, + 62445 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 20 }, "end": { - "line": 1675, + "line": 1679, "column": 55 } } }, "range": [ - 62146, - 62246 + 62346, + 62446 ], "loc": { "start": { - "line": 1674, + "line": 1678, "column": 20 }, "end": { - "line": 1675, + "line": 1679, "column": 56 } } } ], "range": [ - 62124, - 62264 + 62324, + 62464 ], "loc": { "start": { - "line": 1673, + "line": 1677, "column": 30 }, "end": { - "line": 1676, + "line": 1680, "column": 17 } }, @@ -141281,16 +141747,16 @@ "type": "Line", "value": "different", "range": [ - 62281, - 62292 + 62481, + 62492 ], "loc": { "start": { - "line": 1677, + "line": 1681, "column": 16 }, "end": { - "line": 1677, + "line": 1681, "column": 27 } } @@ -141303,16 +141769,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 62317, - 62322 + 62517, + 62522 ], "loc": { "start": { - "line": 1678, + "line": 1682, "column": 24 }, "end": { - "line": 1678, + "line": 1682, "column": 29 } } @@ -141329,16 +141795,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62345, - 62354 + 62545, + 62554 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 20 }, "end": { - "line": 1679, + "line": 1683, "column": 29 } } @@ -141353,16 +141819,16 @@ "object": { "type": "ThisExpression", "range": [ - 62357, - 62361 + 62557, + 62561 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 32 }, "end": { - "line": 1679, + "line": 1683, "column": 36 } } @@ -141371,31 +141837,31 @@ "type": "Identifier", "name": "_containsStr", "range": [ - 62362, - 62374 + 62562, + 62574 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 37 }, "end": { - "line": 1679, + "line": 1683, "column": 49 } } }, "range": [ - 62357, - 62374 + 62557, + 62574 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 32 }, "end": { - "line": 1679, + "line": 1683, "column": 49 } } @@ -141410,16 +141876,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62400, - 62402 + 62600, + 62602 ], "loc": { "start": { - "line": 1680, + "line": 1684, "column": 24 }, "end": { - "line": 1680, + "line": 1684, "column": 26 } } @@ -141428,31 +141894,31 @@ "type": "Identifier", "name": "replace", "range": [ - 62403, - 62410 + 62603, + 62610 ], "loc": { "start": { - "line": 1680, + "line": 1684, "column": 27 }, "end": { - "line": 1680, + "line": 1684, "column": 34 } } }, "range": [ - 62400, - 62410 + 62600, + 62610 ], "loc": { "start": { - "line": 1680, + "line": 1684, "column": 24 }, "end": { - "line": 1680, + "line": 1684, "column": 34 } } @@ -141462,16 +141928,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 62411, - 62415 + 62611, + 62615 ], "loc": { "start": { - "line": 1680, + "line": 1684, "column": 35 }, "end": { - "line": 1680, + "line": 1684, "column": 39 } } @@ -141481,32 +141947,32 @@ "value": "", "raw": "''", "range": [ - 62417, - 62419 + 62617, + 62619 ], "loc": { "start": { - "line": 1680, + "line": 1684, "column": 41 }, "end": { - "line": 1680, + "line": 1684, "column": 43 } } } ], "range": [ - 62400, - 62420 + 62600, + 62620 ], "loc": { "start": { - "line": 1680, + "line": 1684, "column": 24 }, "end": { - "line": 1680, + "line": 1684, "column": 44 } } @@ -141515,33 +141981,33 @@ "type": "Identifier", "name": "cell_data", "range": [ - 62421, - 62430 + 62622, + 62631 ], "loc": { "start": { - "line": 1680, - "column": 45 + "line": 1684, + "column": 46 }, "end": { - "line": 1680, - "column": 54 + "line": 1684, + "column": 55 } } } ], "range": [ - 62357, - 62431 + 62557, + 62632 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 32 }, "end": { - "line": 1680, - "column": 55 + "line": 1684, + "column": 56 } } }, @@ -141550,17 +142016,17 @@ "value": false, "raw": "false", "range": [ - 62434, - 62439 + 62635, + 62640 ], "loc": { "start": { - "line": 1680, - "column": 58 + "line": 1684, + "column": 59 }, "end": { - "line": 1680, - "column": 63 + "line": 1684, + "column": 64 } } }, @@ -141569,77 +142035,77 @@ "value": true, "raw": "true", "range": [ - 62442, - 62446 + 62643, + 62647 ], "loc": { "start": { - "line": 1680, - "column": 66 + "line": 1684, + "column": 67 }, "end": { - "line": 1680, - "column": 70 + "line": 1684, + "column": 71 } } }, "range": [ - 62357, - 62446 + 62557, + 62647 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 32 }, "end": { - "line": 1680, - "column": 70 + "line": 1684, + "column": 71 } } }, "range": [ - 62345, - 62446 + 62545, + 62647 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 20 }, "end": { - "line": 1680, - "column": 70 + "line": 1684, + "column": 71 } } }, "range": [ - 62345, - 62447 + 62545, + 62648 ], "loc": { "start": { - "line": 1679, + "line": 1683, "column": 20 }, "end": { - "line": 1680, - "column": 71 + "line": 1684, + "column": 72 } } } ], "range": [ - 62323, - 62465 + 62523, + 62666 ], "loc": { "start": { - "line": 1678, + "line": 1682, "column": 30 }, "end": { - "line": 1681, + "line": 1685, "column": 17 } }, @@ -141648,16 +142114,16 @@ "type": "Line", "value": "like", "range": [ - 62482, - 62488 + 62683, + 62689 ], "loc": { "start": { - "line": 1682, + "line": 1686, "column": 16 }, "end": { - "line": 1682, + "line": 1686, "column": 22 } } @@ -141670,16 +142136,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 62513, - 62518 + 62714, + 62719 ], "loc": { "start": { - "line": 1683, + "line": 1687, "column": 24 }, "end": { - "line": 1683, + "line": 1687, "column": 29 } } @@ -141696,16 +142162,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62541, - 62550 + 62742, + 62751 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 20 }, "end": { - "line": 1684, + "line": 1688, "column": 29 } } @@ -141718,16 +142184,16 @@ "object": { "type": "ThisExpression", "range": [ - 62553, - 62557 + 62754, + 62758 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 32 }, "end": { - "line": 1684, + "line": 1688, "column": 36 } } @@ -141736,31 +142202,31 @@ "type": "Identifier", "name": "_containsStr", "range": [ - 62558, - 62570 + 62759, + 62771 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 37 }, "end": { - "line": 1684, + "line": 1688, "column": 49 } } }, "range": [ - 62553, - 62570 + 62754, + 62771 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 32 }, "end": { - "line": 1684, + "line": 1688, "column": 49 } } @@ -141775,16 +142241,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62596, - 62598 + 62797, + 62799 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 24 }, "end": { - "line": 1685, + "line": 1689, "column": 26 } } @@ -141793,31 +142259,31 @@ "type": "Identifier", "name": "replace", "range": [ - 62599, - 62606 + 62800, + 62807 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 27 }, "end": { - "line": 1685, + "line": 1689, "column": 34 } } }, "range": [ - 62596, - 62606 + 62797, + 62807 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 24 }, "end": { - "line": 1685, + "line": 1689, "column": 34 } } @@ -141827,16 +142293,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 62607, - 62612 + 62808, + 62813 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 35 }, "end": { - "line": 1685, + "line": 1689, "column": 40 } } @@ -141846,32 +142312,32 @@ "value": "", "raw": "''", "range": [ - 62614, - 62616 + 62815, + 62817 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 42 }, "end": { - "line": 1685, + "line": 1689, "column": 44 } } } ], "range": [ - 62596, - 62617 + 62797, + 62818 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 24 }, "end": { - "line": 1685, + "line": 1689, "column": 45 } } @@ -141880,116 +142346,97 @@ "type": "Identifier", "name": "cell_data", "range": [ - 62619, - 62628 + 62820, + 62829 ], "loc": { "start": { - "line": 1685, + "line": 1689, "column": 47 }, "end": { - "line": 1685, + "line": 1689, "column": 56 } } }, - { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 62630, - 62634 - ], - "loc": { - "start": { - "line": 1685, - "column": 58 - }, - "end": { - "line": 1685, - "column": 62 - } - } - }, { "type": "Literal", "value": false, "raw": "false", "range": [ - 62636, - 62641 + 62831, + 62836 ], "loc": { "start": { - "line": 1685, - "column": 64 + "line": 1689, + "column": 58 }, "end": { - "line": 1685, - "column": 69 + "line": 1689, + "column": 63 } } } ], "range": [ - 62553, - 62642 + 62754, + 62837 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 32 }, "end": { - "line": 1685, - "column": 70 + "line": 1689, + "column": 64 } } }, "range": [ - 62541, - 62642 + 62742, + 62837 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 20 }, "end": { - "line": 1685, - "column": 70 + "line": 1689, + "column": 64 } } }, "range": [ - 62541, - 62643 + 62742, + 62838 ], "loc": { "start": { - "line": 1684, + "line": 1688, "column": 20 }, "end": { - "line": 1685, - "column": 71 + "line": 1689, + "column": 65 } } } ], "range": [ - 62519, - 62661 + 62720, + 62856 ], "loc": { "start": { - "line": 1683, + "line": 1687, "column": 30 }, "end": { - "line": 1686, + "line": 1690, "column": 17 } }, @@ -141998,16 +142445,16 @@ "type": "Line", "value": "equal", "range": [ - 62678, - 62685 + 62873, + 62880 ], "loc": { "start": { - "line": 1687, + "line": 1691, "column": 16 }, "end": { - "line": 1687, + "line": 1691, "column": 23 } } @@ -142020,16 +142467,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 62710, - 62715 + 62905, + 62910 ], "loc": { "start": { - "line": 1688, + "line": 1692, "column": 24 }, "end": { - "line": 1688, + "line": 1692, "column": 29 } } @@ -142046,16 +142493,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62738, - 62747 + 62933, + 62942 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 20 }, "end": { - "line": 1689, + "line": 1693, "column": 29 } } @@ -142068,16 +142515,16 @@ "object": { "type": "ThisExpression", "range": [ - 62750, - 62754 + 62945, + 62949 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 32 }, "end": { - "line": 1689, + "line": 1693, "column": 36 } } @@ -142086,31 +142533,31 @@ "type": "Identifier", "name": "_containsStr", "range": [ - 62755, - 62767 + 62950, + 62962 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 37 }, "end": { - "line": 1689, + "line": 1693, "column": 49 } } }, "range": [ - 62750, - 62767 + 62945, + 62962 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 32 }, "end": { - "line": 1689, + "line": 1693, "column": 49 } } @@ -142125,16 +142572,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62793, - 62795 + 62988, + 62990 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 24 }, "end": { - "line": 1690, + "line": 1694, "column": 26 } } @@ -142143,31 +142590,31 @@ "type": "Identifier", "name": "replace", "range": [ - 62796, - 62803 + 62991, + 62998 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 27 }, "end": { - "line": 1690, + "line": 1694, "column": 34 } } }, "range": [ - 62793, - 62803 + 62988, + 62998 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 24 }, "end": { - "line": 1690, + "line": 1694, "column": 34 } } @@ -142177,16 +142624,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 62804, - 62809 + 62999, + 63004 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 35 }, "end": { - "line": 1690, + "line": 1694, "column": 40 } } @@ -142196,32 +142643,32 @@ "value": "", "raw": "''", "range": [ - 62811, - 62813 + 63006, + 63008 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 42 }, "end": { - "line": 1690, + "line": 1694, "column": 44 } } } ], "range": [ - 62793, - 62814 + 62988, + 63009 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 24 }, "end": { - "line": 1690, + "line": 1694, "column": 45 } } @@ -142230,116 +142677,97 @@ "type": "Identifier", "name": "cell_data", "range": [ - 62816, - 62825 + 63011, + 63020 ], "loc": { "start": { - "line": 1690, + "line": 1694, "column": 47 }, "end": { - "line": 1690, + "line": 1694, "column": 56 } } }, - { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 62827, - 62831 - ], - "loc": { - "start": { - "line": 1690, - "column": 58 - }, - "end": { - "line": 1690, - "column": 62 - } - } - }, { "type": "Literal", "value": true, "raw": "true", "range": [ - 62833, - 62837 + 63022, + 63026 ], "loc": { "start": { - "line": 1690, - "column": 64 + "line": 1694, + "column": 58 }, "end": { - "line": 1690, - "column": 68 + "line": 1694, + "column": 62 } } } ], "range": [ - 62750, - 62838 + 62945, + 63027 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 32 }, "end": { - "line": 1690, - "column": 69 + "line": 1694, + "column": 63 } } }, "range": [ - 62738, - 62838 + 62933, + 63027 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 20 }, "end": { - "line": 1690, - "column": 69 + "line": 1694, + "column": 63 } } }, "range": [ - 62738, - 62839 + 62933, + 63028 ], "loc": { "start": { - "line": 1689, + "line": 1693, "column": 20 }, "end": { - "line": 1690, - "column": 70 + "line": 1694, + "column": 64 } } } ], "range": [ - 62716, - 62857 + 62911, + 63046 ], "loc": { "start": { - "line": 1688, + "line": 1692, "column": 30 }, "end": { - "line": 1691, + "line": 1695, "column": 17 } }, @@ -142348,16 +142776,16 @@ "type": "Line", "value": "starts with", "range": [ - 62874, - 62887 + 63063, + 63076 ], "loc": { "start": { - "line": 1692, + "line": 1696, "column": 16 }, "end": { - "line": 1692, + "line": 1696, "column": 29 } } @@ -142370,16 +142798,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 62912, - 62917 + 63101, + 63106 ], "loc": { "start": { - "line": 1693, + "line": 1697, "column": 24 }, "end": { - "line": 1693, + "line": 1697, "column": 29 } } @@ -142396,16 +142824,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62940, - 62949 + 63129, + 63138 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 20 }, "end": { - "line": 1694, + "line": 1698, "column": 29 } } @@ -142424,16 +142852,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 62952, - 62961 + 63141, + 63150 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 32 }, "end": { - "line": 1694, + "line": 1698, "column": 41 } } @@ -142442,31 +142870,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 62962, - 62969 + 63151, + 63158 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 42 }, "end": { - "line": 1694, + "line": 1698, "column": 49 } } }, "range": [ - 62952, - 62969 + 63141, + 63158 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 32 }, "end": { - "line": 1694, + "line": 1698, "column": 49 } } @@ -142481,16 +142909,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62970, - 62972 + 63159, + 63161 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 50 }, "end": { - "line": 1694, + "line": 1698, "column": 52 } } @@ -142499,31 +142927,31 @@ "type": "Identifier", "name": "replace", "range": [ - 62973, - 62980 + 63162, + 63169 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 53 }, "end": { - "line": 1694, + "line": 1698, "column": 60 } } }, "range": [ - 62970, - 62980 + 63159, + 63169 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 50 }, "end": { - "line": 1694, + "line": 1698, "column": 60 } } @@ -142533,16 +142961,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 62981, - 62986 + 63170, + 63175 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 61 }, "end": { - "line": 1694, + "line": 1698, "column": 66 } } @@ -142552,48 +142980,48 @@ "value": "", "raw": "''", "range": [ - 62988, - 62990 + 63177, + 63179 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 68 }, "end": { - "line": 1694, + "line": 1698, "column": 70 } } } ], "range": [ - 62970, - 62991 + 63159, + 63180 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 50 }, "end": { - "line": 1694, + "line": 1698, "column": 71 } } } ], "range": [ - 62952, - 62992 + 63141, + 63181 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 32 }, "end": { - "line": 1694, + "line": 1698, "column": 72 } } @@ -142603,31 +143031,31 @@ "value": 0, "raw": "0", "range": [ - 62995, - 62996 + 63184, + 63185 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 75 }, "end": { - "line": 1694, + "line": 1698, "column": 76 } } }, "range": [ - 62952, - 62996 + 63141, + 63185 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 32 }, "end": { - "line": 1694, + "line": 1698, "column": 76 } } @@ -142637,16 +143065,16 @@ "value": true, "raw": "true", "range": [ - 63023, - 63027 + 63212, + 63216 ], "loc": { "start": { - "line": 1695, + "line": 1699, "column": 24 }, "end": { - "line": 1695, + "line": 1699, "column": 28 } } @@ -142656,77 +143084,77 @@ "value": false, "raw": "false", "range": [ - 63030, - 63035 + 63219, + 63224 ], "loc": { "start": { - "line": 1695, + "line": 1699, "column": 31 }, "end": { - "line": 1695, + "line": 1699, "column": 36 } } }, "range": [ - 62952, - 63035 + 63141, + 63224 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 32 }, "end": { - "line": 1695, + "line": 1699, "column": 36 } } }, "range": [ - 62940, - 63035 + 63129, + 63224 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 20 }, "end": { - "line": 1695, + "line": 1699, "column": 36 } } }, "range": [ - 62940, - 63036 + 63129, + 63225 ], "loc": { "start": { - "line": 1694, + "line": 1698, "column": 20 }, "end": { - "line": 1695, + "line": 1699, "column": 37 } } } ], "range": [ - 62918, - 63054 + 63107, + 63243 ], "loc": { "start": { - "line": 1693, + "line": 1697, "column": 30 }, "end": { - "line": 1696, + "line": 1700, "column": 17 } }, @@ -142735,16 +143163,16 @@ "type": "Line", "value": "ends with", "range": [ - 63071, - 63082 + 63260, + 63271 ], "loc": { "start": { - "line": 1697, + "line": 1701, "column": 16 }, "end": { - "line": 1697, + "line": 1701, "column": 27 } } @@ -142757,16 +143185,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 63107, - 63112 + 63296, + 63301 ], "loc": { "start": { - "line": 1698, + "line": 1702, "column": 24 }, "end": { - "line": 1698, + "line": 1702, "column": 29 } } @@ -142783,16 +143211,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 63139, - 63148 + 63328, + 63337 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 24 }, "end": { - "line": 1699, + "line": 1703, "column": 33 } } @@ -142806,16 +143234,16 @@ "type": "Identifier", "name": "sA", "range": [ - 63151, - 63153 + 63340, + 63342 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 36 }, "end": { - "line": 1699, + "line": 1703, "column": 38 } } @@ -142824,31 +143252,31 @@ "type": "Identifier", "name": "replace", "range": [ - 63154, - 63161 + 63343, + 63350 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 39 }, "end": { - "line": 1699, + "line": 1703, "column": 46 } } }, "range": [ - 63151, - 63161 + 63340, + 63350 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 36 }, "end": { - "line": 1699, + "line": 1703, "column": 46 } } @@ -142858,16 +143286,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 63162, - 63167 + 63351, + 63356 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 47 }, "end": { - "line": 1699, + "line": 1703, "column": 52 } } @@ -142877,47 +143305,47 @@ "value": "", "raw": "''", "range": [ - 63169, - 63171 + 63358, + 63360 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 54 }, "end": { - "line": 1699, + "line": 1703, "column": 56 } } } ], "range": [ - 63151, - 63172 + 63340, + 63361 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 36 }, "end": { - "line": 1699, + "line": 1703, "column": 57 } } }, "range": [ - 63139, - 63172 + 63328, + 63361 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 24 }, "end": { - "line": 1699, + "line": 1703, "column": 57 } } @@ -142925,16 +143353,16 @@ ], "kind": "let", "range": [ - 63135, - 63173 + 63324, + 63362 ], "loc": { "start": { - "line": 1699, + "line": 1703, "column": 20 }, "end": { - "line": 1699, + "line": 1703, "column": 58 } } @@ -142948,16 +143376,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 63194, - 63203 + 63383, + 63392 ], "loc": { "start": { - "line": 1700, + "line": 1704, "column": 20 }, "end": { - "line": 1700, + "line": 1704, "column": 29 } } @@ -142979,16 +143407,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63230, - 63239 + 63419, + 63428 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 24 }, "end": { - "line": 1701, + "line": 1705, "column": 33 } } @@ -142997,31 +143425,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 63240, - 63251 + 63429, + 63440 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 34 }, "end": { - "line": 1701, + "line": 1705, "column": 45 } } }, "range": [ - 63230, - 63251 + 63419, + 63440 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 24 }, "end": { - "line": 1701, + "line": 1705, "column": 45 } } @@ -143031,16 +143459,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 63252, - 63261 + 63441, + 63450 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 46 }, "end": { - "line": 1701, + "line": 1705, "column": 55 } } @@ -143055,16 +143483,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63262, - 63271 + 63451, + 63460 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 56 }, "end": { - "line": 1701, + "line": 1705, "column": 65 } } @@ -143073,31 +143501,31 @@ "type": "Identifier", "name": "length", "range": [ - 63272, - 63278 + 63461, + 63467 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 66 }, "end": { - "line": 1701, + "line": 1705, "column": 72 } } }, "range": [ - 63262, - 63278 + 63451, + 63467 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 56 }, "end": { - "line": 1701, + "line": 1705, "column": 72 } } @@ -143107,47 +143535,47 @@ "value": 1, "raw": "1", "range": [ - 63279, - 63280 + 63468, + 63469 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 73 }, "end": { - "line": 1701, + "line": 1705, "column": 74 } } }, "range": [ - 63262, - 63280 + 63451, + 63469 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 56 }, "end": { - "line": 1701, + "line": 1705, "column": 74 } } } ], "range": [ - 63230, - 63281 + 63419, + 63470 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 24 }, "end": { - "line": 1701, + "line": 1705, "column": 75 } } @@ -143165,16 +143593,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63311, - 63320 + 63500, + 63509 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 25 }, "end": { - "line": 1702, + "line": 1706, "column": 34 } } @@ -143183,31 +143611,31 @@ "type": "Identifier", "name": "length", "range": [ - 63321, - 63327 + 63510, + 63516 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 35 }, "end": { - "line": 1702, + "line": 1706, "column": 41 } } }, "range": [ - 63311, - 63327 + 63500, + 63516 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 25 }, "end": { - "line": 1702, + "line": 1706, "column": 41 } } @@ -143217,31 +143645,31 @@ "value": 1, "raw": "1", "range": [ - 63328, - 63329 + 63517, + 63518 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 42 }, "end": { - "line": 1702, + "line": 1706, "column": 43 } } }, "range": [ - 63311, - 63329 + 63500, + 63518 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 25 }, "end": { - "line": 1702, + "line": 1706, "column": 43 } } @@ -143256,16 +143684,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 63332, - 63341 + 63521, + 63530 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 46 }, "end": { - "line": 1702, + "line": 1706, "column": 55 } } @@ -143274,31 +143702,31 @@ "type": "Identifier", "name": "length", "range": [ - 63342, - 63348 + 63531, + 63537 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 56 }, "end": { - "line": 1702, + "line": 1706, "column": 62 } } }, "range": [ - 63332, - 63348 + 63521, + 63537 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 46 }, "end": { - "line": 1702, + "line": 1706, "column": 62 } } @@ -143308,61 +143736,61 @@ "value": 1, "raw": "1", "range": [ - 63349, - 63350 + 63538, + 63539 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 63 }, "end": { - "line": 1702, + "line": 1706, "column": 64 } } }, "range": [ - 63332, - 63350 + 63521, + 63539 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 46 }, "end": { - "line": 1702, + "line": 1706, "column": 64 } } }, "range": [ - 63310, - 63351 + 63499, + 63540 ], "loc": { "start": { - "line": 1702, + "line": 1706, "column": 24 }, "end": { - "line": 1702, + "line": 1706, "column": 65 } } }, "range": [ - 63230, - 63351 + 63419, + 63540 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 24 }, "end": { - "line": 1702, + "line": 1706, "column": 65 } } @@ -143379,16 +143807,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63379, - 63388 + 63568, + 63577 ], "loc": { "start": { - "line": 1703, + "line": 1707, "column": 24 }, "end": { - "line": 1703, + "line": 1707, "column": 33 } } @@ -143397,31 +143825,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 63389, - 63400 + 63578, + 63589 ], "loc": { "start": { - "line": 1703, + "line": 1707, "column": 34 }, "end": { - "line": 1703, + "line": 1707, "column": 45 } } }, "range": [ - 63379, - 63400 + 63568, + 63589 ], "loc": { "start": { - "line": 1703, + "line": 1707, "column": 24 }, "end": { - "line": 1703, + "line": 1707, "column": 45 } } @@ -143431,16 +143859,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 63430, - 63439 + 63619, + 63628 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 28 }, "end": { - "line": 1704, + "line": 1708, "column": 37 } } @@ -143455,16 +143883,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63441, - 63450 + 63630, + 63639 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 39 }, "end": { - "line": 1704, + "line": 1708, "column": 48 } } @@ -143473,31 +143901,31 @@ "type": "Identifier", "name": "length", "range": [ - 63451, - 63457 + 63640, + 63646 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 49 }, "end": { - "line": 1704, + "line": 1708, "column": 55 } } }, "range": [ - 63441, - 63457 + 63630, + 63646 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 39 }, "end": { - "line": 1704, + "line": 1708, "column": 55 } } @@ -143507,47 +143935,47 @@ "value": 1, "raw": "1", "range": [ - 63458, - 63459 + 63647, + 63648 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 56 }, "end": { - "line": 1704, + "line": 1708, "column": 57 } } }, "range": [ - 63441, - 63459 + 63630, + 63648 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 39 }, "end": { - "line": 1704, + "line": 1708, "column": 57 } } } ], "range": [ - 63379, - 63460 + 63568, + 63649 ], "loc": { "start": { - "line": 1703, + "line": 1707, "column": 24 }, "end": { - "line": 1704, + "line": 1708, "column": 58 } } @@ -143560,62 +143988,62 @@ "value": 1, "raw": "1", "range": [ - 63464, - 63465 + 63653, + 63654 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 62 }, "end": { - "line": 1704, + "line": 1708, "column": 63 } } }, "prefix": true, "range": [ - 63463, - 63465 + 63652, + 63654 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 61 }, "end": { - "line": 1704, + "line": 1708, "column": 63 } } }, "range": [ - 63379, - 63465 + 63568, + 63654 ], "loc": { "start": { - "line": 1703, + "line": 1707, "column": 24 }, "end": { - "line": 1704, + "line": 1708, "column": 63 } } }, "range": [ - 63230, - 63465 + 63419, + 63654 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 24 }, "end": { - "line": 1704, + "line": 1708, "column": 63 } } @@ -143625,16 +144053,16 @@ "value": true, "raw": "true", "range": [ - 63468, - 63472 + 63657, + 63661 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 66 }, "end": { - "line": 1704, + "line": 1708, "column": 70 } } @@ -143644,77 +144072,77 @@ "value": false, "raw": "false", "range": [ - 63475, - 63480 + 63664, + 63669 ], "loc": { "start": { - "line": 1704, + "line": 1708, "column": 73 }, "end": { - "line": 1704, + "line": 1708, "column": 78 } } }, "range": [ - 63230, - 63480 + 63419, + 63669 ], "loc": { "start": { - "line": 1701, + "line": 1705, "column": 24 }, "end": { - "line": 1704, + "line": 1708, "column": 78 } } }, "range": [ - 63194, - 63480 + 63383, + 63669 ], "loc": { "start": { - "line": 1700, + "line": 1704, "column": 20 }, "end": { - "line": 1704, + "line": 1708, "column": 78 } } }, "range": [ - 63194, - 63481 + 63383, + 63670 ], "loc": { "start": { - "line": 1700, + "line": 1704, "column": 20 }, "end": { - "line": 1704, + "line": 1708, "column": 79 } } } ], "range": [ - 63113, - 63499 + 63302, + 63688 ], "loc": { "start": { - "line": 1698, + "line": 1702, "column": 30 }, "end": { - "line": 1705, + "line": 1709, "column": 17 } }, @@ -143723,16 +144151,16 @@ "type": "Line", "value": "empty", "range": [ - 63516, - 63523 + 63705, + 63712 ], "loc": { "start": { - "line": 1706, + "line": 1710, "column": 16 }, "end": { - "line": 1706, + "line": 1710, "column": 23 } } @@ -143745,16 +144173,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 63548, - 63553 + 63737, + 63742 ], "loc": { "start": { - "line": 1707, + "line": 1711, "column": 24 }, "end": { - "line": 1707, + "line": 1711, "column": 29 } } @@ -143771,16 +144199,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 63576, - 63585 + 63765, + 63774 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 20 }, "end": { - "line": 1708, + "line": 1712, "column": 29 } } @@ -143794,16 +144222,16 @@ "type": "Identifier", "name": "Str", "range": [ - 63588, - 63591 + 63777, + 63780 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 32 }, "end": { - "line": 1708, + "line": 1712, "column": 35 } } @@ -143812,31 +144240,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 63592, - 63599 + 63781, + 63788 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 36 }, "end": { - "line": 1708, + "line": 1712, "column": 43 } } }, "range": [ - 63588, - 63599 + 63777, + 63788 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 32 }, "end": { - "line": 1708, + "line": 1712, "column": 43 } } @@ -143846,78 +144274,78 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63600, - 63609 + 63789, + 63798 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 44 }, "end": { - "line": 1708, + "line": 1712, "column": 53 } } } ], "range": [ - 63588, - 63610 + 63777, + 63799 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 32 }, "end": { - "line": 1708, + "line": 1712, "column": 54 } } }, "range": [ - 63576, - 63610 + 63765, + 63799 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 20 }, "end": { - "line": 1708, + "line": 1712, "column": 54 } } }, "range": [ - 63576, - 63611 + 63765, + 63800 ], "loc": { "start": { - "line": 1708, + "line": 1712, "column": 20 }, "end": { - "line": 1708, + "line": 1712, "column": 55 } } } ], "range": [ - 63554, - 63629 + 63743, + 63818 ], "loc": { "start": { - "line": 1707, + "line": 1711, "column": 30 }, "end": { - "line": 1709, + "line": 1713, "column": 17 } }, @@ -143926,16 +144354,16 @@ "type": "Line", "value": "non-empty", "range": [ - 63646, - 63657 + 63835, + 63846 ], "loc": { "start": { - "line": 1710, + "line": 1714, "column": 16 }, "end": { - "line": 1710, + "line": 1714, "column": 27 } } @@ -143948,16 +144376,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 63682, - 63687 + 63871, + 63876 ], "loc": { "start": { - "line": 1711, + "line": 1715, "column": 24 }, "end": { - "line": 1711, + "line": 1715, "column": 29 } } @@ -143974,16 +144402,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 63710, - 63719 + 63899, + 63908 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 20 }, "end": { - "line": 1712, + "line": 1716, "column": 29 } } @@ -144000,16 +144428,16 @@ "type": "Identifier", "name": "Str", "range": [ - 63723, - 63726 + 63912, + 63915 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 33 }, "end": { - "line": 1712, + "line": 1716, "column": 36 } } @@ -144018,31 +144446,31 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 63727, - 63734 + 63916, + 63923 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 37 }, "end": { - "line": 1712, + "line": 1716, "column": 44 } } }, "range": [ - 63723, - 63734 + 63912, + 63923 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 33 }, "end": { - "line": 1712, + "line": 1716, "column": 44 } } @@ -144052,94 +144480,94 @@ "type": "Identifier", "name": "cell_data", "range": [ - 63735, - 63744 + 63924, + 63933 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 45 }, "end": { - "line": 1712, + "line": 1716, "column": 54 } } } ], "range": [ - 63723, - 63745 + 63912, + 63934 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 33 }, "end": { - "line": 1712, + "line": 1716, "column": 55 } } }, "prefix": true, "range": [ - 63722, - 63745 + 63911, + 63934 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 32 }, "end": { - "line": 1712, + "line": 1716, "column": 55 } } }, "range": [ - 63710, - 63745 + 63899, + 63934 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 20 }, "end": { - "line": 1712, + "line": 1716, "column": 55 } } }, "range": [ - 63710, - 63746 + 63899, + 63935 ], "loc": { "start": { - "line": 1712, + "line": 1716, "column": 20 }, "end": { - "line": 1712, + "line": 1716, "column": 56 } } } ], "range": [ - 63688, - 63764 + 63877, + 63953 ], "loc": { "start": { - "line": 1711, + "line": 1715, "column": 30 }, "end": { - "line": 1713, + "line": 1717, "column": 17 } }, @@ -144148,16 +144576,16 @@ "type": "Line", "value": "regexp", "range": [ - 63781, - 63789 + 63970, + 63978 ], "loc": { "start": { - "line": 1714, + "line": 1718, "column": 16 }, "end": { - "line": 1714, + "line": 1718, "column": 24 } } @@ -144170,16 +144598,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 63814, - 63819 + 64003, + 64008 ], "loc": { "start": { - "line": 1715, + "line": 1719, "column": 24 }, "end": { - "line": 1715, + "line": 1719, "column": 29 } } @@ -144201,16 +144629,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 63977, - 63984 + 64166, + 64173 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 28 }, "end": { - "line": 1719, + "line": 1723, "column": 35 } } @@ -144224,16 +144652,16 @@ "type": "Identifier", "name": "sA", "range": [ - 63987, - 63989 + 64176, + 64178 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 38 }, "end": { - "line": 1719, + "line": 1723, "column": 40 } } @@ -144242,31 +144670,31 @@ "type": "Identifier", "name": "replace", "range": [ - 63990, - 63997 + 64179, + 64186 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 41 }, "end": { - "line": 1719, + "line": 1723, "column": 48 } } }, "range": [ - 63987, - 63997 + 64176, + 64186 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 38 }, "end": { - "line": 1719, + "line": 1723, "column": 48 } } @@ -144276,16 +144704,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 63998, - 64003 + 64187, + 64192 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 49 }, "end": { - "line": 1719, + "line": 1723, "column": 54 } } @@ -144295,47 +144723,47 @@ "value": "", "raw": "''", "range": [ - 64004, - 64006 + 64193, + 64195 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 55 }, "end": { - "line": 1719, + "line": 1723, "column": 57 } } } ], "range": [ - 63987, - 64007 + 64176, + 64196 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 38 }, "end": { - "line": 1719, + "line": 1723, "column": 58 } } }, "range": [ - 63977, - 64007 + 64166, + 64196 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 28 }, "end": { - "line": 1719, + "line": 1723, "column": 58 } } @@ -144343,16 +144771,16 @@ ], "kind": "let", "range": [ - 63973, - 64008 + 64162, + 64197 ], "loc": { "start": { - "line": 1719, + "line": 1723, "column": 24 }, "end": { - "line": 1719, + "line": 1723, "column": 59 } }, @@ -144361,16 +144789,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 63842, - 63877 + 64031, + 64066 ], "loc": { "start": { - "line": 1716, + "line": 1720, "column": 20 }, "end": { - "line": 1716, + "line": 1720, "column": 55 } } @@ -144379,16 +144807,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 63927, - 63948 + 64116, + 64137 ], "loc": { "start": { - "line": 1718, + "line": 1722, "column": 24 }, "end": { - "line": 1718, + "line": 1722, "column": 45 } } @@ -144404,16 +144832,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 64037, - 64040 + 64226, + 64229 ], "loc": { "start": { - "line": 1720, + "line": 1724, "column": 28 }, "end": { - "line": 1720, + "line": 1724, "column": 31 } } @@ -144424,16 +144852,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 64047, - 64053 + 64236, + 64242 ], "loc": { "start": { - "line": 1720, + "line": 1724, "column": 38 }, "end": { - "line": 1720, + "line": 1724, "column": 44 } } @@ -144443,47 +144871,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 64054, - 64061 + 64243, + 64250 ], "loc": { "start": { - "line": 1720, + "line": 1724, "column": 45 }, "end": { - "line": 1720, + "line": 1724, "column": 52 } } } ], "range": [ - 64043, - 64062 + 64232, + 64251 ], "loc": { "start": { - "line": 1720, + "line": 1724, "column": 34 }, "end": { - "line": 1720, + "line": 1724, "column": 53 } } }, "range": [ - 64037, - 64062 + 64226, + 64251 ], "loc": { "start": { - "line": 1720, + "line": 1724, "column": 28 }, "end": { - "line": 1720, + "line": 1724, "column": 53 } } @@ -144491,16 +144919,16 @@ ], "kind": "let", "range": [ - 64033, - 64063 + 64222, + 64252 ], "loc": { "start": { - "line": 1720, + "line": 1724, "column": 24 }, "end": { - "line": 1720, + "line": 1724, "column": 54 } } @@ -144514,16 +144942,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 64088, - 64097 + 64277, + 64286 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 24 }, "end": { - "line": 1721, + "line": 1725, "column": 33 } } @@ -144537,16 +144965,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 64100, - 64103 + 64289, + 64292 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 36 }, "end": { - "line": 1721, + "line": 1725, "column": 39 } } @@ -144555,31 +144983,31 @@ "type": "Identifier", "name": "test", "range": [ - 64104, - 64108 + 64293, + 64297 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 40 }, "end": { - "line": 1721, + "line": 1725, "column": 44 } } }, "range": [ - 64100, - 64108 + 64289, + 64297 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 36 }, "end": { - "line": 1721, + "line": 1725, "column": 44 } } @@ -144589,78 +145017,78 @@ "type": "Identifier", "name": "cell_data", "range": [ - 64109, - 64118 + 64298, + 64307 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 45 }, "end": { - "line": 1721, + "line": 1725, "column": 54 } } } ], "range": [ - 64100, - 64119 + 64289, + 64308 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 36 }, "end": { - "line": 1721, + "line": 1725, "column": 55 } } }, "range": [ - 64088, - 64119 + 64277, + 64308 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 24 }, "end": { - "line": 1721, + "line": 1725, "column": 55 } } }, "range": [ - 64088, - 64120 + 64277, + 64309 ], "loc": { "start": { - "line": 1721, + "line": 1725, "column": 24 }, "end": { - "line": 1721, + "line": 1725, "column": 56 } } } ], "range": [ - 63901, - 64142 + 64090, + 64331 ], "loc": { "start": { - "line": 1717, + "line": 1721, "column": 23 }, "end": { - "line": 1722, + "line": 1726, "column": 21 } } @@ -144671,16 +145099,16 @@ "type": "Identifier", "name": "e", "range": [ - 64149, - 64150 + 64338, + 64339 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 28 }, "end": { - "line": 1722, + "line": 1726, "column": 29 } } @@ -144697,16 +145125,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 64154, - 64163 + 64343, + 64352 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 33 }, "end": { - "line": 1722, + "line": 1726, "column": 42 } } @@ -144716,109 +145144,109 @@ "value": false, "raw": "false", "range": [ - 64166, - 64171 + 64355, + 64360 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 45 }, "end": { - "line": 1722, + "line": 1726, "column": 50 } } }, "range": [ - 64154, - 64171 + 64343, + 64360 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 33 }, "end": { - "line": 1722, + "line": 1726, "column": 50 } } }, "range": [ - 64154, - 64172 + 64343, + 64361 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 33 }, "end": { - "line": 1722, + "line": 1726, "column": 51 } } } ], "range": [ - 64152, - 64174 + 64341, + 64363 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 31 }, "end": { - "line": 1722, + "line": 1726, "column": 53 } } }, "range": [ - 64143, - 64174 + 64332, + 64363 ], "loc": { "start": { - "line": 1722, + "line": 1726, "column": 22 }, "end": { - "line": 1722, + "line": 1726, "column": 53 } } }, "finalizer": null, "range": [ - 63898, - 64174 + 64087, + 64363 ], "loc": { "start": { - "line": 1717, + "line": 1721, "column": 20 }, "end": { - "line": 1722, + "line": 1726, "column": 53 } } } ], "range": [ - 63820, - 64192 + 64009, + 64381 ], "loc": { "start": { - "line": 1715, + "line": 1719, "column": 30 }, "end": { - "line": 1723, + "line": 1727, "column": 17 } } @@ -144835,16 +145263,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 64235, - 64244 + 64409, + 64418 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 20 }, "end": { - "line": 1725, + "line": 1728, "column": 29 } } @@ -144857,16 +145285,16 @@ "object": { "type": "ThisExpression", "range": [ - 64247, - 64251 + 64421, + 64425 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 32 }, "end": { - "line": 1725, + "line": 1728, "column": 36 } } @@ -144875,31 +145303,31 @@ "type": "Identifier", "name": "_containsStr", "range": [ - 64252, - 64264 + 64426, + 64438 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 37 }, "end": { - "line": 1725, + "line": 1728, "column": 49 } } }, "range": [ - 64247, - 64264 + 64421, + 64438 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 32 }, "end": { - "line": 1725, + "line": 1728, "column": 49 } } @@ -144909,17 +145337,17 @@ "type": "Identifier", "name": "sA", "range": [ - 64290, - 64292 + 64439, + 64441 ], "loc": { "start": { - "line": 1726, - "column": 24 + "line": 1728, + "column": 50 }, "end": { - "line": 1726, - "column": 26 + "line": 1728, + "column": 52 } } }, @@ -144927,17 +145355,17 @@ "type": "Identifier", "name": "cell_data", "range": [ - 64294, - 64303 + 64443, + 64452 ], "loc": { "start": { - "line": 1726, - "column": 28 + "line": 1728, + "column": 54 }, "end": { - "line": 1726, - "column": 37 + "line": 1728, + "column": 63 } } }, @@ -144949,50 +145377,50 @@ "object": { "type": "ThisExpression", "range": [ - 64305, - 64309 + 64478, + 64482 ], "loc": { "start": { - "line": 1726, - "column": 39 + "line": 1729, + "column": 24 }, "end": { - "line": 1726, - "column": 43 + "line": 1729, + "column": 28 } } }, "property": { "type": "Identifier", - "name": "getFilterType", + "name": "isExactMatch", "range": [ - 64310, - 64323 + 64483, + 64495 ], "loc": { "start": { - "line": 1726, - "column": 44 + "line": 1729, + "column": 29 }, "end": { - "line": 1726, - "column": 57 + "line": 1729, + "column": 41 } } }, "range": [ - 64305, - 64323 + 64478, + 64495 ], "loc": { "start": { - "line": 1726, - "column": 39 + "line": 1729, + "column": 24 }, "end": { - "line": 1726, - "column": 57 + "line": 1729, + "column": 41 } } }, @@ -145001,109 +145429,109 @@ "type": "Identifier", "name": "j", "range": [ - 64324, - 64325 + 64496, + 64497 ], "loc": { "start": { - "line": 1726, - "column": 58 + "line": 1729, + "column": 42 }, "end": { - "line": 1726, - "column": 59 + "line": 1729, + "column": 43 } } } ], "range": [ - 64305, - 64326 + 64478, + 64498 ], "loc": { "start": { - "line": 1726, - "column": 39 + "line": 1729, + "column": 24 }, "end": { - "line": 1726, - "column": 60 + "line": 1729, + "column": 44 } } } ], "range": [ - 64247, - 64327 + 64421, + 64499 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 32 }, "end": { - "line": 1726, - "column": 61 + "line": 1729, + "column": 45 } } }, "range": [ - 64235, - 64327 + 64409, + 64499 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 20 }, "end": { - "line": 1726, - "column": 61 + "line": 1729, + "column": 45 } } }, "range": [ - 64235, - 64328 + 64409, + 64500 ], "loc": { "start": { - "line": 1725, + "line": 1728, "column": 20 }, "end": { - "line": 1726, - "column": 62 + "line": 1729, + "column": 46 } } } ], "range": [ - 64213, - 64346 + 64387, + 64518 ], "loc": { "start": { - "line": 1724, - "column": 20 + "line": 1727, + "column": 23 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } } }, "range": [ - 63811, - 64346 + 64000, + 64518 ], "loc": { "start": { - "line": 1715, + "line": 1719, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145112,16 +145540,16 @@ "type": "Line", "value": "regexp", "range": [ - 63781, - 63789 + 63970, + 63978 ], "loc": { "start": { - "line": 1714, + "line": 1718, "column": 16 }, "end": { - "line": 1714, + "line": 1718, "column": 24 } } @@ -145129,16 +145557,16 @@ ] }, "range": [ - 63679, - 64346 + 63868, + 64518 ], "loc": { "start": { - "line": 1711, + "line": 1715, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145147,16 +145575,16 @@ "type": "Line", "value": "non-empty", "range": [ - 63646, - 63657 + 63835, + 63846 ], "loc": { "start": { - "line": 1710, + "line": 1714, "column": 16 }, "end": { - "line": 1710, + "line": 1714, "column": 27 } } @@ -145164,16 +145592,16 @@ ] }, "range": [ - 63545, - 64346 + 63734, + 64518 ], "loc": { "start": { - "line": 1707, + "line": 1711, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145182,16 +145610,16 @@ "type": "Line", "value": "empty", "range": [ - 63516, - 63523 + 63705, + 63712 ], "loc": { "start": { - "line": 1706, + "line": 1710, "column": 16 }, "end": { - "line": 1706, + "line": 1710, "column": 23 } } @@ -145199,16 +145627,16 @@ ] }, "range": [ - 63104, - 64346 + 63293, + 64518 ], "loc": { "start": { - "line": 1698, + "line": 1702, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145217,16 +145645,16 @@ "type": "Line", "value": "ends with", "range": [ - 63071, - 63082 + 63260, + 63271 ], "loc": { "start": { - "line": 1697, + "line": 1701, "column": 16 }, "end": { - "line": 1697, + "line": 1701, "column": 27 } } @@ -145234,16 +145662,16 @@ ] }, "range": [ - 62909, - 64346 + 63098, + 64518 ], "loc": { "start": { - "line": 1693, + "line": 1697, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145252,16 +145680,16 @@ "type": "Line", "value": "starts with", "range": [ - 62874, - 62887 + 63063, + 63076 ], "loc": { "start": { - "line": 1692, + "line": 1696, "column": 16 }, "end": { - "line": 1692, + "line": 1696, "column": 29 } } @@ -145269,16 +145697,16 @@ ] }, "range": [ - 62707, - 64346 + 62902, + 64518 ], "loc": { "start": { - "line": 1688, + "line": 1692, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145287,16 +145715,16 @@ "type": "Line", "value": "equal", "range": [ - 62678, - 62685 + 62873, + 62880 ], "loc": { "start": { - "line": 1687, + "line": 1691, "column": 16 }, "end": { - "line": 1687, + "line": 1691, "column": 23 } } @@ -145304,16 +145732,16 @@ ] }, "range": [ - 62510, - 64346 + 62711, + 64518 ], "loc": { "start": { - "line": 1683, + "line": 1687, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145322,16 +145750,16 @@ "type": "Line", "value": "like", "range": [ - 62482, - 62488 + 62683, + 62689 ], "loc": { "start": { - "line": 1682, + "line": 1686, "column": 16 }, "end": { - "line": 1682, + "line": 1686, "column": 22 } } @@ -145339,16 +145767,16 @@ ] }, "range": [ - 62314, - 64346 + 62514, + 64518 ], "loc": { "start": { - "line": 1678, + "line": 1682, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145357,16 +145785,16 @@ "type": "Line", "value": "different", "range": [ - 62281, - 62292 + 62481, + 62492 ], "loc": { "start": { - "line": 1677, + "line": 1681, "column": 16 }, "end": { - "line": 1677, + "line": 1681, "column": 27 } } @@ -145374,16 +145802,16 @@ ] }, "range": [ - 62115, - 64346 + 62315, + 64518 ], "loc": { "start": { - "line": 1673, + "line": 1677, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145392,16 +145820,16 @@ "type": "Line", "value": "greater", "range": [ - 62084, - 62093 + 62284, + 62293 ], "loc": { "start": { - "line": 1672, + "line": 1676, "column": 16 }, "end": { - "line": 1672, + "line": 1676, "column": 25 } } @@ -145409,16 +145837,16 @@ ] }, "range": [ - 61918, - 64346 + 62118, + 64518 ], "loc": { "start": { - "line": 1668, + "line": 1672, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145427,16 +145855,16 @@ "type": "Line", "value": "lower", "range": [ - 61889, - 61896 + 62089, + 62096 ], "loc": { "start": { - "line": 1667, + "line": 1671, "column": 16 }, "end": { - "line": 1667, + "line": 1671, "column": 23 } } @@ -145444,16 +145872,16 @@ ] }, "range": [ - 61721, - 64346 + 61921, + 64518 ], "loc": { "start": { - "line": 1663, + "line": 1667, "column": 21 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145462,16 +145890,16 @@ "type": "Line", "value": "greater equal", "range": [ - 61684, - 61699 + 61884, + 61899 ], "loc": { "start": { - "line": 1662, + "line": 1666, "column": 16 }, "end": { - "line": 1662, + "line": 1666, "column": 31 } } @@ -145479,16 +145907,16 @@ ] }, "range": [ - 61516, - 64346 + 61716, + 64518 ], "loc": { "start": { - "line": 1658, + "line": 1662, "column": 16 }, "end": { - "line": 1727, + "line": 1730, "column": 17 } }, @@ -145497,16 +145925,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 61381, - 61443 + 61581, + 61643 ], "loc": { "start": { - "line": 1655, + "line": 1659, "column": 16 }, "end": { - "line": 1655, + "line": 1659, "column": 78 } } @@ -145515,16 +145943,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 61460, - 61468 + 61660, + 61668 ], "loc": { "start": { - "line": 1656, + "line": 1660, "column": 16 }, "end": { - "line": 1656, + "line": 1660, "column": 24 } } @@ -145533,16 +145961,16 @@ "type": "Line", "value": " lower equal", "range": [ - 61485, - 61499 + 61685, + 61699 ], "loc": { "start": { - "line": 1657, + "line": 1661, "column": 16 }, "end": { - "line": 1657, + "line": 1661, "column": 30 } } @@ -145551,31 +145979,31 @@ } ], "range": [ - 60649, - 64361 + 60849, + 64533 ], "loc": { "start": { - "line": 1638, + "line": 1642, "column": 16 }, "end": { - "line": 1729, + "line": 1732, "column": 13 } } }, "range": [ - 58569, - 64361 + 58775, + 64533 ], "loc": { "start": { - "line": 1587, + "line": 1591, "column": 12 }, "end": { - "line": 1729, + "line": 1732, "column": 13 } }, @@ -145584,16 +146012,16 @@ "type": "Line", "value": "dates", "range": [ - 58549, - 58556 + 58755, + 58762 ], "loc": { "start": { - "line": 1586, + "line": 1590, "column": 12 }, "end": { - "line": 1586, + "line": 1590, "column": 19 } } @@ -145604,16 +146032,16 @@ "type": "Line", "value": "else", "range": [ - 64361, - 64367 + 64533, + 64539 ], "loc": { "start": { - "line": 1729, + "line": 1732, "column": 13 }, "end": { - "line": 1729, + "line": 1732, "column": 19 } } @@ -145626,31 +146054,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 64387, - 64396 + 64559, + 64568 ], "loc": { "start": { - "line": 1730, + "line": 1733, "column": 19 }, "end": { - "line": 1730, + "line": 1733, "column": 28 } } }, "range": [ - 64380, - 64397 + 64552, + 64569 ], "loc": { "start": { - "line": 1730, + "line": 1733, "column": 12 }, "end": { - "line": 1730, + "line": 1733, "column": 29 } }, @@ -145659,16 +146087,16 @@ "type": "Line", "value": "else", "range": [ - 64361, - 64367 + 64533, + 64539 ], "loc": { "start": { - "line": 1729, + "line": 1732, "column": 13 }, "end": { - "line": 1729, + "line": 1732, "column": 19 } } @@ -145677,16 +146105,16 @@ } ], "range": [ - 57316, - 64407 + 57522, + 64579 ], "loc": { "start": { - "line": 1558, + "line": 1562, "column": 41 }, "end": { - "line": 1731, + "line": 1734, "column": 9 } } @@ -145694,16 +146122,16 @@ "generator": false, "expression": false, "range": [ - 57283, - 64407 + 57489, + 64579 ], "loc": { "start": { - "line": 1558, + "line": 1562, "column": 8 }, "end": { - "line": 1731, + "line": 1734, "column": 9 } }, @@ -145712,16 +146140,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 57232, - 57274 + 57438, + 57480 ], "loc": { "start": { - "line": 1557, + "line": 1561, "column": 8 }, "end": { - "line": 1557, + "line": 1561, "column": 50 } } @@ -145732,16 +146160,16 @@ "type": "Line", "value": "fn", "range": [ - 64407, - 64411 + 64579, + 64583 ], "loc": { "start": { - "line": 1731, + "line": 1734, "column": 9 }, "end": { - "line": 1731, + "line": 1734, "column": 13 } } @@ -145759,16 +146187,16 @@ "type": "Identifier", "name": "k", "range": [ - 64429, - 64430 + 64601, + 64602 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 16 }, "end": { - "line": 1733, + "line": 1736, "column": 17 } } @@ -145779,16 +146207,16 @@ "object": { "type": "ThisExpression", "range": [ - 64431, - 64435 + 64603, + 64607 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 18 }, "end": { - "line": 1733, + "line": 1736, "column": 22 } } @@ -145797,46 +146225,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 64436, - 64442 + 64608, + 64614 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 23 }, "end": { - "line": 1733, + "line": 1736, "column": 29 } } }, "range": [ - 64431, - 64442 + 64603, + 64614 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 18 }, "end": { - "line": 1733, + "line": 1736, "column": 29 } } }, "range": [ - 64429, - 64442 + 64601, + 64614 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 16 }, "end": { - "line": 1733, + "line": 1736, "column": 29 } } @@ -145844,16 +146272,16 @@ ], "kind": "let", "range": [ - 64425, - 64442 + 64597, + 64614 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 12 }, "end": { - "line": 1733, + "line": 1736, "column": 29 } } @@ -145865,16 +146293,16 @@ "type": "Identifier", "name": "k", "range": [ - 64444, - 64445 + 64616, + 64617 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 31 }, "end": { - "line": 1733, + "line": 1736, "column": 32 } } @@ -145885,16 +146313,16 @@ "object": { "type": "ThisExpression", "range": [ - 64446, - 64450 + 64618, + 64622 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 33 }, "end": { - "line": 1733, + "line": 1736, "column": 37 } } @@ -145903,46 +146331,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 64451, - 64457 + 64623, + 64629 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 38 }, "end": { - "line": 1733, + "line": 1736, "column": 44 } } }, "range": [ - 64446, - 64457 + 64618, + 64629 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 33 }, "end": { - "line": 1733, + "line": 1736, "column": 44 } } }, "range": [ - 64444, - 64457 + 64616, + 64629 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 31 }, "end": { - "line": 1733, + "line": 1736, "column": 44 } } @@ -145954,32 +146382,32 @@ "type": "Identifier", "name": "k", "range": [ - 64459, - 64460 + 64631, + 64632 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 46 }, "end": { - "line": 1733, + "line": 1736, "column": 47 } } }, "prefix": false, "range": [ - 64459, - 64462 + 64631, + 64634 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 46 }, "end": { - "line": 1733, + "line": 1736, "column": 49 } } @@ -146005,16 +146433,16 @@ "type": "Identifier", "name": "row", "range": [ - 64554, - 64557 + 64726, + 64729 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 15 }, "end": { - "line": 1735, + "line": 1738, "column": 18 } } @@ -146023,31 +146451,31 @@ "type": "Identifier", "name": "k", "range": [ - 64558, - 64559 + 64730, + 64731 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 19 }, "end": { - "line": 1735, + "line": 1738, "column": 20 } } }, "range": [ - 64554, - 64560 + 64726, + 64732 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 15 }, "end": { - "line": 1735, + "line": 1738, "column": 21 } } @@ -146056,31 +146484,31 @@ "type": "Identifier", "name": "style", "range": [ - 64561, - 64566 + 64733, + 64738 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 22 }, "end": { - "line": 1735, + "line": 1738, "column": 27 } } }, "range": [ - 64554, - 64566 + 64726, + 64738 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 15 }, "end": { - "line": 1735, + "line": 1738, "column": 27 } } @@ -146089,31 +146517,31 @@ "type": "Identifier", "name": "display", "range": [ - 64567, - 64574 + 64739, + 64746 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 28 }, "end": { - "line": 1735, + "line": 1738, "column": 35 } } }, "range": [ - 64554, - 64574 + 64726, + 64746 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 15 }, "end": { - "line": 1735, + "line": 1738, "column": 35 } } @@ -146123,31 +146551,31 @@ "value": "none", "raw": "'none'", "range": [ - 64579, - 64585 + 64751, + 64757 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 40 }, "end": { - "line": 1735, + "line": 1738, "column": 46 } } }, "range": [ - 64554, - 64585 + 64726, + 64757 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 15 }, "end": { - "line": 1735, + "line": 1738, "column": 46 } } @@ -146173,16 +146601,16 @@ "type": "Identifier", "name": "row", "range": [ - 64604, - 64607 + 64776, + 64779 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 16 }, "end": { - "line": 1736, + "line": 1739, "column": 19 } } @@ -146191,31 +146619,31 @@ "type": "Identifier", "name": "k", "range": [ - 64608, - 64609 + 64780, + 64781 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 20 }, "end": { - "line": 1736, + "line": 1739, "column": 21 } } }, "range": [ - 64604, - 64610 + 64776, + 64782 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 16 }, "end": { - "line": 1736, + "line": 1739, "column": 22 } } @@ -146224,31 +146652,31 @@ "type": "Identifier", "name": "style", "range": [ - 64611, - 64616 + 64783, + 64788 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 23 }, "end": { - "line": 1736, + "line": 1739, "column": 28 } } }, "range": [ - 64604, - 64616 + 64776, + 64788 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 16 }, "end": { - "line": 1736, + "line": 1739, "column": 28 } } @@ -146257,31 +146685,31 @@ "type": "Identifier", "name": "display", "range": [ - 64617, - 64624 + 64789, + 64796 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 29 }, "end": { - "line": 1736, + "line": 1739, "column": 36 } } }, "range": [ - 64604, - 64624 + 64776, + 64796 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 16 }, "end": { - "line": 1736, + "line": 1739, "column": 36 } } @@ -146291,78 +146719,78 @@ "value": "", "raw": "''", "range": [ - 64627, - 64629 + 64799, + 64801 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 39 }, "end": { - "line": 1736, + "line": 1739, "column": 41 } } }, "range": [ - 64604, - 64629 + 64776, + 64801 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 16 }, "end": { - "line": 1736, + "line": 1739, "column": 41 } } }, "range": [ - 64604, - 64630 + 64776, + 64802 ], "loc": { "start": { - "line": 1736, + "line": 1739, "column": 16 }, "end": { - "line": 1736, + "line": 1739, "column": 42 } } } ], "range": [ - 64586, - 64644 + 64758, + 64816 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 47 }, "end": { - "line": 1737, + "line": 1740, "column": 13 } } }, "alternate": null, "range": [ - 64551, - 64644 + 64723, + 64816 ], "loc": { "start": { - "line": 1735, + "line": 1738, "column": 12 }, "end": { - "line": 1737, + "line": 1740, "column": 13 } }, @@ -146371,16 +146799,16 @@ "type": "Block", "value": "** if table already filtered some rows are not visible **", "range": [ - 64477, - 64538 + 64649, + 64710 ], "loc": { "start": { - "line": 1734, + "line": 1737, "column": 12 }, "end": { - "line": 1734, + "line": 1737, "column": 73 } } @@ -146396,16 +146824,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64662, - 64666 + 64834, + 64838 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 16 }, "end": { - "line": 1739, + "line": 1742, "column": 20 } } @@ -146420,16 +146848,16 @@ "type": "Identifier", "name": "row", "range": [ - 64669, - 64672 + 64841, + 64844 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 23 }, "end": { - "line": 1739, + "line": 1742, "column": 26 } } @@ -146438,31 +146866,31 @@ "type": "Identifier", "name": "k", "range": [ - 64673, - 64674 + 64845, + 64846 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 27 }, "end": { - "line": 1739, + "line": 1742, "column": 28 } } }, "range": [ - 64669, - 64675 + 64841, + 64847 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 23 }, "end": { - "line": 1739, + "line": 1742, "column": 29 } } @@ -146471,46 +146899,46 @@ "type": "Identifier", "name": "cells", "range": [ - 64676, - 64681 + 64848, + 64853 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 30 }, "end": { - "line": 1739, + "line": 1742, "column": 35 } } }, "range": [ - 64669, - 64681 + 64841, + 64853 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 23 }, "end": { - "line": 1739, + "line": 1742, "column": 35 } } }, "range": [ - 64662, - 64681 + 64834, + 64853 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 16 }, "end": { - "line": 1739, + "line": 1742, "column": 35 } } @@ -146521,16 +146949,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 64699, - 64706 + 64871, + 64878 ], "loc": { "start": { - "line": 1740, + "line": 1743, "column": 16 }, "end": { - "line": 1740, + "line": 1743, "column": 23 } } @@ -146542,16 +146970,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64709, - 64713 + 64881, + 64885 ], "loc": { "start": { - "line": 1740, + "line": 1743, "column": 26 }, "end": { - "line": 1740, + "line": 1743, "column": 30 } } @@ -146560,46 +146988,46 @@ "type": "Identifier", "name": "length", "range": [ - 64714, - 64720 + 64886, + 64892 ], "loc": { "start": { - "line": 1740, + "line": 1743, "column": 31 }, "end": { - "line": 1740, + "line": 1743, "column": 37 } } }, "range": [ - 64709, - 64720 + 64881, + 64892 ], "loc": { "start": { - "line": 1740, + "line": 1743, "column": 26 }, "end": { - "line": 1740, + "line": 1743, "column": 37 } } }, "range": [ - 64699, - 64720 + 64871, + 64892 ], "loc": { "start": { - "line": 1740, + "line": 1743, "column": 16 }, "end": { - "line": 1740, + "line": 1743, "column": 37 } } @@ -146607,16 +147035,16 @@ ], "kind": "let", "range": [ - 64658, - 64721 + 64830, + 64893 ], "loc": { "start": { - "line": 1739, + "line": 1742, "column": 12 }, "end": { - "line": 1740, + "line": 1743, "column": 38 } }, @@ -146625,16 +147053,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 64735, - 64768 + 64907, + 64940 ], "loc": { "start": { - "line": 1742, + "line": 1745, "column": 12 }, "end": { - "line": 1742, + "line": 1745, "column": 45 } } @@ -146650,16 +147078,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 64784, - 64791 + 64956, + 64963 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 15 }, "end": { - "line": 1743, + "line": 1746, "column": 22 } } @@ -146670,16 +147098,16 @@ "object": { "type": "ThisExpression", "range": [ - 64796, - 64800 + 64968, + 64972 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 27 }, "end": { - "line": 1743, + "line": 1746, "column": 31 } } @@ -146688,46 +147116,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 64801, - 64808 + 64973, + 64980 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 32 }, "end": { - "line": 1743, + "line": 1746, "column": 39 } } }, "range": [ - 64796, - 64808 + 64968, + 64980 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 27 }, "end": { - "line": 1743, + "line": 1746, "column": 39 } } }, "range": [ - 64784, - 64808 + 64956, + 64980 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 15 }, "end": { - "line": 1743, + "line": 1746, "column": 39 } } @@ -146739,48 +147167,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 64827, - 64836 + 64999, + 65008 ], "loc": { "start": { - "line": 1744, + "line": 1747, "column": 16 }, "end": { - "line": 1744, + "line": 1747, "column": 25 } } } ], "range": [ - 64809, - 64850 + 64981, + 65022 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 40 }, "end": { - "line": 1745, + "line": 1748, "column": 13 } } }, "alternate": null, "range": [ - 64781, - 64850 + 64953, + 65022 ], "loc": { "start": { - "line": 1743, + "line": 1746, "column": 12 }, "end": { - "line": 1745, + "line": 1748, "column": 13 } }, @@ -146789,16 +147217,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 64735, - 64768 + 64907, + 64940 ], "loc": { "start": { - "line": 1742, + "line": 1745, "column": 12 }, "end": { - "line": 1742, + "line": 1745, "column": 45 } } @@ -146814,16 +147242,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 64868, - 64877 + 65040, + 65049 ], "loc": { "start": { - "line": 1747, + "line": 1750, "column": 16 }, "end": { - "line": 1747, + "line": 1750, "column": 25 } } @@ -146832,31 +147260,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 64880, - 64882 + 65052, + 65054 ], "loc": { "start": { - "line": 1747, + "line": 1750, "column": 28 }, "end": { - "line": 1747, + "line": 1750, "column": 30 } } }, "range": [ - 64868, - 64882 + 65040, + 65054 ], "loc": { "start": { - "line": 1747, + "line": 1750, "column": 16 }, "end": { - "line": 1747, + "line": 1750, "column": 30 } } @@ -146867,16 +147295,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 64900, - 64910 + 65072, + 65082 ], "loc": { "start": { - "line": 1748, + "line": 1751, "column": 16 }, "end": { - "line": 1748, + "line": 1751, "column": 26 } } @@ -146886,31 +147314,31 @@ "value": true, "raw": "true", "range": [ - 64913, - 64917 + 65085, + 65089 ], "loc": { "start": { - "line": 1748, + "line": 1751, "column": 29 }, "end": { - "line": 1748, + "line": 1751, "column": 33 } } }, "range": [ - 64900, - 64917 + 65072, + 65089 ], "loc": { "start": { - "line": 1748, + "line": 1751, "column": 16 }, "end": { - "line": 1748, + "line": 1751, "column": 33 } } @@ -146921,16 +147349,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 64983, - 65000 + 65155, + 65172 ], "loc": { "start": { - "line": 1750, + "line": 1753, "column": 16 }, "end": { - "line": 1750, + "line": 1753, "column": 33 } } @@ -146940,31 +147368,31 @@ "value": false, "raw": "false", "range": [ - 65003, - 65008 + 65175, + 65180 ], "loc": { "start": { - "line": 1750, + "line": 1753, "column": 36 }, "end": { - "line": 1750, + "line": 1753, "column": 41 } } }, "range": [ - 64983, - 65008 + 65155, + 65180 ], "loc": { "start": { - "line": 1750, + "line": 1753, "column": 16 }, "end": { - "line": 1750, + "line": 1753, "column": 41 } }, @@ -146973,16 +147401,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 64935, - 64966 + 65107, + 65138 ], "loc": { "start": { - "line": 1749, + "line": 1752, "column": 16 }, "end": { - "line": 1749, + "line": 1752, "column": 47 } } @@ -146992,16 +147420,16 @@ ], "kind": "let", "range": [ - 64864, - 65009 + 65036, + 65181 ], "loc": { "start": { - "line": 1747, + "line": 1750, "column": 12 }, "end": { - "line": 1750, + "line": 1753, "column": 42 } }, @@ -147010,16 +147438,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 65023, - 65055 + 65195, + 65227 ], "loc": { "start": { - "line": 1752, + "line": 1755, "column": 12 }, "end": { - "line": 1752, + "line": 1755, "column": 44 } } @@ -147037,16 +147465,16 @@ "type": "Identifier", "name": "j", "range": [ - 65076, - 65077 + 65248, + 65249 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 20 }, "end": { - "line": 1753, + "line": 1756, "column": 21 } } @@ -147056,31 +147484,31 @@ "value": 0, "raw": "0", "range": [ - 65078, - 65079 + 65250, + 65251 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 22 }, "end": { - "line": 1753, + "line": 1756, "column": 23 } } }, "range": [ - 65076, - 65079 + 65248, + 65251 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 20 }, "end": { - "line": 1753, + "line": 1756, "column": 23 } } @@ -147088,16 +147516,16 @@ ], "kind": "let", "range": [ - 65072, - 65079 + 65244, + 65251 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 16 }, "end": { - "line": 1753, + "line": 1756, "column": 23 } } @@ -147109,16 +147537,16 @@ "type": "Identifier", "name": "j", "range": [ - 65081, - 65082 + 65253, + 65254 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 25 }, "end": { - "line": 1753, + "line": 1756, "column": 26 } } @@ -147127,31 +147555,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 65083, - 65090 + 65255, + 65262 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 27 }, "end": { - "line": 1753, + "line": 1756, "column": 34 } } }, "range": [ - 65081, - 65090 + 65253, + 65262 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 25 }, "end": { - "line": 1753, + "line": 1756, "column": 34 } } @@ -147163,32 +147591,32 @@ "type": "Identifier", "name": "j", "range": [ - 65092, - 65093 + 65264, + 65265 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 36 }, "end": { - "line": 1753, + "line": 1756, "column": 37 } } }, "prefix": false, "range": [ - 65092, - 65095 + 65264, + 65267 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 36 }, "end": { - "line": 1753, + "line": 1756, "column": 39 } } @@ -147205,16 +147633,16 @@ "type": "Identifier", "name": "sA", "range": [ - 65153, - 65155 + 65325, + 65327 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 20 }, "end": { - "line": 1755, + "line": 1758, "column": 22 } } @@ -147228,16 +147656,16 @@ "object": { "type": "ThisExpression", "range": [ - 65158, - 65162 + 65330, + 65334 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 25 }, "end": { - "line": 1755, + "line": 1758, "column": 29 } } @@ -147246,31 +147674,31 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65163, - 65173 + 65335, + 65345 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 30 }, "end": { - "line": 1755, + "line": 1758, "column": 40 } } }, "range": [ - 65158, - 65173 + 65330, + 65345 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 25 }, "end": { - "line": 1755, + "line": 1758, "column": 40 } } @@ -147283,16 +147711,16 @@ "object": { "type": "ThisExpression", "range": [ - 65174, - 65178 + 65346, + 65350 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 41 }, "end": { - "line": 1755, + "line": 1758, "column": 45 } } @@ -147301,31 +147729,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 65179, - 65194 + 65351, + 65366 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 46 }, "end": { - "line": 1755, + "line": 1758, "column": 61 } } }, "range": [ - 65174, - 65194 + 65346, + 65366 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 41 }, "end": { - "line": 1755, + "line": 1758, "column": 61 } } @@ -147335,16 +147763,16 @@ "value": 0, "raw": "0", "range": [ - 65197, - 65198 + 65369, + 65370 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 64 }, "end": { - "line": 1755, + "line": 1758, "column": 65 } } @@ -147353,61 +147781,61 @@ "type": "Identifier", "name": "j", "range": [ - 65201, - 65202 + 65373, + 65374 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 68 }, "end": { - "line": 1755, + "line": 1758, "column": 69 } } }, "range": [ - 65174, - 65202 + 65346, + 65374 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 41 }, "end": { - "line": 1755, + "line": 1758, "column": 69 } } }, "range": [ - 65158, - 65203 + 65330, + 65375 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 25 }, "end": { - "line": 1755, + "line": 1758, "column": 70 } } }, "range": [ - 65153, - 65203 + 65325, + 65375 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 20 }, "end": { - "line": 1755, + "line": 1758, "column": 70 } } @@ -147415,16 +147843,16 @@ ], "kind": "let", "range": [ - 65149, - 65204 + 65321, + 65376 ], "loc": { "start": { - "line": 1755, + "line": 1758, "column": 16 }, "end": { - "line": 1755, + "line": 1758, "column": 71 } }, @@ -147433,16 +147861,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 65114, - 65132 + 65286, + 65304 ], "loc": { "start": { - "line": 1754, + "line": 1757, "column": 16 }, "end": { - "line": 1754, + "line": 1757, "column": 34 } } @@ -147458,16 +147886,16 @@ "type": "Identifier", "name": "dtType", "range": [ - 65225, - 65231 + 65397, + 65403 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 20 }, "end": { - "line": 1756, + "line": 1759, "column": 26 } } @@ -147480,16 +147908,16 @@ "object": { "type": "ThisExpression", "range": [ - 65234, - 65238 + 65406, + 65410 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 29 }, "end": { - "line": 1756, + "line": 1759, "column": 33 } } @@ -147498,31 +147926,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 65239, - 65253 + 65411, + 65425 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 34 }, "end": { - "line": 1756, + "line": 1759, "column": 48 } } }, "range": [ - 65234, - 65253 + 65406, + 65425 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 29 }, "end": { - "line": 1756, + "line": 1759, "column": 48 } } @@ -147536,16 +147964,16 @@ "object": { "type": "ThisExpression", "range": [ - 65280, - 65284 + 65452, + 65456 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 24 }, "end": { - "line": 1757, + "line": 1760, "column": 28 } } @@ -147554,31 +147982,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 65285, - 65296 + 65457, + 65468 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 29 }, "end": { - "line": 1757, + "line": 1760, "column": 40 } } }, "range": [ - 65280, - 65296 + 65452, + 65468 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 24 }, "end": { - "line": 1757, + "line": 1760, "column": 40 } } @@ -147587,31 +148015,31 @@ "type": "Identifier", "name": "j", "range": [ - 65297, - 65298 + 65469, + 65470 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 41 }, "end": { - "line": 1757, + "line": 1760, "column": 42 } } }, "range": [ - 65280, - 65299 + 65452, + 65471 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 24 }, "end": { - "line": 1757, + "line": 1760, "column": 43 } } @@ -147622,16 +148050,16 @@ "object": { "type": "ThisExpression", "range": [ - 65302, - 65306 + 65474, + 65478 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 46 }, "end": { - "line": 1757, + "line": 1760, "column": 50 } } @@ -147640,61 +148068,61 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 65307, - 65322 + 65479, + 65494 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 51 }, "end": { - "line": 1757, + "line": 1760, "column": 66 } } }, "range": [ - 65302, - 65322 + 65474, + 65494 ], "loc": { "start": { - "line": 1757, + "line": 1760, "column": 46 }, "end": { - "line": 1757, + "line": 1760, "column": 66 } } }, "range": [ - 65234, - 65322 + 65406, + 65494 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 29 }, "end": { - "line": 1757, + "line": 1760, "column": 66 } } }, "range": [ - 65225, - 65322 + 65397, + 65494 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 20 }, "end": { - "line": 1757, + "line": 1760, "column": 66 } } @@ -147702,16 +148130,16 @@ ], "kind": "var", "range": [ - 65221, - 65323 + 65393, + 65495 ], "loc": { "start": { - "line": 1756, + "line": 1759, "column": 16 }, "end": { - "line": 1757, + "line": 1760, "column": 67 } } @@ -147725,16 +148153,16 @@ "type": "Identifier", "name": "sA", "range": [ - 65343, - 65345 + 65515, + 65517 ], "loc": { "start": { - "line": 1758, + "line": 1761, "column": 19 }, "end": { - "line": 1758, + "line": 1761, "column": 21 } } @@ -147744,31 +148172,31 @@ "value": "", "raw": "''", "range": [ - 65350, - 65352 + 65522, + 65524 ], "loc": { "start": { - "line": 1758, + "line": 1761, "column": 26 }, "end": { - "line": 1758, + "line": 1761, "column": 28 } } }, "range": [ - 65343, - 65352 + 65515, + 65524 ], "loc": { "start": { - "line": 1758, + "line": 1761, "column": 19 }, "end": { - "line": 1758, + "line": 1761, "column": 28 } } @@ -147780,48 +148208,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 65375, - 65384 + 65547, + 65556 ], "loc": { "start": { - "line": 1759, + "line": 1762, "column": 20 }, "end": { - "line": 1759, + "line": 1762, "column": 29 } } } ], "range": [ - 65353, - 65402 + 65525, + 65574 ], "loc": { "start": { - "line": 1758, + "line": 1761, "column": 29 }, "end": { - "line": 1760, + "line": 1763, "column": 17 } } }, "alternate": null, "range": [ - 65340, - 65402 + 65512, + 65574 ], "loc": { "start": { - "line": 1758, + "line": 1761, "column": 16 }, "end": { - "line": 1760, + "line": 1763, "column": 17 } } @@ -147835,16 +148263,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 65424, - 65433 + 65596, + 65605 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 20 }, "end": { - "line": 1762, + "line": 1765, "column": 29 } } @@ -147858,16 +148286,16 @@ "type": "Identifier", "name": "Str", "range": [ - 65436, - 65439 + 65608, + 65611 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 32 }, "end": { - "line": 1762, + "line": 1765, "column": 35 } } @@ -147876,31 +148304,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 65440, - 65449 + 65612, + 65621 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 36 }, "end": { - "line": 1762, + "line": 1765, "column": 45 } } }, "range": [ - 65436, - 65449 + 65608, + 65621 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 32 }, "end": { - "line": 1762, + "line": 1765, "column": 45 } } @@ -147914,16 +148342,16 @@ "object": { "type": "ThisExpression", "range": [ - 65471, - 65475 + 65643, + 65647 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 20 }, "end": { - "line": 1763, + "line": 1766, "column": 24 } } @@ -147932,31 +148360,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 65476, - 65487 + 65648, + 65659 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 25 }, "end": { - "line": 1763, + "line": 1766, "column": 36 } } }, "range": [ - 65471, - 65487 + 65643, + 65659 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 20 }, "end": { - "line": 1763, + "line": 1766, "column": 36 } } @@ -147966,16 +148394,16 @@ "type": "Identifier", "name": "j", "range": [ - 65488, - 65489 + 65660, + 65661 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 37 }, "end": { - "line": 1763, + "line": 1766, "column": 38 } } @@ -147987,16 +148415,16 @@ "type": "Identifier", "name": "cell", "range": [ - 65491, - 65495 + 65663, + 65667 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 40 }, "end": { - "line": 1763, + "line": 1766, "column": 44 } } @@ -148005,47 +148433,47 @@ "type": "Identifier", "name": "j", "range": [ - 65496, - 65497 + 65668, + 65669 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 45 }, "end": { - "line": 1763, + "line": 1766, "column": 46 } } }, "range": [ - 65491, - 65498 + 65663, + 65670 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 40 }, "end": { - "line": 1763, + "line": 1766, "column": 47 } } } ], "range": [ - 65471, - 65499 + 65643, + 65671 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 20 }, "end": { - "line": 1763, + "line": 1766, "column": 48 } } @@ -148056,16 +148484,16 @@ "object": { "type": "ThisExpression", "range": [ - 65501, - 65505 + 65673, + 65677 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 50 }, "end": { - "line": 1763, + "line": 1766, "column": 54 } } @@ -148074,62 +148502,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 65506, - 65519 + 65678, + 65691 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 55 }, "end": { - "line": 1763, + "line": 1766, "column": 68 } } }, "range": [ - 65501, - 65519 + 65673, + 65691 ], "loc": { "start": { - "line": 1763, + "line": 1766, "column": 50 }, "end": { - "line": 1763, + "line": 1766, "column": 68 } } } ], "range": [ - 65436, - 65520 + 65608, + 65692 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 32 }, "end": { - "line": 1763, + "line": 1766, "column": 69 } } }, "range": [ - 65424, - 65520 + 65596, + 65692 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 20 }, "end": { - "line": 1763, + "line": 1766, "column": 69 } } @@ -148137,16 +148565,16 @@ ], "kind": "let", "range": [ - 65420, - 65521 + 65592, + 65693 ], "loc": { "start": { - "line": 1762, + "line": 1765, "column": 16 }, "end": { - "line": 1763, + "line": 1766, "column": 70 } }, @@ -148155,16 +148583,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 65539, - 65578 + 65711, + 65750 ], "loc": { "start": { - "line": 1765, + "line": 1768, "column": 16 }, "end": { - "line": 1765, + "line": 1768, "column": 55 } } @@ -148180,16 +148608,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 65599, - 65608 + 65771, + 65780 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 20 }, "end": { - "line": 1766, + "line": 1769, "column": 29 } } @@ -148203,16 +148631,16 @@ "type": "Identifier", "name": "sA", "range": [ - 65611, - 65613 + 65783, + 65785 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 32 }, "end": { - "line": 1766, + "line": 1769, "column": 34 } } @@ -148221,31 +148649,31 @@ "type": "Identifier", "name": "split", "range": [ - 65614, - 65619 + 65786, + 65791 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 35 }, "end": { - "line": 1766, + "line": 1769, "column": 40 } } }, "range": [ - 65611, - 65619 + 65783, + 65791 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 32 }, "end": { - "line": 1766, + "line": 1769, "column": 40 } } @@ -148257,16 +148685,16 @@ "object": { "type": "ThisExpression", "range": [ - 65620, - 65624 + 65792, + 65796 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 41 }, "end": { - "line": 1766, + "line": 1769, "column": 45 } } @@ -148275,62 +148703,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 65625, - 65635 + 65797, + 65807 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 46 }, "end": { - "line": 1766, + "line": 1769, "column": 56 } } }, "range": [ - 65620, - 65635 + 65792, + 65807 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 41 }, "end": { - "line": 1766, + "line": 1769, "column": 56 } } } ], "range": [ - 65611, - 65636 + 65783, + 65808 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 32 }, "end": { - "line": 1766, + "line": 1769, "column": 57 } } }, "range": [ - 65599, - 65636 + 65771, + 65808 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 20 }, "end": { - "line": 1766, + "line": 1769, "column": 57 } } @@ -148341,16 +148769,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 65709, - 65721 + 65881, + 65893 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 16 }, "end": { - "line": 1768, + "line": 1771, "column": 28 } } @@ -148367,16 +148795,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 65725, - 65734 + 65897, + 65906 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 32 }, "end": { - "line": 1768, + "line": 1771, "column": 41 } } @@ -148385,31 +148813,31 @@ "type": "Identifier", "name": "length", "range": [ - 65735, - 65741 + 65907, + 65913 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 42 }, "end": { - "line": 1768, + "line": 1771, "column": 48 } } }, "range": [ - 65725, - 65741 + 65897, + 65913 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 32 }, "end": { - "line": 1768, + "line": 1771, "column": 48 } } @@ -148419,31 +148847,31 @@ "value": 1, "raw": "1", "range": [ - 65742, - 65743 + 65914, + 65915 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 49 }, "end": { - "line": 1768, + "line": 1771, "column": 50 } } }, "range": [ - 65725, - 65743 + 65897, + 65915 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 32 }, "end": { - "line": 1768, + "line": 1771, "column": 50 } } @@ -148453,16 +148881,16 @@ "value": true, "raw": "true", "range": [ - 65747, - 65751 + 65919, + 65923 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 54 }, "end": { - "line": 1768, + "line": 1771, "column": 58 } } @@ -148472,46 +148900,46 @@ "value": false, "raw": "false", "range": [ - 65754, - 65759 + 65926, + 65931 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 61 }, "end": { - "line": 1768, + "line": 1771, "column": 66 } } }, "range": [ - 65724, - 65759 + 65896, + 65931 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 31 }, "end": { - "line": 1768, + "line": 1771, "column": 66 } } }, "range": [ - 65709, - 65759 + 65881, + 65931 ], "loc": { "start": { - "line": 1768, + "line": 1771, "column": 16 }, "end": { - "line": 1768, + "line": 1771, "column": 66 } }, @@ -148520,16 +148948,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 65654, - 65692 + 65826, + 65864 ], "loc": { "start": { - "line": 1767, + "line": 1770, "column": 16 }, "end": { - "line": 1767, + "line": 1770, "column": 54 } } @@ -148542,16 +148970,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 65833, - 65843 + 66005, + 66015 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 16 }, "end": { - "line": 1770, + "line": 1773, "column": 26 } } @@ -148565,16 +148993,16 @@ "type": "Identifier", "name": "sA", "range": [ - 65846, - 65848 + 66018, + 66020 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 29 }, "end": { - "line": 1770, + "line": 1773, "column": 31 } } @@ -148583,31 +149011,31 @@ "type": "Identifier", "name": "split", "range": [ - 65849, - 65854 + 66021, + 66026 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 32 }, "end": { - "line": 1770, + "line": 1773, "column": 37 } } }, "range": [ - 65846, - 65854 + 66018, + 66026 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 29 }, "end": { - "line": 1770, + "line": 1773, "column": 37 } } @@ -148619,16 +149047,16 @@ "object": { "type": "ThisExpression", "range": [ - 65855, - 65859 + 66027, + 66031 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 38 }, "end": { - "line": 1770, + "line": 1773, "column": 42 } } @@ -148637,62 +149065,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 65860, - 65870 + 66032, + 66042 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 43 }, "end": { - "line": 1770, + "line": 1773, "column": 53 } } }, "range": [ - 65855, - 65870 + 66027, + 66042 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 38 }, "end": { - "line": 1770, + "line": 1773, "column": 53 } } } ], "range": [ - 65846, - 65871 + 66018, + 66043 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 29 }, "end": { - "line": 1770, + "line": 1773, "column": 54 } } }, "range": [ - 65833, - 65871 + 66005, + 66043 ], "loc": { "start": { - "line": 1770, + "line": 1773, "column": 16 }, "end": { - "line": 1770, + "line": 1773, "column": 54 } }, @@ -148701,16 +149129,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 65777, - 65816 + 65949, + 65988 ], "loc": { "start": { - "line": 1769, + "line": 1772, "column": 16 }, "end": { - "line": 1769, + "line": 1772, "column": 55 } } @@ -148723,16 +149151,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 65944, - 65957 + 66116, + 66129 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 16 }, "end": { - "line": 1772, + "line": 1775, "column": 29 } } @@ -148749,16 +149177,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 65960, - 65970 + 66132, + 66142 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 32 }, "end": { - "line": 1772, + "line": 1775, "column": 42 } } @@ -148767,31 +149195,31 @@ "type": "Identifier", "name": "length", "range": [ - 65971, - 65977 + 66143, + 66149 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 43 }, "end": { - "line": 1772, + "line": 1775, "column": 49 } } }, "range": [ - 65960, - 65977 + 66132, + 66149 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 32 }, "end": { - "line": 1772, + "line": 1775, "column": 49 } } @@ -148801,31 +149229,31 @@ "value": 1, "raw": "1", "range": [ - 65978, - 65979 + 66150, + 66151 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 50 }, "end": { - "line": 1772, + "line": 1775, "column": 51 } } }, "range": [ - 65960, - 65979 + 66132, + 66151 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 32 }, "end": { - "line": 1772, + "line": 1775, "column": 51 } } @@ -148835,16 +149263,16 @@ "value": true, "raw": "true", "range": [ - 65982, - 65986 + 66154, + 66158 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 54 }, "end": { - "line": 1772, + "line": 1775, "column": 58 } } @@ -148854,46 +149282,46 @@ "value": false, "raw": "false", "range": [ - 65989, - 65994 + 66161, + 66166 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 61 }, "end": { - "line": 1772, + "line": 1775, "column": 66 } } }, "range": [ - 65960, - 65994 + 66132, + 66166 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 32 }, "end": { - "line": 1772, + "line": 1775, "column": 66 } } }, "range": [ - 65944, - 65994 + 66116, + 66166 ], "loc": { "start": { - "line": 1772, + "line": 1775, "column": 16 }, "end": { - "line": 1772, + "line": 1775, "column": 66 } }, @@ -148902,16 +149330,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 65889, - 65927 + 66061, + 66099 ], "loc": { "start": { - "line": 1771, + "line": 1774, "column": 16 }, "end": { - "line": 1771, + "line": 1774, "column": 54 } } @@ -148921,16 +149349,16 @@ ], "kind": "let", "range": [ - 65595, - 65995 + 65767, + 66167 ], "loc": { "start": { - "line": 1766, + "line": 1769, "column": 16 }, "end": { - "line": 1772, + "line": 1775, "column": 67 } }, @@ -148939,16 +149367,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 65539, - 65578 + 65711, + 65750 ], "loc": { "start": { - "line": 1765, + "line": 1768, "column": 16 }, "end": { - "line": 1765, + "line": 1768, "column": 55 } } @@ -148959,16 +149387,16 @@ "type": "Line", "value": "multiple sarch parameters", "range": [ - 66013, - 66040 + 66185, + 66212 ], "loc": { "start": { - "line": 1774, + "line": 1777, "column": 16 }, "end": { - "line": 1774, + "line": 1777, "column": 43 } } @@ -148984,16 +149412,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 66060, - 66072 + 66232, + 66244 ], "loc": { "start": { - "line": 1775, + "line": 1778, "column": 19 }, "end": { - "line": 1775, + "line": 1778, "column": 31 } } @@ -149002,31 +149430,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 66076, - 66089 + 66248, + 66261 ], "loc": { "start": { - "line": 1775, + "line": 1778, "column": 35 }, "end": { - "line": 1775, + "line": 1778, "column": 48 } } }, "range": [ - 66060, - 66089 + 66232, + 66261 ], "loc": { "start": { - "line": 1775, + "line": 1778, "column": 19 }, "end": { - "line": 1775, + "line": 1778, "column": 48 } } @@ -149043,32 +149471,32 @@ "type": "Identifier", "name": "cS", "range": [ - 66116, - 66118 + 66288, + 66290 ], "loc": { "start": { - "line": 1776, + "line": 1779, "column": 24 }, "end": { - "line": 1776, + "line": 1779, "column": 26 } } }, "init": null, "range": [ - 66116, - 66118 + 66288, + 66290 ], "loc": { "start": { - "line": 1776, + "line": 1779, "column": 24 }, "end": { - "line": 1776, + "line": 1779, "column": 26 } } @@ -149079,16 +149507,16 @@ "type": "Identifier", "name": "occur", "range": [ - 66144, - 66149 + 66316, + 66321 ], "loc": { "start": { - "line": 1777, + "line": 1780, "column": 24 }, "end": { - "line": 1777, + "line": 1780, "column": 29 } } @@ -149098,31 +149526,31 @@ "value": false, "raw": "false", "range": [ - 66152, - 66157 + 66324, + 66329 ], "loc": { "start": { - "line": 1777, + "line": 1780, "column": 32 }, "end": { - "line": 1777, + "line": 1780, "column": 37 } } }, "range": [ - 66144, - 66157 + 66316, + 66329 ], "loc": { "start": { - "line": 1777, + "line": 1780, "column": 24 }, "end": { - "line": 1777, + "line": 1780, "column": 37 } } @@ -149133,16 +149561,16 @@ "type": "Identifier", "name": "s", "range": [ - 66183, - 66184 + 66355, + 66356 ], "loc": { "start": { - "line": 1778, + "line": 1781, "column": 24 }, "end": { - "line": 1778, + "line": 1781, "column": 25 } } @@ -149153,16 +149581,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 66187, - 66199 + 66359, + 66371 ], "loc": { "start": { - "line": 1778, + "line": 1781, "column": 28 }, "end": { - "line": 1778, + "line": 1781, "column": 40 } } @@ -149171,16 +149599,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 66202, - 66211 + 66374, + 66383 ], "loc": { "start": { - "line": 1778, + "line": 1781, "column": 43 }, "end": { - "line": 1778, + "line": 1781, "column": 52 } } @@ -149189,46 +149617,46 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 66214, - 66224 + 66386, + 66396 ], "loc": { "start": { - "line": 1778, + "line": 1781, "column": 55 }, "end": { - "line": 1778, + "line": 1781, "column": 65 } } }, "range": [ - 66187, - 66224 + 66359, + 66396 ], "loc": { "start": { - "line": 1778, + "line": 1781, "column": 28 }, "end": { - "line": 1778, + "line": 1781, "column": 65 } } }, "range": [ - 66183, - 66224 + 66355, + 66396 ], "loc": { "start": { - "line": 1778, + "line": 1781, "column": 24 }, "end": { - "line": 1778, + "line": 1781, "column": 65 } } @@ -149236,16 +149664,16 @@ ], "kind": "let", "range": [ - 66112, - 66225 + 66284, + 66397 ], "loc": { "start": { - "line": 1776, + "line": 1779, "column": 20 }, "end": { - "line": 1778, + "line": 1781, "column": 66 } } @@ -149261,16 +149689,16 @@ "type": "Identifier", "name": "w", "range": [ - 66254, - 66255 + 66426, + 66427 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 28 }, "end": { - "line": 1779, + "line": 1782, "column": 29 } } @@ -149280,31 +149708,31 @@ "value": 0, "raw": "0", "range": [ - 66256, - 66257 + 66428, + 66429 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 30 }, "end": { - "line": 1779, + "line": 1782, "column": 31 } } }, "range": [ - 66254, - 66257 + 66426, + 66429 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 28 }, "end": { - "line": 1779, + "line": 1782, "column": 31 } } @@ -149315,16 +149743,16 @@ "type": "Identifier", "name": "len", "range": [ - 66259, - 66262 + 66431, + 66434 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 33 }, "end": { - "line": 1779, + "line": 1782, "column": 36 } } @@ -149336,16 +149764,16 @@ "type": "Identifier", "name": "s", "range": [ - 66263, - 66264 + 66435, + 66436 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 37 }, "end": { - "line": 1779, + "line": 1782, "column": 38 } } @@ -149354,46 +149782,46 @@ "type": "Identifier", "name": "length", "range": [ - 66265, - 66271 + 66437, + 66443 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 39 }, "end": { - "line": 1779, + "line": 1782, "column": 45 } } }, "range": [ - 66263, - 66271 + 66435, + 66443 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 37 }, "end": { - "line": 1779, + "line": 1782, "column": 45 } } }, "range": [ - 66259, - 66271 + 66431, + 66443 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 33 }, "end": { - "line": 1779, + "line": 1782, "column": 45 } } @@ -149401,16 +149829,16 @@ ], "kind": "let", "range": [ - 66250, - 66271 + 66422, + 66443 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 24 }, "end": { - "line": 1779, + "line": 1782, "column": 45 } } @@ -149422,16 +149850,16 @@ "type": "Identifier", "name": "w", "range": [ - 66273, - 66274 + 66445, + 66446 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 47 }, "end": { - "line": 1779, + "line": 1782, "column": 48 } } @@ -149440,31 +149868,31 @@ "type": "Identifier", "name": "len", "range": [ - 66275, - 66278 + 66447, + 66450 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 49 }, "end": { - "line": 1779, + "line": 1782, "column": 52 } } }, "range": [ - 66273, - 66278 + 66445, + 66450 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 47 }, "end": { - "line": 1779, + "line": 1782, "column": 52 } } @@ -149476,32 +149904,32 @@ "type": "Identifier", "name": "w", "range": [ - 66280, - 66281 + 66452, + 66453 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 54 }, "end": { - "line": 1779, + "line": 1782, "column": 55 } } }, "prefix": false, "range": [ - 66280, - 66283 + 66452, + 66455 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 54 }, "end": { - "line": 1779, + "line": 1782, "column": 57 } } @@ -149518,16 +149946,16 @@ "type": "Identifier", "name": "cS", "range": [ - 66310, - 66312 + 66482, + 66484 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 24 }, "end": { - "line": 1780, + "line": 1783, "column": 26 } } @@ -149541,16 +149969,16 @@ "type": "Identifier", "name": "Str", "range": [ - 66315, - 66318 + 66487, + 66490 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 29 }, "end": { - "line": 1780, + "line": 1783, "column": 32 } } @@ -149559,31 +149987,31 @@ "type": "Identifier", "name": "trim", "range": [ - 66319, - 66323 + 66491, + 66495 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 33 }, "end": { - "line": 1780, + "line": 1783, "column": 37 } } }, "range": [ - 66315, - 66323 + 66487, + 66495 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 29 }, "end": { - "line": 1780, + "line": 1783, "column": 37 } } @@ -149596,16 +150024,16 @@ "type": "Identifier", "name": "s", "range": [ - 66324, - 66325 + 66496, + 66497 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 38 }, "end": { - "line": 1780, + "line": 1783, "column": 39 } } @@ -149614,77 +150042,77 @@ "type": "Identifier", "name": "w", "range": [ - 66326, - 66327 + 66498, + 66499 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 40 }, "end": { - "line": 1780, + "line": 1783, "column": 41 } } }, "range": [ - 66324, - 66328 + 66496, + 66500 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 38 }, "end": { - "line": 1780, + "line": 1783, "column": 42 } } } ], "range": [ - 66315, - 66329 + 66487, + 66501 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 29 }, "end": { - "line": 1780, + "line": 1783, "column": 43 } } }, "range": [ - 66310, - 66329 + 66482, + 66501 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 24 }, "end": { - "line": 1780, + "line": 1783, "column": 43 } } }, "range": [ - 66310, - 66330 + 66482, + 66502 ], "loc": { "start": { - "line": 1780, + "line": 1783, "column": 24 }, "end": { - "line": 1780, + "line": 1783, "column": 44 } } @@ -149698,16 +150126,16 @@ "type": "Identifier", "name": "occur", "range": [ - 66355, - 66360 + 66527, + 66532 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 24 }, "end": { - "line": 1781, + "line": 1784, "column": 29 } } @@ -149721,16 +150149,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 66363, - 66369 + 66535, + 66541 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 32 }, "end": { - "line": 1781, + "line": 1784, "column": 38 } } @@ -149739,31 +150167,31 @@ "type": "Identifier", "name": "call", "range": [ - 66370, - 66374 + 66542, + 66546 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 39 }, "end": { - "line": 1781, + "line": 1784, "column": 43 } } }, "range": [ - 66363, - 66374 + 66535, + 66546 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 32 }, "end": { - "line": 1781, + "line": 1784, "column": 43 } } @@ -149772,16 +150200,16 @@ { "type": "ThisExpression", "range": [ - 66375, - 66379 + 66547, + 66551 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 44 }, "end": { - "line": 1781, + "line": 1784, "column": 48 } } @@ -149790,16 +150218,16 @@ "type": "Identifier", "name": "cS", "range": [ - 66381, - 66383 + 66553, + 66555 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 50 }, "end": { - "line": 1781, + "line": 1784, "column": 52 } } @@ -149808,16 +150236,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 66385, - 66394 + 66557, + 66566 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 54 }, "end": { - "line": 1781, + "line": 1784, "column": 63 } } @@ -149826,62 +150254,62 @@ "type": "Identifier", "name": "j", "range": [ - 66396, - 66397 + 66568, + 66569 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 65 }, "end": { - "line": 1781, + "line": 1784, "column": 66 } } } ], "range": [ - 66363, - 66398 + 66535, + 66570 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 32 }, "end": { - "line": 1781, + "line": 1784, "column": 67 } } }, "range": [ - 66355, - 66398 + 66527, + 66570 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 24 }, "end": { - "line": 1781, + "line": 1784, "column": 67 } } }, "range": [ - 66355, - 66399 + 66527, + 66571 ], "loc": { "start": { - "line": 1781, + "line": 1784, "column": 24 }, "end": { - "line": 1781, + "line": 1784, "column": 68 } } @@ -149897,16 +150325,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 66424, - 66433 + 66596, + 66605 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 24 }, "end": { - "line": 1782, + "line": 1785, "column": 33 } } @@ -149915,31 +150343,31 @@ "type": "Identifier", "name": "call", "range": [ - 66434, - 66438 + 66606, + 66610 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 34 }, "end": { - "line": 1782, + "line": 1785, "column": 38 } } }, "range": [ - 66424, - 66438 + 66596, + 66610 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 24 }, "end": { - "line": 1782, + "line": 1785, "column": 38 } } @@ -149948,16 +150376,16 @@ { "type": "ThisExpression", "range": [ - 66439, - 66443 + 66611, + 66615 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 39 }, "end": { - "line": 1782, + "line": 1785, "column": 43 } } @@ -149966,16 +150394,16 @@ "type": "Identifier", "name": "cS", "range": [ - 66445, - 66447 + 66617, + 66619 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 45 }, "end": { - "line": 1782, + "line": 1785, "column": 47 } } @@ -149984,16 +150412,16 @@ "type": "Identifier", "name": "occur", "range": [ - 66449, - 66454 + 66621, + 66626 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 49 }, "end": { - "line": 1782, + "line": 1785, "column": 54 } } @@ -150005,16 +150433,16 @@ "type": "Identifier", "name": "cell", "range": [ - 66456, - 66460 + 66628, + 66632 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 56 }, "end": { - "line": 1782, + "line": 1785, "column": 60 } } @@ -150023,62 +150451,62 @@ "type": "Identifier", "name": "j", "range": [ - 66461, - 66462 + 66633, + 66634 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 61 }, "end": { - "line": 1782, + "line": 1785, "column": 62 } } }, "range": [ - 66456, - 66463 + 66628, + 66635 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 56 }, "end": { - "line": 1782, + "line": 1785, "column": 63 } } } ], "range": [ - 66424, - 66464 + 66596, + 66636 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 24 }, "end": { - "line": 1782, + "line": 1785, "column": 64 } } }, "range": [ - 66424, - 66465 + 66596, + 66637 ], "loc": { "start": { - "line": 1782, + "line": 1785, "column": 24 }, "end": { - "line": 1782, + "line": 1785, "column": 65 } } @@ -150092,16 +150520,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 66493, - 66505 + 66665, + 66677 ], "loc": { "start": { - "line": 1783, + "line": 1786, "column": 27 }, "end": { - "line": 1783, + "line": 1786, "column": 39 } } @@ -150110,31 +150538,31 @@ "type": "Identifier", "name": "occur", "range": [ - 66509, - 66514 + 66681, + 66686 ], "loc": { "start": { - "line": 1783, + "line": 1786, "column": 43 }, "end": { - "line": 1783, + "line": 1786, "column": 48 } } }, "range": [ - 66493, - 66514 + 66665, + 66686 ], "loc": { "start": { - "line": 1783, + "line": 1786, "column": 27 }, "end": { - "line": 1783, + "line": 1786, "column": 48 } } @@ -150146,48 +150574,48 @@ "type": "BreakStatement", "label": null, "range": [ - 66545, - 66551 + 66717, + 66723 ], "loc": { "start": { - "line": 1784, + "line": 1787, "column": 28 }, "end": { - "line": 1784, + "line": 1787, "column": 34 } } } ], "range": [ - 66515, - 66577 + 66687, + 66749 ], "loc": { "start": { - "line": 1783, + "line": 1786, "column": 49 }, "end": { - "line": 1785, + "line": 1788, "column": 25 } } }, "alternate": null, "range": [ - 66490, - 66577 + 66662, + 66749 ], "loc": { "start": { - "line": 1783, + "line": 1786, "column": 24 }, "end": { - "line": 1785, + "line": 1788, "column": 25 } } @@ -150201,16 +150629,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 66605, - 66618 + 66777, + 66790 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 27 }, "end": { - "line": 1786, + "line": 1789, "column": 40 } } @@ -150222,47 +150650,47 @@ "type": "Identifier", "name": "occur", "range": [ - 66623, - 66628 + 66795, + 66800 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 45 }, "end": { - "line": 1786, + "line": 1789, "column": 50 } } }, "prefix": true, "range": [ - 66622, - 66628 + 66794, + 66800 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 44 }, "end": { - "line": 1786, + "line": 1789, "column": 50 } } }, "range": [ - 66605, - 66628 + 66777, + 66800 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 27 }, "end": { - "line": 1786, + "line": 1789, "column": 50 } } @@ -150274,79 +150702,79 @@ "type": "BreakStatement", "label": null, "range": [ - 66659, - 66665 + 66831, + 66837 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 28 }, "end": { - "line": 1787, + "line": 1790, "column": 34 } } } ], "range": [ - 66629, - 66691 + 66801, + 66863 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 51 }, "end": { - "line": 1788, + "line": 1791, "column": 25 } } }, "alternate": null, "range": [ - 66602, - 66691 + 66774, + 66863 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 24 }, "end": { - "line": 1788, + "line": 1791, "column": 25 } } } ], "range": [ - 66284, - 66713 + 66456, + 66885 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 58 }, "end": { - "line": 1789, + "line": 1792, "column": 21 } } }, "range": [ - 66246, - 66713 + 66418, + 66885 ], "loc": { "start": { - "line": 1779, + "line": 1782, "column": 20 }, "end": { - "line": 1789, + "line": 1792, "column": 21 } } @@ -150363,16 +150791,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 66734, - 66743 + 66906, + 66915 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 20 }, "end": { - "line": 1790, + "line": 1793, "column": 29 } } @@ -150381,31 +150809,31 @@ "type": "Identifier", "name": "j", "range": [ - 66744, - 66745 + 66916, + 66917 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 30 }, "end": { - "line": 1790, + "line": 1793, "column": 31 } } }, "range": [ - 66734, - 66746 + 66906, + 66918 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 20 }, "end": { - "line": 1790, + "line": 1793, "column": 32 } } @@ -150414,62 +150842,62 @@ "type": "Identifier", "name": "occur", "range": [ - 66749, - 66754 + 66921, + 66926 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 35 }, "end": { - "line": 1790, + "line": 1793, "column": 40 } } }, "range": [ - 66734, - 66754 + 66906, + 66926 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 20 }, "end": { - "line": 1790, + "line": 1793, "column": 40 } } }, "range": [ - 66734, - 66755 + 66906, + 66927 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 20 }, "end": { - "line": 1790, + "line": 1793, "column": 41 } } } ], "range": [ - 66090, - 66773 + 66262, + 66945 ], "loc": { "start": { - "line": 1775, + "line": 1778, "column": 49 }, "end": { - "line": 1791, + "line": 1794, "column": 17 } }, @@ -150478,16 +150906,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 66790, - 66815 + 66962, + 66987 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 16 }, "end": { - "line": 1792, + "line": 1795, "column": 41 } } @@ -150509,16 +150937,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 66859, - 66868 + 67031, + 67040 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 20 }, "end": { - "line": 1794, + "line": 1797, "column": 29 } } @@ -150527,31 +150955,31 @@ "type": "Identifier", "name": "j", "range": [ - 66869, - 66870 + 67041, + 67042 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 30 }, "end": { - "line": 1794, + "line": 1797, "column": 31 } } }, "range": [ - 66859, - 66871 + 67031, + 67043 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 20 }, "end": { - "line": 1794, + "line": 1797, "column": 32 } } @@ -150565,16 +150993,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 66898, - 66904 + 67070, + 67076 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 24 }, "end": { - "line": 1795, + "line": 1798, "column": 30 } } @@ -150583,31 +151011,31 @@ "type": "Identifier", "name": "call", "range": [ - 66905, - 66909 + 67077, + 67081 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 31 }, "end": { - "line": 1795, + "line": 1798, "column": 35 } } }, "range": [ - 66898, - 66909 + 67070, + 67081 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 24 }, "end": { - "line": 1795, + "line": 1798, "column": 35 } } @@ -150616,16 +151044,16 @@ { "type": "ThisExpression", "range": [ - 66910, - 66914 + 67082, + 67086 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 36 }, "end": { - "line": 1795, + "line": 1798, "column": 40 } } @@ -150639,16 +151067,16 @@ "type": "Identifier", "name": "Str", "range": [ - 66916, - 66919 + 67088, + 67091 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 42 }, "end": { - "line": 1795, + "line": 1798, "column": 45 } } @@ -150657,31 +151085,31 @@ "type": "Identifier", "name": "trim", "range": [ - 66920, - 66924 + 67092, + 67096 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 46 }, "end": { - "line": 1795, + "line": 1798, "column": 50 } } }, "range": [ - 66916, - 66924 + 67088, + 67096 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 42 }, "end": { - "line": 1795, + "line": 1798, "column": 50 } } @@ -150691,32 +151119,32 @@ "type": "Identifier", "name": "sA", "range": [ - 66925, - 66927 + 67097, + 67099 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 51 }, "end": { - "line": 1795, + "line": 1798, "column": 53 } } } ], "range": [ - 66916, - 66928 + 67088, + 67100 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 42 }, "end": { - "line": 1795, + "line": 1798, "column": 54 } } @@ -150725,16 +151153,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 66930, - 66939 + 67102, + 67111 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 56 }, "end": { - "line": 1795, + "line": 1798, "column": 65 } } @@ -150743,62 +151171,62 @@ "type": "Identifier", "name": "j", "range": [ - 66941, - 66942 + 67113, + 67114 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 67 }, "end": { - "line": 1795, + "line": 1798, "column": 68 } } } ], "range": [ - 66898, - 66943 + 67070, + 67115 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 24 }, "end": { - "line": 1795, + "line": 1798, "column": 69 } } }, "range": [ - 66859, - 66943 + 67031, + 67115 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 20 }, "end": { - "line": 1795, + "line": 1798, "column": 69 } } }, "range": [ - 66859, - 66944 + 67031, + 67116 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 20 }, "end": { - "line": 1795, + "line": 1798, "column": 70 } } @@ -150814,16 +151242,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 66965, - 66974 + 67137, + 67146 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 20 }, "end": { - "line": 1796, + "line": 1799, "column": 29 } } @@ -150832,31 +151260,31 @@ "type": "Identifier", "name": "call", "range": [ - 66975, - 66979 + 67147, + 67151 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 30 }, "end": { - "line": 1796, + "line": 1799, "column": 34 } } }, "range": [ - 66965, - 66979 + 67137, + 67151 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 20 }, "end": { - "line": 1796, + "line": 1799, "column": 34 } } @@ -150865,16 +151293,16 @@ { "type": "ThisExpression", "range": [ - 66980, - 66984 + 67152, + 67156 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 35 }, "end": { - "line": 1796, + "line": 1799, "column": 39 } } @@ -150883,16 +151311,16 @@ "type": "Identifier", "name": "sA", "range": [ - 66986, - 66988 + 67158, + 67160 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 41 }, "end": { - "line": 1796, + "line": 1799, "column": 43 } } @@ -150904,16 +151332,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 66990, - 66999 + 67162, + 67171 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 45 }, "end": { - "line": 1796, + "line": 1799, "column": 54 } } @@ -150922,31 +151350,31 @@ "type": "Identifier", "name": "j", "range": [ - 67000, - 67001 + 67172, + 67173 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 55 }, "end": { - "line": 1796, + "line": 1799, "column": 56 } } }, "range": [ - 66990, - 67002 + 67162, + 67174 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 45 }, "end": { - "line": 1796, + "line": 1799, "column": 57 } } @@ -150958,16 +151386,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67004, - 67008 + 67176, + 67180 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 59 }, "end": { - "line": 1796, + "line": 1799, "column": 63 } } @@ -150976,78 +151404,78 @@ "type": "Identifier", "name": "j", "range": [ - 67009, - 67010 + 67181, + 67182 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 64 }, "end": { - "line": 1796, + "line": 1799, "column": 65 } } }, "range": [ - 67004, - 67011 + 67176, + 67183 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 59 }, "end": { - "line": 1796, + "line": 1799, "column": 66 } } } ], "range": [ - 66965, - 67012 + 67137, + 67184 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 20 }, "end": { - "line": 1796, + "line": 1799, "column": 67 } } }, "range": [ - 66965, - 67013 + 67137, + 67185 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 20 }, "end": { - "line": 1796, + "line": 1799, "column": 68 } } } ], "range": [ - 66837, - 67031 + 67009, + 67203 ], "loc": { "start": { - "line": 1793, + "line": 1796, "column": 21 }, "end": { - "line": 1797, + "line": 1800, "column": 17 } }, @@ -151056,16 +151484,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 66790, - 66815 + 66962, + 66987 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 16 }, "end": { - "line": 1792, + "line": 1795, "column": 41 } } @@ -151073,16 +151501,16 @@ ] }, "range": [ - 66057, - 67031 + 66229, + 67203 ], "loc": { "start": { - "line": 1775, + "line": 1778, "column": 16 }, "end": { - "line": 1797, + "line": 1800, "column": 17 } }, @@ -151091,16 +151519,16 @@ "type": "Line", "value": "multiple sarch parameters", "range": [ - 66013, - 66040 + 66185, + 66212 ], "loc": { "start": { - "line": 1774, + "line": 1777, "column": 16 }, "end": { - "line": 1774, + "line": 1777, "column": 43 } } @@ -151111,16 +151539,16 @@ "type": "Line", "value": "else single param", "range": [ - 67031, - 67050 + 67203, + 67222 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 17 }, "end": { - "line": 1797, + "line": 1800, "column": 36 } } @@ -151139,16 +151567,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 67072, - 67081 + 67244, + 67253 ], "loc": { "start": { - "line": 1799, + "line": 1802, "column": 20 }, "end": { - "line": 1799, + "line": 1802, "column": 29 } } @@ -151157,47 +151585,47 @@ "type": "Identifier", "name": "j", "range": [ - 67082, - 67083 + 67254, + 67255 ], "loc": { "start": { - "line": 1799, + "line": 1802, "column": 30 }, "end": { - "line": 1799, + "line": 1802, "column": 31 } } }, "range": [ - 67072, - 67084 + 67244, + 67256 ], "loc": { "start": { - "line": 1799, + "line": 1802, "column": 20 }, "end": { - "line": 1799, + "line": 1802, "column": 32 } } }, "prefix": true, "range": [ - 67071, - 67084 + 67243, + 67256 ], "loc": { "start": { - "line": 1799, + "line": 1802, "column": 19 }, "end": { - "line": 1799, + "line": 1802, "column": 32 } } @@ -151214,16 +151642,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 67107, - 67117 + 67279, + 67289 ], "loc": { "start": { - "line": 1800, + "line": 1803, "column": 20 }, "end": { - "line": 1800, + "line": 1803, "column": 30 } } @@ -151233,78 +151661,78 @@ "value": false, "raw": "false", "range": [ - 67120, - 67125 + 67292, + 67297 ], "loc": { "start": { - "line": 1800, + "line": 1803, "column": 33 }, "end": { - "line": 1800, + "line": 1803, "column": 38 } } }, "range": [ - 67107, - 67125 + 67279, + 67297 ], "loc": { "start": { - "line": 1800, + "line": 1803, "column": 20 }, "end": { - "line": 1800, + "line": 1803, "column": 38 } } }, "range": [ - 67107, - 67126 + 67279, + 67298 ], "loc": { "start": { - "line": 1800, + "line": 1803, "column": 20 }, "end": { - "line": 1800, + "line": 1803, "column": 39 } } } ], "range": [ - 67085, - 67144 + 67257, + 67316 ], "loc": { "start": { - "line": 1799, + "line": 1802, "column": 33 }, "end": { - "line": 1801, + "line": 1804, "column": 17 } } }, "alternate": null, "range": [ - 67068, - 67144 + 67240, + 67316 ], "loc": { "start": { - "line": 1799, + "line": 1802, "column": 16 }, "end": { - "line": 1801, + "line": 1804, "column": 17 } }, @@ -151313,16 +151741,16 @@ "type": "Line", "value": "else single param", "range": [ - 67031, - 67050 + 67203, + 67222 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 17 }, "end": { - "line": 1797, + "line": 1800, "column": 36 } } @@ -151340,16 +151768,16 @@ "object": { "type": "ThisExpression", "range": [ - 67164, - 67168 + 67336, + 67340 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 19 }, "end": { - "line": 1802, + "line": 1805, "column": 23 } } @@ -151358,31 +151786,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 67169, - 67184 + 67341, + 67356 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 24 }, "end": { - "line": 1802, + "line": 1805, "column": 39 } } }, "range": [ - 67164, - 67184 + 67336, + 67356 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 19 }, "end": { - "line": 1802, + "line": 1805, "column": 39 } } @@ -151394,16 +151822,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 67188, - 67197 + 67360, + 67369 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 43 }, "end": { - "line": 1802, + "line": 1805, "column": 52 } } @@ -151412,46 +151840,46 @@ "type": "Identifier", "name": "j", "range": [ - 67198, - 67199 + 67370, + 67371 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 53 }, "end": { - "line": 1802, + "line": 1805, "column": 54 } } }, "range": [ - 67188, - 67200 + 67360, + 67372 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 43 }, "end": { - "line": 1802, + "line": 1805, "column": 55 } } }, "range": [ - 67164, - 67200 + 67336, + 67372 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 19 }, "end": { - "line": 1802, + "line": 1805, "column": 55 } } @@ -151468,16 +151896,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 67223, - 67240 + 67395, + 67412 ], "loc": { "start": { - "line": 1803, + "line": 1806, "column": 20 }, "end": { - "line": 1803, + "line": 1806, "column": 37 } } @@ -151487,313 +151915,60 @@ "value": true, "raw": "true", "range": [ - 67243, - 67247 + 67415, + 67419 ], "loc": { "start": { - "line": 1803, + "line": 1806, "column": 40 }, "end": { - "line": 1803, + "line": 1806, "column": 44 } } }, "range": [ - 67223, - 67247 + 67395, + 67419 ], "loc": { "start": { - "line": 1803, + "line": 1806, "column": 20 }, "end": { - "line": 1803, + "line": 1806, "column": 44 } } }, "range": [ - 67223, - 67248 + 67395, + 67420 ], "loc": { "start": { - "line": 1803, + "line": 1806, "column": 20 }, "end": { - "line": 1803, + "line": 1806, "column": 45 } } } ], "range": [ - 67201, - 67266 + 67373, + 67438 ], "loc": { "start": { - "line": 1802, + "line": 1805, "column": 56 }, - "end": { - "line": 1804, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 67161, - 67266 - ], - "loc": { - "start": { - "line": 1802, - "column": 16 - }, - "end": { - "line": 1804, - "column": 17 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 67286, - 67290 - ], - "loc": { - "start": { - "line": 1805, - "column": 19 - }, - "end": { - "line": 1805, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "popUpFilters", - "range": [ - 67291, - 67303 - ], - "loc": { - "start": { - "line": 1805, - "column": 24 - }, - "end": { - "line": 1805, - "column": 36 - } - } - }, - "range": [ - 67286, - 67303 - ], - "loc": { - "start": { - "line": 1805, - "column": 19 - }, - "end": { - "line": 1805, - "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": [ - 67326, - 67329 - ], - "loc": { - "start": { - "line": 1806, - "column": 20 - }, - "end": { - "line": 1806, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "popupFilter", - "range": [ - 67330, - 67341 - ], - "loc": { - "start": { - "line": 1806, - "column": 24 - }, - "end": { - "line": 1806, - "column": 35 - } - } - }, - "range": [ - 67326, - 67341 - ], - "loc": { - "start": { - "line": 1806, - "column": 20 - }, - "end": { - "line": 1806, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "buildIcon", - "range": [ - 67342, - 67351 - ], - "loc": { - "start": { - "line": 1806, - "column": 36 - }, - "end": { - "line": 1806, - "column": 45 - } - } - }, - "range": [ - 67326, - 67351 - ], - "loc": { - "start": { - "line": 1806, - "column": 20 - }, - "end": { - "line": 1806, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "j", - "range": [ - 67352, - 67353 - ], - "loc": { - "start": { - "line": 1806, - "column": 46 - }, - "end": { - "line": 1806, - "column": 47 - } - } - }, - { - "type": "Literal", - "value": true, - "raw": "true", - "range": [ - 67355, - 67359 - ], - "loc": { - "start": { - "line": 1806, - "column": 49 - }, - "end": { - "line": 1806, - "column": 53 - } - } - } - ], - "range": [ - 67326, - 67360 - ], - "loc": { - "start": { - "line": 1806, - "column": 20 - }, - "end": { - "line": 1806, - "column": 54 - } - } - }, - "range": [ - 67326, - 67361 - ], - "loc": { - "start": { - "line": 1806, - "column": 20 - }, - "end": { - "line": 1806, - "column": 55 - } - } - } - ], - "range": [ - 67304, - 67379 - ], - "loc": { - "start": { - "line": 1805, - "column": 37 - }, "end": { "line": 1807, "column": 17 @@ -151802,8 +151977,8 @@ }, "alternate": null, "range": [ - 67283, - 67379 + 67333, + 67438 ], "loc": { "start": { @@ -151824,8 +151999,8 @@ "object": { "type": "ThisExpression", "range": [ - 67399, - 67403 + 67458, + 67462 ], "loc": { "start": { @@ -151840,10 +152015,10 @@ }, "property": { "type": "Identifier", - "name": "markActiveColumns", + "name": "popUpFilters", "range": [ - 67404, - 67421 + 67463, + 67475 ], "loc": { "start": { @@ -151852,13 +152027,13 @@ }, "end": { "line": 1808, - "column": 41 + "column": 36 } } }, "range": [ - 67399, - 67421 + 67458, + 67475 ], "loc": { "start": { @@ -151867,6 +152042,259 @@ }, "end": { "line": 1808, + "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": [ + 67498, + 67501 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "popupFilter", + "range": [ + 67502, + 67513 + ], + "loc": { + "start": { + "line": 1809, + "column": 24 + }, + "end": { + "line": 1809, + "column": 35 + } + } + }, + "range": [ + 67498, + 67513 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "buildIcon", + "range": [ + 67514, + 67523 + ], + "loc": { + "start": { + "line": 1809, + "column": 36 + }, + "end": { + "line": 1809, + "column": 45 + } + } + }, + "range": [ + 67498, + 67523 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 45 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "j", + "range": [ + 67524, + 67525 + ], + "loc": { + "start": { + "line": 1809, + "column": 46 + }, + "end": { + "line": 1809, + "column": 47 + } + } + }, + { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 67527, + 67531 + ], + "loc": { + "start": { + "line": 1809, + "column": 49 + }, + "end": { + "line": 1809, + "column": 53 + } + } + } + ], + "range": [ + 67498, + 67532 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 54 + } + } + }, + "range": [ + 67498, + 67533 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 55 + } + } + } + ], + "range": [ + 67476, + 67551 + ], + "loc": { + "start": { + "line": 1808, + "column": 37 + }, + "end": { + "line": 1810, + "column": 17 + } + } + }, + "alternate": null, + "range": [ + 67455, + 67551 + ], + "loc": { + "start": { + "line": 1808, + "column": 16 + }, + "end": { + "line": 1810, + "column": 17 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 67571, + 67575 + ], + "loc": { + "start": { + "line": 1811, + "column": 19 + }, + "end": { + "line": 1811, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "markActiveColumns", + "range": [ + 67576, + 67593 + ], + "loc": { + "start": { + "line": 1811, + "column": 24 + }, + "end": { + "line": 1811, + "column": 41 + } + } + }, + "range": [ + 67571, + 67593 + ], + "loc": { + "start": { + "line": 1811, + "column": 19 + }, + "end": { + "line": 1811, "column": 41 } } @@ -151883,16 +152311,16 @@ "type": "Identifier", "name": "k", "range": [ - 67447, - 67448 + 67619, + 67620 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 23 }, "end": { - "line": 1809, + "line": 1812, "column": 24 } } @@ -151903,16 +152331,16 @@ "object": { "type": "ThisExpression", "range": [ - 67453, - 67457 + 67625, + 67629 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 29 }, "end": { - "line": 1809, + "line": 1812, "column": 33 } } @@ -151921,46 +152349,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 67458, - 67464 + 67630, + 67636 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 34 }, "end": { - "line": 1809, + "line": 1812, "column": 40 } } }, "range": [ - 67453, - 67464 + 67625, + 67636 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 29 }, "end": { - "line": 1809, + "line": 1812, "column": 40 } } }, "range": [ - 67447, - 67464 + 67619, + 67636 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 23 }, "end": { - "line": 1809, + "line": 1812, "column": 40 } } @@ -151976,16 +152404,16 @@ "object": { "type": "ThisExpression", "range": [ - 67494, - 67498 + 67666, + 67670 ], "loc": { "start": { - "line": 1810, + "line": 1813, "column": 27 }, "end": { - "line": 1810, + "line": 1813, "column": 31 } } @@ -151994,31 +152422,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 67499, - 67519 + 67671, + 67691 ], "loc": { "start": { - "line": 1810, + "line": 1813, "column": 32 }, "end": { - "line": 1810, + "line": 1813, "column": 52 } } }, "range": [ - 67494, - 67519 + 67666, + 67691 ], "loc": { "start": { - "line": 1810, + "line": 1813, "column": 27 }, "end": { - "line": 1810, + "line": 1813, "column": 52 } } @@ -152039,16 +152467,16 @@ "object": { "type": "ThisExpression", "range": [ - 67550, - 67554 + 67722, + 67726 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 28 }, "end": { - "line": 1811, + "line": 1814, "column": 32 } } @@ -152057,31 +152485,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 67555, - 67575 + 67727, + 67747 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 33 }, "end": { - "line": 1811, + "line": 1814, "column": 53 } } }, "range": [ - 67550, - 67575 + 67722, + 67747 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 28 }, "end": { - "line": 1811, + "line": 1814, "column": 53 } } @@ -152090,31 +152518,31 @@ "type": "Identifier", "name": "call", "range": [ - 67576, - 67580 + 67748, + 67752 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 54 }, "end": { - "line": 1811, + "line": 1814, "column": 58 } } }, "range": [ - 67550, - 67580 + 67722, + 67752 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 28 }, "end": { - "line": 1811, + "line": 1814, "column": 58 } } @@ -152125,16 +152553,16 @@ "value": null, "raw": "null", "range": [ - 67581, - 67585 + 67753, + 67757 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 59 }, "end": { - "line": 1811, + "line": 1814, "column": 63 } } @@ -152142,16 +152570,16 @@ { "type": "ThisExpression", "range": [ - 67587, - 67591 + 67759, + 67763 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 65 }, "end": { - "line": 1811, + "line": 1814, "column": 69 } } @@ -152160,79 +152588,79 @@ "type": "Identifier", "name": "j", "range": [ - 67593, - 67594 + 67765, + 67766 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 71 }, "end": { - "line": 1811, + "line": 1814, "column": 72 } } } ], "range": [ - 67550, - 67595 + 67722, + 67767 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 28 }, "end": { - "line": 1811, + "line": 1814, "column": 73 } } }, "range": [ - 67550, - 67596 + 67722, + 67768 ], "loc": { "start": { - "line": 1811, + "line": 1814, "column": 28 }, "end": { - "line": 1811, + "line": 1814, "column": 74 } } } ], "range": [ - 67520, - 67622 + 67692, + 67794 ], "loc": { "start": { - "line": 1810, + "line": 1813, "column": 53 }, "end": { - "line": 1812, + "line": 1815, "column": 25 } } }, "alternate": null, "range": [ - 67491, - 67622 + 67663, + 67794 ], "loc": { "start": { - "line": 1810, + "line": 1813, "column": 24 }, "end": { - "line": 1812, + "line": 1815, "column": 25 } } @@ -152248,16 +152676,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 67647, - 67650 + 67819, + 67822 ], "loc": { "start": { - "line": 1813, + "line": 1816, "column": 24 }, "end": { - "line": 1813, + "line": 1816, "column": 27 } } @@ -152266,31 +152694,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 67651, - 67659 + 67823, + 67831 ], "loc": { "start": { - "line": 1813, + "line": 1816, "column": 28 }, "end": { - "line": 1813, + "line": 1816, "column": 36 } } }, "range": [ - 67647, - 67659 + 67819, + 67831 ], "loc": { "start": { - "line": 1813, + "line": 1816, "column": 24 }, "end": { - "line": 1813, + "line": 1816, "column": 36 } } @@ -152304,16 +152732,16 @@ "object": { "type": "ThisExpression", "range": [ - 67689, - 67693 + 67861, + 67865 ], "loc": { "start": { - "line": 1814, + "line": 1817, "column": 28 }, "end": { - "line": 1814, + "line": 1817, "column": 32 } } @@ -152322,31 +152750,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 67694, - 67710 + 67866, + 67882 ], "loc": { "start": { - "line": 1814, + "line": 1817, "column": 33 }, "end": { - "line": 1814, + "line": 1817, "column": 49 } } }, "range": [ - 67689, - 67710 + 67861, + 67882 ], "loc": { "start": { - "line": 1814, + "line": 1817, "column": 28 }, "end": { - "line": 1814, + "line": 1817, "column": 49 } } @@ -152356,32 +152784,32 @@ "type": "Identifier", "name": "j", "range": [ - 67711, - 67712 + 67883, + 67884 ], "loc": { "start": { - "line": 1814, + "line": 1817, "column": 50 }, "end": { - "line": 1814, + "line": 1817, "column": 51 } } } ], "range": [ - 67689, - 67713 + 67861, + 67885 ], "loc": { "start": { - "line": 1814, + "line": 1817, "column": 28 }, "end": { - "line": 1814, + "line": 1817, "column": 52 } } @@ -152392,16 +152820,16 @@ "object": { "type": "ThisExpression", "range": [ - 67743, - 67747 + 67915, + 67919 ], "loc": { "start": { - "line": 1815, + "line": 1818, "column": 28 }, "end": { - "line": 1815, + "line": 1818, "column": 32 } } @@ -152410,62 +152838,62 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 67748, - 67769 + 67920, + 67941 ], "loc": { "start": { - "line": 1815, + "line": 1818, "column": 33 }, "end": { - "line": 1815, + "line": 1818, "column": 54 } } }, "range": [ - 67743, - 67769 + 67915, + 67941 ], "loc": { "start": { - "line": 1815, + "line": 1818, "column": 28 }, "end": { - "line": 1815, + "line": 1818, "column": 54 } } } ], "range": [ - 67647, - 67770 + 67819, + 67942 ], "loc": { "start": { - "line": 1813, + "line": 1816, "column": 24 }, "end": { - "line": 1815, + "line": 1818, "column": 55 } } }, "range": [ - 67647, - 67771 + 67819, + 67943 ], "loc": { "start": { - "line": 1813, + "line": 1816, "column": 24 }, "end": { - "line": 1815, + "line": 1818, "column": 56 } } @@ -152478,16 +152906,16 @@ "object": { "type": "ThisExpression", "range": [ - 67799, - 67803 + 67971, + 67975 ], "loc": { "start": { - "line": 1816, + "line": 1819, "column": 27 }, "end": { - "line": 1816, + "line": 1819, "column": 31 } } @@ -152496,31 +152924,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 67804, - 67823 + 67976, + 67995 ], "loc": { "start": { - "line": 1816, + "line": 1819, "column": 32 }, "end": { - "line": 1816, + "line": 1819, "column": 51 } } }, "range": [ - 67799, - 67823 + 67971, + 67995 ], "loc": { "start": { - "line": 1816, + "line": 1819, "column": 27 }, "end": { - "line": 1816, + "line": 1819, "column": 51 } } @@ -152541,16 +152969,16 @@ "object": { "type": "ThisExpression", "range": [ - 67854, - 67858 + 68026, + 68030 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 28 }, "end": { - "line": 1817, + "line": 1820, "column": 32 } } @@ -152559,31 +152987,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 67859, - 67878 + 68031, + 68050 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 33 }, "end": { - "line": 1817, + "line": 1820, "column": 52 } } }, "range": [ - 67854, - 67878 + 68026, + 68050 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 28 }, "end": { - "line": 1817, + "line": 1820, "column": 52 } } @@ -152592,31 +153020,31 @@ "type": "Identifier", "name": "call", "range": [ - 67879, - 67883 + 68051, + 68055 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 53 }, "end": { - "line": 1817, + "line": 1820, "column": 57 } } }, "range": [ - 67854, - 67883 + 68026, + 68055 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 28 }, "end": { - "line": 1817, + "line": 1820, "column": 57 } } @@ -152627,16 +153055,16 @@ "value": null, "raw": "null", "range": [ - 67884, - 67888 + 68056, + 68060 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 58 }, "end": { - "line": 1817, + "line": 1820, "column": 62 } } @@ -152644,16 +153072,16 @@ { "type": "ThisExpression", "range": [ - 67890, - 67894 + 68062, + 68066 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 64 }, "end": { - "line": 1817, + "line": 1820, "column": 68 } } @@ -152662,174 +153090,174 @@ "type": "Identifier", "name": "j", "range": [ - 67896, - 67897 + 68068, + 68069 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 70 }, "end": { - "line": 1817, + "line": 1820, "column": 71 } } } ], "range": [ - 67854, - 67898 + 68026, + 68070 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 28 }, "end": { - "line": 1817, + "line": 1820, "column": 72 } } }, "range": [ - 67854, - 67899 + 68026, + 68071 ], "loc": { "start": { - "line": 1817, + "line": 1820, "column": 28 }, "end": { - "line": 1817, + "line": 1820, "column": 73 } } } ], "range": [ - 67824, - 67925 + 67996, + 68097 ], "loc": { "start": { - "line": 1816, + "line": 1819, "column": 52 }, "end": { - "line": 1818, + "line": 1821, "column": 25 } } }, "alternate": null, "range": [ - 67796, - 67925 + 67968, + 68097 ], "loc": { "start": { - "line": 1816, + "line": 1819, "column": 24 }, "end": { - "line": 1818, + "line": 1821, "column": 25 } } } ], "range": [ - 67465, - 67947 + 67637, + 68119 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 41 }, "end": { - "line": 1819, + "line": 1822, "column": 21 } } }, "alternate": null, "range": [ - 67444, - 67947 + 67616, + 68119 ], "loc": { "start": { - "line": 1809, + "line": 1812, "column": 20 }, "end": { - "line": 1819, + "line": 1822, "column": 21 } } } ], "range": [ - 67422, - 67965 + 67594, + 68137 ], "loc": { "start": { - "line": 1808, + "line": 1811, "column": 42 }, "end": { - "line": 1820, + "line": 1823, "column": 17 } } }, "alternate": null, "range": [ - 67396, - 67965 + 67568, + 68137 ], "loc": { "start": { - "line": 1808, + "line": 1811, "column": 16 }, "end": { - "line": 1820, + "line": 1823, "column": 17 } } } ], "range": [ - 65096, - 67979 + 65268, + 68151 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 40 }, "end": { - "line": 1821, + "line": 1824, "column": 13 } } }, "range": [ - 65068, - 67979 + 65240, + 68151 ], "loc": { "start": { - "line": 1753, + "line": 1756, "column": 12 }, "end": { - "line": 1821, + "line": 1824, "column": 13 } }, @@ -152838,16 +153266,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 65023, - 65055 + 65195, + 65227 ], "loc": { "start": { - "line": 1752, + "line": 1755, "column": 12 }, "end": { - "line": 1752, + "line": 1755, "column": 44 } } @@ -152858,16 +153286,16 @@ "type": "Line", "value": "for j", "range": [ - 67979, - 67986 + 68151, + 68158 ], "loc": { "start": { - "line": 1821, + "line": 1824, "column": 13 }, "end": { - "line": 1821, + "line": 1824, "column": 20 } } @@ -152885,16 +153313,16 @@ "object": { "type": "ThisExpression", "range": [ - 68003, - 68007 + 68175, + 68179 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 15 }, "end": { - "line": 1823, + "line": 1826, "column": 19 } } @@ -152903,31 +153331,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 68008, - 68023 + 68180, + 68195 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 20 }, "end": { - "line": 1823, + "line": 1826, "column": 35 } } }, "range": [ - 68003, - 68023 + 68175, + 68195 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 15 }, "end": { - "line": 1823, + "line": 1826, "column": 35 } } @@ -152936,31 +153364,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 68027, - 68044 + 68199, + 68216 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 39 }, "end": { - "line": 1823, + "line": 1826, "column": 56 } } }, "range": [ - 68003, - 68044 + 68175, + 68216 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 15 }, "end": { - "line": 1823, + "line": 1826, "column": 56 } } @@ -152977,16 +153405,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 68063, - 68073 + 68235, + 68245 ], "loc": { "start": { - "line": 1824, + "line": 1827, "column": 16 }, "end": { - "line": 1824, + "line": 1827, "column": 26 } } @@ -152996,78 +153424,78 @@ "value": true, "raw": "true", "range": [ - 68076, - 68080 + 68248, + 68252 ], "loc": { "start": { - "line": 1824, + "line": 1827, "column": 29 }, "end": { - "line": 1824, + "line": 1827, "column": 33 } } }, "range": [ - 68063, - 68080 + 68235, + 68252 ], "loc": { "start": { - "line": 1824, + "line": 1827, "column": 16 }, "end": { - "line": 1824, + "line": 1827, "column": 33 } } }, "range": [ - 68063, - 68081 + 68235, + 68253 ], "loc": { "start": { - "line": 1824, + "line": 1827, "column": 16 }, "end": { - "line": 1824, + "line": 1827, "column": 34 } } } ], "range": [ - 68045, - 68095 + 68217, + 68267 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 57 }, "end": { - "line": 1825, + "line": 1828, "column": 13 } } }, "alternate": null, "range": [ - 68000, - 68095 + 68172, + 68267 ], "loc": { "start": { - "line": 1823, + "line": 1826, "column": 12 }, "end": { - "line": 1825, + "line": 1828, "column": 13 } }, @@ -153076,16 +153504,16 @@ "type": "Line", "value": "for j", "range": [ - 67979, - 67986 + 68151, + 68158 ], "loc": { "start": { - "line": 1821, + "line": 1824, "column": 13 }, "end": { - "line": 1821, + "line": 1824, "column": 20 } } @@ -153101,32 +153529,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 68113, - 68123 + 68285, + 68295 ], "loc": { "start": { - "line": 1827, + "line": 1830, "column": 16 }, "end": { - "line": 1827, + "line": 1830, "column": 26 } } }, "prefix": true, "range": [ - 68112, - 68123 + 68284, + 68295 ], "loc": { "start": { - "line": 1827, + "line": 1830, "column": 15 }, "end": { - "line": 1827, + "line": 1830, "column": 26 } } @@ -153144,16 +153572,16 @@ "object": { "type": "ThisExpression", "range": [ - 68142, - 68146 + 68314, + 68318 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 16 }, "end": { - "line": 1828, + "line": 1831, "column": 20 } } @@ -153162,31 +153590,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 68147, - 68158 + 68319, + 68330 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 21 }, "end": { - "line": 1828, + "line": 1831, "column": 32 } } }, "range": [ - 68142, - 68158 + 68314, + 68330 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 16 }, "end": { - "line": 1828, + "line": 1831, "column": 32 } } @@ -153196,16 +153624,16 @@ "type": "Identifier", "name": "k", "range": [ - 68159, - 68160 + 68331, + 68332 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 33 }, "end": { - "line": 1828, + "line": 1831, "column": 34 } } @@ -153215,47 +153643,47 @@ "value": false, "raw": "false", "range": [ - 68162, - 68167 + 68334, + 68339 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 36 }, "end": { - "line": 1828, + "line": 1831, "column": 41 } } } ], "range": [ - 68142, - 68168 + 68314, + 68340 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 16 }, "end": { - "line": 1828, + "line": 1831, "column": 42 } } }, "range": [ - 68142, - 68169 + 68314, + 68341 ], "loc": { "start": { - "line": 1828, + "line": 1831, "column": 16 }, "end": { - "line": 1828, + "line": 1831, "column": 43 } } @@ -153269,16 +153697,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 68189, - 68192 + 68361, + 68364 ], "loc": { "start": { - "line": 1829, + "line": 1832, "column": 19 }, "end": { - "line": 1829, + "line": 1832, "column": 22 } } @@ -153287,31 +153715,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 68193, - 68206 + 68365, + 68378 ], "loc": { "start": { - "line": 1829, + "line": 1832, "column": 23 }, "end": { - "line": 1829, + "line": 1832, "column": 36 } } }, "range": [ - 68189, - 68206 + 68361, + 68378 ], "loc": { "start": { - "line": 1829, + "line": 1832, "column": 19 }, "end": { - "line": 1829, + "line": 1832, "column": 36 } } @@ -153333,16 +153761,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 68229, - 68232 + 68401, + 68404 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 20 }, "end": { - "line": 1830, + "line": 1833, "column": 23 } } @@ -153351,31 +153779,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 68233, - 68246 + 68405, + 68418 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 24 }, "end": { - "line": 1830, + "line": 1833, "column": 37 } } }, "range": [ - 68229, - 68246 + 68401, + 68418 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 20 }, "end": { - "line": 1830, + "line": 1833, "column": 37 } } @@ -153384,31 +153812,31 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 68247, - 68258 + 68419, + 68430 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 38 }, "end": { - "line": 1830, + "line": 1833, "column": 49 } } }, "range": [ - 68229, - 68258 + 68401, + 68430 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 20 }, "end": { - "line": 1830, + "line": 1833, "column": 49 } } @@ -153418,79 +153846,79 @@ "type": "Identifier", "name": "k", "range": [ - 68259, - 68260 + 68431, + 68432 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 50 }, "end": { - "line": 1830, + "line": 1833, "column": 51 } } } ], "range": [ - 68229, - 68261 + 68401, + 68433 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 20 }, "end": { - "line": 1830, + "line": 1833, "column": 52 } } }, "range": [ - 68229, - 68262 + 68401, + 68434 ], "loc": { "start": { - "line": 1830, + "line": 1833, "column": 20 }, "end": { - "line": 1830, + "line": 1833, "column": 53 } } } ], "range": [ - 68207, - 68280 + 68379, + 68452 ], "loc": { "start": { - "line": 1829, + "line": 1832, "column": 37 }, "end": { - "line": 1831, + "line": 1834, "column": 17 } } }, "alternate": null, "range": [ - 68186, - 68280 + 68358, + 68452 ], "loc": { "start": { - "line": 1829, + "line": 1832, "column": 16 }, "end": { - "line": 1831, + "line": 1834, "column": 17 } }, @@ -153499,16 +153927,16 @@ "type": "Line", "value": " always visible rows need to be counted as valid", "range": [ - 68297, - 68347 + 68469, + 68519 ], "loc": { "start": { - "line": 1832, + "line": 1835, "column": 16 }, "end": { - "line": 1832, + "line": 1835, "column": 66 } } @@ -153526,16 +153954,16 @@ "object": { "type": "ThisExpression", "range": [ - 68367, - 68371 + 68539, + 68543 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 19 }, "end": { - "line": 1833, + "line": 1836, "column": 23 } } @@ -153544,31 +153972,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 68372, - 68386 + 68544, + 68558 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 24 }, "end": { - "line": 1833, + "line": 1836, "column": 38 } } }, "range": [ - 68367, - 68386 + 68539, + 68558 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 19 }, "end": { - "line": 1833, + "line": 1836, "column": 38 } } @@ -153587,16 +154015,16 @@ "object": { "type": "ThisExpression", "range": [ - 68390, - 68394 + 68562, + 68566 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 42 }, "end": { - "line": 1833, + "line": 1836, "column": 46 } } @@ -153605,31 +154033,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 68395, - 68406 + 68567, + 68578 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 47 }, "end": { - "line": 1833, + "line": 1836, "column": 58 } } }, "range": [ - 68390, - 68406 + 68562, + 68578 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 42 }, "end": { - "line": 1833, + "line": 1836, "column": 58 } } @@ -153638,31 +154066,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 68407, - 68414 + 68579, + 68586 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 59 }, "end": { - "line": 1833, + "line": 1836, "column": 66 } } }, "range": [ - 68390, - 68414 + 68562, + 68586 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 42 }, "end": { - "line": 1833, + "line": 1836, "column": 66 } } @@ -153672,32 +154100,32 @@ "type": "Identifier", "name": "k", "range": [ - 68415, - 68416 + 68587, + 68588 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 67 }, "end": { - "line": 1833, + "line": 1836, "column": 68 } } } ], "range": [ - 68390, - 68417 + 68562, + 68589 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 42 }, "end": { - "line": 1833, + "line": 1836, "column": 69 } } @@ -153710,62 +154138,62 @@ "value": 1, "raw": "1", "range": [ - 68423, - 68424 + 68595, + 68596 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 75 }, "end": { - "line": 1833, + "line": 1836, "column": 76 } } }, "prefix": true, "range": [ - 68422, - 68424 + 68594, + 68596 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 74 }, "end": { - "line": 1833, + "line": 1836, "column": 76 } } }, "range": [ - 68390, - 68424 + 68562, + 68596 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 42 }, "end": { - "line": 1833, + "line": 1836, "column": 76 } } }, "range": [ - 68367, - 68424 + 68539, + 68596 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 19 }, "end": { - "line": 1833, + "line": 1836, "column": 76 } } @@ -153786,16 +154214,16 @@ "object": { "type": "ThisExpression", "range": [ - 68447, - 68451 + 68619, + 68623 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 20 }, "end": { - "line": 1834, + "line": 1837, "column": 24 } } @@ -153804,31 +154232,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 68452, - 68466 + 68624, + 68638 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 25 }, "end": { - "line": 1834, + "line": 1837, "column": 39 } } }, "range": [ - 68447, - 68466 + 68619, + 68638 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 20 }, "end": { - "line": 1834, + "line": 1837, "column": 39 } } @@ -153837,31 +154265,31 @@ "type": "Identifier", "name": "push", "range": [ - 68467, - 68471 + 68639, + 68643 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 40 }, "end": { - "line": 1834, + "line": 1837, "column": 44 } } }, "range": [ - 68447, - 68471 + 68619, + 68643 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 20 }, "end": { - "line": 1834, + "line": 1837, "column": 44 } } @@ -153871,63 +154299,63 @@ "type": "Identifier", "name": "k", "range": [ - 68472, - 68473 + 68644, + 68645 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 45 }, "end": { - "line": 1834, + "line": 1837, "column": 46 } } } ], "range": [ - 68447, - 68474 + 68619, + 68646 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 20 }, "end": { - "line": 1834, + "line": 1837, "column": 47 } } }, "range": [ - 68447, - 68475 + 68619, + 68647 ], "loc": { "start": { - "line": 1834, + "line": 1837, "column": 20 }, "end": { - "line": 1834, + "line": 1837, "column": 48 } } } ], "range": [ - 68425, - 68493 + 68597, + 68665 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 77 }, "end": { - "line": 1835, + "line": 1838, "column": 17 } } @@ -153944,78 +154372,78 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 68521, - 68531 + 68693, + 68703 ], "loc": { "start": { - "line": 1836, + "line": 1839, "column": 20 }, "end": { - "line": 1836, + "line": 1839, "column": 30 } } }, "prefix": false, "range": [ - 68521, - 68533 + 68693, + 68705 ], "loc": { "start": { - "line": 1836, + "line": 1839, "column": 20 }, "end": { - "line": 1836, + "line": 1839, "column": 32 } } }, "range": [ - 68521, - 68534 + 68693, + 68706 ], "loc": { "start": { - "line": 1836, + "line": 1839, "column": 20 }, "end": { - "line": 1836, + "line": 1839, "column": 33 } } } ], "range": [ - 68499, - 68552 + 68671, + 68724 ], "loc": { "start": { - "line": 1835, + "line": 1838, "column": 23 }, "end": { - "line": 1837, + "line": 1840, "column": 17 } } }, "range": [ - 68364, - 68552 + 68536, + 68724 ], "loc": { "start": { - "line": 1833, + "line": 1836, "column": 16 }, "end": { - "line": 1837, + "line": 1840, "column": 17 } }, @@ -154024,16 +154452,16 @@ "type": "Line", "value": " always visible rows need to be counted as valid", "range": [ - 68297, - 68347 + 68469, + 68519 ], "loc": { "start": { - "line": 1832, + "line": 1835, "column": 16 }, "end": { - "line": 1832, + "line": 1835, "column": 66 } } @@ -154042,16 +154470,16 @@ } ], "range": [ - 68124, - 68566 + 68296, + 68738 ], "loc": { "start": { - "line": 1827, + "line": 1830, "column": 27 }, "end": { - "line": 1838, + "line": 1841, "column": 13 } } @@ -154069,16 +154497,16 @@ "object": { "type": "ThisExpression", "range": [ - 68590, - 68594 + 68762, + 68766 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 16 }, "end": { - "line": 1839, + "line": 1842, "column": 20 } } @@ -154087,31 +154515,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 68595, - 68606 + 68767, + 68778 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 21 }, "end": { - "line": 1839, + "line": 1842, "column": 32 } } }, "range": [ - 68590, - 68606 + 68762, + 68778 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 16 }, "end": { - "line": 1839, + "line": 1842, "column": 32 } } @@ -154121,16 +154549,16 @@ "type": "Identifier", "name": "k", "range": [ - 68607, - 68608 + 68779, + 68780 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 33 }, "end": { - "line": 1839, + "line": 1842, "column": 34 } } @@ -154140,47 +154568,47 @@ "value": true, "raw": "true", "range": [ - 68610, - 68614 + 68782, + 68786 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 36 }, "end": { - "line": 1839, + "line": 1842, "column": 40 } } } ], "range": [ - 68590, - 68615 + 68762, + 68787 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 16 }, "end": { - "line": 1839, + "line": 1842, "column": 41 } } }, "range": [ - 68590, - 68616 + 68762, + 68788 ], "loc": { "start": { - "line": 1839, + "line": 1842, "column": 16 }, "end": { - "line": 1839, + "line": 1842, "column": 42 } } @@ -154198,16 +154626,16 @@ "object": { "type": "ThisExpression", "range": [ - 68633, - 68637 + 68805, + 68809 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 16 }, "end": { - "line": 1840, + "line": 1843, "column": 20 } } @@ -154216,31 +154644,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 68638, - 68652 + 68810, + 68824 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 21 }, "end": { - "line": 1840, + "line": 1843, "column": 35 } } }, "range": [ - 68633, - 68652 + 68805, + 68824 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 16 }, "end": { - "line": 1840, + "line": 1843, "column": 35 } } @@ -154249,31 +154677,31 @@ "type": "Identifier", "name": "push", "range": [ - 68653, - 68657 + 68825, + 68829 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 36 }, "end": { - "line": 1840, + "line": 1843, "column": 40 } } }, "range": [ - 68633, - 68657 + 68805, + 68829 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 16 }, "end": { - "line": 1840, + "line": 1843, "column": 40 } } @@ -154283,47 +154711,47 @@ "type": "Identifier", "name": "k", "range": [ - 68658, - 68659 + 68830, + 68831 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 41 }, "end": { - "line": 1840, + "line": 1843, "column": 42 } } } ], "range": [ - 68633, - 68660 + 68805, + 68832 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 16 }, "end": { - "line": 1840, + "line": 1843, "column": 43 } } }, "range": [ - 68633, - 68661 + 68805, + 68833 ], "loc": { "start": { - "line": 1840, + "line": 1843, "column": 16 }, "end": { - "line": 1840, + "line": 1843, "column": 44 } } @@ -154336,16 +154764,16 @@ "object": { "type": "ThisExpression", "range": [ - 68681, - 68685 + 68853, + 68857 ], "loc": { "start": { - "line": 1841, + "line": 1844, "column": 19 }, "end": { - "line": 1841, + "line": 1844, "column": 23 } } @@ -154354,31 +154782,31 @@ "type": "Identifier", "name": "alternateBgs", "range": [ - 68686, - 68698 + 68858, + 68870 ], "loc": { "start": { - "line": 1841, + "line": 1844, "column": 24 }, "end": { - "line": 1841, + "line": 1844, "column": 36 } } }, "range": [ - 68681, - 68698 + 68853, + 68870 ], "loc": { "start": { - "line": 1841, + "line": 1844, "column": 19 }, "end": { - "line": 1841, + "line": 1844, "column": 36 } } @@ -154400,16 +154828,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 68721, - 68724 + 68893, + 68896 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 20 }, "end": { - "line": 1842, + "line": 1845, "column": 23 } } @@ -154418,31 +154846,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 68725, - 68738 + 68897, + 68910 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 24 }, "end": { - "line": 1842, + "line": 1845, "column": 37 } } }, "range": [ - 68721, - 68738 + 68893, + 68910 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 20 }, "end": { - "line": 1842, + "line": 1845, "column": 37 } } @@ -154451,31 +154879,31 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 68739, - 68747 + 68911, + 68919 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 38 }, "end": { - "line": 1842, + "line": 1845, "column": 46 } } }, "range": [ - 68721, - 68747 + 68893, + 68919 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 20 }, "end": { - "line": 1842, + "line": 1845, "column": 46 } } @@ -154485,16 +154913,16 @@ "type": "Identifier", "name": "k", "range": [ - 68748, - 68749 + 68920, + 68921 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 47 }, "end": { - "line": 1842, + "line": 1845, "column": 48 } } @@ -154508,16 +154936,16 @@ "object": { "type": "ThisExpression", "range": [ - 68751, - 68755 + 68923, + 68927 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 50 }, "end": { - "line": 1842, + "line": 1845, "column": 54 } } @@ -154526,31 +154954,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 68756, - 68770 + 68928, + 68942 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 55 }, "end": { - "line": 1842, + "line": 1845, "column": 69 } } }, "range": [ - 68751, - 68770 + 68923, + 68942 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 50 }, "end": { - "line": 1842, + "line": 1845, "column": 69 } } @@ -154559,94 +154987,94 @@ "type": "Identifier", "name": "length", "range": [ - 68771, - 68777 + 68943, + 68949 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 70 }, "end": { - "line": 1842, + "line": 1845, "column": 76 } } }, "range": [ - 68751, - 68777 + 68923, + 68949 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 50 }, "end": { - "line": 1842, + "line": 1845, "column": 76 } } } ], "range": [ - 68721, - 68778 + 68893, + 68950 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 20 }, "end": { - "line": 1842, + "line": 1845, "column": 77 } } }, "range": [ - 68721, - 68779 + 68893, + 68951 ], "loc": { "start": { - "line": 1842, + "line": 1845, "column": 20 }, "end": { - "line": 1842, + "line": 1845, "column": 78 } } } ], "range": [ - 68699, - 68797 + 68871, + 68969 ], "loc": { "start": { - "line": 1841, + "line": 1844, "column": 37 }, "end": { - "line": 1843, + "line": 1846, "column": 17 } } }, "alternate": null, "range": [ - 68678, - 68797 + 68850, + 68969 ], "loc": { "start": { - "line": 1841, + "line": 1844, "column": 16 }, "end": { - "line": 1843, + "line": 1846, "column": 17 } } @@ -154659,16 +155087,16 @@ "object": { "type": "ThisExpression", "range": [ - 68817, - 68821 + 68989, + 68993 ], "loc": { "start": { - "line": 1844, + "line": 1847, "column": 19 }, "end": { - "line": 1844, + "line": 1847, "column": 23 } } @@ -154677,31 +155105,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 68822, - 68836 + 68994, + 69008 ], "loc": { "start": { - "line": 1844, + "line": 1847, "column": 24 }, "end": { - "line": 1844, + "line": 1847, "column": 38 } } }, "range": [ - 68817, - 68836 + 68989, + 69008 ], "loc": { "start": { - "line": 1844, + "line": 1847, "column": 19 }, "end": { - "line": 1844, + "line": 1847, "column": 38 } } @@ -154722,16 +155150,16 @@ "object": { "type": "ThisExpression", "range": [ - 68859, - 68863 + 69031, + 69035 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 20 }, "end": { - "line": 1845, + "line": 1848, "column": 24 } } @@ -154740,31 +155168,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 68864, - 68878 + 69036, + 69050 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 25 }, "end": { - "line": 1845, + "line": 1848, "column": 39 } } }, "range": [ - 68859, - 68878 + 69031, + 69050 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 20 }, "end": { - "line": 1845, + "line": 1848, "column": 39 } } @@ -154773,31 +155201,31 @@ "type": "Identifier", "name": "call", "range": [ - 68879, - 68883 + 69051, + 69055 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 40 }, "end": { - "line": 1845, + "line": 1848, "column": 44 } } }, "range": [ - 68859, - 68883 + 69031, + 69055 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 20 }, "end": { - "line": 1845, + "line": 1848, "column": 44 } } @@ -154808,16 +155236,16 @@ "value": null, "raw": "null", "range": [ - 68884, - 68888 + 69056, + 69060 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 45 }, "end": { - "line": 1845, + "line": 1848, "column": 49 } } @@ -154825,16 +155253,16 @@ { "type": "ThisExpression", "range": [ - 68890, - 68894 + 69062, + 69066 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 51 }, "end": { - "line": 1845, + "line": 1848, "column": 55 } } @@ -154843,141 +155271,141 @@ "type": "Identifier", "name": "k", "range": [ - 68896, - 68897 + 69068, + 69069 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 57 }, "end": { - "line": 1845, + "line": 1848, "column": 58 } } } ], "range": [ - 68859, - 68898 + 69031, + 69070 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 20 }, "end": { - "line": 1845, + "line": 1848, "column": 59 } } }, "range": [ - 68859, - 68899 + 69031, + 69071 ], "loc": { "start": { - "line": 1845, + "line": 1848, "column": 20 }, "end": { - "line": 1845, + "line": 1848, "column": 60 } } } ], "range": [ - 68837, - 68917 + 69009, + 69089 ], "loc": { "start": { - "line": 1844, + "line": 1847, "column": 39 }, "end": { - "line": 1846, + "line": 1849, "column": 17 } } }, "alternate": null, "range": [ - 68814, - 68917 + 68986, + 69089 ], "loc": { "start": { - "line": 1844, + "line": 1847, "column": 16 }, "end": { - "line": 1846, + "line": 1849, "column": 17 } } } ], "range": [ - 68572, - 68931 + 68744, + 69103 ], "loc": { "start": { - "line": 1838, + "line": 1841, "column": 19 }, "end": { - "line": 1847, + "line": 1850, "column": 13 } } }, "range": [ - 68109, - 68931 + 68281, + 69103 ], "loc": { "start": { - "line": 1827, + "line": 1830, "column": 12 }, "end": { - "line": 1847, + "line": 1850, "column": 13 } } } ], "range": [ - 64463, - 68941 + 64635, + 69113 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 50 }, "end": { - "line": 1848, + "line": 1851, "column": 9 } } }, "range": [ - 64421, - 68941 + 64593, + 69113 ], "loc": { "start": { - "line": 1733, + "line": 1736, "column": 8 }, "end": { - "line": 1848, + "line": 1851, "column": 9 } }, @@ -154986,16 +155414,16 @@ "type": "Line", "value": "fn", "range": [ - 64407, - 64411 + 64579, + 64583 ], "loc": { "start": { - "line": 1731, + "line": 1734, "column": 9 }, "end": { - "line": 1731, + "line": 1734, "column": 13 } } @@ -155006,16 +155434,16 @@ "type": "Line", "value": " for k", "range": [ - 68941, - 68949 + 69113, + 69121 ], "loc": { "start": { - "line": 1848, + "line": 1851, "column": 9 }, "end": { - "line": 1848, + "line": 1851, "column": 17 } } @@ -155033,16 +155461,16 @@ "object": { "type": "ThisExpression", "range": [ - 68959, - 68963 + 69131, + 69135 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 8 }, "end": { - "line": 1850, + "line": 1853, "column": 12 } } @@ -155051,31 +155479,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 68964, - 68977 + 69136, + 69149 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 13 }, "end": { - "line": 1850, + "line": 1853, "column": 26 } } }, "range": [ - 68959, - 68977 + 69131, + 69149 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 8 }, "end": { - "line": 1850, + "line": 1853, "column": 26 } } @@ -155089,16 +155517,16 @@ "object": { "type": "ThisExpression", "range": [ - 68980, - 68984 + 69152, + 69156 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 29 }, "end": { - "line": 1850, + "line": 1853, "column": 33 } } @@ -155107,31 +155535,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 68985, - 68999 + 69157, + 69171 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 34 }, "end": { - "line": 1850, + "line": 1853, "column": 48 } } }, "range": [ - 68980, - 68999 + 69152, + 69171 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 29 }, "end": { - "line": 1850, + "line": 1853, "column": 48 } } @@ -155140,61 +155568,61 @@ "type": "Identifier", "name": "length", "range": [ - 69000, - 69006 + 69172, + 69178 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 49 }, "end": { - "line": 1850, + "line": 1853, "column": 55 } } }, "range": [ - 68980, - 69006 + 69152, + 69178 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 29 }, "end": { - "line": 1850, + "line": 1853, "column": 55 } } }, "range": [ - 68959, - 69006 + 69131, + 69178 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 8 }, "end": { - "line": 1850, + "line": 1853, "column": 55 } } }, "range": [ - 68959, - 69007 + 69131, + 69179 ], "loc": { "start": { - "line": 1850, + "line": 1853, "column": 8 }, "end": { - "line": 1850, + "line": 1853, "column": 56 } }, @@ -155203,16 +155631,16 @@ "type": "Line", "value": " for k", "range": [ - 68941, - 68949 + 69113, + 69121 ], "loc": { "start": { - "line": 1848, + "line": 1851, "column": 9 }, "end": { - "line": 1848, + "line": 1851, "column": 17 } } @@ -155230,16 +155658,16 @@ "object": { "type": "ThisExpression", "range": [ - 69016, - 69020 + 69188, + 69192 ], "loc": { "start": { - "line": 1851, + "line": 1854, "column": 8 }, "end": { - "line": 1851, + "line": 1854, "column": 12 } } @@ -155248,31 +155676,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 69021, - 69033 + 69193, + 69205 ], "loc": { "start": { - "line": 1851, + "line": 1854, "column": 13 }, "end": { - "line": 1851, + "line": 1854, "column": 25 } } }, "range": [ - 69016, - 69033 + 69188, + 69205 ], "loc": { "start": { - "line": 1851, + "line": 1854, "column": 8 }, "end": { - "line": 1851, + "line": 1854, "column": 25 } } @@ -155281,46 +155709,46 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 69036, - 69046 + 69208, + 69218 ], "loc": { "start": { - "line": 1851, + "line": 1854, "column": 28 }, "end": { - "line": 1851, + "line": 1854, "column": 38 } } }, "range": [ - 69016, - 69046 + 69188, + 69218 ], "loc": { "start": { - "line": 1851, + "line": 1854, "column": 8 }, "end": { - "line": 1851, + "line": 1854, "column": 38 } } }, "range": [ - 69016, - 69047 + 69188, + 69219 ], "loc": { "start": { - "line": 1851, + "line": 1854, "column": 8 }, "end": { - "line": 1851, + "line": 1854, "column": 39 } } @@ -155333,16 +155761,16 @@ "object": { "type": "ThisExpression", "range": [ - 69060, - 69064 + 69232, + 69236 ], "loc": { "start": { - "line": 1853, + "line": 1856, "column": 11 }, "end": { - "line": 1853, + "line": 1856, "column": 15 } } @@ -155351,31 +155779,31 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 69065, - 69083 + 69237, + 69255 ], "loc": { "start": { - "line": 1853, + "line": 1856, "column": 16 }, "end": { - "line": 1853, + "line": 1856, "column": 34 } } }, "range": [ - 69060, - 69083 + 69232, + 69255 ], "loc": { "start": { - "line": 1853, + "line": 1856, "column": 11 }, "end": { - "line": 1853, + "line": 1856, "column": 34 } } @@ -155397,16 +155825,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 69098, - 69101 + 69270, + 69273 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 12 }, "end": { - "line": 1854, + "line": 1857, "column": 15 } } @@ -155415,31 +155843,31 @@ "type": "Identifier", "name": "store", "range": [ - 69102, - 69107 + 69274, + 69279 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 16 }, "end": { - "line": 1854, + "line": 1857, "column": 21 } } }, "range": [ - 69098, - 69107 + 69270, + 69279 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 12 }, "end": { - "line": 1854, + "line": 1857, "column": 21 } } @@ -155448,31 +155876,31 @@ "type": "Identifier", "name": "saveFilterValues", "range": [ - 69108, - 69124 + 69280, + 69296 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 22 }, "end": { - "line": 1854, + "line": 1857, "column": 38 } } }, "range": [ - 69098, - 69124 + 69270, + 69296 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 12 }, "end": { - "line": 1854, + "line": 1857, "column": 38 } } @@ -155484,16 +155912,16 @@ "object": { "type": "ThisExpression", "range": [ - 69125, - 69129 + 69297, + 69301 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 39 }, "end": { - "line": 1854, + "line": 1857, "column": 43 } } @@ -155502,94 +155930,94 @@ "type": "Identifier", "name": "fltsValuesCookie", "range": [ - 69130, - 69146 + 69302, + 69318 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 44 }, "end": { - "line": 1854, + "line": 1857, "column": 60 } } }, "range": [ - 69125, - 69146 + 69297, + 69318 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 39 }, "end": { - "line": 1854, + "line": 1857, "column": 60 } } } ], "range": [ - 69098, - 69147 + 69270, + 69319 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 12 }, "end": { - "line": 1854, + "line": 1857, "column": 61 } } }, "range": [ - 69098, - 69148 + 69270, + 69320 ], "loc": { "start": { - "line": 1854, + "line": 1857, "column": 12 }, "end": { - "line": 1854, + "line": 1857, "column": 62 } } } ], "range": [ - 69084, - 69158 + 69256, + 69330 ], "loc": { "start": { - "line": 1853, + "line": 1856, "column": 35 }, "end": { - "line": 1855, + "line": 1858, "column": 9 } } }, "alternate": null, "range": [ - 69057, - 69158 + 69229, + 69330 ], "loc": { "start": { - "line": 1853, + "line": 1856, "column": 8 }, "end": { - "line": 1855, + "line": 1858, "column": 9 } }, @@ -155598,16 +156026,16 @@ "type": "Line", "value": "applies filter props after filtering process", "range": [ - 69167, - 69213 + 69339, + 69385 ], "loc": { "start": { - "line": 1856, + "line": 1859, "column": 8 }, "end": { - "line": 1856, + "line": 1859, "column": 54 } } @@ -155625,16 +156053,16 @@ "object": { "type": "ThisExpression", "range": [ - 69226, - 69230 + 69398, + 69402 ], "loc": { "start": { - "line": 1857, + "line": 1860, "column": 12 }, "end": { - "line": 1857, + "line": 1860, "column": 16 } } @@ -155643,47 +156071,47 @@ "type": "Identifier", "name": "paging", "range": [ - 69231, - 69237 + 69403, + 69409 ], "loc": { "start": { - "line": 1857, + "line": 1860, "column": 17 }, "end": { - "line": 1857, + "line": 1860, "column": 23 } } }, "range": [ - 69226, - 69237 + 69398, + 69409 ], "loc": { "start": { - "line": 1857, + "line": 1860, "column": 12 }, "end": { - "line": 1857, + "line": 1860, "column": 23 } } }, "prefix": true, "range": [ - 69225, - 69237 + 69397, + 69409 ], "loc": { "start": { - "line": 1857, + "line": 1860, "column": 11 }, "end": { - "line": 1857, + "line": 1860, "column": 23 } } @@ -155701,16 +156129,16 @@ "object": { "type": "ThisExpression", "range": [ - 69252, - 69256 + 69424, + 69428 ], "loc": { "start": { - "line": 1858, + "line": 1861, "column": 12 }, "end": { - "line": 1858, + "line": 1861, "column": 16 } } @@ -155719,78 +156147,78 @@ "type": "Identifier", "name": "applyProps", "range": [ - 69257, - 69267 + 69429, + 69439 ], "loc": { "start": { - "line": 1858, + "line": 1861, "column": 17 }, "end": { - "line": 1858, + "line": 1861, "column": 27 } } }, "range": [ - 69252, - 69267 + 69424, + 69439 ], "loc": { "start": { - "line": 1858, + "line": 1861, "column": 12 }, "end": { - "line": 1858, + "line": 1861, "column": 27 } } }, "arguments": [], "range": [ - 69252, - 69269 + 69424, + 69441 ], "loc": { "start": { - "line": 1858, + "line": 1861, "column": 12 }, "end": { - "line": 1858, + "line": 1861, "column": 29 } } }, "range": [ - 69252, - 69270 + 69424, + 69442 ], "loc": { "start": { - "line": 1858, + "line": 1861, "column": 12 }, "end": { - "line": 1858, + "line": 1861, "column": 30 } } } ], "range": [ - 69238, - 69280 + 69410, + 69452 ], "loc": { "start": { - "line": 1857, + "line": 1860, "column": 24 }, "end": { - "line": 1859, + "line": 1862, "column": 9 } } @@ -155813,16 +156241,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 69409, - 69412 + 69581, + 69584 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 12 }, "end": { - "line": 1862, + "line": 1865, "column": 15 } } @@ -155831,31 +156259,31 @@ "type": "Identifier", "name": "paging", "range": [ - 69413, - 69419 + 69585, + 69591 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 16 }, "end": { - "line": 1862, + "line": 1865, "column": 22 } } }, "range": [ - 69409, - 69419 + 69581, + 69591 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 12 }, "end": { - "line": 1862, + "line": 1865, "column": 22 } } @@ -155864,31 +156292,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 69420, - 69434 + 69592, + 69606 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 23 }, "end": { - "line": 1862, + "line": 1865, "column": 37 } } }, "range": [ - 69409, - 69434 + 69581, + 69606 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 12 }, "end": { - "line": 1862, + "line": 1865, "column": 37 } } @@ -155898,46 +156326,46 @@ "value": 0, "raw": "0", "range": [ - 69437, - 69438 + 69609, + 69610 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 40 }, "end": { - "line": 1862, + "line": 1865, "column": 41 } } }, "range": [ - 69409, - 69438 + 69581, + 69610 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 12 }, "end": { - "line": 1862, + "line": 1865, "column": 41 } } }, "range": [ - 69409, - 69439 + 69581, + 69611 ], "loc": { "start": { - "line": 1862, + "line": 1865, "column": 12 }, "end": { - "line": 1862, + "line": 1865, "column": 42 } }, @@ -155946,16 +156374,16 @@ "type": "Line", "value": " Shouldn't need to care of that here...", "range": [ - 69300, - 69341 + 69472, + 69513 ], "loc": { "start": { - "line": 1860, + "line": 1863, "column": 12 }, "end": { - "line": 1860, + "line": 1863, "column": 53 } } @@ -155964,16 +156392,16 @@ "type": "Line", "value": " TODO: provide a method in paging module", "range": [ - 69354, - 69396 + 69526, + 69568 ], "loc": { "start": { - "line": 1861, + "line": 1864, "column": 12 }, "end": { - "line": 1861, + "line": 1864, "column": 54 } } @@ -155995,16 +156423,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 69452, - 69455 + 69624, + 69627 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 12 }, "end": { - "line": 1863, + "line": 1866, "column": 15 } } @@ -156013,31 +156441,31 @@ "type": "Identifier", "name": "paging", "range": [ - 69456, - 69462 + 69628, + 69634 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 16 }, "end": { - "line": 1863, + "line": 1866, "column": 22 } } }, "range": [ - 69452, - 69462 + 69624, + 69634 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 12 }, "end": { - "line": 1863, + "line": 1866, "column": 22 } } @@ -156046,31 +156474,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 69463, - 69476 + 69635, + 69648 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 23 }, "end": { - "line": 1863, + "line": 1866, "column": 36 } } }, "range": [ - 69452, - 69476 + 69624, + 69648 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 12 }, "end": { - "line": 1863, + "line": 1866, "column": 36 } } @@ -156080,46 +156508,46 @@ "value": 1, "raw": "1", "range": [ - 69479, - 69480 + 69651, + 69652 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 39 }, "end": { - "line": 1863, + "line": 1866, "column": 40 } } }, "range": [ - 69452, - 69480 + 69624, + 69652 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 12 }, "end": { - "line": 1863, + "line": 1866, "column": 40 } } }, "range": [ - 69452, - 69481 + 69624, + 69653 ], "loc": { "start": { - "line": 1863, + "line": 1866, "column": 12 }, "end": { - "line": 1863, + "line": 1866, "column": 41 } }, @@ -156128,16 +156556,16 @@ "type": "Line", "value": "", "range": [ - 69494, - 69496 + 69666, + 69668 ], "loc": { "start": { - "line": 1864, + "line": 1867, "column": 12 }, "end": { - "line": 1864, + "line": 1867, "column": 14 } } @@ -156158,16 +156586,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 69509, - 69512 + 69681, + 69684 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 12 }, "end": { - "line": 1865, + "line": 1868, "column": 15 } } @@ -156176,31 +156604,31 @@ "type": "Identifier", "name": "paging", "range": [ - 69513, - 69519 + 69685, + 69691 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 16 }, "end": { - "line": 1865, + "line": 1868, "column": 22 } } }, "range": [ - 69509, - 69519 + 69681, + 69691 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 12 }, "end": { - "line": 1865, + "line": 1868, "column": 22 } } @@ -156209,31 +156637,31 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 69520, - 69533 + 69692, + 69705 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 23 }, "end": { - "line": 1865, + "line": 1868, "column": 36 } } }, "range": [ - 69509, - 69533 + 69681, + 69705 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 12 }, "end": { - "line": 1865, + "line": 1868, "column": 36 } } @@ -156245,16 +156673,16 @@ "object": { "type": "ThisExpression", "range": [ - 69534, - 69538 + 69706, + 69710 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 37 }, "end": { - "line": 1865, + "line": 1868, "column": 41 } } @@ -156263,62 +156691,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 69539, - 69553 + 69711, + 69725 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 42 }, "end": { - "line": 1865, + "line": 1868, "column": 56 } } }, "range": [ - 69534, - 69553 + 69706, + 69725 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 37 }, "end": { - "line": 1865, + "line": 1868, "column": 56 } } } ], "range": [ - 69509, - 69554 + 69681, + 69726 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 12 }, "end": { - "line": 1865, + "line": 1868, "column": 57 } } }, "range": [ - 69509, - 69555 + 69681, + 69727 ], "loc": { "start": { - "line": 1865, + "line": 1868, "column": 12 }, "end": { - "line": 1865, + "line": 1868, "column": 58 } }, @@ -156327,16 +156755,16 @@ "type": "Line", "value": "", "range": [ - 69494, - 69496 + 69666, + 69668 ], "loc": { "start": { - "line": 1864, + "line": 1867, "column": 12 }, "end": { - "line": 1864, + "line": 1867, "column": 14 } } @@ -156345,31 +156773,31 @@ } ], "range": [ - 69286, - 69565 + 69458, + 69737 ], "loc": { "start": { - "line": 1859, + "line": 1862, "column": 15 }, "end": { - "line": 1866, + "line": 1869, "column": 9 } } }, "range": [ - 69222, - 69565 + 69394, + 69737 ], "loc": { "start": { - "line": 1857, + "line": 1860, "column": 8 }, "end": { - "line": 1866, + "line": 1869, "column": 9 } }, @@ -156378,16 +156806,16 @@ "type": "Line", "value": "applies filter props after filtering process", "range": [ - 69167, - 69213 + 69339, + 69385 ], "loc": { "start": { - "line": 1856, + "line": 1859, "column": 8 }, "end": { - "line": 1856, + "line": 1859, "column": 54 } } @@ -156398,16 +156826,16 @@ "type": "Line", "value": "invokes onafter callback", "range": [ - 69574, - 69600 + 69746, + 69772 ], "loc": { "start": { - "line": 1867, + "line": 1870, "column": 8 }, "end": { - "line": 1867, + "line": 1870, "column": 34 } } @@ -156422,16 +156850,16 @@ "object": { "type": "ThisExpression", "range": [ - 69612, - 69616 + 69784, + 69788 ], "loc": { "start": { - "line": 1868, + "line": 1871, "column": 11 }, "end": { - "line": 1868, + "line": 1871, "column": 15 } } @@ -156440,31 +156868,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 69617, - 69630 + 69789, + 69802 ], "loc": { "start": { - "line": 1868, + "line": 1871, "column": 16 }, "end": { - "line": 1868, + "line": 1871, "column": 29 } } }, "range": [ - 69612, - 69630 + 69784, + 69802 ], "loc": { "start": { - "line": 1868, + "line": 1871, "column": 11 }, "end": { - "line": 1868, + "line": 1871, "column": 29 } } @@ -156485,16 +156913,16 @@ "object": { "type": "ThisExpression", "range": [ - 69645, - 69649 + 69817, + 69821 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 12 }, "end": { - "line": 1869, + "line": 1872, "column": 16 } } @@ -156503,31 +156931,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 69650, - 69663 + 69822, + 69835 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 17 }, "end": { - "line": 1869, + "line": 1872, "column": 30 } } }, "range": [ - 69645, - 69663 + 69817, + 69835 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 12 }, "end": { - "line": 1869, + "line": 1872, "column": 30 } } @@ -156536,31 +156964,31 @@ "type": "Identifier", "name": "call", "range": [ - 69664, - 69668 + 69836, + 69840 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 31 }, "end": { - "line": 1869, + "line": 1872, "column": 35 } } }, "range": [ - 69645, - 69668 + 69817, + 69840 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 12 }, "end": { - "line": 1869, + "line": 1872, "column": 35 } } @@ -156571,16 +156999,16 @@ "value": null, "raw": "null", "range": [ - 69669, - 69673 + 69841, + 69845 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 36 }, "end": { - "line": 1869, + "line": 1872, "column": 40 } } @@ -156588,79 +157016,79 @@ { "type": "ThisExpression", "range": [ - 69674, - 69678 + 69846, + 69850 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 41 }, "end": { - "line": 1869, + "line": 1872, "column": 45 } } } ], "range": [ - 69645, - 69679 + 69817, + 69851 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 12 }, "end": { - "line": 1869, + "line": 1872, "column": 46 } } }, "range": [ - 69645, - 69680 + 69817, + 69852 ], "loc": { "start": { - "line": 1869, + "line": 1872, "column": 12 }, "end": { - "line": 1869, + "line": 1872, "column": 47 } } } ], "range": [ - 69631, - 69690 + 69803, + 69862 ], "loc": { "start": { - "line": 1868, + "line": 1871, "column": 30 }, "end": { - "line": 1870, + "line": 1873, "column": 9 } } }, "alternate": null, "range": [ - 69609, - 69690 + 69781, + 69862 ], "loc": { "start": { - "line": 1868, + "line": 1871, "column": 8 }, "end": { - "line": 1870, + "line": 1873, "column": 9 } }, @@ -156669,16 +157097,16 @@ "type": "Line", "value": "invokes onafter callback", "range": [ - 69574, - 69600 + 69746, + 69772 ], "loc": { "start": { - "line": 1867, + "line": 1870, "column": 8 }, "end": { - "line": 1867, + "line": 1870, "column": 34 } } @@ -156687,16 +157115,16 @@ } ], "range": [ - 54907, - 69696 + 55113, + 69868 ], "loc": { "start": { - "line": 1491, + "line": 1495, "column": 13 }, "end": { - "line": 1871, + "line": 1874, "column": 5 } } @@ -156704,16 +157132,16 @@ "generator": false, "expression": false, "range": [ - 54905, - 69696 + 55111, + 69868 ], "loc": { "start": { - "line": 1491, + "line": 1495, "column": 11 }, "end": { - "line": 1871, + "line": 1874, "column": 5 } } @@ -156721,16 +157149,16 @@ "kind": "method", "computed": false, "range": [ - 54898, - 69696 + 55104, + 69868 ], "loc": { "start": { - "line": 1491, + "line": 1495, "column": 4 }, "end": { - "line": 1871, + "line": 1874, "column": 5 } }, @@ -156739,16 +157167,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n *\n * TODO: Reduce complexity of this massive method\n ", "range": [ - 54595, - 54893 + 54801, + 55099 ], "loc": { "start": { - "line": 1484, + "line": 1488, "column": 4 }, "end": { - "line": 1490, + "line": 1494, "column": 7 } } @@ -156759,16 +157187,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": [ - 69702, - 69864 + 69874, + 70036 ], "loc": { "start": { - "line": 1873, + "line": 1876, "column": 4 }, "end": { - "line": 1877, + "line": 1880, "column": 7 } } @@ -156782,16 +157210,16 @@ "type": "Identifier", "name": "applyProps", "range": [ - 69869, - 69879 + 70041, + 70051 ], "loc": { "start": { - "line": 1878, + "line": 1881, "column": 4 }, "end": { - "line": 1878, + "line": 1881, "column": 14 } } @@ -156812,16 +157240,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 69895, - 69898 + 70067, + 70070 ], "loc": { "start": { - "line": 1879, + "line": 1882, "column": 12 }, "end": { - "line": 1879, + "line": 1882, "column": 15 } } @@ -156832,16 +157260,16 @@ "object": { "type": "ThisExpression", "range": [ - 69901, - 69905 + 70073, + 70077 ], "loc": { "start": { - "line": 1879, + "line": 1882, "column": 18 }, "end": { - "line": 1879, + "line": 1882, "column": 22 } } @@ -156850,46 +157278,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 69906, - 69909 + 70078, + 70081 ], "loc": { "start": { - "line": 1879, + "line": 1882, "column": 23 }, "end": { - "line": 1879, + "line": 1882, "column": 26 } } }, "range": [ - 69901, - 69909 + 70073, + 70081 ], "loc": { "start": { - "line": 1879, + "line": 1882, "column": 18 }, "end": { - "line": 1879, + "line": 1882, "column": 26 } } }, "range": [ - 69895, - 69909 + 70067, + 70081 ], "loc": { "start": { - "line": 1879, + "line": 1882, "column": 12 }, "end": { - "line": 1879, + "line": 1882, "column": 26 } } @@ -156897,16 +157325,16 @@ ], "kind": "let", "range": [ - 69891, - 69910 + 70063, + 70082 ], "loc": { "start": { - "line": 1879, + "line": 1882, "column": 8 }, "end": { - "line": 1879, + "line": 1882, "column": 27 } }, @@ -156915,16 +157343,16 @@ "type": "Line", "value": "shows rows always visible", "range": [ - 69920, - 69947 + 70092, + 70119 ], "loc": { "start": { - "line": 1881, + "line": 1884, "column": 8 }, "end": { - "line": 1881, + "line": 1884, "column": 35 } } @@ -156939,16 +157367,16 @@ "object": { "type": "ThisExpression", "range": [ - 69959, - 69963 + 70131, + 70135 ], "loc": { "start": { - "line": 1882, + "line": 1885, "column": 11 }, "end": { - "line": 1882, + "line": 1885, "column": 15 } } @@ -156957,31 +157385,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 69964, - 69978 + 70136, + 70150 ], "loc": { "start": { - "line": 1882, + "line": 1885, "column": 16 }, "end": { - "line": 1882, + "line": 1885, "column": 30 } } }, "range": [ - 69959, - 69978 + 70131, + 70150 ], "loc": { "start": { - "line": 1882, + "line": 1885, "column": 11 }, "end": { - "line": 1882, + "line": 1885, "column": 30 } } @@ -156999,16 +157427,16 @@ "object": { "type": "ThisExpression", "range": [ - 69993, - 69997 + 70165, + 70169 ], "loc": { "start": { - "line": 1883, + "line": 1886, "column": 12 }, "end": { - "line": 1883, + "line": 1886, "column": 16 } } @@ -157017,94 +157445,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 69998, - 70015 + 70170, + 70187 ], "loc": { "start": { - "line": 1883, + "line": 1886, "column": 17 }, "end": { - "line": 1883, + "line": 1886, "column": 34 } } }, "range": [ - 69993, - 70015 + 70165, + 70187 ], "loc": { "start": { - "line": 1883, + "line": 1886, "column": 12 }, "end": { - "line": 1883, + "line": 1886, "column": 34 } } }, "arguments": [], "range": [ - 69993, - 70017 + 70165, + 70189 ], "loc": { "start": { - "line": 1883, + "line": 1886, "column": 12 }, "end": { - "line": 1883, + "line": 1886, "column": 36 } } }, "range": [ - 69993, - 70018 + 70165, + 70190 ], "loc": { "start": { - "line": 1883, + "line": 1886, "column": 12 }, "end": { - "line": 1883, + "line": 1886, "column": 37 } } } ], "range": [ - 69979, - 70028 + 70151, + 70200 ], "loc": { "start": { - "line": 1882, + "line": 1885, "column": 31 }, "end": { - "line": 1884, + "line": 1887, "column": 9 } } }, "alternate": null, "range": [ - 69956, - 70028 + 70128, + 70200 ], "loc": { "start": { - "line": 1882, + "line": 1885, "column": 8 }, "end": { - "line": 1884, + "line": 1887, "column": 9 } }, @@ -157113,16 +157541,16 @@ "type": "Line", "value": "shows rows always visible", "range": [ - 69920, - 69947 + 70092, + 70119 ], "loc": { "start": { - "line": 1881, + "line": 1884, "column": 8 }, "end": { - "line": 1881, + "line": 1884, "column": 35 } } @@ -157133,16 +157561,16 @@ "type": "Line", "value": "columns operations", "range": [ - 70037, - 70057 + 70209, + 70229 ], "loc": { "start": { - "line": 1885, + "line": 1888, "column": 8 }, "end": { - "line": 1885, + "line": 1888, "column": 28 } } @@ -157159,16 +157587,16 @@ "object": { "type": "ThisExpression", "range": [ - 70069, - 70073 + 70241, + 70245 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 11 }, "end": { - "line": 1886, + "line": 1889, "column": 15 } } @@ -157177,31 +157605,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 70074, - 70086 + 70246, + 70258 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 16 }, "end": { - "line": 1886, + "line": 1889, "column": 28 } } }, "range": [ - 70069, - 70086 + 70241, + 70258 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 11 }, "end": { - "line": 1886, + "line": 1889, "column": 28 } } @@ -157212,32 +157640,32 @@ "value": "colOps", "raw": "'colOps'", "range": [ - 70087, - 70095 + 70259, + 70267 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 29 }, "end": { - "line": 1886, + "line": 1889, "column": 37 } } } ], "range": [ - 70069, - 70096 + 70241, + 70268 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 11 }, "end": { - "line": 1886, + "line": 1889, "column": 38 } } @@ -157260,16 +157688,16 @@ "object": { "type": "ThisExpression", "range": [ - 70111, - 70115 + 70283, + 70287 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 12 }, "end": { - "line": 1887, + "line": 1890, "column": 16 } } @@ -157278,31 +157706,31 @@ "type": "Identifier", "name": "extension", "range": [ - 70116, - 70125 + 70288, + 70297 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 17 }, "end": { - "line": 1887, + "line": 1890, "column": 26 } } }, "range": [ - 70111, - 70125 + 70283, + 70297 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 12 }, "end": { - "line": 1887, + "line": 1890, "column": 26 } } @@ -157313,32 +157741,32 @@ "value": "colOps", "raw": "'colOps'", "range": [ - 70126, - 70134 + 70298, + 70306 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 27 }, "end": { - "line": 1887, + "line": 1890, "column": 35 } } } ], "range": [ - 70111, - 70135 + 70283, + 70307 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 12 }, "end": { - "line": 1887, + "line": 1890, "column": 36 } } @@ -157347,94 +157775,94 @@ "type": "Identifier", "name": "calc", "range": [ - 70136, - 70140 + 70308, + 70312 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 37 }, "end": { - "line": 1887, + "line": 1890, "column": 41 } } }, "range": [ - 70111, - 70140 + 70283, + 70312 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 12 }, "end": { - "line": 1887, + "line": 1890, "column": 41 } } }, "arguments": [], "range": [ - 70111, - 70142 + 70283, + 70314 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 12 }, "end": { - "line": 1887, + "line": 1890, "column": 43 } } }, "range": [ - 70111, - 70143 + 70283, + 70315 ], "loc": { "start": { - "line": 1887, + "line": 1890, "column": 12 }, "end": { - "line": 1887, + "line": 1890, "column": 44 } } } ], "range": [ - 70097, - 70153 + 70269, + 70325 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 39 }, "end": { - "line": 1888, + "line": 1891, "column": 9 } } }, "alternate": null, "range": [ - 70066, - 70153 + 70238, + 70325 ], "loc": { "start": { - "line": 1886, + "line": 1889, "column": 8 }, "end": { - "line": 1888, + "line": 1891, "column": 9 } }, @@ -157443,16 +157871,16 @@ "type": "Line", "value": "columns operations", "range": [ - 70037, - 70057 + 70209, + 70229 ], "loc": { "start": { - "line": 1885, + "line": 1888, "column": 8 }, "end": { - "line": 1885, + "line": 1888, "column": 28 } } @@ -157463,16 +157891,16 @@ "type": "Line", "value": "re-populates drop-down filters", "range": [ - 70163, - 70195 + 70335, + 70367 ], "loc": { "start": { - "line": 1890, + "line": 1893, "column": 8 }, "end": { - "line": 1890, + "line": 1893, "column": 40 } } @@ -157487,16 +157915,16 @@ "object": { "type": "ThisExpression", "range": [ - 70207, - 70211 + 70379, + 70383 ], "loc": { "start": { - "line": 1891, + "line": 1894, "column": 11 }, "end": { - "line": 1891, + "line": 1894, "column": 15 } } @@ -157505,31 +157933,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 70212, - 70225 + 70384, + 70397 ], "loc": { "start": { - "line": 1891, + "line": 1894, "column": 16 }, "end": { - "line": 1891, + "line": 1894, "column": 29 } } }, "range": [ - 70207, - 70225 + 70379, + 70397 ], "loc": { "start": { - "line": 1891, + "line": 1894, "column": 11 }, "end": { - "line": 1891, + "line": 1894, "column": 29 } } @@ -157547,16 +157975,16 @@ "object": { "type": "ThisExpression", "range": [ - 70240, - 70244 + 70412, + 70416 ], "loc": { "start": { - "line": 1892, + "line": 1895, "column": 12 }, "end": { - "line": 1892, + "line": 1895, "column": 16 } } @@ -157565,94 +157993,94 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 70245, - 70256 + 70417, + 70428 ], "loc": { "start": { - "line": 1892, + "line": 1895, "column": 17 }, "end": { - "line": 1892, + "line": 1895, "column": 28 } } }, "range": [ - 70240, - 70256 + 70412, + 70428 ], "loc": { "start": { - "line": 1892, + "line": 1895, "column": 12 }, "end": { - "line": 1892, + "line": 1895, "column": 28 } } }, "arguments": [], "range": [ - 70240, - 70258 + 70412, + 70430 ], "loc": { "start": { - "line": 1892, + "line": 1895, "column": 12 }, "end": { - "line": 1892, + "line": 1895, "column": 30 } } }, "range": [ - 70240, - 70259 + 70412, + 70431 ], "loc": { "start": { - "line": 1892, + "line": 1895, "column": 12 }, "end": { - "line": 1892, + "line": 1895, "column": 31 } } } ], "range": [ - 70226, - 70269 + 70398, + 70441 ], "loc": { "start": { - "line": 1891, + "line": 1894, "column": 30 }, "end": { - "line": 1893, + "line": 1896, "column": 9 } } }, "alternate": null, "range": [ - 70204, - 70269 + 70376, + 70441 ], "loc": { "start": { - "line": 1891, + "line": 1894, "column": 8 }, "end": { - "line": 1893, + "line": 1896, "column": 9 } }, @@ -157661,16 +158089,16 @@ "type": "Line", "value": "re-populates drop-down filters", "range": [ - 70163, - 70195 + 70335, + 70367 ], "loc": { "start": { - "line": 1890, + "line": 1893, "column": 8 }, "end": { - "line": 1890, + "line": 1893, "column": 40 } } @@ -157685,16 +158113,16 @@ "object": { "type": "ThisExpression", "range": [ - 70282, - 70286 + 70454, + 70458 ], "loc": { "start": { - "line": 1895, + "line": 1898, "column": 11 }, "end": { - "line": 1895, + "line": 1898, "column": 15 } } @@ -157703,31 +158131,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 70287, - 70298 + 70459, + 70470 ], "loc": { "start": { - "line": 1895, + "line": 1898, "column": 16 }, "end": { - "line": 1895, + "line": 1898, "column": 27 } } }, "range": [ - 70282, - 70298 + 70454, + 70470 ], "loc": { "start": { - "line": 1895, + "line": 1898, "column": 11 }, "end": { - "line": 1895, + "line": 1898, "column": 27 } } @@ -157749,16 +158177,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 70313, - 70316 + 70485, + 70488 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 12 }, "end": { - "line": 1896, + "line": 1899, "column": 15 } } @@ -157767,31 +158195,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 70317, - 70328 + 70489, + 70500 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 16 }, "end": { - "line": 1896, + "line": 1899, "column": 27 } } }, "range": [ - 70313, - 70328 + 70485, + 70500 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 12 }, "end": { - "line": 1896, + "line": 1899, "column": 27 } } @@ -157800,31 +158228,31 @@ "type": "Identifier", "name": "refresh", "range": [ - 70329, - 70336 + 70501, + 70508 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 28 }, "end": { - "line": 1896, + "line": 1899, "column": 35 } } }, "range": [ - 70313, - 70336 + 70485, + 70508 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 12 }, "end": { - "line": 1896, + "line": 1899, "column": 35 } } @@ -157836,16 +158264,16 @@ "object": { "type": "ThisExpression", "range": [ - 70337, - 70341 + 70509, + 70513 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 36 }, "end": { - "line": 1896, + "line": 1899, "column": 40 } } @@ -157854,94 +158282,94 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 70342, - 70355 + 70514, + 70527 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 41 }, "end": { - "line": 1896, + "line": 1899, "column": 54 } } }, "range": [ - 70337, - 70355 + 70509, + 70527 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 36 }, "end": { - "line": 1896, + "line": 1899, "column": 54 } } } ], "range": [ - 70313, - 70356 + 70485, + 70528 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 12 }, "end": { - "line": 1896, + "line": 1899, "column": 55 } } }, "range": [ - 70313, - 70357 + 70485, + 70529 ], "loc": { "start": { - "line": 1896, + "line": 1899, "column": 12 }, "end": { - "line": 1896, + "line": 1899, "column": 56 } } } ], "range": [ - 70299, - 70367 + 70471, + 70539 ], "loc": { "start": { - "line": 1895, + "line": 1898, "column": 28 }, "end": { - "line": 1897, + "line": 1900, "column": 9 } } }, "alternate": null, "range": [ - 70279, - 70367 + 70451, + 70539 ], "loc": { "start": { - "line": 1895, + "line": 1898, "column": 8 }, "end": { - "line": 1897, + "line": 1900, "column": 9 } } @@ -157954,16 +158382,16 @@ "object": { "type": "ThisExpression", "range": [ - 70380, - 70384 + 70552, + 70556 ], "loc": { "start": { - "line": 1899, + "line": 1902, "column": 11 }, "end": { - "line": 1899, + "line": 1902, "column": 15 } } @@ -157972,31 +158400,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 70385, - 70397 + 70557, + 70569 ], "loc": { "start": { - "line": 1899, + "line": 1902, "column": 16 }, "end": { - "line": 1899, + "line": 1902, "column": 28 } } }, "range": [ - 70380, - 70397 + 70552, + 70569 ], "loc": { "start": { - "line": 1899, + "line": 1902, "column": 11 }, "end": { - "line": 1899, + "line": 1902, "column": 28 } } @@ -158018,16 +158446,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 70412, - 70415 + 70584, + 70587 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 12 }, "end": { - "line": 1900, + "line": 1903, "column": 15 } } @@ -158036,31 +158464,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 70416, - 70427 + 70588, + 70599 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 16 }, "end": { - "line": 1900, + "line": 1903, "column": 27 } } }, "range": [ - 70412, - 70427 + 70584, + 70599 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 12 }, "end": { - "line": 1900, + "line": 1903, "column": 27 } } @@ -158069,110 +158497,110 @@ "type": "Identifier", "name": "closeAll", "range": [ - 70428, - 70436 + 70600, + 70608 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 28 }, "end": { - "line": 1900, + "line": 1903, "column": 36 } } }, "range": [ - 70412, - 70436 + 70584, + 70608 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 12 }, "end": { - "line": 1900, + "line": 1903, "column": 36 } } }, "arguments": [], "range": [ - 70412, - 70438 + 70584, + 70610 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 12 }, "end": { - "line": 1900, + "line": 1903, "column": 38 } } }, "range": [ - 70412, - 70439 + 70584, + 70611 ], "loc": { "start": { - "line": 1900, + "line": 1903, "column": 12 }, "end": { - "line": 1900, + "line": 1903, "column": 39 } } } ], "range": [ - 70398, - 70449 + 70570, + 70621 ], "loc": { "start": { - "line": 1899, + "line": 1902, "column": 29 }, "end": { - "line": 1901, + "line": 1904, "column": 9 } } }, "alternate": null, "range": [ - 70377, - 70449 + 70549, + 70621 ], "loc": { "start": { - "line": 1899, + "line": 1902, "column": 8 }, "end": { - "line": 1901, + "line": 1904, "column": 9 } } } ], "range": [ - 69881, - 70455 + 70053, + 70627 ], "loc": { "start": { - "line": 1878, + "line": 1881, "column": 16 }, "end": { - "line": 1902, + "line": 1905, "column": 5 } } @@ -158180,16 +158608,16 @@ "generator": false, "expression": false, "range": [ - 69879, - 70455 + 70051, + 70627 ], "loc": { "start": { - "line": 1878, + "line": 1881, "column": 14 }, "end": { - "line": 1902, + "line": 1905, "column": 5 } } @@ -158197,16 +158625,16 @@ "kind": "method", "computed": false, "range": [ - 69869, - 70455 + 70041, + 70627 ], "loc": { "start": { - "line": 1878, + "line": 1881, "column": 4 }, "end": { - "line": 1902, + "line": 1905, "column": 5 } }, @@ -158215,16 +158643,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": [ - 69702, - 69864 + 69874, + 70036 ], "loc": { "start": { - "line": 1873, + "line": 1876, "column": 4 }, "end": { - "line": 1877, + "line": 1880, "column": 7 } } @@ -158235,16 +158663,16 @@ "type": "Block", "value": "*\n * Return the data of a specified colum\n * @param {Number} colindex Column index\n * @param {Boolean} num Return unformatted number\n * @param {Array} exclude List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 70461, - 70753 + 70633, + 70925 ], "loc": { "start": { - "line": 1904, + "line": 1907, "column": 4 }, "end": { - "line": 1910, + "line": 1913, "column": 7 } } @@ -158258,16 +158686,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 70758, - 70770 + 70930, + 70942 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 4 }, "end": { - "line": 1911, + "line": 1914, "column": 16 } } @@ -158280,16 +158708,16 @@ "type": "Identifier", "name": "colindex", "range": [ - 70771, - 70779 + 70943, + 70951 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 17 }, "end": { - "line": 1911, + "line": 1914, "column": 25 } } @@ -158300,16 +158728,16 @@ "type": "Identifier", "name": "num", "range": [ - 70781, - 70784 + 70953, + 70956 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 27 }, "end": { - "line": 1911, + "line": 1914, "column": 30 } } @@ -158319,31 +158747,31 @@ "value": false, "raw": "false", "range": [ - 70785, - 70790 + 70957, + 70962 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 31 }, "end": { - "line": 1911, + "line": 1914, "column": 36 } } }, "range": [ - 70781, - 70790 + 70953, + 70962 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 27 }, "end": { - "line": 1911, + "line": 1914, "column": 36 } } @@ -158354,16 +158782,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 70792, - 70799 + 70964, + 70971 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 38 }, "end": { - "line": 1911, + "line": 1914, "column": 45 } } @@ -158372,31 +158800,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 70800, - 70809 + 70972, + 70981 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 46 }, "end": { - "line": 1911, + "line": 1914, "column": 55 } } }, "range": [ - 70792, - 70809 + 70964, + 70981 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 38 }, "end": { - "line": 1911, + "line": 1914, "column": 55 } } @@ -158416,16 +158844,16 @@ "object": { "type": "ThisExpression", "range": [ - 70824, - 70828 + 70996, + 71000 ], "loc": { "start": { - "line": 1912, + "line": 1915, "column": 12 }, "end": { - "line": 1912, + "line": 1915, "column": 16 } } @@ -158434,47 +158862,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 70829, - 70836 + 71001, + 71008 ], "loc": { "start": { - "line": 1912, + "line": 1915, "column": 17 }, "end": { - "line": 1912, + "line": 1915, "column": 24 } } }, "range": [ - 70824, - 70836 + 70996, + 71008 ], "loc": { "start": { - "line": 1912, + "line": 1915, "column": 12 }, "end": { - "line": 1912, + "line": 1915, "column": 24 } } }, "prefix": true, "range": [ - 70823, - 70836 + 70995, + 71008 ], "loc": { "start": { - "line": 1912, + "line": 1915, "column": 11 }, "end": { - "line": 1912, + "line": 1915, "column": 24 } } @@ -158486,48 +158914,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 70851, - 70858 + 71023, + 71030 ], "loc": { "start": { - "line": 1913, + "line": 1916, "column": 12 }, "end": { - "line": 1913, + "line": 1916, "column": 19 } } } ], "range": [ - 70837, - 70868 + 71009, + 71040 ], "loc": { "start": { - "line": 1912, + "line": 1915, "column": 25 }, "end": { - "line": 1914, + "line": 1917, "column": 9 } } }, "alternate": null, "range": [ - 70820, - 70868 + 70992, + 71040 ], "loc": { "start": { - "line": 1912, + "line": 1915, "column": 8 }, "end": { - "line": 1914, + "line": 1917, "column": 9 } } @@ -158541,16 +158969,16 @@ "type": "Identifier", "name": "row", "range": [ - 70881, - 70884 + 71053, + 71056 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 12 }, "end": { - "line": 1915, + "line": 1918, "column": 15 } } @@ -158564,16 +158992,16 @@ "object": { "type": "ThisExpression", "range": [ - 70887, - 70891 + 71059, + 71063 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 18 }, "end": { - "line": 1915, + "line": 1918, "column": 22 } } @@ -158582,31 +159010,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 70892, - 70895 + 71064, + 71067 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 23 }, "end": { - "line": 1915, + "line": 1918, "column": 26 } } }, "range": [ - 70887, - 70895 + 71059, + 71067 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 18 }, "end": { - "line": 1915, + "line": 1918, "column": 26 } } @@ -158615,46 +159043,46 @@ "type": "Identifier", "name": "rows", "range": [ - 70896, - 70900 + 71068, + 71072 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 27 }, "end": { - "line": 1915, + "line": 1918, "column": 31 } } }, "range": [ - 70887, - 70900 + 71059, + 71072 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 18 }, "end": { - "line": 1915, + "line": 1918, "column": 31 } } }, "range": [ - 70881, - 70900 + 71053, + 71072 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 12 }, "end": { - "line": 1915, + "line": 1918, "column": 31 } } @@ -158665,16 +159093,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 70914, - 70923 + 71086, + 71095 ], "loc": { "start": { - "line": 1916, + "line": 1919, "column": 12 }, "end": { - "line": 1916, + "line": 1919, "column": 21 } } @@ -158683,31 +159111,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70926, - 70928 + 71098, + 71100 ], "loc": { "start": { - "line": 1916, + "line": 1919, "column": 24 }, "end": { - "line": 1916, + "line": 1919, "column": 26 } } }, "range": [ - 70914, - 70928 + 71086, + 71100 ], "loc": { "start": { - "line": 1916, + "line": 1919, "column": 12 }, "end": { - "line": 1916, + "line": 1919, "column": 26 } } @@ -158715,16 +159143,16 @@ ], "kind": "let", "range": [ - 70877, - 70929 + 71049, + 71101 ], "loc": { "start": { - "line": 1915, + "line": 1918, "column": 8 }, "end": { - "line": 1916, + "line": 1919, "column": 27 } } @@ -158740,16 +159168,16 @@ "type": "Identifier", "name": "i", "range": [ - 70947, - 70948 + 71119, + 71120 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 16 }, "end": { - "line": 1918, + "line": 1921, "column": 17 } } @@ -158760,16 +159188,16 @@ "object": { "type": "ThisExpression", "range": [ - 70949, - 70953 + 71121, + 71125 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 18 }, "end": { - "line": 1918, + "line": 1921, "column": 22 } } @@ -158778,46 +159206,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 70954, - 70960 + 71126, + 71132 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 23 }, "end": { - "line": 1918, + "line": 1921, "column": 29 } } }, "range": [ - 70949, - 70960 + 71121, + 71132 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 18 }, "end": { - "line": 1918, + "line": 1921, "column": 29 } } }, "range": [ - 70947, - 70960 + 71119, + 71132 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 16 }, "end": { - "line": 1918, + "line": 1921, "column": 29 } } @@ -158825,16 +159253,16 @@ ], "kind": "let", "range": [ - 70943, - 70960 + 71115, + 71132 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 12 }, "end": { - "line": 1918, + "line": 1921, "column": 29 } } @@ -158846,16 +159274,16 @@ "type": "Identifier", "name": "i", "range": [ - 70962, - 70963 + 71134, + 71135 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 31 }, "end": { - "line": 1918, + "line": 1921, "column": 32 } } @@ -158866,16 +159294,16 @@ "object": { "type": "ThisExpression", "range": [ - 70964, - 70968 + 71136, + 71140 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 33 }, "end": { - "line": 1918, + "line": 1921, "column": 37 } } @@ -158884,46 +159312,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 70969, - 70975 + 71141, + 71147 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 38 }, "end": { - "line": 1918, + "line": 1921, "column": 44 } } }, "range": [ - 70964, - 70975 + 71136, + 71147 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 33 }, "end": { - "line": 1918, + "line": 1921, "column": 44 } } }, "range": [ - 70962, - 70975 + 71134, + 71147 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 31 }, "end": { - "line": 1918, + "line": 1921, "column": 44 } } @@ -158935,32 +159363,32 @@ "type": "Identifier", "name": "i", "range": [ - 70977, - 70978 + 71149, + 71150 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 46 }, "end": { - "line": 1918, + "line": 1921, "column": 47 } } }, "prefix": false, "range": [ - 70977, - 70980 + 71149, + 71152 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 46 }, "end": { - "line": 1918, + "line": 1921, "column": 49 } } @@ -158977,16 +159405,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 70999, - 71011 + 71171, + 71183 ], "loc": { "start": { - "line": 1919, + "line": 1922, "column": 16 }, "end": { - "line": 1919, + "line": 1922, "column": 28 } } @@ -158996,31 +159424,31 @@ "value": false, "raw": "false", "range": [ - 71014, - 71019 + 71186, + 71191 ], "loc": { "start": { - "line": 1919, + "line": 1922, "column": 31 }, "end": { - "line": 1919, + "line": 1922, "column": 36 } } }, "range": [ - 70999, - 71019 + 71171, + 71191 ], "loc": { "start": { - "line": 1919, + "line": 1922, "column": 16 }, "end": { - "line": 1919, + "line": 1922, "column": 36 } } @@ -159028,16 +159456,16 @@ ], "kind": "let", "range": [ - 70995, - 71020 + 71167, + 71192 ], "loc": { "start": { - "line": 1919, + "line": 1922, "column": 12 }, "end": { - "line": 1919, + "line": 1922, "column": 37 } }, @@ -159046,16 +159474,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 71033, - 71088 + 71205, + 71260 ], "loc": { "start": { - "line": 1920, + "line": 1923, "column": 12 }, "end": { - "line": 1920, + "line": 1923, "column": 67 } } @@ -159071,16 +159499,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 71104, - 71111 + 71276, + 71283 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 15 }, "end": { - "line": 1921, + "line": 1924, "column": 22 } } @@ -159094,16 +159522,16 @@ "type": "Identifier", "name": "Types", "range": [ - 71115, - 71120 + 71287, + 71292 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 26 }, "end": { - "line": 1921, + "line": 1924, "column": 31 } } @@ -159112,31 +159540,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 71121, - 71128 + 71293, + 71300 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 32 }, "end": { - "line": 1921, + "line": 1924, "column": 39 } } }, "range": [ - 71115, - 71128 + 71287, + 71300 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 26 }, "end": { - "line": 1921, + "line": 1924, "column": 39 } } @@ -159146,47 +159574,47 @@ "type": "Identifier", "name": "exclude", "range": [ - 71129, - 71136 + 71301, + 71308 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 40 }, "end": { - "line": 1921, + "line": 1924, "column": 47 } } } ], "range": [ - 71115, - 71137 + 71287, + 71309 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 26 }, "end": { - "line": 1921, + "line": 1924, "column": 48 } } }, "range": [ - 71104, - 71137 + 71276, + 71309 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 15 }, "end": { - "line": 1921, + "line": 1924, "column": 48 } } @@ -159203,16 +159631,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 71156, - 71168 + 71328, + 71340 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 16 }, "end": { - "line": 1922, + "line": 1925, "column": 28 } } @@ -159226,16 +159654,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 71171, - 71174 + 71343, + 71346 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 31 }, "end": { - "line": 1922, + "line": 1925, "column": 34 } } @@ -159244,31 +159672,31 @@ "type": "Identifier", "name": "has", "range": [ - 71175, - 71178 + 71347, + 71350 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 35 }, "end": { - "line": 1922, + "line": 1925, "column": 38 } } }, "range": [ - 71171, - 71178 + 71343, + 71350 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 31 }, "end": { - "line": 1922, + "line": 1925, "column": 38 } } @@ -159278,16 +159706,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 71179, - 71186 + 71351, + 71358 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 39 }, "end": { - "line": 1922, + "line": 1925, "column": 46 } } @@ -159296,94 +159724,94 @@ "type": "Identifier", "name": "i", "range": [ - 71188, - 71189 + 71360, + 71361 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 48 }, "end": { - "line": 1922, + "line": 1925, "column": 49 } } } ], "range": [ - 71171, - 71190 + 71343, + 71362 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 31 }, "end": { - "line": 1922, + "line": 1925, "column": 50 } } }, "range": [ - 71156, - 71190 + 71328, + 71362 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 16 }, "end": { - "line": 1922, + "line": 1925, "column": 50 } } }, "range": [ - 71156, - 71191 + 71328, + 71363 ], "loc": { "start": { - "line": 1922, + "line": 1925, "column": 16 }, "end": { - "line": 1922, + "line": 1925, "column": 51 } } } ], "range": [ - 71138, - 71205 + 71310, + 71377 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 49 }, "end": { - "line": 1923, + "line": 1926, "column": 13 } } }, "alternate": null, "range": [ - 71101, - 71205 + 71273, + 71377 ], "loc": { "start": { - "line": 1921, + "line": 1924, "column": 12 }, "end": { - "line": 1923, + "line": 1926, "column": 13 } }, @@ -159392,16 +159820,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 71033, - 71088 + 71205, + 71260 ], "loc": { "start": { - "line": 1920, + "line": 1923, "column": 12 }, "end": { - "line": 1920, + "line": 1923, "column": 67 } } @@ -159417,16 +159845,16 @@ "type": "Identifier", "name": "cell", "range": [ - 71222, - 71226 + 71394, + 71398 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 16 }, "end": { - "line": 1924, + "line": 1927, "column": 20 } } @@ -159441,16 +159869,16 @@ "type": "Identifier", "name": "row", "range": [ - 71229, - 71232 + 71401, + 71404 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 23 }, "end": { - "line": 1924, + "line": 1927, "column": 26 } } @@ -159459,31 +159887,31 @@ "type": "Identifier", "name": "i", "range": [ - 71233, - 71234 + 71405, + 71406 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 27 }, "end": { - "line": 1924, + "line": 1927, "column": 28 } } }, "range": [ - 71229, - 71235 + 71401, + 71407 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 23 }, "end": { - "line": 1924, + "line": 1927, "column": 29 } } @@ -159492,46 +159920,46 @@ "type": "Identifier", "name": "cells", "range": [ - 71236, - 71241 + 71408, + 71413 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 30 }, "end": { - "line": 1924, + "line": 1927, "column": 35 } } }, "range": [ - 71229, - 71241 + 71401, + 71413 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 23 }, "end": { - "line": 1924, + "line": 1927, "column": 35 } } }, "range": [ - 71222, - 71241 + 71394, + 71413 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 16 }, "end": { - "line": 1924, + "line": 1927, "column": 35 } } @@ -159542,16 +159970,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 71259, - 71266 + 71431, + 71438 ], "loc": { "start": { - "line": 1925, + "line": 1928, "column": 16 }, "end": { - "line": 1925, + "line": 1928, "column": 23 } } @@ -159563,16 +159991,16 @@ "type": "Identifier", "name": "cell", "range": [ - 71269, - 71273 + 71441, + 71445 ], "loc": { "start": { - "line": 1925, + "line": 1928, "column": 26 }, "end": { - "line": 1925, + "line": 1928, "column": 30 } } @@ -159581,46 +160009,46 @@ "type": "Identifier", "name": "length", "range": [ - 71274, - 71280 + 71446, + 71452 ], "loc": { "start": { - "line": 1925, + "line": 1928, "column": 31 }, "end": { - "line": 1925, + "line": 1928, "column": 37 } } }, "range": [ - 71269, - 71280 + 71441, + 71452 ], "loc": { "start": { - "line": 1925, + "line": 1928, "column": 26 }, "end": { - "line": 1925, + "line": 1928, "column": 37 } } }, "range": [ - 71259, - 71280 + 71431, + 71452 ], "loc": { "start": { - "line": 1925, + "line": 1928, "column": 16 }, "end": { - "line": 1925, + "line": 1928, "column": 37 } } @@ -159628,16 +160056,16 @@ ], "kind": "let", "range": [ - 71218, - 71281 + 71390, + 71453 ], "loc": { "start": { - "line": 1924, + "line": 1927, "column": 12 }, "end": { - "line": 1925, + "line": 1928, "column": 38 } }, @@ -159646,16 +160074,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 71295, - 71348 + 71467, + 71520 ], "loc": { "start": { - "line": 1927, + "line": 1930, "column": 12 }, "end": { - "line": 1927, + "line": 1930, "column": 65 } } @@ -159674,16 +160102,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 71364, - 71371 + 71536, + 71543 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 15 }, "end": { - "line": 1928, + "line": 1931, "column": 22 } } @@ -159694,16 +160122,16 @@ "object": { "type": "ThisExpression", "range": [ - 71376, - 71380 + 71548, + 71552 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 27 }, "end": { - "line": 1928, + "line": 1931, "column": 31 } } @@ -159712,46 +160140,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 71381, - 71388 + 71553, + 71560 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 32 }, "end": { - "line": 1928, + "line": 1931, "column": 39 } } }, "range": [ - 71376, - 71388 + 71548, + 71560 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 27 }, "end": { - "line": 1928, + "line": 1931, "column": 39 } } }, "range": [ - 71364, - 71388 + 71536, + 71560 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 15 }, "end": { - "line": 1928, + "line": 1931, "column": 39 } } @@ -159763,47 +160191,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 71393, - 71405 + 71565, + 71577 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 44 }, "end": { - "line": 1928, + "line": 1931, "column": 56 } } }, "prefix": true, "range": [ - 71392, - 71405 + 71564, + 71577 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 43 }, "end": { - "line": 1928, + "line": 1931, "column": 56 } } }, "range": [ - 71364, - 71405 + 71536, + 71577 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 15 }, "end": { - "line": 1928, + "line": 1931, "column": 56 } } @@ -159822,16 +160250,16 @@ "type": "Identifier", "name": "j", "range": [ - 71481, - 71482 + 71653, + 71654 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 24 }, "end": { - "line": 1930, + "line": 1933, "column": 25 } } @@ -159841,31 +160269,31 @@ "value": 0, "raw": "0", "range": [ - 71483, - 71484 + 71655, + 71656 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 26 }, "end": { - "line": 1930, + "line": 1933, "column": 27 } } }, "range": [ - 71481, - 71484 + 71653, + 71656 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 24 }, "end": { - "line": 1930, + "line": 1933, "column": 27 } } @@ -159873,16 +160301,16 @@ ], "kind": "let", "range": [ - 71477, - 71484 + 71649, + 71656 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 20 }, "end": { - "line": 1930, + "line": 1933, "column": 27 } } @@ -159894,16 +160322,16 @@ "type": "Identifier", "name": "j", "range": [ - 71486, - 71487 + 71658, + 71659 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 29 }, "end": { - "line": 1930, + "line": 1933, "column": 30 } } @@ -159912,31 +160340,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 71488, - 71495 + 71660, + 71667 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 31 }, "end": { - "line": 1930, + "line": 1933, "column": 38 } } }, "range": [ - 71486, - 71495 + 71658, + 71667 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 29 }, "end": { - "line": 1930, + "line": 1933, "column": 38 } } @@ -159948,32 +160376,32 @@ "type": "Identifier", "name": "j", "range": [ - 71497, - 71498 + 71669, + 71670 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 40 }, "end": { - "line": 1930, + "line": 1933, "column": 41 } } }, "prefix": false, "range": [ - 71497, - 71500 + 71669, + 71672 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 40 }, "end": { - "line": 1930, + "line": 1933, "column": 43 } } @@ -159993,16 +160421,16 @@ "type": "Identifier", "name": "j", "range": [ - 71526, - 71527 + 71698, + 71699 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 23 }, "end": { - "line": 1931, + "line": 1934, "column": 24 } } @@ -160011,31 +160439,31 @@ "type": "Identifier", "name": "colindex", "range": [ - 71531, - 71539 + 71703, + 71711 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 28 }, "end": { - "line": 1931, + "line": 1934, "column": 36 } } }, "range": [ - 71526, - 71539 + 71698, + 71711 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 23 }, "end": { - "line": 1931, + "line": 1934, "column": 36 } } @@ -160056,16 +160484,16 @@ "type": "Identifier", "name": "row", "range": [ - 71543, - 71546 + 71715, + 71718 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 40 }, "end": { - "line": 1931, + "line": 1934, "column": 43 } } @@ -160074,31 +160502,31 @@ "type": "Identifier", "name": "i", "range": [ - 71547, - 71548 + 71719, + 71720 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 44 }, "end": { - "line": 1931, + "line": 1934, "column": 45 } } }, "range": [ - 71543, - 71549 + 71715, + 71721 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 40 }, "end": { - "line": 1931, + "line": 1934, "column": 46 } } @@ -160107,31 +160535,31 @@ "type": "Identifier", "name": "style", "range": [ - 71550, - 71555 + 71722, + 71727 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 47 }, "end": { - "line": 1931, + "line": 1934, "column": 52 } } }, "range": [ - 71543, - 71555 + 71715, + 71727 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 40 }, "end": { - "line": 1931, + "line": 1934, "column": 52 } } @@ -160140,31 +160568,31 @@ "type": "Identifier", "name": "display", "range": [ - 71556, - 71563 + 71728, + 71735 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 53 }, "end": { - "line": 1931, + "line": 1934, "column": 60 } } }, "range": [ - 71543, - 71563 + 71715, + 71735 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 40 }, "end": { - "line": 1931, + "line": 1934, "column": 60 } } @@ -160174,46 +160602,46 @@ "value": "", "raw": "''", "range": [ - 71568, - 71570 + 71740, + 71742 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 65 }, "end": { - "line": 1931, + "line": 1934, "column": 67 } } }, "range": [ - 71543, - 71570 + 71715, + 71742 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 40 }, "end": { - "line": 1931, + "line": 1934, "column": 67 } } }, "range": [ - 71526, - 71570 + 71698, + 71742 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 23 }, "end": { - "line": 1931, + "line": 1934, "column": 67 } } @@ -160225,48 +160653,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 71597, - 71606 + 71769, + 71778 ], "loc": { "start": { - "line": 1932, + "line": 1935, "column": 24 }, "end": { - "line": 1932, + "line": 1935, "column": 33 } } } ], "range": [ - 71571, - 71628 + 71743, + 71800 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 68 }, "end": { - "line": 1933, + "line": 1936, "column": 21 } } }, "alternate": null, "range": [ - 71523, - 71628 + 71695, + 71800 ], "loc": { "start": { - "line": 1931, + "line": 1934, "column": 20 }, "end": { - "line": 1933, + "line": 1936, "column": 21 } } @@ -160280,16 +160708,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 71653, - 71662 + 71825, + 71834 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 24 }, "end": { - "line": 1934, + "line": 1937, "column": 33 } } @@ -160303,16 +160731,16 @@ "type": "Identifier", "name": "Str", "range": [ - 71665, - 71668 + 71837, + 71840 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 36 }, "end": { - "line": 1934, + "line": 1937, "column": 39 } } @@ -160321,31 +160749,31 @@ "type": "Identifier", "name": "lower", "range": [ - 71669, - 71674 + 71841, + 71846 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 40 }, "end": { - "line": 1934, + "line": 1937, "column": 45 } } }, "range": [ - 71665, - 71674 + 71837, + 71846 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 36 }, "end": { - "line": 1934, + "line": 1937, "column": 45 } } @@ -160359,16 +160787,16 @@ "object": { "type": "ThisExpression", "range": [ - 71675, - 71679 + 71847, + 71851 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 46 }, "end": { - "line": 1934, + "line": 1937, "column": 50 } } @@ -160377,31 +160805,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 71680, - 71691 + 71852, + 71863 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 51 }, "end": { - "line": 1934, + "line": 1937, "column": 62 } } }, "range": [ - 71675, - 71691 + 71847, + 71863 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 46 }, "end": { - "line": 1934, + "line": 1937, "column": 62 } } @@ -160411,16 +160839,16 @@ "type": "Identifier", "name": "j", "range": [ - 71692, - 71693 + 71864, + 71865 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 63 }, "end": { - "line": 1934, + "line": 1937, "column": 64 } } @@ -160432,16 +160860,16 @@ "type": "Identifier", "name": "cell", "range": [ - 71695, - 71699 + 71867, + 71871 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 66 }, "end": { - "line": 1934, + "line": 1937, "column": 70 } } @@ -160450,78 +160878,78 @@ "type": "Identifier", "name": "j", "range": [ - 71700, - 71701 + 71872, + 71873 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 71 }, "end": { - "line": 1934, + "line": 1937, "column": 72 } } }, "range": [ - 71695, - 71702 + 71867, + 71874 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 66 }, "end": { - "line": 1934, + "line": 1937, "column": 73 } } } ], "range": [ - 71675, - 71703 + 71847, + 71875 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 46 }, "end": { - "line": 1934, + "line": 1937, "column": 74 } } } ], "range": [ - 71665, - 71704 + 71837, + 71876 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 36 }, "end": { - "line": 1934, + "line": 1937, "column": 75 } } }, "range": [ - 71653, - 71704 + 71825, + 71876 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 24 }, "end": { - "line": 1934, + "line": 1937, "column": 75 } } @@ -160532,16 +160960,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 71730, - 71738 + 71902, + 71910 ], "loc": { "start": { - "line": 1935, + "line": 1938, "column": 24 }, "end": { - "line": 1935, + "line": 1938, "column": 32 } } @@ -160554,16 +160982,16 @@ "object": { "type": "ThisExpression", "range": [ - 71741, - 71745 + 71913, + 71917 ], "loc": { "start": { - "line": 1935, + "line": 1938, "column": 35 }, "end": { - "line": 1935, + "line": 1938, "column": 39 } } @@ -160572,31 +161000,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 71746, - 71757 + 71918, + 71929 ], "loc": { "start": { - "line": 1935, + "line": 1938, "column": 40 }, "end": { - "line": 1935, + "line": 1938, "column": 51 } } }, "range": [ - 71741, - 71757 + 71913, + 71929 ], "loc": { "start": { - "line": 1935, + "line": 1938, "column": 35 }, "end": { - "line": 1935, + "line": 1938, "column": 51 } } @@ -160610,16 +161038,16 @@ "object": { "type": "ThisExpression", "range": [ - 71788, - 71792 + 71960, + 71964 ], "loc": { "start": { - "line": 1936, + "line": 1939, "column": 28 }, "end": { - "line": 1936, + "line": 1939, "column": 32 } } @@ -160628,31 +161056,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 71793, - 71804 + 71965, + 71976 ], "loc": { "start": { - "line": 1936, + "line": 1939, "column": 33 }, "end": { - "line": 1936, + "line": 1939, "column": 44 } } }, "range": [ - 71788, - 71804 + 71960, + 71976 ], "loc": { "start": { - "line": 1936, + "line": 1939, "column": 28 }, "end": { - "line": 1936, + "line": 1939, "column": 44 } } @@ -160661,31 +161089,31 @@ "type": "Identifier", "name": "colindex", "range": [ - 71805, - 71813 + 71977, + 71985 ], "loc": { "start": { - "line": 1936, + "line": 1939, "column": 45 }, "end": { - "line": 1936, + "line": 1939, "column": 53 } } }, "range": [ - 71788, - 71814 + 71960, + 71986 ], "loc": { "start": { - "line": 1936, + "line": 1939, "column": 28 }, "end": { - "line": 1936, + "line": 1939, "column": 54 } } @@ -160695,46 +161123,46 @@ "value": null, "raw": "null", "range": [ - 71817, - 71821 + 71989, + 71993 ], "loc": { "start": { - "line": 1936, + "line": 1939, "column": 57 }, "end": { - "line": 1936, + "line": 1939, "column": 61 } } }, "range": [ - 71741, - 71821 + 71913, + 71993 ], "loc": { "start": { - "line": 1935, + "line": 1938, "column": 35 }, "end": { - "line": 1936, + "line": 1939, "column": 61 } } }, "range": [ - 71730, - 71821 + 71902, + 71993 ], "loc": { "start": { - "line": 1935, + "line": 1938, "column": 24 }, "end": { - "line": 1936, + "line": 1939, "column": 61 } } @@ -160745,16 +161173,16 @@ "type": "Identifier", "name": "data", "range": [ - 71847, - 71851 + 72019, + 72023 ], "loc": { "start": { - "line": 1937, + "line": 1940, "column": 24 }, "end": { - "line": 1937, + "line": 1940, "column": 28 } } @@ -160765,16 +161193,16 @@ "type": "Identifier", "name": "num", "range": [ - 71854, - 71857 + 72026, + 72029 ], "loc": { "start": { - "line": 1937, + "line": 1940, "column": 31 }, "end": { - "line": 1937, + "line": 1940, "column": 34 } } @@ -160788,16 +161216,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 71892, - 71899 + 72064, + 72071 ], "loc": { "start": { - "line": 1938, + "line": 1941, "column": 32 }, "end": { - "line": 1938, + "line": 1941, "column": 39 } } @@ -160806,31 +161234,31 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 71900, - 71914 + 72072, + 72086 ], "loc": { "start": { - "line": 1938, + "line": 1941, "column": 40 }, "end": { - "line": 1938, + "line": 1941, "column": 54 } } }, "range": [ - 71892, - 71914 + 72064, + 72086 ], "loc": { "start": { - "line": 1938, + "line": 1941, "column": 32 }, "end": { - "line": 1938, + "line": 1941, "column": 54 } } @@ -160840,16 +161268,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 71915, - 71924 + 72087, + 72096 ], "loc": { "start": { - "line": 1938, + "line": 1941, "column": 55 }, "end": { - "line": 1938, + "line": 1941, "column": 64 } } @@ -160858,32 +161286,32 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 71926, - 71934 + 72098, + 72106 ], "loc": { "start": { - "line": 1938, + "line": 1941, "column": 66 }, "end": { - "line": 1938, + "line": 1941, "column": 74 } } } ], "range": [ - 71892, - 71935 + 72064, + 72107 ], "loc": { "start": { - "line": 1938, + "line": 1941, "column": 32 }, "end": { - "line": 1938, + "line": 1941, "column": 75 } } @@ -160892,46 +161320,46 @@ "type": "Identifier", "name": "cell_data", "range": [ - 71970, - 71979 + 72142, + 72151 ], "loc": { "start": { - "line": 1939, + "line": 1942, "column": 32 }, "end": { - "line": 1939, + "line": 1942, "column": 41 } } }, "range": [ - 71854, - 71979 + 72026, + 72151 ], "loc": { "start": { - "line": 1937, + "line": 1940, "column": 31 }, "end": { - "line": 1939, + "line": 1942, "column": 41 } } }, "range": [ - 71847, - 71979 + 72019, + 72151 ], "loc": { "start": { - "line": 1937, + "line": 1940, "column": 24 }, "end": { - "line": 1939, + "line": 1942, "column": 41 } } @@ -160939,16 +161367,16 @@ ], "kind": "let", "range": [ - 71649, - 71980 + 71821, + 72152 ], "loc": { "start": { - "line": 1934, + "line": 1937, "column": 20 }, "end": { - "line": 1939, + "line": 1942, "column": 42 } } @@ -160964,16 +161392,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 72001, - 72010 + 72173, + 72182 ], "loc": { "start": { - "line": 1940, + "line": 1943, "column": 20 }, "end": { - "line": 1940, + "line": 1943, "column": 29 } } @@ -160982,31 +161410,31 @@ "type": "Identifier", "name": "push", "range": [ - 72011, - 72015 + 72183, + 72187 ], "loc": { "start": { - "line": 1940, + "line": 1943, "column": 30 }, "end": { - "line": 1940, + "line": 1943, "column": 34 } } }, "range": [ - 72001, - 72015 + 72173, + 72187 ], "loc": { "start": { - "line": 1940, + "line": 1943, "column": 20 }, "end": { - "line": 1940, + "line": 1943, "column": 34 } } @@ -161016,78 +161444,78 @@ "type": "Identifier", "name": "data", "range": [ - 72016, - 72020 + 72188, + 72192 ], "loc": { "start": { - "line": 1940, + "line": 1943, "column": 35 }, "end": { - "line": 1940, + "line": 1943, "column": 39 } } } ], "range": [ - 72001, - 72021 + 72173, + 72193 ], "loc": { "start": { - "line": 1940, + "line": 1943, "column": 20 }, "end": { - "line": 1940, + "line": 1943, "column": 40 } } }, "range": [ - 72001, - 72022 + 72173, + 72194 ], "loc": { "start": { - "line": 1940, + "line": 1943, "column": 20 }, "end": { - "line": 1940, + "line": 1943, "column": 41 } } } ], "range": [ - 71501, - 72040 + 71673, + 72212 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 44 }, "end": { - "line": 1941, + "line": 1944, "column": 17 } } }, "range": [ - 71473, - 72040 + 71645, + 72212 ], "loc": { "start": { - "line": 1930, + "line": 1933, "column": 16 }, "end": { - "line": 1941, + "line": 1944, "column": 17 } }, @@ -161096,16 +161524,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 71424, - 71456 + 71596, + 71628 ], "loc": { "start": { - "line": 1929, + "line": 1932, "column": 16 }, "end": { - "line": 1929, + "line": 1932, "column": 48 } } @@ -161114,32 +161542,32 @@ } ], "range": [ - 71406, - 72054 + 71578, + 72226 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 57 }, "end": { - "line": 1942, + "line": 1945, "column": 13 } } }, "alternate": null, "range": [ - 71361, - 72054 + 71533, + 72226 ], "loc": { "start": { - "line": 1928, + "line": 1931, "column": 12 }, "end": { - "line": 1942, + "line": 1945, "column": 13 } }, @@ -161148,16 +161576,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 71295, - 71348 + 71467, + 71520 ], "loc": { "start": { - "line": 1927, + "line": 1930, "column": 12 }, "end": { - "line": 1927, + "line": 1930, "column": 65 } } @@ -161166,31 +161594,31 @@ } ], "range": [ - 70981, - 72064 + 71153, + 72236 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 50 }, "end": { - "line": 1943, + "line": 1946, "column": 9 } } }, "range": [ - 70939, - 72064 + 71111, + 72236 ], "loc": { "start": { - "line": 1918, + "line": 1921, "column": 8 }, "end": { - "line": 1943, + "line": 1946, "column": 9 } } @@ -161201,47 +161629,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 72080, - 72089 + 72252, + 72261 ], "loc": { "start": { - "line": 1944, + "line": 1947, "column": 15 }, "end": { - "line": 1944, + "line": 1947, "column": 24 } } }, "range": [ - 72073, - 72090 + 72245, + 72262 ], "loc": { "start": { - "line": 1944, + "line": 1947, "column": 8 }, "end": { - "line": 1944, + "line": 1947, "column": 25 } } } ], "range": [ - 70810, - 72096 + 70982, + 72268 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 56 }, "end": { - "line": 1945, + "line": 1948, "column": 5 } } @@ -161249,16 +161677,16 @@ "generator": false, "expression": false, "range": [ - 70770, - 72096 + 70942, + 72268 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 16 }, "end": { - "line": 1945, + "line": 1948, "column": 5 } } @@ -161266,16 +161694,16 @@ "kind": "method", "computed": false, "range": [ - 70758, - 72096 + 70930, + 72268 ], "loc": { "start": { - "line": 1911, + "line": 1914, "column": 4 }, "end": { - "line": 1945, + "line": 1948, "column": 5 } }, @@ -161284,16 +161712,16 @@ "type": "Block", "value": "*\n * Return the data of a specified colum\n * @param {Number} colindex Column index\n * @param {Boolean} num Return unformatted number\n * @param {Array} exclude List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 70461, - 70753 + 70633, + 70925 ], "loc": { "start": { - "line": 1904, + "line": 1907, "column": 4 }, "end": { - "line": 1910, + "line": 1913, "column": 7 } } @@ -161304,16 +161732,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": [ - 72102, - 72254 + 72274, + 72426 ], "loc": { "start": { - "line": 1947, + "line": 1950, "column": 4 }, "end": { - "line": 1951, + "line": 1954, "column": 7 } } @@ -161327,16 +161755,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 72259, - 72273 + 72431, + 72445 ], "loc": { "start": { - "line": 1952, + "line": 1955, "column": 4 }, "end": { - "line": 1952, + "line": 1955, "column": 18 } } @@ -161349,16 +161777,16 @@ "type": "Identifier", "name": "index", "range": [ - 72274, - 72279 + 72446, + 72451 ], "loc": { "start": { - "line": 1952, + "line": 1955, "column": 19 }, "end": { - "line": 1952, + "line": 1955, "column": 24 } } @@ -161378,16 +161806,16 @@ "object": { "type": "ThisExpression", "range": [ - 72294, - 72298 + 72466, + 72470 ], "loc": { "start": { - "line": 1953, + "line": 1956, "column": 12 }, "end": { - "line": 1953, + "line": 1956, "column": 16 } } @@ -161396,47 +161824,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 72299, - 72306 + 72471, + 72478 ], "loc": { "start": { - "line": 1953, + "line": 1956, "column": 17 }, "end": { - "line": 1953, + "line": 1956, "column": 24 } } }, "range": [ - 72294, - 72306 + 72466, + 72478 ], "loc": { "start": { - "line": 1953, + "line": 1956, "column": 12 }, "end": { - "line": 1953, + "line": 1956, "column": 24 } } }, "prefix": true, "range": [ - 72293, - 72306 + 72465, + 72478 ], "loc": { "start": { - "line": 1953, + "line": 1956, "column": 11 }, "end": { - "line": 1953, + "line": 1956, "column": 24 } } @@ -161448,48 +161876,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 72321, - 72328 + 72493, + 72500 ], "loc": { "start": { - "line": 1954, + "line": 1957, "column": 12 }, "end": { - "line": 1954, + "line": 1957, "column": 19 } } } ], "range": [ - 72307, - 72338 + 72479, + 72510 ], "loc": { "start": { - "line": 1953, + "line": 1956, "column": 25 }, "end": { - "line": 1955, + "line": 1958, "column": 9 } } }, "alternate": null, "range": [ - 72290, - 72338 + 72462, + 72510 ], "loc": { "start": { - "line": 1953, + "line": 1956, "column": 8 }, "end": { - "line": 1955, + "line": 1958, "column": 9 } } @@ -161503,32 +161931,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 72351, - 72359 + 72523, + 72531 ], "loc": { "start": { - "line": 1956, + "line": 1959, "column": 12 }, "end": { - "line": 1956, + "line": 1959, "column": 20 } } }, "init": null, "range": [ - 72351, - 72359 + 72523, + 72531 ], "loc": { "start": { - "line": 1956, + "line": 1959, "column": 12 }, "end": { - "line": 1956, + "line": 1959, "column": 20 } } @@ -161539,16 +161967,16 @@ "type": "Identifier", "name": "flt", "range": [ - 72373, - 72376 + 72545, + 72548 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 12 }, "end": { - "line": 1957, + "line": 1960, "column": 15 } } @@ -161561,16 +161989,16 @@ "object": { "type": "ThisExpression", "range": [ - 72379, - 72383 + 72551, + 72555 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 18 }, "end": { - "line": 1957, + "line": 1960, "column": 22 } } @@ -161579,31 +162007,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 72384, - 72400 + 72556, + 72572 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 23 }, "end": { - "line": 1957, + "line": 1960, "column": 39 } } }, "range": [ - 72379, - 72400 + 72551, + 72572 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 18 }, "end": { - "line": 1957, + "line": 1960, "column": 39 } } @@ -161613,47 +162041,47 @@ "type": "Identifier", "name": "index", "range": [ - 72401, - 72406 + 72573, + 72578 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 40 }, "end": { - "line": 1957, + "line": 1960, "column": 45 } } } ], "range": [ - 72379, - 72407 + 72551, + 72579 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 18 }, "end": { - "line": 1957, + "line": 1960, "column": 46 } } }, "range": [ - 72373, - 72407 + 72545, + 72579 ], "loc": { "start": { - "line": 1957, + "line": 1960, "column": 12 }, "end": { - "line": 1957, + "line": 1960, "column": 46 } } @@ -161661,16 +162089,16 @@ ], "kind": "let", "range": [ - 72347, - 72408 + 72519, + 72580 ], "loc": { "start": { - "line": 1956, + "line": 1959, "column": 8 }, "end": { - "line": 1957, + "line": 1960, "column": 47 } } @@ -161684,32 +162112,32 @@ "type": "Identifier", "name": "flt", "range": [ - 72421, - 72424 + 72593, + 72596 ], "loc": { "start": { - "line": 1958, + "line": 1961, "column": 12 }, "end": { - "line": 1958, + "line": 1961, "column": 15 } } }, "prefix": true, "range": [ - 72420, - 72424 + 72592, + 72596 ], "loc": { "start": { - "line": 1958, + "line": 1961, "column": 11 }, "end": { - "line": 1958, + "line": 1961, "column": 15 } } @@ -161724,63 +162152,63 @@ "value": "", "raw": "''", "range": [ - 72446, - 72448 + 72618, + 72620 ], "loc": { "start": { - "line": 1959, + "line": 1962, "column": 19 }, "end": { - "line": 1959, + "line": 1962, "column": 21 } } }, "range": [ - 72439, - 72449 + 72611, + 72621 ], "loc": { "start": { - "line": 1959, + "line": 1962, "column": 12 }, "end": { - "line": 1959, + "line": 1962, "column": 22 } } } ], "range": [ - 72425, - 72459 + 72597, + 72631 ], "loc": { "start": { - "line": 1958, + "line": 1961, "column": 16 }, "end": { - "line": 1960, + "line": 1963, "column": 9 } } }, "alternate": null, "range": [ - 72417, - 72459 + 72589, + 72631 ], "loc": { "start": { - "line": 1958, + "line": 1961, "column": 8 }, "end": { - "line": 1960, + "line": 1963, "column": 9 } } @@ -161794,16 +162222,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 72473, - 72483 + 72645, + 72655 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 12 }, "end": { - "line": 1962, + "line": 1965, "column": 22 } } @@ -161816,16 +162244,16 @@ "object": { "type": "ThisExpression", "range": [ - 72486, - 72490 + 72658, + 72662 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 25 }, "end": { - "line": 1962, + "line": 1965, "column": 29 } } @@ -161834,31 +162262,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 72491, - 72504 + 72663, + 72676 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 30 }, "end": { - "line": 1962, + "line": 1965, "column": 43 } } }, "range": [ - 72486, - 72504 + 72658, + 72676 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 25 }, "end": { - "line": 1962, + "line": 1965, "column": 43 } } @@ -161868,47 +162296,47 @@ "type": "Identifier", "name": "index", "range": [ - 72505, - 72510 + 72677, + 72682 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 44 }, "end": { - "line": 1962, + "line": 1965, "column": 49 } } } ], "range": [ - 72486, - 72511 + 72658, + 72683 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 25 }, "end": { - "line": 1962, + "line": 1965, "column": 50 } } }, "range": [ - 72473, - 72511 + 72645, + 72683 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 12 }, "end": { - "line": 1962, + "line": 1965, "column": 50 } } @@ -161916,16 +162344,16 @@ ], "kind": "let", "range": [ - 72469, - 72512 + 72641, + 72684 ], "loc": { "start": { - "line": 1962, + "line": 1965, "column": 8 }, "end": { - "line": 1962, + "line": 1965, "column": 51 } } @@ -161942,16 +162370,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 72524, - 72534 + 72696, + 72706 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 11 }, "end": { - "line": 1963, + "line": 1966, "column": 21 } } @@ -161962,16 +162390,16 @@ "object": { "type": "ThisExpression", "range": [ - 72539, - 72543 + 72711, + 72715 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 26 }, "end": { - "line": 1963, + "line": 1966, "column": 30 } } @@ -161980,46 +162408,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 72544, - 72556 + 72716, + 72728 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 31 }, "end": { - "line": 1963, + "line": 1966, "column": 43 } } }, "range": [ - 72539, - 72556 + 72711, + 72728 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 26 }, "end": { - "line": 1963, + "line": 1966, "column": 43 } } }, "range": [ - 72524, - 72556 + 72696, + 72728 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 11 }, "end": { - "line": 1963, + "line": 1966, "column": 43 } } @@ -162031,16 +162459,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 72572, - 72582 + 72744, + 72754 ], "loc": { "start": { - "line": 1964, + "line": 1967, "column": 12 }, "end": { - "line": 1964, + "line": 1967, "column": 22 } } @@ -162051,16 +162479,16 @@ "object": { "type": "ThisExpression", "range": [ - 72587, - 72591 + 72759, + 72763 ], "loc": { "start": { - "line": 1964, + "line": 1967, "column": 27 }, "end": { - "line": 1964, + "line": 1967, "column": 31 } } @@ -162069,61 +162497,61 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 72592, - 72608 + 72764, + 72780 ], "loc": { "start": { - "line": 1964, + "line": 1967, "column": 32 }, "end": { - "line": 1964, + "line": 1967, "column": 48 } } }, "range": [ - 72587, - 72608 + 72759, + 72780 ], "loc": { "start": { - "line": 1964, + "line": 1967, "column": 27 }, "end": { - "line": 1964, + "line": 1967, "column": 48 } } }, "range": [ - 72572, - 72608 + 72744, + 72780 ], "loc": { "start": { - "line": 1964, + "line": 1967, "column": 12 }, "end": { - "line": 1964, + "line": 1967, "column": 48 } } }, "range": [ - 72524, - 72608 + 72696, + 72780 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 11 }, "end": { - "line": 1964, + "line": 1967, "column": 48 } } @@ -162140,16 +162568,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 72623, - 72631 + 72795, + 72803 ], "loc": { "start": { - "line": 1965, + "line": 1968, "column": 12 }, "end": { - "line": 1965, + "line": 1968, "column": 20 } } @@ -162161,16 +162589,16 @@ "type": "Identifier", "name": "flt", "range": [ - 72634, - 72637 + 72806, + 72809 ], "loc": { "start": { - "line": 1965, + "line": 1968, "column": 23 }, "end": { - "line": 1965, + "line": 1968, "column": 26 } } @@ -162179,77 +162607,77 @@ "type": "Identifier", "name": "value", "range": [ - 72638, - 72643 + 72810, + 72815 ], "loc": { "start": { - "line": 1965, + "line": 1968, "column": 27 }, "end": { - "line": 1965, + "line": 1968, "column": 32 } } }, "range": [ - 72634, - 72643 + 72806, + 72815 ], "loc": { "start": { - "line": 1965, + "line": 1968, "column": 23 }, "end": { - "line": 1965, + "line": 1968, "column": 32 } } }, "range": [ - 72623, - 72643 + 72795, + 72815 ], "loc": { "start": { - "line": 1965, + "line": 1968, "column": 12 }, "end": { - "line": 1965, + "line": 1968, "column": 32 } } }, "range": [ - 72623, - 72644 + 72795, + 72816 ], "loc": { "start": { - "line": 1965, + "line": 1968, "column": 12 }, "end": { - "line": 1965, + "line": 1968, "column": 33 } } } ], "range": [ - 72609, - 72654 + 72781, + 72826 ], "loc": { "start": { - "line": 1964, + "line": 1967, "column": 49 }, "end": { - "line": 1966, + "line": 1969, "column": 9 } }, @@ -162258,16 +162686,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 72663, - 72679 + 72835, + 72851 ], "loc": { "start": { - "line": 1967, + "line": 1970, "column": 8 }, "end": { - "line": 1967, + "line": 1970, "column": 24 } } @@ -162283,16 +162711,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 72696, - 72706 + 72868, + 72878 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 16 }, "end": { - "line": 1968, + "line": 1971, "column": 26 } } @@ -162303,16 +162731,16 @@ "object": { "type": "ThisExpression", "range": [ - 72711, - 72715 + 72883, + 72887 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 31 }, "end": { - "line": 1968, + "line": 1971, "column": 35 } } @@ -162321,46 +162749,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 72716, - 72728 + 72888, + 72900 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 36 }, "end": { - "line": 1968, + "line": 1971, "column": 48 } } }, "range": [ - 72711, - 72728 + 72883, + 72900 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 31 }, "end": { - "line": 1968, + "line": 1971, "column": 48 } } }, "range": [ - 72696, - 72728 + 72868, + 72900 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 16 }, "end": { - "line": 1968, + "line": 1971, "column": 48 } } @@ -162377,16 +162805,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 72743, - 72751 + 72915, + 72923 ], "loc": { "start": { - "line": 1969, + "line": 1972, "column": 12 }, "end": { - "line": 1969, + "line": 1972, "column": 20 } } @@ -162396,46 +162824,46 @@ "value": "", "raw": "''", "range": [ - 72754, - 72756 + 72926, + 72928 ], "loc": { "start": { - "line": 1969, + "line": 1972, "column": 23 }, "end": { - "line": 1969, + "line": 1972, "column": 25 } } }, "range": [ - 72743, - 72756 + 72915, + 72928 ], "loc": { "start": { - "line": 1969, + "line": 1972, "column": 12 }, "end": { - "line": 1969, + "line": 1972, "column": 25 } } }, "range": [ - 72743, - 72757 + 72915, + 72929 ], "loc": { "start": { - "line": 1969, + "line": 1972, "column": 12 }, "end": { - "line": 1969, + "line": 1972, "column": 26 } } @@ -162451,16 +162879,16 @@ "type": "Identifier", "name": "j", "range": [ - 72778, - 72779 + 72950, + 72951 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 20 }, "end": { - "line": 1970, + "line": 1973, "column": 21 } } @@ -162470,31 +162898,31 @@ "value": 0, "raw": "0", "range": [ - 72780, - 72781 + 72952, + 72953 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 22 }, "end": { - "line": 1970, + "line": 1973, "column": 23 } } }, "range": [ - 72778, - 72781 + 72950, + 72953 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 20 }, "end": { - "line": 1970, + "line": 1973, "column": 23 } } @@ -162505,16 +162933,16 @@ "type": "Identifier", "name": "len", "range": [ - 72783, - 72786 + 72955, + 72958 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 25 }, "end": { - "line": 1970, + "line": 1973, "column": 28 } } @@ -162529,16 +162957,16 @@ "type": "Identifier", "name": "flt", "range": [ - 72787, - 72790 + 72959, + 72962 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 29 }, "end": { - "line": 1970, + "line": 1973, "column": 32 } } @@ -162547,31 +162975,31 @@ "type": "Identifier", "name": "options", "range": [ - 72791, - 72798 + 72963, + 72970 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 33 }, "end": { - "line": 1970, + "line": 1973, "column": 40 } } }, "range": [ - 72787, - 72798 + 72959, + 72970 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 29 }, "end": { - "line": 1970, + "line": 1973, "column": 40 } } @@ -162580,46 +163008,46 @@ "type": "Identifier", "name": "length", "range": [ - 72799, - 72805 + 72971, + 72977 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 41 }, "end": { - "line": 1970, + "line": 1973, "column": 47 } } }, "range": [ - 72787, - 72805 + 72959, + 72977 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 29 }, "end": { - "line": 1970, + "line": 1973, "column": 47 } } }, "range": [ - 72783, - 72805 + 72955, + 72977 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 25 }, "end": { - "line": 1970, + "line": 1973, "column": 47 } } @@ -162627,16 +163055,16 @@ ], "kind": "let", "range": [ - 72774, - 72805 + 72946, + 72977 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 16 }, "end": { - "line": 1970, + "line": 1973, "column": 47 } } @@ -162648,16 +163076,16 @@ "type": "Identifier", "name": "j", "range": [ - 72807, - 72808 + 72979, + 72980 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 49 }, "end": { - "line": 1970, + "line": 1973, "column": 50 } } @@ -162666,31 +163094,31 @@ "type": "Identifier", "name": "len", "range": [ - 72809, - 72812 + 72981, + 72984 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 51 }, "end": { - "line": 1970, + "line": 1973, "column": 54 } } }, "range": [ - 72807, - 72812 + 72979, + 72984 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 49 }, "end": { - "line": 1970, + "line": 1973, "column": 54 } } @@ -162702,32 +163130,32 @@ "type": "Identifier", "name": "j", "range": [ - 72814, - 72815 + 72986, + 72987 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 56 }, "end": { - "line": 1970, + "line": 1973, "column": 57 } } }, "prefix": false, "range": [ - 72814, - 72817 + 72986, + 72989 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 56 }, "end": { - "line": 1970, + "line": 1973, "column": 59 } } @@ -162750,16 +163178,16 @@ "type": "Identifier", "name": "flt", "range": [ - 72839, - 72842 + 73011, + 73014 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 19 }, "end": { - "line": 1971, + "line": 1974, "column": 22 } } @@ -162768,31 +163196,31 @@ "type": "Identifier", "name": "options", "range": [ - 72843, - 72850 + 73015, + 73022 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 23 }, "end": { - "line": 1971, + "line": 1974, "column": 30 } } }, "range": [ - 72839, - 72850 + 73011, + 73022 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 19 }, "end": { - "line": 1971, + "line": 1974, "column": 30 } } @@ -162801,31 +163229,31 @@ "type": "Identifier", "name": "j", "range": [ - 72851, - 72852 + 73023, + 73024 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 31 }, "end": { - "line": 1971, + "line": 1974, "column": 32 } } }, "range": [ - 72839, - 72853 + 73011, + 73025 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 19 }, "end": { - "line": 1971, + "line": 1974, "column": 33 } } @@ -162834,31 +163262,31 @@ "type": "Identifier", "name": "selected", "range": [ - 72854, - 72862 + 73026, + 73034 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 34 }, "end": { - "line": 1971, + "line": 1974, "column": 42 } } }, "range": [ - 72839, - 72862 + 73011, + 73034 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 19 }, "end": { - "line": 1971, + "line": 1974, "column": 42 } } @@ -162875,16 +163303,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 72885, - 72893 + 73057, + 73065 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 20 }, "end": { - "line": 1972, + "line": 1975, "column": 28 } } @@ -162898,16 +163326,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 72896, - 72904 + 73068, + 73076 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 31 }, "end": { - "line": 1972, + "line": 1975, "column": 39 } } @@ -162916,31 +163344,31 @@ "type": "Identifier", "name": "concat", "range": [ - 72905, - 72911 + 73077, + 73083 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 40 }, "end": { - "line": 1972, + "line": 1975, "column": 46 } } }, "range": [ - 72896, - 72911 + 73068, + 73083 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 31 }, "end": { - "line": 1972, + "line": 1975, "column": 46 } } @@ -162968,16 +163396,16 @@ "type": "Identifier", "name": "flt", "range": [ - 72937, - 72940 + 73109, + 73112 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1973, + "line": 1976, "column": 27 } } @@ -162986,31 +163414,31 @@ "type": "Identifier", "name": "options", "range": [ - 72941, - 72948 + 73113, + 73120 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 28 }, "end": { - "line": 1973, + "line": 1976, "column": 35 } } }, "range": [ - 72937, - 72948 + 73109, + 73120 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1973, + "line": 1976, "column": 35 } } @@ -163019,31 +163447,31 @@ "type": "Identifier", "name": "j", "range": [ - 72949, - 72950 + 73121, + 73122 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 36 }, "end": { - "line": 1973, + "line": 1976, "column": 37 } } }, "range": [ - 72937, - 72951 + 73109, + 73123 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1973, + "line": 1976, "column": 38 } } @@ -163052,31 +163480,31 @@ "type": "Identifier", "name": "value", "range": [ - 72952, - 72957 + 73124, + 73129 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 39 }, "end": { - "line": 1973, + "line": 1976, "column": 44 } } }, "range": [ - 72937, - 72957 + 73109, + 73129 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1973, + "line": 1976, "column": 44 } } @@ -163086,31 +163514,31 @@ "value": " ", "raw": "' '", "range": [ - 72958, - 72961 + 73130, + 73133 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 45 }, "end": { - "line": 1973, + "line": 1976, "column": 48 } } }, "range": [ - 72937, - 72961 + 73109, + 73133 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1973, + "line": 1976, "column": 48 } } @@ -163121,16 +163549,16 @@ "object": { "type": "ThisExpression", "range": [ - 72988, - 72992 + 73160, + 73164 ], "loc": { "start": { - "line": 1974, + "line": 1977, "column": 24 }, "end": { - "line": 1974, + "line": 1977, "column": 28 } } @@ -163139,46 +163567,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 72993, - 73003 + 73165, + 73175 ], "loc": { "start": { - "line": 1974, + "line": 1977, "column": 29 }, "end": { - "line": 1974, + "line": 1977, "column": 39 } } }, "range": [ - 72988, - 73003 + 73160, + 73175 ], "loc": { "start": { - "line": 1974, + "line": 1977, "column": 24 }, "end": { - "line": 1974, + "line": 1977, "column": 39 } } }, "range": [ - 72937, - 73003 + 73109, + 73175 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1974, + "line": 1977, "column": 39 } } @@ -163188,140 +163616,140 @@ "value": " ", "raw": "' '", "range": [ - 73006, - 73009 + 73178, + 73181 ], "loc": { "start": { - "line": 1974, + "line": 1977, "column": 42 }, "end": { - "line": 1974, + "line": 1977, "column": 45 } } }, "range": [ - 72937, - 73009 + 73109, + 73181 ], "loc": { "start": { - "line": 1973, + "line": 1976, "column": 24 }, "end": { - "line": 1974, + "line": 1977, "column": 45 } } } ], "range": [ - 72896, - 73031 + 73068, + 73203 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 31 }, "end": { - "line": 1975, + "line": 1978, "column": 21 } } }, "range": [ - 72885, - 73031 + 73057, + 73203 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 20 }, "end": { - "line": 1975, + "line": 1978, "column": 21 } } }, "range": [ - 72885, - 73032 + 73057, + 73204 ], "loc": { "start": { - "line": 1972, + "line": 1975, "column": 20 }, "end": { - "line": 1975, + "line": 1978, "column": 22 } } } ], "range": [ - 72863, - 73050 + 73035, + 73222 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 43 }, "end": { - "line": 1976, + "line": 1979, "column": 17 } } }, "alternate": null, "range": [ - 72836, - 73050 + 73008, + 73222 ], "loc": { "start": { - "line": 1971, + "line": 1974, "column": 16 }, "end": { - "line": 1976, + "line": 1979, "column": 17 } } } ], "range": [ - 72818, - 73064 + 72990, + 73236 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 60 }, "end": { - "line": 1977, + "line": 1980, "column": 13 } } }, "range": [ - 72770, - 73064 + 72942, + 73236 ], "loc": { "start": { - "line": 1970, + "line": 1973, "column": 12 }, "end": { - "line": 1977, + "line": 1980, "column": 13 } }, @@ -163330,16 +163758,16 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 73077, - 73103 + 73249, + 73275 ], "loc": { "start": { - "line": 1978, + "line": 1981, "column": 12 }, "end": { - "line": 1978, + "line": 1981, "column": 38 } } @@ -163355,16 +163783,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73116, - 73124 + 73288, + 73296 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 12 }, "end": { - "line": 1979, + "line": 1982, "column": 20 } } @@ -163378,16 +163806,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73127, - 73135 + 73299, + 73307 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 23 }, "end": { - "line": 1979, + "line": 1982, "column": 31 } } @@ -163396,31 +163824,31 @@ "type": "Identifier", "name": "substr", "range": [ - 73136, - 73142 + 73308, + 73314 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 32 }, "end": { - "line": 1979, + "line": 1982, "column": 38 } } }, "range": [ - 73127, - 73142 + 73299, + 73314 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 23 }, "end": { - "line": 1979, + "line": 1982, "column": 38 } } @@ -163431,16 +163859,16 @@ "value": 0, "raw": "0", "range": [ - 73143, - 73144 + 73315, + 73316 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 39 }, "end": { - "line": 1979, + "line": 1982, "column": 40 } } @@ -163455,16 +163883,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73146, - 73154 + 73318, + 73326 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 42 }, "end": { - "line": 1979, + "line": 1982, "column": 50 } } @@ -163473,31 +163901,31 @@ "type": "Identifier", "name": "length", "range": [ - 73155, - 73161 + 73327, + 73333 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 51 }, "end": { - "line": 1979, + "line": 1982, "column": 57 } } }, "range": [ - 73146, - 73161 + 73318, + 73333 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 42 }, "end": { - "line": 1979, + "line": 1982, "column": 57 } } @@ -163507,77 +163935,77 @@ "value": 4, "raw": "4", "range": [ - 73162, - 73163 + 73334, + 73335 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 58 }, "end": { - "line": 1979, + "line": 1982, "column": 59 } } }, "range": [ - 73146, - 73163 + 73318, + 73335 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 42 }, "end": { - "line": 1979, + "line": 1982, "column": 59 } } } ], "range": [ - 73127, - 73164 + 73299, + 73336 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 23 }, "end": { - "line": 1979, + "line": 1982, "column": 60 } } }, "range": [ - 73116, - 73164 + 73288, + 73336 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 12 }, "end": { - "line": 1979, + "line": 1982, "column": 60 } } }, "range": [ - 73116, - 73165 + 73288, + 73337 ], "loc": { "start": { - "line": 1979, + "line": 1982, "column": 12 }, "end": { - "line": 1979, + "line": 1982, "column": 61 } }, @@ -163586,16 +164014,16 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 73077, - 73103 + 73249, + 73275 ], "loc": { "start": { - "line": 1978, + "line": 1981, "column": 12 }, "end": { - "line": 1978, + "line": 1981, "column": 38 } } @@ -163604,16 +164032,16 @@ } ], "range": [ - 72729, - 73175 + 72901, + 73347 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 49 }, "end": { - "line": 1980, + "line": 1983, "column": 9 } }, @@ -163622,16 +164050,16 @@ "type": "Line", "value": "checklist", "range": [ - 73184, - 73195 + 73356, + 73367 ], "loc": { "start": { - "line": 1981, + "line": 1984, "column": 8 }, "end": { - "line": 1981, + "line": 1984, "column": 19 } } @@ -163647,16 +164075,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 73212, - 73222 + 73384, + 73394 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 16 }, "end": { - "line": 1982, + "line": 1985, "column": 26 } } @@ -163667,16 +164095,16 @@ "object": { "type": "ThisExpression", "range": [ - 73227, - 73231 + 73399, + 73403 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 31 }, "end": { - "line": 1982, + "line": 1985, "column": 35 } } @@ -163685,46 +164113,46 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 73232, - 73248 + 73404, + 73420 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 36 }, "end": { - "line": 1982, + "line": 1985, "column": 52 } } }, "range": [ - 73227, - 73248 + 73399, + 73420 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 31 }, "end": { - "line": 1982, + "line": 1985, "column": 52 } } }, "range": [ - 73212, - 73248 + 73384, + 73420 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 16 }, "end": { - "line": 1982, + "line": 1985, "column": 52 } } @@ -163746,16 +164174,16 @@ "type": "Identifier", "name": "flt", "range": [ - 73266, - 73269 + 73438, + 73441 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 15 }, "end": { - "line": 1983, + "line": 1986, "column": 18 } } @@ -163764,31 +164192,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 73270, - 73282 + 73442, + 73454 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 19 }, "end": { - "line": 1983, + "line": 1986, "column": 31 } } }, "range": [ - 73266, - 73282 + 73438, + 73454 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 15 }, "end": { - "line": 1983, + "line": 1986, "column": 31 } } @@ -163799,32 +164227,32 @@ "value": "value", "raw": "'value'", "range": [ - 73283, - 73290 + 73455, + 73462 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 32 }, "end": { - "line": 1983, + "line": 1986, "column": 39 } } } ], "range": [ - 73266, - 73291 + 73438, + 73463 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 15 }, "end": { - "line": 1983, + "line": 1986, "column": 40 } } @@ -163834,31 +164262,31 @@ "value": null, "raw": "null", "range": [ - 73296, - 73300 + 73468, + 73472 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 45 }, "end": { - "line": 1983, + "line": 1986, "column": 49 } } }, "range": [ - 73266, - 73300 + 73438, + 73472 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 15 }, "end": { - "line": 1983, + "line": 1986, "column": 49 } } @@ -163875,16 +164303,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73319, - 73327 + 73491, + 73499 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 16 }, "end": { - "line": 1984, + "line": 1987, "column": 24 } } @@ -163898,16 +164326,16 @@ "type": "Identifier", "name": "flt", "range": [ - 73330, - 73333 + 73502, + 73505 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 27 }, "end": { - "line": 1984, + "line": 1987, "column": 30 } } @@ -163916,31 +164344,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 73334, - 73346 + 73506, + 73518 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 31 }, "end": { - "line": 1984, + "line": 1987, "column": 43 } } }, "range": [ - 73330, - 73346 + 73502, + 73518 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 27 }, "end": { - "line": 1984, + "line": 1987, "column": 43 } } @@ -163951,62 +164379,62 @@ "value": "value", "raw": "'value'", "range": [ - 73347, - 73354 + 73519, + 73526 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 44 }, "end": { - "line": 1984, + "line": 1987, "column": 51 } } } ], "range": [ - 73330, - 73355 + 73502, + 73527 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 27 }, "end": { - "line": 1984, + "line": 1987, "column": 52 } } }, "range": [ - 73319, - 73355 + 73491, + 73527 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 16 }, "end": { - "line": 1984, + "line": 1987, "column": 52 } } }, "range": [ - 73319, - 73356 + 73491, + 73528 ], "loc": { "start": { - "line": 1984, + "line": 1987, "column": 16 }, "end": { - "line": 1984, + "line": 1987, "column": 53 } }, @@ -164015,16 +164443,16 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 73373, - 73399 + 73545, + 73571 ], "loc": { "start": { - "line": 1985, + "line": 1988, "column": 16 }, "end": { - "line": 1985, + "line": 1988, "column": 42 } } @@ -164040,16 +164468,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73416, - 73424 + 73588, + 73596 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 16 }, "end": { - "line": 1986, + "line": 1989, "column": 24 } } @@ -164063,16 +164491,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73427, - 73435 + 73599, + 73607 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 27 }, "end": { - "line": 1986, + "line": 1989, "column": 35 } } @@ -164081,31 +164509,31 @@ "type": "Identifier", "name": "substr", "range": [ - 73436, - 73442 + 73608, + 73614 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 36 }, "end": { - "line": 1986, + "line": 1989, "column": 42 } } }, "range": [ - 73427, - 73442 + 73599, + 73614 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 27 }, "end": { - "line": 1986, + "line": 1989, "column": 42 } } @@ -164116,16 +164544,16 @@ "value": 0, "raw": "0", "range": [ - 73443, - 73444 + 73615, + 73616 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 43 }, "end": { - "line": 1986, + "line": 1989, "column": 44 } } @@ -164140,16 +164568,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73446, - 73454 + 73618, + 73626 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 46 }, "end": { - "line": 1986, + "line": 1989, "column": 54 } } @@ -164158,31 +164586,31 @@ "type": "Identifier", "name": "length", "range": [ - 73455, - 73461 + 73627, + 73633 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 55 }, "end": { - "line": 1986, + "line": 1989, "column": 61 } } }, "range": [ - 73446, - 73461 + 73618, + 73633 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 46 }, "end": { - "line": 1986, + "line": 1989, "column": 61 } } @@ -164192,77 +164620,77 @@ "value": 3, "raw": "3", "range": [ - 73462, - 73463 + 73634, + 73635 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 62 }, "end": { - "line": 1986, + "line": 1989, "column": 63 } } }, "range": [ - 73446, - 73463 + 73618, + 73635 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 46 }, "end": { - "line": 1986, + "line": 1989, "column": 63 } } } ], "range": [ - 73427, - 73464 + 73599, + 73636 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 27 }, "end": { - "line": 1986, + "line": 1989, "column": 64 } } }, "range": [ - 73416, - 73464 + 73588, + 73636 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 16 }, "end": { - "line": 1986, + "line": 1989, "column": 64 } } }, "range": [ - 73416, - 73465 + 73588, + 73637 ], "loc": { "start": { - "line": 1986, + "line": 1989, "column": 16 }, "end": { - "line": 1986, + "line": 1989, "column": 65 } }, @@ -164271,16 +164699,16 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 73373, - 73399 + 73545, + 73571 ], "loc": { "start": { - "line": 1985, + "line": 1988, "column": 16 }, "end": { - "line": 1985, + "line": 1988, "column": 42 } } @@ -164289,16 +164717,16 @@ } ], "range": [ - 73301, - 73479 + 73473, + 73651 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 50 }, "end": { - "line": 1987, + "line": 1990, "column": 13 } } @@ -164315,16 +164743,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73502, - 73510 + 73674, + 73682 ], "loc": { "start": { - "line": 1988, + "line": 1991, "column": 16 }, "end": { - "line": 1988, + "line": 1991, "column": 24 } } @@ -164334,109 +164762,109 @@ "value": "", "raw": "''", "range": [ - 73513, - 73515 + 73685, + 73687 ], "loc": { "start": { - "line": 1988, + "line": 1991, "column": 27 }, "end": { - "line": 1988, + "line": 1991, "column": 29 } } }, "range": [ - 73502, - 73515 + 73674, + 73687 ], "loc": { "start": { - "line": 1988, + "line": 1991, "column": 16 }, "end": { - "line": 1988, + "line": 1991, "column": 29 } } }, "range": [ - 73502, - 73516 + 73674, + 73688 ], "loc": { "start": { - "line": 1988, + "line": 1991, "column": 16 }, "end": { - "line": 1988, + "line": 1991, "column": 30 } } } ], "range": [ - 73484, - 73530 + 73656, + 73702 ], "loc": { "start": { - "line": 1987, + "line": 1990, "column": 18 }, "end": { - "line": 1989, + "line": 1992, "column": 13 } } }, "range": [ - 73263, - 73530 + 73435, + 73702 ], "loc": { "start": { - "line": 1983, + "line": 1986, "column": 12 }, "end": { - "line": 1989, + "line": 1992, "column": 13 } } } ], "range": [ - 73249, - 73540 + 73421, + 73712 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 53 }, "end": { - "line": 1990, + "line": 1993, "column": 9 } } }, "alternate": null, "range": [ - 73209, - 73540 + 73381, + 73712 ], "loc": { "start": { - "line": 1982, + "line": 1985, "column": 13 }, "end": { - "line": 1990, + "line": 1993, "column": 9 } }, @@ -164445,16 +164873,16 @@ "type": "Line", "value": "checklist", "range": [ - 73184, - 73195 + 73356, + 73367 ], "loc": { "start": { - "line": 1981, + "line": 1984, "column": 8 }, "end": { - "line": 1981, + "line": 1984, "column": 19 } } @@ -164462,16 +164890,16 @@ ] }, "range": [ - 72693, - 73540 + 72865, + 73712 ], "loc": { "start": { - "line": 1968, + "line": 1971, "column": 13 }, "end": { - "line": 1990, + "line": 1993, "column": 9 } }, @@ -164480,16 +164908,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 72663, - 72679 + 72835, + 72851 ], "loc": { "start": { - "line": 1967, + "line": 1970, "column": 8 }, "end": { - "line": 1967, + "line": 1970, "column": 24 } } @@ -164497,16 +164925,16 @@ ] }, "range": [ - 72521, - 73540 + 72693, + 73712 ], "loc": { "start": { - "line": 1963, + "line": 1966, "column": 8 }, "end": { - "line": 1990, + "line": 1993, "column": 9 } } @@ -164517,47 +164945,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 73556, - 73564 + 73728, + 73736 ], "loc": { "start": { - "line": 1991, + "line": 1994, "column": 15 }, "end": { - "line": 1991, + "line": 1994, "column": 23 } } }, "range": [ - 73549, - 73565 + 73721, + 73737 ], "loc": { "start": { - "line": 1991, + "line": 1994, "column": 8 }, "end": { - "line": 1991, + "line": 1994, "column": 24 } } } ], "range": [ - 72280, - 73571 + 72452, + 73743 ], "loc": { "start": { - "line": 1952, + "line": 1955, "column": 25 }, "end": { - "line": 1992, + "line": 1995, "column": 5 } } @@ -164565,16 +164993,16 @@ "generator": false, "expression": false, "range": [ - 72273, - 73571 + 72445, + 73743 ], "loc": { "start": { - "line": 1952, + "line": 1955, "column": 18 }, "end": { - "line": 1992, + "line": 1995, "column": 5 } } @@ -164582,16 +165010,16 @@ "kind": "method", "computed": false, "range": [ - 72259, - 73571 + 72431, + 73743 ], "loc": { "start": { - "line": 1952, + "line": 1955, "column": 4 }, "end": { - "line": 1992, + "line": 1995, "column": 5 } }, @@ -164600,16 +165028,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": [ - 72102, - 72254 + 72274, + 72426 ], "loc": { "start": { - "line": 1947, + "line": 1950, "column": 4 }, "end": { - "line": 1951, + "line": 1954, "column": 7 } } @@ -164620,16 +165048,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 73577, - 73669 + 73749, + 73841 ], "loc": { "start": { - "line": 1994, + "line": 1997, "column": 4 }, "end": { - "line": 1997, + "line": 2000, "column": 7 } } @@ -164643,16 +165071,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 73674, - 73689 + 73846, + 73861 ], "loc": { "start": { - "line": 1998, + "line": 2001, "column": 4 }, "end": { - "line": 1998, + "line": 2001, "column": 19 } } @@ -164675,16 +165103,16 @@ "object": { "type": "ThisExpression", "range": [ - 73705, - 73709 + 73877, + 73881 ], "loc": { "start": { - "line": 1999, + "line": 2002, "column": 12 }, "end": { - "line": 1999, + "line": 2002, "column": 16 } } @@ -164693,47 +165121,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 73710, - 73717 + 73882, + 73889 ], "loc": { "start": { - "line": 1999, + "line": 2002, "column": 17 }, "end": { - "line": 1999, + "line": 2002, "column": 24 } } }, "range": [ - 73705, - 73717 + 73877, + 73889 ], "loc": { "start": { - "line": 1999, + "line": 2002, "column": 12 }, "end": { - "line": 1999, + "line": 2002, "column": 24 } } }, "prefix": true, "range": [ - 73704, - 73717 + 73876, + 73889 ], "loc": { "start": { - "line": 1999, + "line": 2002, "column": 11 }, "end": { - "line": 1999, + "line": 2002, "column": 24 } } @@ -164745,48 +165173,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 73732, - 73739 + 73904, + 73911 ], "loc": { "start": { - "line": 2000, + "line": 2003, "column": 12 }, "end": { - "line": 2000, + "line": 2003, "column": 19 } } } ], "range": [ - 73718, - 73749 + 73890, + 73921 ], "loc": { "start": { - "line": 1999, + "line": 2002, "column": 25 }, "end": { - "line": 2001, + "line": 2004, "column": 9 } } }, "alternate": null, "range": [ - 73701, - 73749 + 73873, + 73921 ], "loc": { "start": { - "line": 1999, + "line": 2002, "column": 8 }, "end": { - "line": 2001, + "line": 2004, "column": 9 } } @@ -164800,16 +165228,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 73762, - 73772 + 73934, + 73944 ], "loc": { "start": { - "line": 2002, + "line": 2005, "column": 12 }, "end": { - "line": 2002, + "line": 2005, "column": 22 } } @@ -164818,31 +165246,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73775, - 73777 + 73947, + 73949 ], "loc": { "start": { - "line": 2002, + "line": 2005, "column": 25 }, "end": { - "line": 2002, + "line": 2005, "column": 27 } } }, "range": [ - 73762, - 73777 + 73934, + 73949 ], "loc": { "start": { - "line": 2002, + "line": 2005, "column": 12 }, "end": { - "line": 2002, + "line": 2005, "column": 27 } } @@ -164850,16 +165278,16 @@ ], "kind": "let", "range": [ - 73758, - 73778 + 73930, + 73950 ], "loc": { "start": { - "line": 2002, + "line": 2005, "column": 8 }, "end": { - "line": 2002, + "line": 2005, "column": 28 } } @@ -164875,16 +165303,16 @@ "type": "Identifier", "name": "i", "range": [ - 73795, - 73796 + 73967, + 73968 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 16 }, "end": { - "line": 2003, + "line": 2006, "column": 17 } } @@ -164894,31 +165322,31 @@ "value": 0, "raw": "0", "range": [ - 73797, - 73798 + 73969, + 73970 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 18 }, "end": { - "line": 2003, + "line": 2006, "column": 19 } } }, "range": [ - 73795, - 73798 + 73967, + 73970 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 16 }, "end": { - "line": 2003, + "line": 2006, "column": 19 } } @@ -164929,16 +165357,16 @@ "type": "Identifier", "name": "len", "range": [ - 73800, - 73803 + 73972, + 73975 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 21 }, "end": { - "line": 2003, + "line": 2006, "column": 24 } } @@ -164952,16 +165380,16 @@ "object": { "type": "ThisExpression", "range": [ - 73804, - 73808 + 73976, + 73980 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 25 }, "end": { - "line": 2003, + "line": 2006, "column": 29 } } @@ -164970,31 +165398,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 73809, - 73815 + 73981, + 73987 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 30 }, "end": { - "line": 2003, + "line": 2006, "column": 36 } } }, "range": [ - 73804, - 73815 + 73976, + 73987 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 25 }, "end": { - "line": 2003, + "line": 2006, "column": 36 } } @@ -165003,46 +165431,46 @@ "type": "Identifier", "name": "length", "range": [ - 73816, - 73822 + 73988, + 73994 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 37 }, "end": { - "line": 2003, + "line": 2006, "column": 43 } } }, "range": [ - 73804, - 73822 + 73976, + 73994 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 25 }, "end": { - "line": 2003, + "line": 2006, "column": 43 } } }, "range": [ - 73800, - 73822 + 73972, + 73994 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 21 }, "end": { - "line": 2003, + "line": 2006, "column": 43 } } @@ -165050,16 +165478,16 @@ ], "kind": "let", "range": [ - 73791, - 73822 + 73963, + 73994 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 12 }, "end": { - "line": 2003, + "line": 2006, "column": 43 } } @@ -165071,16 +165499,16 @@ "type": "Identifier", "name": "i", "range": [ - 73824, - 73825 + 73996, + 73997 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 45 }, "end": { - "line": 2003, + "line": 2006, "column": 46 } } @@ -165089,31 +165517,31 @@ "type": "Identifier", "name": "len", "range": [ - 73826, - 73829 + 73998, + 74001 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 47 }, "end": { - "line": 2003, + "line": 2006, "column": 50 } } }, "range": [ - 73824, - 73829 + 73996, + 74001 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 45 }, "end": { - "line": 2003, + "line": 2006, "column": 50 } } @@ -165125,32 +165553,32 @@ "type": "Identifier", "name": "i", "range": [ - 73831, - 73832 + 74003, + 74004 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 52 }, "end": { - "line": 2003, + "line": 2006, "column": 53 } } }, "prefix": false, "range": [ - 73831, - 73834 + 74003, + 74006 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 52 }, "end": { - "line": 2003, + "line": 2006, "column": 55 } } @@ -165169,16 +165597,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 73849, - 73859 + 74021, + 74031 ], "loc": { "start": { - "line": 2004, + "line": 2007, "column": 12 }, "end": { - "line": 2004, + "line": 2007, "column": 22 } } @@ -165187,31 +165615,31 @@ "type": "Identifier", "name": "push", "range": [ - 73860, - 73864 + 74032, + 74036 ], "loc": { "start": { - "line": 2004, + "line": 2007, "column": 23 }, "end": { - "line": 2004, + "line": 2007, "column": 27 } } }, "range": [ - 73849, - 73864 + 74021, + 74036 ], "loc": { "start": { - "line": 2004, + "line": 2007, "column": 12 }, "end": { - "line": 2004, + "line": 2007, "column": 27 } } @@ -165226,16 +165654,16 @@ "type": "Identifier", "name": "Str", "range": [ - 73882, - 73885 + 74054, + 74057 ], "loc": { "start": { - "line": 2005, + "line": 2008, "column": 16 }, "end": { - "line": 2005, + "line": 2008, "column": 19 } } @@ -165244,31 +165672,31 @@ "type": "Identifier", "name": "trim", "range": [ - 73886, - 73890 + 74058, + 74062 ], "loc": { "start": { - "line": 2005, + "line": 2008, "column": 20 }, "end": { - "line": 2005, + "line": 2008, "column": 24 } } }, "range": [ - 73882, - 73890 + 74054, + 74062 ], "loc": { "start": { - "line": 2005, + "line": 2008, "column": 16 }, "end": { - "line": 2005, + "line": 2008, "column": 24 } } @@ -165283,16 +165711,16 @@ "type": "Identifier", "name": "Str", "range": [ - 73912, - 73915 + 74084, + 74087 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 20 }, "end": { - "line": 2006, + "line": 2009, "column": 23 } } @@ -165301,31 +165729,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 73916, - 73925 + 74088, + 74097 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 24 }, "end": { - "line": 2006, + "line": 2009, "column": 33 } } }, "range": [ - 73912, - 73925 + 74084, + 74097 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 20 }, "end": { - "line": 2006, + "line": 2009, "column": 33 } } @@ -165339,16 +165767,16 @@ "object": { "type": "ThisExpression", "range": [ - 73926, - 73930 + 74098, + 74102 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 34 }, "end": { - "line": 2006, + "line": 2009, "column": 38 } } @@ -165357,31 +165785,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 73931, - 73945 + 74103, + 74117 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 39 }, "end": { - "line": 2006, + "line": 2009, "column": 53 } } }, "range": [ - 73926, - 73945 + 74098, + 74117 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 34 }, "end": { - "line": 2006, + "line": 2009, "column": 53 } } @@ -165391,32 +165819,32 @@ "type": "Identifier", "name": "i", "range": [ - 73946, - 73947 + 74118, + 74119 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 54 }, "end": { - "line": 2006, + "line": 2009, "column": 55 } } } ], "range": [ - 73926, - 73948 + 74098, + 74120 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 34 }, "end": { - "line": 2006, + "line": 2009, "column": 56 } } @@ -165427,16 +165855,16 @@ "object": { "type": "ThisExpression", "range": [ - 73950, - 73954 + 74122, + 74126 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 58 }, "end": { - "line": 2006, + "line": 2009, "column": 62 } } @@ -165445,125 +165873,125 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 73955, - 73968 + 74127, + 74140 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 63 }, "end": { - "line": 2006, + "line": 2009, "column": 76 } } }, "range": [ - 73950, - 73968 + 74122, + 74140 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 58 }, "end": { - "line": 2006, + "line": 2009, "column": 76 } } } ], "range": [ - 73912, - 73969 + 74084, + 74141 ], "loc": { "start": { - "line": 2006, + "line": 2009, "column": 20 }, "end": { - "line": 2006, + "line": 2009, "column": 77 } } } ], "range": [ - 73882, - 73970 + 74054, + 74142 ], "loc": { "start": { - "line": 2005, + "line": 2008, "column": 16 }, "end": { - "line": 2006, + "line": 2009, "column": 78 } } } ], "range": [ - 73849, - 73984 + 74021, + 74156 ], "loc": { "start": { - "line": 2004, + "line": 2007, "column": 12 }, "end": { - "line": 2007, + "line": 2010, "column": 13 } } }, "range": [ - 73849, - 73985 + 74021, + 74157 ], "loc": { "start": { - "line": 2004, + "line": 2007, "column": 12 }, "end": { - "line": 2007, + "line": 2010, "column": 14 } } } ], "range": [ - 73835, - 73995 + 74007, + 74167 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 56 }, "end": { - "line": 2008, + "line": 2011, "column": 9 } } }, "range": [ - 73787, - 73995 + 73959, + 74167 ], "loc": { "start": { - "line": 2003, + "line": 2006, "column": 8 }, "end": { - "line": 2008, + "line": 2011, "column": 9 } } @@ -165574,47 +166002,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 74011, - 74021 + 74183, + 74193 ], "loc": { "start": { - "line": 2009, + "line": 2012, "column": 15 }, "end": { - "line": 2009, + "line": 2012, "column": 25 } } }, "range": [ - 74004, - 74022 + 74176, + 74194 ], "loc": { "start": { - "line": 2009, + "line": 2012, "column": 8 }, "end": { - "line": 2009, + "line": 2012, "column": 26 } } } ], "range": [ - 73691, - 74028 + 73863, + 74200 ], "loc": { "start": { - "line": 1998, + "line": 2001, "column": 21 }, "end": { - "line": 2010, + "line": 2013, "column": 5 } } @@ -165622,16 +166050,16 @@ "generator": false, "expression": false, "range": [ - 73689, - 74028 + 73861, + 74200 ], "loc": { "start": { - "line": 1998, + "line": 2001, "column": 19 }, "end": { - "line": 2010, + "line": 2013, "column": 5 } } @@ -165639,16 +166067,16 @@ "kind": "method", "computed": false, "range": [ - 73674, - 74028 + 73846, + 74200 ], "loc": { "start": { - "line": 1998, + "line": 2001, "column": 4 }, "end": { - "line": 2010, + "line": 2013, "column": 5 } }, @@ -165657,16 +166085,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 73577, - 73669 + 73749, + 73841 ], "loc": { "start": { - "line": 1994, + "line": 1997, "column": 4 }, "end": { - "line": 1997, + "line": 2000, "column": 7 } } @@ -165677,16 +166105,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": [ - 74034, - 74202 + 74206, + 74374 ], "loc": { "start": { - "line": 2012, + "line": 2015, "column": 4 }, "end": { - "line": 2016, + "line": 2019, "column": 7 } } @@ -165700,16 +166128,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 74207, - 74218 + 74379, + 74390 ], "loc": { "start": { - "line": 2017, + "line": 2020, "column": 4 }, "end": { - "line": 2017, + "line": 2020, "column": 15 } } @@ -165722,16 +166150,16 @@ "type": "Identifier", "name": "index", "range": [ - 74219, - 74224 + 74391, + 74396 ], "loc": { "start": { - "line": 2017, + "line": 2020, "column": 16 }, "end": { - "line": 2017, + "line": 2020, "column": 21 } } @@ -165751,16 +166179,16 @@ "object": { "type": "ThisExpression", "range": [ - 74239, - 74243 + 74411, + 74415 ], "loc": { "start": { - "line": 2018, + "line": 2021, "column": 12 }, "end": { - "line": 2018, + "line": 2021, "column": 16 } } @@ -165769,47 +166197,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 74244, - 74251 + 74416, + 74423 ], "loc": { "start": { - "line": 2018, + "line": 2021, "column": 17 }, "end": { - "line": 2018, + "line": 2021, "column": 24 } } }, "range": [ - 74239, - 74251 + 74411, + 74423 ], "loc": { "start": { - "line": 2018, + "line": 2021, "column": 12 }, "end": { - "line": 2018, + "line": 2021, "column": 24 } } }, "prefix": true, "range": [ - 74238, - 74251 + 74410, + 74423 ], "loc": { "start": { - "line": 2018, + "line": 2021, "column": 11 }, "end": { - "line": 2018, + "line": 2021, "column": 24 } } @@ -165821,48 +166249,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74266, - 74273 + 74438, + 74445 ], "loc": { "start": { - "line": 2019, + "line": 2022, "column": 12 }, "end": { - "line": 2019, + "line": 2022, "column": 19 } } } ], "range": [ - 74252, - 74283 + 74424, + 74455 ], "loc": { "start": { - "line": 2018, + "line": 2021, "column": 25 }, "end": { - "line": 2020, + "line": 2023, "column": 9 } } }, "alternate": null, "range": [ - 74235, - 74283 + 74407, + 74455 ], "loc": { "start": { - "line": 2018, + "line": 2021, "column": 8 }, "end": { - "line": 2020, + "line": 2023, "column": 9 } } @@ -165878,16 +166306,16 @@ "object": { "type": "ThisExpression", "range": [ - 74299, - 74303 + 74471, + 74475 ], "loc": { "start": { - "line": 2021, + "line": 2024, "column": 15 }, "end": { - "line": 2021, + "line": 2024, "column": 19 } } @@ -165896,31 +166324,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 74304, - 74310 + 74476, + 74482 ], "loc": { "start": { - "line": 2021, + "line": 2024, "column": 20 }, "end": { - "line": 2021, + "line": 2024, "column": 26 } } }, "range": [ - 74299, - 74310 + 74471, + 74482 ], "loc": { "start": { - "line": 2021, + "line": 2024, "column": 15 }, "end": { - "line": 2021, + "line": 2024, "column": 26 } } @@ -165929,62 +166357,62 @@ "type": "Identifier", "name": "index", "range": [ - 74311, - 74316 + 74483, + 74488 ], "loc": { "start": { - "line": 2021, + "line": 2024, "column": 27 }, "end": { - "line": 2021, + "line": 2024, "column": 32 } } }, "range": [ - 74299, - 74317 + 74471, + 74489 ], "loc": { "start": { - "line": 2021, + "line": 2024, "column": 15 }, "end": { - "line": 2021, + "line": 2024, "column": 33 } } }, "range": [ - 74292, - 74318 + 74464, + 74490 ], "loc": { "start": { - "line": 2021, + "line": 2024, "column": 8 }, "end": { - "line": 2021, + "line": 2024, "column": 34 } } } ], "range": [ - 74225, - 74324 + 74397, + 74496 ], "loc": { "start": { - "line": 2017, + "line": 2020, "column": 22 }, "end": { - "line": 2022, + "line": 2025, "column": 5 } } @@ -165992,16 +166420,16 @@ "generator": false, "expression": false, "range": [ - 74218, - 74324 + 74390, + 74496 ], "loc": { "start": { - "line": 2017, + "line": 2020, "column": 15 }, "end": { - "line": 2022, + "line": 2025, "column": 5 } } @@ -166009,16 +166437,16 @@ "kind": "method", "computed": false, "range": [ - 74207, - 74324 + 74379, + 74496 ], "loc": { "start": { - "line": 2017, + "line": 2020, "column": 4 }, "end": { - "line": 2022, + "line": 2025, "column": 5 } }, @@ -166027,16 +166455,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": [ - 74034, - 74202 + 74206, + 74374 ], "loc": { "start": { - "line": 2012, + "line": 2015, "column": 4 }, "end": { - "line": 2016, + "line": 2019, "column": 7 } } @@ -166047,16 +166475,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": [ - 74330, - 74731 + 74502, + 74903 ], "loc": { "start": { - "line": 2024, + "line": 2027, "column": 4 }, "end": { - "line": 2032, + "line": 2035, "column": 7 } } @@ -166070,16 +166498,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 74736, - 74752 + 74908, + 74924 ], "loc": { "start": { - "line": 2033, + "line": 2036, "column": 4 }, "end": { - "line": 2033, + "line": 2036, "column": 20 } } @@ -166092,16 +166520,16 @@ "type": "Identifier", "name": "type", "range": [ - 74753, - 74757 + 74925, + 74929 ], "loc": { "start": { - "line": 2033, + "line": 2036, "column": 21 }, "end": { - "line": 2033, + "line": 2036, "column": 25 } } @@ -166110,16 +166538,16 @@ "type": "Identifier", "name": "bool", "range": [ - 74759, - 74763 + 74931, + 74935 ], "loc": { "start": { - "line": 2033, + "line": 2036, "column": 27 }, "end": { - "line": 2033, + "line": 2036, "column": 31 } } @@ -166139,16 +166567,16 @@ "object": { "type": "ThisExpression", "range": [ - 74778, - 74782 + 74950, + 74954 ], "loc": { "start": { - "line": 2034, + "line": 2037, "column": 12 }, "end": { - "line": 2034, + "line": 2037, "column": 16 } } @@ -166157,47 +166585,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 74783, - 74790 + 74955, + 74962 ], "loc": { "start": { - "line": 2034, + "line": 2037, "column": 17 }, "end": { - "line": 2034, + "line": 2037, "column": 24 } } }, "range": [ - 74778, - 74790 + 74950, + 74962 ], "loc": { "start": { - "line": 2034, + "line": 2037, "column": 12 }, "end": { - "line": 2034, + "line": 2037, "column": 24 } } }, "prefix": true, "range": [ - 74777, - 74790 + 74949, + 74962 ], "loc": { "start": { - "line": 2034, + "line": 2037, "column": 11 }, "end": { - "line": 2034, + "line": 2037, "column": 24 } } @@ -166209,48 +166637,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74805, - 74812 + 74977, + 74984 ], "loc": { "start": { - "line": 2035, + "line": 2038, "column": 12 }, "end": { - "line": 2035, + "line": 2038, "column": 19 } } } ], "range": [ - 74791, - 74822 + 74963, + 74994 ], "loc": { "start": { - "line": 2034, + "line": 2037, "column": 25 }, "end": { - "line": 2036, + "line": 2039, "column": 9 } } }, "alternate": null, "range": [ - 74774, - 74822 + 74946, + 74994 ], "loc": { "start": { - "line": 2034, + "line": 2037, "column": 8 }, "end": { - "line": 2036, + "line": 2039, "column": 9 } } @@ -166264,16 +166692,16 @@ "type": "Identifier", "name": "arr", "range": [ - 74835, - 74838 + 75007, + 75010 ], "loc": { "start": { - "line": 2037, + "line": 2040, "column": 12 }, "end": { - "line": 2037, + "line": 2040, "column": 15 } } @@ -166282,31 +166710,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74841, - 74843 + 75013, + 75015 ], "loc": { "start": { - "line": 2037, + "line": 2040, "column": 18 }, "end": { - "line": 2037, + "line": 2040, "column": 20 } } }, "range": [ - 74835, - 74843 + 75007, + 75015 ], "loc": { "start": { - "line": 2037, + "line": 2040, "column": 12 }, "end": { - "line": 2037, + "line": 2040, "column": 20 } } @@ -166314,16 +166742,16 @@ ], "kind": "let", "range": [ - 74831, - 74844 + 75003, + 75016 ], "loc": { "start": { - "line": 2037, + "line": 2040, "column": 8 }, "end": { - "line": 2037, + "line": 2040, "column": 21 } } @@ -166339,16 +166767,16 @@ "type": "Identifier", "name": "i", "range": [ - 74861, - 74862 + 75033, + 75034 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 16 }, "end": { - "line": 2038, + "line": 2041, "column": 17 } } @@ -166358,31 +166786,31 @@ "value": 0, "raw": "0", "range": [ - 74863, - 74864 + 75035, + 75036 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 18 }, "end": { - "line": 2038, + "line": 2041, "column": 19 } } }, "range": [ - 74861, - 74864 + 75033, + 75036 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 16 }, "end": { - "line": 2038, + "line": 2041, "column": 19 } } @@ -166393,16 +166821,16 @@ "type": "Identifier", "name": "len", "range": [ - 74866, - 74869 + 75038, + 75041 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 21 }, "end": { - "line": 2038, + "line": 2041, "column": 24 } } @@ -166416,16 +166844,16 @@ "object": { "type": "ThisExpression", "range": [ - 74870, - 74874 + 75042, + 75046 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 25 }, "end": { - "line": 2038, + "line": 2041, "column": 29 } } @@ -166434,31 +166862,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 74875, - 74881 + 75047, + 75053 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 30 }, "end": { - "line": 2038, + "line": 2041, "column": 36 } } }, "range": [ - 74870, - 74881 + 75042, + 75053 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 25 }, "end": { - "line": 2038, + "line": 2041, "column": 36 } } @@ -166467,46 +166895,46 @@ "type": "Identifier", "name": "length", "range": [ - 74882, - 74888 + 75054, + 75060 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 37 }, "end": { - "line": 2038, + "line": 2041, "column": 43 } } }, "range": [ - 74870, - 74888 + 75042, + 75060 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 25 }, "end": { - "line": 2038, + "line": 2041, "column": 43 } } }, "range": [ - 74866, - 74888 + 75038, + 75060 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 21 }, "end": { - "line": 2038, + "line": 2041, "column": 43 } } @@ -166514,16 +166942,16 @@ ], "kind": "let", "range": [ - 74857, - 74888 + 75029, + 75060 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 12 }, "end": { - "line": 2038, + "line": 2041, "column": 43 } } @@ -166535,16 +166963,16 @@ "type": "Identifier", "name": "i", "range": [ - 74890, - 74891 + 75062, + 75063 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 45 }, "end": { - "line": 2038, + "line": 2041, "column": 46 } } @@ -166553,31 +166981,31 @@ "type": "Identifier", "name": "len", "range": [ - 74892, - 74895 + 75064, + 75067 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 47 }, "end": { - "line": 2038, + "line": 2041, "column": 50 } } }, "range": [ - 74890, - 74895 + 75062, + 75067 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 45 }, "end": { - "line": 2038, + "line": 2041, "column": 50 } } @@ -166589,32 +167017,32 @@ "type": "Identifier", "name": "i", "range": [ - 74897, - 74898 + 75069, + 75070 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 52 }, "end": { - "line": 2038, + "line": 2041, "column": 53 } } }, "prefix": false, "range": [ - 74897, - 74900 + 75069, + 75072 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 52 }, "end": { - "line": 2038, + "line": 2041, "column": 55 } } @@ -166631,16 +167059,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 74919, - 74926 + 75091, + 75098 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 16 }, "end": { - "line": 2039, + "line": 2042, "column": 23 } } @@ -166653,16 +167081,16 @@ "object": { "type": "ThisExpression", "range": [ - 74929, - 74933 + 75101, + 75105 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 26 }, "end": { - "line": 2039, + "line": 2042, "column": 30 } } @@ -166671,31 +167099,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 74934, - 74947 + 75106, + 75119 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 31 }, "end": { - "line": 2039, + "line": 2042, "column": 44 } } }, "range": [ - 74929, - 74947 + 75101, + 75119 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 26 }, "end": { - "line": 2039, + "line": 2042, "column": 44 } } @@ -166705,47 +167133,47 @@ "type": "Identifier", "name": "i", "range": [ - 74948, - 74949 + 75120, + 75121 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 45 }, "end": { - "line": 2039, + "line": 2042, "column": 46 } } } ], "range": [ - 74929, - 74950 + 75101, + 75122 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 26 }, "end": { - "line": 2039, + "line": 2042, "column": 47 } } }, "range": [ - 74919, - 74950 + 75091, + 75122 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 16 }, "end": { - "line": 2039, + "line": 2042, "column": 47 } } @@ -166753,16 +167181,16 @@ ], "kind": "let", "range": [ - 74915, - 74951 + 75087, + 75123 ], "loc": { "start": { - "line": 2039, + "line": 2042, "column": 12 }, "end": { - "line": 2039, + "line": 2042, "column": 48 } } @@ -166776,16 +167204,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 74967, - 74974 + 75139, + 75146 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 15 }, "end": { - "line": 2040, + "line": 2043, "column": 22 } } @@ -166799,16 +167227,16 @@ "type": "Identifier", "name": "Str", "range": [ - 74979, - 74982 + 75151, + 75154 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 27 }, "end": { - "line": 2040, + "line": 2043, "column": 30 } } @@ -166817,31 +167245,31 @@ "type": "Identifier", "name": "lower", "range": [ - 74983, - 74988 + 75155, + 75160 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 31 }, "end": { - "line": 2040, + "line": 2043, "column": 36 } } }, "range": [ - 74979, - 74988 + 75151, + 75160 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 27 }, "end": { - "line": 2040, + "line": 2043, "column": 36 } } @@ -166851,47 +167279,47 @@ "type": "Identifier", "name": "type", "range": [ - 74989, - 74993 + 75161, + 75165 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 37 }, "end": { - "line": 2040, + "line": 2043, "column": 41 } } } ], "range": [ - 74979, - 74994 + 75151, + 75166 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 27 }, "end": { - "line": 2040, + "line": 2043, "column": 42 } } }, "range": [ - 74967, - 74994 + 75139, + 75166 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 15 }, "end": { - "line": 2040, + "line": 2043, "column": 42 } } @@ -166908,16 +167336,16 @@ "type": "Identifier", "name": "a", "range": [ - 75017, - 75018 + 75189, + 75190 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 20 }, "end": { - "line": 2041, + "line": 2044, "column": 21 } } @@ -166928,16 +167356,16 @@ "type": "Identifier", "name": "bool", "range": [ - 75021, - 75025 + 75193, + 75197 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 24 }, "end": { - "line": 2041, + "line": 2044, "column": 28 } } @@ -166946,16 +167374,16 @@ "type": "Identifier", "name": "i", "range": [ - 75028, - 75029 + 75200, + 75201 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 31 }, "end": { - "line": 2041, + "line": 2044, "column": 32 } } @@ -166969,16 +167397,16 @@ "object": { "type": "ThisExpression", "range": [ - 75032, - 75036 + 75204, + 75208 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 35 }, "end": { - "line": 2041, + "line": 2044, "column": 39 } } @@ -166987,31 +167415,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 75037, - 75043 + 75209, + 75215 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 40 }, "end": { - "line": 2041, + "line": 2044, "column": 46 } } }, "range": [ - 75032, - 75043 + 75204, + 75215 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 35 }, "end": { - "line": 2041, + "line": 2044, "column": 46 } } @@ -167020,61 +167448,61 @@ "type": "Identifier", "name": "i", "range": [ - 75044, - 75045 + 75216, + 75217 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 47 }, "end": { - "line": 2041, + "line": 2044, "column": 48 } } }, "range": [ - 75032, - 75046 + 75204, + 75218 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 35 }, "end": { - "line": 2041, + "line": 2044, "column": 49 } } }, "range": [ - 75021, - 75046 + 75193, + 75218 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 24 }, "end": { - "line": 2041, + "line": 2044, "column": 49 } } }, "range": [ - 75017, - 75046 + 75189, + 75218 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 20 }, "end": { - "line": 2041, + "line": 2044, "column": 49 } } @@ -167082,16 +167510,16 @@ ], "kind": "let", "range": [ - 75013, - 75047 + 75185, + 75219 ], "loc": { "start": { - "line": 2041, + "line": 2044, "column": 16 }, "end": { - "line": 2041, + "line": 2044, "column": 50 } } @@ -167107,16 +167535,16 @@ "type": "Identifier", "name": "arr", "range": [ - 75064, - 75067 + 75236, + 75239 ], "loc": { "start": { - "line": 2042, + "line": 2045, "column": 16 }, "end": { - "line": 2042, + "line": 2045, "column": 19 } } @@ -167125,31 +167553,31 @@ "type": "Identifier", "name": "push", "range": [ - 75068, - 75072 + 75240, + 75244 ], "loc": { "start": { - "line": 2042, + "line": 2045, "column": 20 }, "end": { - "line": 2042, + "line": 2045, "column": 24 } } }, "range": [ - 75064, - 75072 + 75236, + 75244 ], "loc": { "start": { - "line": 2042, + "line": 2045, "column": 16 }, "end": { - "line": 2042, + "line": 2045, "column": 24 } } @@ -167159,110 +167587,110 @@ "type": "Identifier", "name": "a", "range": [ - 75073, - 75074 + 75245, + 75246 ], "loc": { "start": { - "line": 2042, + "line": 2045, "column": 25 }, "end": { - "line": 2042, + "line": 2045, "column": 26 } } } ], "range": [ - 75064, - 75075 + 75236, + 75247 ], "loc": { "start": { - "line": 2042, + "line": 2045, "column": 16 }, "end": { - "line": 2042, + "line": 2045, "column": 27 } } }, "range": [ - 75064, - 75076 + 75236, + 75248 ], "loc": { "start": { - "line": 2042, + "line": 2045, "column": 16 }, "end": { - "line": 2042, + "line": 2045, "column": 28 } } } ], "range": [ - 74995, - 75090 + 75167, + 75262 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 43 }, "end": { - "line": 2043, + "line": 2046, "column": 13 } } }, "alternate": null, "range": [ - 74964, - 75090 + 75136, + 75262 ], "loc": { "start": { - "line": 2040, + "line": 2043, "column": 12 }, "end": { - "line": 2043, + "line": 2046, "column": 13 } } } ], "range": [ - 74901, - 75100 + 75073, + 75272 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 56 }, "end": { - "line": 2044, + "line": 2047, "column": 9 } } }, "range": [ - 74853, - 75100 + 75025, + 75272 ], "loc": { "start": { - "line": 2038, + "line": 2041, "column": 8 }, "end": { - "line": 2044, + "line": 2047, "column": 9 } } @@ -167273,47 +167701,47 @@ "type": "Identifier", "name": "arr", "range": [ - 75116, - 75119 + 75288, + 75291 ], "loc": { "start": { - "line": 2045, + "line": 2048, "column": 15 }, "end": { - "line": 2045, + "line": 2048, "column": 18 } } }, "range": [ - 75109, - 75120 + 75281, + 75292 ], "loc": { "start": { - "line": 2045, + "line": 2048, "column": 8 }, "end": { - "line": 2045, + "line": 2048, "column": 19 } } } ], "range": [ - 74764, - 75126 + 74936, + 75298 ], "loc": { "start": { - "line": 2033, + "line": 2036, "column": 32 }, "end": { - "line": 2046, + "line": 2049, "column": 5 } } @@ -167321,16 +167749,16 @@ "generator": false, "expression": false, "range": [ - 74752, - 75126 + 74924, + 75298 ], "loc": { "start": { - "line": 2033, + "line": 2036, "column": 20 }, "end": { - "line": 2046, + "line": 2049, "column": 5 } } @@ -167338,16 +167766,16 @@ "kind": "method", "computed": false, "range": [ - 74736, - 75126 + 74908, + 75298 ], "loc": { "start": { - "line": 2033, + "line": 2036, "column": 4 }, "end": { - "line": 2046, + "line": 2049, "column": 5 } }, @@ -167356,16 +167784,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": [ - 74330, - 74731 + 74502, + 74903 ], "loc": { "start": { - "line": 2024, + "line": 2027, "column": 4 }, "end": { - "line": 2032, + "line": 2035, "column": 7 } } @@ -167376,16 +167804,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": [ - 75132, - 75278 + 75304, + 75450 ], "loc": { "start": { - "line": 2048, + "line": 2051, "column": 4 }, "end": { - "line": 2052, + "line": 2055, "column": 7 } } @@ -167399,16 +167827,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 75283, - 75299 + 75455, + 75471 ], "loc": { "start": { - "line": 2053, + "line": 2056, "column": 4 }, "end": { - "line": 2053, + "line": 2056, "column": 20 } } @@ -167421,16 +167849,16 @@ "type": "Identifier", "name": "index", "range": [ - 75300, - 75305 + 75472, + 75477 ], "loc": { "start": { - "line": 2053, + "line": 2056, "column": 21 }, "end": { - "line": 2053, + "line": 2056, "column": 26 } } @@ -167448,16 +167876,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 75320, - 75325 + 75492, + 75497 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 12 }, "end": { - "line": 2054, + "line": 2057, "column": 17 } } @@ -167471,16 +167899,16 @@ "object": { "type": "ThisExpression", "range": [ - 75328, - 75332 + 75500, + 75504 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 20 }, "end": { - "line": 2054, + "line": 2057, "column": 24 } } @@ -167489,31 +167917,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 75333, - 75339 + 75505, + 75511 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 25 }, "end": { - "line": 2054, + "line": 2057, "column": 31 } } }, "range": [ - 75328, - 75339 + 75500, + 75511 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 20 }, "end": { - "line": 2054, + "line": 2057, "column": 31 } } @@ -167522,46 +167950,46 @@ "type": "Identifier", "name": "index", "range": [ - 75340, - 75345 + 75512, + 75517 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 32 }, "end": { - "line": 2054, + "line": 2057, "column": 37 } } }, "range": [ - 75328, - 75346 + 75500, + 75518 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 20 }, "end": { - "line": 2054, + "line": 2057, "column": 38 } } }, "range": [ - 75320, - 75346 + 75492, + 75518 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 12 }, "end": { - "line": 2054, + "line": 2057, "column": 38 } } @@ -167569,16 +167997,16 @@ ], "kind": "let", "range": [ - 75316, - 75347 + 75488, + 75519 ], "loc": { "start": { - "line": 2054, + "line": 2057, "column": 8 }, "end": { - "line": 2054, + "line": 2057, "column": 39 } } @@ -167594,16 +168022,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 75363, - 75366 + 75535, + 75538 ], "loc": { "start": { - "line": 2055, + "line": 2058, "column": 15 }, "end": { - "line": 2055, + "line": 2058, "column": 18 } } @@ -167612,31 +168040,31 @@ "type": "Identifier", "name": "id", "range": [ - 75367, - 75369 + 75539, + 75541 ], "loc": { "start": { - "line": 2055, + "line": 2058, "column": 19 }, "end": { - "line": 2055, + "line": 2058, "column": 21 } } }, "range": [ - 75363, - 75369 + 75535, + 75541 ], "loc": { "start": { - "line": 2055, + "line": 2058, "column": 15 }, "end": { - "line": 2055, + "line": 2058, "column": 21 } } @@ -167646,63 +168074,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 75370, - 75375 + 75542, + 75547 ], "loc": { "start": { - "line": 2055, + "line": 2058, "column": 22 }, "end": { - "line": 2055, + "line": 2058, "column": 27 } } } ], "range": [ - 75363, - 75376 + 75535, + 75548 ], "loc": { "start": { - "line": 2055, + "line": 2058, "column": 15 }, "end": { - "line": 2055, + "line": 2058, "column": 28 } } }, "range": [ - 75356, - 75377 + 75528, + 75549 ], "loc": { "start": { - "line": 2055, + "line": 2058, "column": 8 }, "end": { - "line": 2055, + "line": 2058, "column": 29 } } } ], "range": [ - 75306, - 75383 + 75478, + 75555 ], "loc": { "start": { - "line": 2053, + "line": 2056, "column": 27 }, "end": { - "line": 2056, + "line": 2059, "column": 5 } } @@ -167710,16 +168138,16 @@ "generator": false, "expression": false, "range": [ - 75299, - 75383 + 75471, + 75555 ], "loc": { "start": { - "line": 2053, + "line": 2056, "column": 20 }, "end": { - "line": 2056, + "line": 2059, "column": 5 } } @@ -167727,16 +168155,16 @@ "kind": "method", "computed": false, "range": [ - 75283, - 75383 + 75455, + 75555 ], "loc": { "start": { - "line": 2053, + "line": 2056, "column": 4 }, "end": { - "line": 2056, + "line": 2059, "column": 5 } }, @@ -167745,16 +168173,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": [ - 75132, - 75278 + 75304, + 75450 ], "loc": { "start": { - "line": 2048, + "line": 2051, "column": 4 }, "end": { - "line": 2052, + "line": 2055, "column": 7 } } @@ -167765,16 +168193,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": [ - 75389, - 75555 + 75561, + 75727 ], "loc": { "start": { - "line": 2058, + "line": 2061, "column": 4 }, "end": { - "line": 2062, + "line": 2065, "column": 7 } } @@ -167788,16 +168216,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 75560, - 75570 + 75732, + 75742 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 4 }, "end": { - "line": 2063, + "line": 2066, "column": 14 } } @@ -167812,16 +168240,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 75571, - 75579 + 75743, + 75751 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 15 }, "end": { - "line": 2063, + "line": 2066, "column": 23 } } @@ -167831,31 +168259,31 @@ "value": 0, "raw": "0", "range": [ - 75580, - 75581 + 75752, + 75753 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 24 }, "end": { - "line": 2063, + "line": 2066, "column": 25 } } }, "range": [ - 75571, - 75581 + 75743, + 75753 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 15 }, "end": { - "line": 2063, + "line": 2066, "column": 25 } } @@ -167873,16 +168301,16 @@ "type": "Identifier", "name": "tr", "range": [ - 75596, - 75598 + 75768, + 75770 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 12 }, "end": { - "line": 2064, + "line": 2067, "column": 14 } } @@ -167899,16 +168327,16 @@ "object": { "type": "ThisExpression", "range": [ - 75601, - 75605 + 75773, + 75777 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 17 }, "end": { - "line": 2064, + "line": 2067, "column": 21 } } @@ -167917,31 +168345,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 75606, - 75609 + 75778, + 75781 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 22 }, "end": { - "line": 2064, + "line": 2067, "column": 25 } } }, "range": [ - 75601, - 75609 + 75773, + 75781 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 17 }, "end": { - "line": 2064, + "line": 2067, "column": 25 } } @@ -167950,31 +168378,31 @@ "type": "Identifier", "name": "rows", "range": [ - 75610, - 75614 + 75782, + 75786 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 26 }, "end": { - "line": 2064, + "line": 2067, "column": 30 } } }, "range": [ - 75601, - 75614 + 75773, + 75786 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 17 }, "end": { - "line": 2064, + "line": 2067, "column": 30 } } @@ -167983,46 +168411,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 75615, - 75623 + 75787, + 75795 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 31 }, "end": { - "line": 2064, + "line": 2067, "column": 39 } } }, "range": [ - 75601, - 75624 + 75773, + 75796 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 17 }, "end": { - "line": 2064, + "line": 2067, "column": 40 } } }, "range": [ - 75596, - 75624 + 75768, + 75796 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 12 }, "end": { - "line": 2064, + "line": 2067, "column": 40 } } @@ -168030,16 +168458,16 @@ ], "kind": "let", "range": [ - 75592, - 75625 + 75764, + 75797 ], "loc": { "start": { - "line": 2064, + "line": 2067, "column": 8 }, "end": { - "line": 2064, + "line": 2067, "column": 41 } } @@ -168056,16 +168484,16 @@ "type": "Identifier", "name": "tr", "range": [ - 75641, - 75643 + 75813, + 75815 ], "loc": { "start": { - "line": 2065, + "line": 2068, "column": 15 }, "end": { - "line": 2065, + "line": 2068, "column": 17 } } @@ -168074,31 +168502,31 @@ "type": "Identifier", "name": "cells", "range": [ - 75644, - 75649 + 75816, + 75821 ], "loc": { "start": { - "line": 2065, + "line": 2068, "column": 18 }, "end": { - "line": 2065, + "line": 2068, "column": 23 } } }, "range": [ - 75641, - 75649 + 75813, + 75821 ], "loc": { "start": { - "line": 2065, + "line": 2068, "column": 15 }, "end": { - "line": 2065, + "line": 2068, "column": 23 } } @@ -168107,62 +168535,62 @@ "type": "Identifier", "name": "length", "range": [ - 75650, - 75656 + 75822, + 75828 ], "loc": { "start": { - "line": 2065, + "line": 2068, "column": 24 }, "end": { - "line": 2065, + "line": 2068, "column": 30 } } }, "range": [ - 75641, - 75656 + 75813, + 75828 ], "loc": { "start": { - "line": 2065, + "line": 2068, "column": 15 }, "end": { - "line": 2065, + "line": 2068, "column": 30 } } }, "range": [ - 75634, - 75657 + 75806, + 75829 ], "loc": { "start": { - "line": 2065, + "line": 2068, "column": 8 }, "end": { - "line": 2065, + "line": 2068, "column": 31 } } } ], "range": [ - 75582, - 75663 + 75754, + 75835 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 26 }, "end": { - "line": 2066, + "line": 2069, "column": 5 } } @@ -168170,16 +168598,16 @@ "generator": false, "expression": false, "range": [ - 75570, - 75663 + 75742, + 75835 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 14 }, "end": { - "line": 2066, + "line": 2069, "column": 5 } } @@ -168187,16 +168615,16 @@ "kind": "method", "computed": false, "range": [ - 75560, - 75663 + 75732, + 75835 ], "loc": { "start": { - "line": 2063, + "line": 2066, "column": 4 }, "end": { - "line": 2066, + "line": 2069, "column": 5 } }, @@ -168205,16 +168633,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": [ - 75389, - 75555 + 75561, + 75727 ], "loc": { "start": { - "line": 2058, + "line": 2061, "column": 4 }, "end": { - "line": 2062, + "line": 2065, "column": 7 } } @@ -168225,16 +168653,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": [ - 75669, - 75900 + 75841, + 76072 ], "loc": { "start": { - "line": 2068, + "line": 2071, "column": 4 }, "end": { - "line": 2073, + "line": 2076, "column": 7 } } @@ -168248,16 +168676,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 75905, - 75914 + 76077, + 76086 ], "loc": { "start": { - "line": 2074, + "line": 2077, "column": 4 }, "end": { - "line": 2074, + "line": 2077, "column": 13 } } @@ -168270,16 +168698,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75915, - 75929 + 76087, + 76101 ], "loc": { "start": { - "line": 2074, + "line": 2077, "column": 14 }, "end": { - "line": 2074, + "line": 2077, "column": 28 } } @@ -168297,16 +168725,16 @@ "type": "Identifier", "name": "s", "range": [ - 75944, - 75945 + 76116, + 76117 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 12 }, "end": { - "line": 2075, + "line": 2078, "column": 13 } } @@ -168322,16 +168750,16 @@ "type": "Identifier", "name": "Types", "range": [ - 75948, - 75953 + 76120, + 76125 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 16 }, "end": { - "line": 2075, + "line": 2078, "column": 21 } } @@ -168340,31 +168768,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 75954, - 75961 + 76126, + 76133 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 22 }, "end": { - "line": 2075, + "line": 2078, "column": 29 } } }, "range": [ - 75948, - 75961 + 76120, + 76133 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 16 }, "end": { - "line": 2075, + "line": 2078, "column": 29 } } @@ -168376,16 +168804,16 @@ "object": { "type": "ThisExpression", "range": [ - 75962, - 75966 + 76134, + 76138 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 30 }, "end": { - "line": 2075, + "line": 2078, "column": 34 } } @@ -168394,47 +168822,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 75967, - 75973 + 76139, + 76145 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 35 }, "end": { - "line": 2075, + "line": 2078, "column": 41 } } }, "range": [ - 75962, - 75973 + 76134, + 76145 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 30 }, "end": { - "line": 2075, + "line": 2078, "column": 41 } } } ], "range": [ - 75948, - 75974 + 76120, + 76146 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 16 }, "end": { - "line": 2075, + "line": 2078, "column": 42 } } @@ -168444,16 +168872,16 @@ "value": 0, "raw": "0", "range": [ - 75977, - 75978 + 76149, + 76150 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 45 }, "end": { - "line": 2075, + "line": 2078, "column": 46 } } @@ -168464,16 +168892,16 @@ "object": { "type": "ThisExpression", "range": [ - 75981, - 75985 + 76153, + 76157 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 49 }, "end": { - "line": 2075, + "line": 2078, "column": 53 } } @@ -168482,61 +168910,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 75986, - 75992 + 76158, + 76164 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 54 }, "end": { - "line": 2075, + "line": 2078, "column": 60 } } }, "range": [ - 75981, - 75992 + 76153, + 76164 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 49 }, "end": { - "line": 2075, + "line": 2078, "column": 60 } } }, "range": [ - 75948, - 75992 + 76120, + 76164 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 16 }, "end": { - "line": 2075, + "line": 2078, "column": 60 } } }, "range": [ - 75944, - 75992 + 76116, + 76164 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 12 }, "end": { - "line": 2075, + "line": 2078, "column": 60 } } @@ -168547,16 +168975,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 76006, - 76010 + 76178, + 76182 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 12 }, "end": { - "line": 2076, + "line": 2079, "column": 16 } } @@ -168573,16 +169001,16 @@ "object": { "type": "ThisExpression", "range": [ - 76013, - 76017 + 76185, + 76189 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 19 }, "end": { - "line": 2076, + "line": 2079, "column": 23 } } @@ -168591,31 +169019,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 76018, - 76021 + 76190, + 76193 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 24 }, "end": { - "line": 2076, + "line": 2079, "column": 27 } } }, "range": [ - 76013, - 76021 + 76185, + 76193 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 19 }, "end": { - "line": 2076, + "line": 2079, "column": 27 } } @@ -168624,31 +169052,31 @@ "type": "Identifier", "name": "rows", "range": [ - 76022, - 76026 + 76194, + 76198 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 28 }, "end": { - "line": 2076, + "line": 2079, "column": 32 } } }, "range": [ - 76013, - 76026 + 76185, + 76198 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 19 }, "end": { - "line": 2076, + "line": 2079, "column": 32 } } @@ -168657,46 +169085,46 @@ "type": "Identifier", "name": "length", "range": [ - 76027, - 76033 + 76199, + 76205 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 33 }, "end": { - "line": 2076, + "line": 2079, "column": 39 } } }, "range": [ - 76013, - 76033 + 76185, + 76205 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 19 }, "end": { - "line": 2076, + "line": 2079, "column": 39 } } }, "range": [ - 76006, - 76033 + 76178, + 76205 ], "loc": { "start": { - "line": 2076, + "line": 2079, "column": 12 }, "end": { - "line": 2076, + "line": 2079, "column": 39 } } @@ -168704,16 +169132,16 @@ ], "kind": "let", "range": [ - 75940, - 76034 + 76112, + 76206 ], "loc": { "start": { - "line": 2075, + "line": 2078, "column": 8 }, "end": { - "line": 2076, + "line": 2079, "column": 40 } } @@ -168724,16 +169152,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 76046, - 76060 + 76218, + 76232 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 11 }, "end": { - "line": 2077, + "line": 2080, "column": 25 } } @@ -168750,16 +169178,16 @@ "type": "Identifier", "name": "s", "range": [ - 76063, - 76064 + 76235, + 76236 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 28 }, "end": { - "line": 2077, + "line": 2080, "column": 29 } } @@ -168769,78 +169197,78 @@ "value": 0, "raw": "0", "range": [ - 76067, - 76068 + 76239, + 76240 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 32 }, "end": { - "line": 2077, + "line": 2080, "column": 33 } } }, "range": [ - 76063, - 76068 + 76235, + 76240 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 28 }, "end": { - "line": 2077, + "line": 2080, "column": 33 } } }, "range": [ - 76063, - 76069 + 76235, + 76241 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 28 }, "end": { - "line": 2077, + "line": 2080, "column": 34 } } } ], "range": [ - 76061, - 76071 + 76233, + 76243 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 26 }, "end": { - "line": 2077, + "line": 2080, "column": 36 } } }, "alternate": null, "range": [ - 76043, - 76071 + 76215, + 76243 ], "loc": { "start": { - "line": 2077, + "line": 2080, "column": 8 }, "end": { - "line": 2077, + "line": 2080, "column": 36 } } @@ -168853,16 +169281,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 76087, - 76095 + 76259, + 76267 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 15 }, "end": { - "line": 2078, + "line": 2081, "column": 23 } } @@ -168875,16 +169303,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 76096, - 76100 + 76268, + 76272 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 24 }, "end": { - "line": 2078, + "line": 2081, "column": 28 } } @@ -168893,31 +169321,31 @@ "type": "Identifier", "name": "s", "range": [ - 76101, - 76102 + 76273, + 76274 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 29 }, "end": { - "line": 2078, + "line": 2081, "column": 30 } } }, "range": [ - 76096, - 76102 + 76268, + 76274 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 24 }, "end": { - "line": 2078, + "line": 2081, "column": 30 } } @@ -168927,63 +169355,63 @@ "value": 10, "raw": "10", "range": [ - 76104, - 76106 + 76276, + 76278 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 32 }, "end": { - "line": 2078, + "line": 2081, "column": 34 } } } ], "range": [ - 76087, - 76107 + 76259, + 76279 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 15 }, "end": { - "line": 2078, + "line": 2081, "column": 35 } } }, "range": [ - 76080, - 76108 + 76252, + 76280 ], "loc": { "start": { - "line": 2078, + "line": 2081, "column": 8 }, "end": { - "line": 2078, + "line": 2081, "column": 36 } } } ], "range": [ - 75930, - 76114 + 76102, + 76286 ], "loc": { "start": { - "line": 2074, + "line": 2077, "column": 29 }, "end": { - "line": 2079, + "line": 2082, "column": 5 } } @@ -168991,16 +169419,16 @@ "generator": false, "expression": false, "range": [ - 75914, - 76114 + 76086, + 76286 ], "loc": { "start": { - "line": 2074, + "line": 2077, "column": 13 }, "end": { - "line": 2079, + "line": 2082, "column": 5 } } @@ -169008,16 +169436,16 @@ "kind": "method", "computed": false, "range": [ - 75905, - 76114 + 76077, + 76286 ], "loc": { "start": { - "line": 2074, + "line": 2077, "column": 4 }, "end": { - "line": 2079, + "line": 2082, "column": 5 } }, @@ -169026,16 +169454,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": [ - 75669, - 75900 + 75841, + 76072 ], "loc": { "start": { - "line": 2068, + "line": 2071, "column": 4 }, "end": { - "line": 2073, + "line": 2076, "column": 7 } } @@ -169046,16 +169474,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {Number} i Column's index\n * @param {Object} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 76120, - 76285 + 76292, + 76457 ], "loc": { "start": { - "line": 2081, + "line": 2084, "column": 4 }, "end": { - "line": 2086, + "line": 2089, "column": 7 } } @@ -169069,16 +169497,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 76290, - 76301 + 76462, + 76473 ], "loc": { "start": { - "line": 2087, + "line": 2090, "column": 4 }, "end": { - "line": 2087, + "line": 2090, "column": 15 } } @@ -169091,16 +169519,16 @@ "type": "Identifier", "name": "i", "range": [ - 76302, - 76303 + 76474, + 76475 ], "loc": { "start": { - "line": 2087, + "line": 2090, "column": 16 }, "end": { - "line": 2087, + "line": 2090, "column": 17 } } @@ -169109,16 +169537,16 @@ "type": "Identifier", "name": "cell", "range": [ - 76305, - 76309 + 76477, + 76481 ], "loc": { "start": { - "line": 2087, + "line": 2090, "column": 19 }, "end": { - "line": 2087, + "line": 2090, "column": 23 } } @@ -169141,16 +169569,16 @@ "type": "Identifier", "name": "Types", "range": [ - 76323, - 76328 + 76495, + 76500 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 11 }, "end": { - "line": 2088, + "line": 2091, "column": 16 } } @@ -169159,31 +169587,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 76329, - 76336 + 76501, + 76508 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 17 }, "end": { - "line": 2088, + "line": 2091, "column": 24 } } }, "range": [ - 76323, - 76336 + 76495, + 76508 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 11 }, "end": { - "line": 2088, + "line": 2091, "column": 24 } } @@ -169193,32 +169621,32 @@ "type": "Identifier", "name": "i", "range": [ - 76337, - 76338 + 76509, + 76510 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 25 }, "end": { - "line": 2088, + "line": 2091, "column": 26 } } } ], "range": [ - 76323, - 76339 + 76495, + 76511 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 11 }, "end": { - "line": 2088, + "line": 2091, "column": 27 } } @@ -169230,47 +169658,47 @@ "type": "Identifier", "name": "cell", "range": [ - 76344, - 76348 + 76516, + 76520 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 32 }, "end": { - "line": 2088, + "line": 2091, "column": 36 } } }, "prefix": true, "range": [ - 76343, - 76348 + 76515, + 76520 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 31 }, "end": { - "line": 2088, + "line": 2091, "column": 36 } } }, "range": [ - 76323, - 76348 + 76495, + 76520 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 11 }, "end": { - "line": 2088, + "line": 2091, "column": 36 } } @@ -169285,63 +169713,63 @@ "value": "", "raw": "''", "range": [ - 76370, - 76372 + 76542, + 76544 ], "loc": { "start": { - "line": 2089, + "line": 2092, "column": 19 }, "end": { - "line": 2089, + "line": 2092, "column": 21 } } }, "range": [ - 76363, - 76373 + 76535, + 76545 ], "loc": { "start": { - "line": 2089, + "line": 2092, "column": 12 }, "end": { - "line": 2089, + "line": 2092, "column": 22 } } } ], "range": [ - 76349, - 76383 + 76521, + 76555 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 37 }, "end": { - "line": 2090, + "line": 2093, "column": 9 } } }, "alternate": null, "range": [ - 76320, - 76383 + 76492, + 76555 ], "loc": { "start": { - "line": 2088, + "line": 2091, "column": 8 }, "end": { - "line": 2090, + "line": 2093, "column": 9 } }, @@ -169350,16 +169778,16 @@ "type": "Line", "value": "First checks for customCellData event", "range": [ - 76392, - 76431 + 76564, + 76603 ], "loc": { "start": { - "line": 2091, + "line": 2094, "column": 8 }, "end": { - "line": 2091, + "line": 2094, "column": 47 } } @@ -169377,16 +169805,16 @@ "object": { "type": "ThisExpression", "range": [ - 76443, - 76447 + 76615, + 76619 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 11 }, "end": { - "line": 2092, + "line": 2095, "column": 15 } } @@ -169395,31 +169823,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 76448, - 76462 + 76620, + 76634 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 16 }, "end": { - "line": 2092, + "line": 2095, "column": 30 } } }, "range": [ - 76443, - 76462 + 76615, + 76634 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 11 }, "end": { - "line": 2092, + "line": 2095, "column": 30 } } @@ -169433,16 +169861,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 76466, - 76469 + 76638, + 76641 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 34 }, "end": { - "line": 2092, + "line": 2095, "column": 37 } } @@ -169451,31 +169879,31 @@ "type": "Identifier", "name": "has", "range": [ - 76470, - 76473 + 76642, + 76645 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 38 }, "end": { - "line": 2092, + "line": 2095, "column": 41 } } }, "range": [ - 76466, - 76473 + 76638, + 76645 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 34 }, "end": { - "line": 2092, + "line": 2095, "column": 41 } } @@ -169487,16 +169915,16 @@ "object": { "type": "ThisExpression", "range": [ - 76474, - 76478 + 76646, + 76650 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 42 }, "end": { - "line": 2092, + "line": 2095, "column": 46 } } @@ -169505,31 +169933,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 76479, - 76497 + 76651, + 76669 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 47 }, "end": { - "line": 2092, + "line": 2095, "column": 65 } } }, "range": [ - 76474, - 76497 + 76646, + 76669 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 42 }, "end": { - "line": 2092, + "line": 2095, "column": 65 } } @@ -169538,47 +169966,47 @@ "type": "Identifier", "name": "i", "range": [ - 76499, - 76500 + 76671, + 76672 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 67 }, "end": { - "line": 2092, + "line": 2095, "column": 68 } } } ], "range": [ - 76466, - 76501 + 76638, + 76673 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 34 }, "end": { - "line": 2092, + "line": 2095, "column": 69 } } }, "range": [ - 76443, - 76501 + 76615, + 76673 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 11 }, "end": { - "line": 2092, + "line": 2095, "column": 69 } } @@ -169599,16 +170027,16 @@ "object": { "type": "ThisExpression", "range": [ - 76523, - 76527 + 76695, + 76699 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 19 }, "end": { - "line": 2093, + "line": 2096, "column": 23 } } @@ -169617,31 +170045,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 76528, - 76542 + 76700, + 76714 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 24 }, "end": { - "line": 2093, + "line": 2096, "column": 38 } } }, "range": [ - 76523, - 76542 + 76695, + 76714 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 19 }, "end": { - "line": 2093, + "line": 2096, "column": 38 } } @@ -169650,31 +170078,31 @@ "type": "Identifier", "name": "call", "range": [ - 76543, - 76547 + 76715, + 76719 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 39 }, "end": { - "line": 2093, + "line": 2096, "column": 43 } } }, "range": [ - 76523, - 76547 + 76695, + 76719 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 19 }, "end": { - "line": 2093, + "line": 2096, "column": 43 } } @@ -169685,16 +170113,16 @@ "value": null, "raw": "null", "range": [ - 76548, - 76552 + 76720, + 76724 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 44 }, "end": { - "line": 2093, + "line": 2096, "column": 48 } } @@ -169702,16 +170130,16 @@ { "type": "ThisExpression", "range": [ - 76554, - 76558 + 76726, + 76730 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 50 }, "end": { - "line": 2093, + "line": 2096, "column": 54 } } @@ -169720,16 +170148,16 @@ "type": "Identifier", "name": "cell", "range": [ - 76560, - 76564 + 76732, + 76736 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 56 }, "end": { - "line": 2093, + "line": 2096, "column": 60 } } @@ -169738,63 +170166,63 @@ "type": "Identifier", "name": "i", "range": [ - 76566, - 76567 + 76738, + 76739 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 62 }, "end": { - "line": 2093, + "line": 2096, "column": 63 } } } ], "range": [ - 76523, - 76568 + 76695, + 76740 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 19 }, "end": { - "line": 2093, + "line": 2096, "column": 64 } } }, "range": [ - 76516, - 76569 + 76688, + 76741 ], "loc": { "start": { - "line": 2093, + "line": 2096, "column": 12 }, "end": { - "line": 2093, + "line": 2096, "column": 65 } } } ], "range": [ - 76502, - 76579 + 76674, + 76751 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 70 }, "end": { - "line": 2094, + "line": 2097, "column": 9 } } @@ -169813,16 +170241,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 76606, - 76609 + 76778, + 76781 ], "loc": { "start": { - "line": 2095, + "line": 2098, "column": 19 }, "end": { - "line": 2095, + "line": 2098, "column": 22 } } @@ -169831,31 +170259,31 @@ "type": "Identifier", "name": "getText", "range": [ - 76610, - 76617 + 76782, + 76789 ], "loc": { "start": { - "line": 2095, + "line": 2098, "column": 23 }, "end": { - "line": 2095, + "line": 2098, "column": 30 } } }, "range": [ - 76606, - 76617 + 76778, + 76789 ], "loc": { "start": { - "line": 2095, + "line": 2098, "column": 19 }, "end": { - "line": 2095, + "line": 2098, "column": 30 } } @@ -169865,78 +170293,78 @@ "type": "Identifier", "name": "cell", "range": [ - 76618, - 76622 + 76790, + 76794 ], "loc": { "start": { - "line": 2095, + "line": 2098, "column": 31 }, "end": { - "line": 2095, + "line": 2098, "column": 35 } } } ], "range": [ - 76606, - 76623 + 76778, + 76795 ], "loc": { "start": { - "line": 2095, + "line": 2098, "column": 19 }, "end": { - "line": 2095, + "line": 2098, "column": 36 } } }, "range": [ - 76599, - 76624 + 76771, + 76796 ], "loc": { "start": { - "line": 2095, + "line": 2098, "column": 12 }, "end": { - "line": 2095, + "line": 2098, "column": 37 } } } ], "range": [ - 76585, - 76634 + 76757, + 76806 ], "loc": { "start": { - "line": 2094, + "line": 2097, "column": 15 }, "end": { - "line": 2096, + "line": 2099, "column": 9 } } }, "range": [ - 76440, - 76634 + 76612, + 76806 ], "loc": { "start": { - "line": 2092, + "line": 2095, "column": 8 }, "end": { - "line": 2096, + "line": 2099, "column": 9 } }, @@ -169945,16 +170373,16 @@ "type": "Line", "value": "First checks for customCellData event", "range": [ - 76392, - 76431 + 76564, + 76603 ], "loc": { "start": { - "line": 2091, + "line": 2094, "column": 8 }, "end": { - "line": 2091, + "line": 2094, "column": 47 } } @@ -169963,16 +170391,16 @@ } ], "range": [ - 76310, - 76640 + 76482, + 76812 ], "loc": { "start": { - "line": 2087, + "line": 2090, "column": 24 }, "end": { - "line": 2097, + "line": 2100, "column": 5 } } @@ -169980,16 +170408,16 @@ "generator": false, "expression": false, "range": [ - 76301, - 76640 + 76473, + 76812 ], "loc": { "start": { - "line": 2087, + "line": 2090, "column": 15 }, "end": { - "line": 2097, + "line": 2100, "column": 5 } } @@ -169997,16 +170425,16 @@ "kind": "method", "computed": false, "range": [ - 76290, - 76640 + 76462, + 76812 ], "loc": { "start": { - "line": 2087, + "line": 2090, "column": 4 }, "end": { - "line": 2097, + "line": 2100, "column": 5 } }, @@ -170015,16 +170443,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {Number} i Column's index\n * @param {Object} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 76120, - 76285 + 76292, + 76457 ], "loc": { "start": { - "line": 2081, + "line": 2084, "column": 4 }, "end": { - "line": 2086, + "line": 2089, "column": 7 } } @@ -170035,16 +170463,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 76646, - 76902 + 76818, + 77074 ], "loc": { "start": { - "line": 2099, + "line": 2102, "column": 4 }, "end": { - "line": 2108, + "line": 2111, "column": 7 } } @@ -170058,16 +170486,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 76907, - 76919 + 77079, + 77091 ], "loc": { "start": { - "line": 2109, + "line": 2112, "column": 4 }, "end": { - "line": 2109, + "line": 2112, "column": 16 } } @@ -170088,16 +170516,16 @@ "type": "Identifier", "name": "row", "range": [ - 76935, - 76938 + 77107, + 77110 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 12 }, "end": { - "line": 2110, + "line": 2113, "column": 15 } } @@ -170111,16 +170539,16 @@ "object": { "type": "ThisExpression", "range": [ - 76941, - 76945 + 77113, + 77117 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 18 }, "end": { - "line": 2110, + "line": 2113, "column": 22 } } @@ -170129,31 +170557,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 76946, - 76949 + 77118, + 77121 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 23 }, "end": { - "line": 2110, + "line": 2113, "column": 26 } } }, "range": [ - 76941, - 76949 + 77113, + 77121 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 18 }, "end": { - "line": 2110, + "line": 2113, "column": 26 } } @@ -170162,46 +170590,46 @@ "type": "Identifier", "name": "rows", "range": [ - 76950, - 76954 + 77122, + 77126 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 27 }, "end": { - "line": 2110, + "line": 2113, "column": 31 } } }, "range": [ - 76941, - 76954 + 77113, + 77126 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 18 }, "end": { - "line": 2110, + "line": 2113, "column": 31 } } }, "range": [ - 76935, - 76954 + 77107, + 77126 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 12 }, "end": { - "line": 2110, + "line": 2113, "column": 31 } } @@ -170209,16 +170637,16 @@ ], "kind": "let", "range": [ - 76931, - 76955 + 77103, + 77127 ], "loc": { "start": { - "line": 2110, + "line": 2113, "column": 8 }, "end": { - "line": 2110, + "line": 2113, "column": 32 } } @@ -170234,16 +170662,16 @@ "type": "Identifier", "name": "k", "range": [ - 76972, - 76973 + 77144, + 77145 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 16 }, "end": { - "line": 2111, + "line": 2114, "column": 17 } } @@ -170254,16 +170682,16 @@ "object": { "type": "ThisExpression", "range": [ - 76974, - 76978 + 77146, + 77150 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 18 }, "end": { - "line": 2111, + "line": 2114, "column": 22 } } @@ -170272,46 +170700,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 76979, - 76985 + 77151, + 77157 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 23 }, "end": { - "line": 2111, + "line": 2114, "column": 29 } } }, "range": [ - 76974, - 76985 + 77146, + 77157 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 18 }, "end": { - "line": 2111, + "line": 2114, "column": 29 } } }, "range": [ - 76972, - 76985 + 77144, + 77157 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 16 }, "end": { - "line": 2111, + "line": 2114, "column": 29 } } @@ -170319,16 +170747,16 @@ ], "kind": "let", "range": [ - 76968, - 76985 + 77140, + 77157 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 12 }, "end": { - "line": 2111, + "line": 2114, "column": 29 } } @@ -170340,16 +170768,16 @@ "type": "Identifier", "name": "k", "range": [ - 76987, - 76988 + 77159, + 77160 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 31 }, "end": { - "line": 2111, + "line": 2114, "column": 32 } } @@ -170360,16 +170788,16 @@ "object": { "type": "ThisExpression", "range": [ - 76989, - 76993 + 77161, + 77165 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 33 }, "end": { - "line": 2111, + "line": 2114, "column": 37 } } @@ -170378,46 +170806,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 76994, - 77000 + 77166, + 77172 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 38 }, "end": { - "line": 2111, + "line": 2114, "column": 44 } } }, "range": [ - 76989, - 77000 + 77161, + 77172 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 33 }, "end": { - "line": 2111, + "line": 2114, "column": 44 } } }, "range": [ - 76987, - 77000 + 77159, + 77172 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 31 }, "end": { - "line": 2111, + "line": 2114, "column": 44 } } @@ -170429,32 +170857,32 @@ "type": "Identifier", "name": "k", "range": [ - 77002, - 77003 + 77174, + 77175 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 46 }, "end": { - "line": 2111, + "line": 2114, "column": 47 } } }, "prefix": false, "range": [ - 77002, - 77005 + 77174, + 77177 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 46 }, "end": { - "line": 2111, + "line": 2114, "column": 49 } } @@ -170471,16 +170899,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 77024, - 77031 + 77196, + 77203 ], "loc": { "start": { - "line": 2112, + "line": 2115, "column": 16 }, "end": { - "line": 2112, + "line": 2115, "column": 23 } } @@ -170492,16 +170920,16 @@ "type": "Identifier", "name": "k", "range": [ - 77035, - 77036 + 77207, + 77208 ], "loc": { "start": { - "line": 2112, + "line": 2115, "column": 27 }, "end": { - "line": 2112, + "line": 2115, "column": 28 } } @@ -170510,47 +170938,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77037, - 77039 + 77209, + 77211 ], "loc": { "start": { - "line": 2112, + "line": 2115, "column": 29 }, "end": { - "line": 2112, + "line": 2115, "column": 31 } } } ], "range": [ - 77034, - 77040 + 77206, + 77212 ], "loc": { "start": { - "line": 2112, + "line": 2115, "column": 26 }, "end": { - "line": 2112, + "line": 2115, "column": 32 } } }, "range": [ - 77024, - 77040 + 77196, + 77212 ], "loc": { "start": { - "line": 2112, + "line": 2115, "column": 16 }, "end": { - "line": 2112, + "line": 2115, "column": 32 } } @@ -170558,16 +170986,16 @@ ], "kind": "let", "range": [ - 77020, - 77041 + 77192, + 77213 ], "loc": { "start": { - "line": 2112, + "line": 2115, "column": 12 }, "end": { - "line": 2112, + "line": 2115, "column": 33 } } @@ -170581,16 +171009,16 @@ "type": "Identifier", "name": "cells", "range": [ - 77058, - 77063 + 77230, + 77235 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 16 }, "end": { - "line": 2113, + "line": 2116, "column": 21 } } @@ -170605,16 +171033,16 @@ "type": "Identifier", "name": "row", "range": [ - 77066, - 77069 + 77238, + 77241 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 24 }, "end": { - "line": 2113, + "line": 2116, "column": 27 } } @@ -170623,31 +171051,31 @@ "type": "Identifier", "name": "k", "range": [ - 77070, - 77071 + 77242, + 77243 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 28 }, "end": { - "line": 2113, + "line": 2116, "column": 29 } } }, "range": [ - 77066, - 77072 + 77238, + 77244 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 24 }, "end": { - "line": 2113, + "line": 2116, "column": 30 } } @@ -170656,46 +171084,46 @@ "type": "Identifier", "name": "cells", "range": [ - 77073, - 77078 + 77245, + 77250 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 31 }, "end": { - "line": 2113, + "line": 2116, "column": 36 } } }, "range": [ - 77066, - 77078 + 77238, + 77250 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 24 }, "end": { - "line": 2113, + "line": 2116, "column": 36 } } }, "range": [ - 77058, - 77078 + 77230, + 77250 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 16 }, "end": { - "line": 2113, + "line": 2116, "column": 36 } } @@ -170703,16 +171131,16 @@ ], "kind": "let", "range": [ - 77054, - 77079 + 77226, + 77251 ], "loc": { "start": { - "line": 2113, + "line": 2116, "column": 12 }, "end": { - "line": 2113, + "line": 2116, "column": 37 } }, @@ -170721,16 +171149,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 77092, - 77124 + 77264, + 77296 ], "loc": { "start": { - "line": 2114, + "line": 2117, "column": 12 }, "end": { - "line": 2114, + "line": 2117, "column": 44 } } @@ -170748,16 +171176,16 @@ "type": "Identifier", "name": "j", "range": [ - 77145, - 77146 + 77317, + 77318 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 20 }, "end": { - "line": 2115, + "line": 2118, "column": 21 } } @@ -170767,31 +171195,31 @@ "value": 0, "raw": "0", "range": [ - 77147, - 77148 + 77319, + 77320 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 22 }, "end": { - "line": 2115, + "line": 2118, "column": 23 } } }, "range": [ - 77145, - 77148 + 77317, + 77320 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 20 }, "end": { - "line": 2115, + "line": 2118, "column": 23 } } @@ -170802,16 +171230,16 @@ "type": "Identifier", "name": "len", "range": [ - 77150, - 77153 + 77322, + 77325 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 25 }, "end": { - "line": 2115, + "line": 2118, "column": 28 } } @@ -170823,16 +171251,16 @@ "type": "Identifier", "name": "cells", "range": [ - 77154, - 77159 + 77326, + 77331 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 29 }, "end": { - "line": 2115, + "line": 2118, "column": 34 } } @@ -170841,46 +171269,46 @@ "type": "Identifier", "name": "length", "range": [ - 77160, - 77166 + 77332, + 77338 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 35 }, "end": { - "line": 2115, + "line": 2118, "column": 41 } } }, "range": [ - 77154, - 77166 + 77326, + 77338 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 29 }, "end": { - "line": 2115, + "line": 2118, "column": 41 } } }, "range": [ - 77150, - 77166 + 77322, + 77338 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 25 }, "end": { - "line": 2115, + "line": 2118, "column": 41 } } @@ -170888,16 +171316,16 @@ ], "kind": "let", "range": [ - 77141, - 77166 + 77313, + 77338 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 16 }, "end": { - "line": 2115, + "line": 2118, "column": 41 } } @@ -170909,16 +171337,16 @@ "type": "Identifier", "name": "j", "range": [ - 77168, - 77169 + 77340, + 77341 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 43 }, "end": { - "line": 2115, + "line": 2118, "column": 44 } } @@ -170927,31 +171355,31 @@ "type": "Identifier", "name": "len", "range": [ - 77170, - 77173 + 77342, + 77345 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 45 }, "end": { - "line": 2115, + "line": 2118, "column": 48 } } }, "range": [ - 77168, - 77173 + 77340, + 77345 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 43 }, "end": { - "line": 2115, + "line": 2118, "column": 48 } } @@ -170963,32 +171391,32 @@ "type": "Identifier", "name": "j", "range": [ - 77175, - 77176 + 77347, + 77348 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 50 }, "end": { - "line": 2115, + "line": 2118, "column": 51 } } }, "prefix": false, "range": [ - 77175, - 77178 + 77347, + 77350 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 50 }, "end": { - "line": 2115, + "line": 2118, "column": 53 } } @@ -171005,16 +171433,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 77201, - 77210 + 77373, + 77382 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 20 }, "end": { - "line": 2116, + "line": 2119, "column": 29 } } @@ -171027,16 +171455,16 @@ "object": { "type": "ThisExpression", "range": [ - 77213, - 77217 + 77385, + 77389 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 32 }, "end": { - "line": 2116, + "line": 2119, "column": 36 } } @@ -171045,31 +171473,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 77218, - 77229 + 77390, + 77401 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 37 }, "end": { - "line": 2116, + "line": 2119, "column": 48 } } }, "range": [ - 77213, - 77229 + 77385, + 77401 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 32 }, "end": { - "line": 2116, + "line": 2119, "column": 48 } } @@ -171079,16 +171507,16 @@ "type": "Identifier", "name": "j", "range": [ - 77230, - 77231 + 77402, + 77403 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 49 }, "end": { - "line": 2116, + "line": 2119, "column": 50 } } @@ -171100,16 +171528,16 @@ "type": "Identifier", "name": "cells", "range": [ - 77233, - 77238 + 77405, + 77410 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 52 }, "end": { - "line": 2116, + "line": 2119, "column": 57 } } @@ -171118,62 +171546,62 @@ "type": "Identifier", "name": "j", "range": [ - 77239, - 77240 + 77411, + 77412 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 58 }, "end": { - "line": 2116, + "line": 2119, "column": 59 } } }, "range": [ - 77233, - 77241 + 77405, + 77413 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 52 }, "end": { - "line": 2116, + "line": 2119, "column": 60 } } } ], "range": [ - 77213, - 77242 + 77385, + 77414 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 32 }, "end": { - "line": 2116, + "line": 2119, "column": 61 } } }, "range": [ - 77201, - 77242 + 77373, + 77414 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 20 }, "end": { - "line": 2116, + "line": 2119, "column": 61 } } @@ -171181,16 +171609,16 @@ ], "kind": "let", "range": [ - 77197, - 77243 + 77369, + 77415 ], "loc": { "start": { - "line": 2116, + "line": 2119, "column": 16 }, "end": { - "line": 2116, + "line": 2119, "column": 62 } } @@ -171209,16 +171637,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 77260, - 77267 + 77432, + 77439 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 16 }, "end": { - "line": 2117, + "line": 2120, "column": 23 } } @@ -171228,31 +171656,31 @@ "value": 1, "raw": "1", "range": [ - 77268, - 77269 + 77440, + 77441 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 24 }, "end": { - "line": 2117, + "line": 2120, "column": 25 } } }, "range": [ - 77260, - 77270 + 77432, + 77442 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 16 }, "end": { - "line": 2117, + "line": 2120, "column": 26 } } @@ -171261,31 +171689,31 @@ "type": "Identifier", "name": "push", "range": [ - 77271, - 77275 + 77443, + 77447 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 27 }, "end": { - "line": 2117, + "line": 2120, "column": 31 } } }, "range": [ - 77260, - 77275 + 77432, + 77447 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 16 }, "end": { - "line": 2117, + "line": 2120, "column": 31 } } @@ -171295,78 +171723,78 @@ "type": "Identifier", "name": "cell_data", "range": [ - 77276, - 77285 + 77448, + 77457 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 32 }, "end": { - "line": 2117, + "line": 2120, "column": 41 } } } ], "range": [ - 77260, - 77286 + 77432, + 77458 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 16 }, "end": { - "line": 2117, + "line": 2120, "column": 42 } } }, "range": [ - 77260, - 77287 + 77432, + 77459 ], "loc": { "start": { - "line": 2117, + "line": 2120, "column": 16 }, "end": { - "line": 2117, + "line": 2120, "column": 43 } } } ], "range": [ - 77179, - 77301 + 77351, + 77473 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 54 }, "end": { - "line": 2118, + "line": 2121, "column": 13 } } }, "range": [ - 77137, - 77301 + 77309, + 77473 ], "loc": { "start": { - "line": 2115, + "line": 2118, "column": 12 }, "end": { - "line": 2118, + "line": 2121, "column": 13 } }, @@ -171375,16 +171803,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 77092, - 77124 + 77264, + 77296 ], "loc": { "start": { - "line": 2114, + "line": 2117, "column": 12 }, "end": { - "line": 2114, + "line": 2117, "column": 44 } } @@ -171404,16 +171832,16 @@ "object": { "type": "ThisExpression", "range": [ - 77314, - 77318 + 77486, + 77490 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 12 }, "end": { - "line": 2119, + "line": 2122, "column": 16 } } @@ -171422,31 +171850,31 @@ "type": "Identifier", "name": "tblData", "range": [ - 77319, - 77326 + 77491, + 77498 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 17 }, "end": { - "line": 2119, + "line": 2122, "column": 24 } } }, "range": [ - 77314, - 77326 + 77486, + 77498 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 12 }, "end": { - "line": 2119, + "line": 2122, "column": 24 } } @@ -171455,31 +171883,31 @@ "type": "Identifier", "name": "push", "range": [ - 77327, - 77331 + 77499, + 77503 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 25 }, "end": { - "line": 2119, + "line": 2122, "column": 29 } } }, "range": [ - 77314, - 77331 + 77486, + 77503 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 12 }, "end": { - "line": 2119, + "line": 2122, "column": 29 } } @@ -171489,78 +171917,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 77332, - 77339 + 77504, + 77511 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 30 }, "end": { - "line": 2119, + "line": 2122, "column": 37 } } } ], "range": [ - 77314, - 77340 + 77486, + 77512 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 12 }, "end": { - "line": 2119, + "line": 2122, "column": 38 } } }, "range": [ - 77314, - 77341 + 77486, + 77513 ], "loc": { "start": { - "line": 2119, + "line": 2122, "column": 12 }, "end": { - "line": 2119, + "line": 2122, "column": 39 } } } ], "range": [ - 77006, - 77351 + 77178, + 77523 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 50 }, "end": { - "line": 2120, + "line": 2123, "column": 9 } } }, "range": [ - 76964, - 77351 + 77136, + 77523 ], "loc": { "start": { - "line": 2111, + "line": 2114, "column": 8 }, "end": { - "line": 2120, + "line": 2123, "column": 9 } } @@ -171573,16 +172001,16 @@ "object": { "type": "ThisExpression", "range": [ - 77367, - 77371 + 77539, + 77543 ], "loc": { "start": { - "line": 2121, + "line": 2124, "column": 15 }, "end": { - "line": 2121, + "line": 2124, "column": 19 } } @@ -171591,62 +172019,62 @@ "type": "Identifier", "name": "tblData", "range": [ - 77372, - 77379 + 77544, + 77551 ], "loc": { "start": { - "line": 2121, + "line": 2124, "column": 20 }, "end": { - "line": 2121, + "line": 2124, "column": 27 } } }, "range": [ - 77367, - 77379 + 77539, + 77551 ], "loc": { "start": { - "line": 2121, + "line": 2124, "column": 15 }, "end": { - "line": 2121, + "line": 2124, "column": 27 } } }, "range": [ - 77360, - 77380 + 77532, + 77552 ], "loc": { "start": { - "line": 2121, + "line": 2124, "column": 8 }, "end": { - "line": 2121, + "line": 2124, "column": 28 } } } ], "range": [ - 76921, - 77386 + 77093, + 77558 ], "loc": { "start": { - "line": 2109, + "line": 2112, "column": 18 }, "end": { - "line": 2122, + "line": 2125, "column": 5 } } @@ -171654,16 +172082,16 @@ "generator": false, "expression": false, "range": [ - 76919, - 77386 + 77091, + 77558 ], "loc": { "start": { - "line": 2109, + "line": 2112, "column": 16 }, "end": { - "line": 2122, + "line": 2125, "column": 5 } } @@ -171671,16 +172099,16 @@ "kind": "method", "computed": false, "range": [ - 76907, - 77386 + 77079, + 77558 ], "loc": { "start": { - "line": 2109, + "line": 2112, "column": 4 }, "end": { - "line": 2122, + "line": 2125, "column": 5 } }, @@ -171689,16 +172117,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 76646, - 76902 + 76818, + 77074 ], "loc": { "start": { - "line": 2099, + "line": 2102, "column": 4 }, "end": { - "line": 2108, + "line": 2111, "column": 7 } } @@ -171709,16 +172137,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 Include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 77392, - 77712 + 77564, + 77884 ], "loc": { "start": { - "line": 2124, + "line": 2127, "column": 4 }, "end": { - "line": 2134, + "line": 2137, "column": 7 } } @@ -171732,16 +172160,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 77717, - 77732 + 77889, + 77904 ], "loc": { "start": { - "line": 2135, + "line": 2138, "column": 4 }, "end": { - "line": 2135, + "line": 2138, "column": 19 } } @@ -171754,16 +172182,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 77733, - 77747 + 77905, + 77919 ], "loc": { "start": { - "line": 2135, + "line": 2138, "column": 20 }, "end": { - "line": 2135, + "line": 2138, "column": 34 } } @@ -171783,16 +172211,16 @@ "object": { "type": "ThisExpression", "range": [ - 77762, - 77766 + 77934, + 77938 ], "loc": { "start": { - "line": 2136, + "line": 2139, "column": 12 }, "end": { - "line": 2136, + "line": 2139, "column": 16 } } @@ -171801,47 +172229,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 77767, - 77781 + 77939, + 77953 ], "loc": { "start": { - "line": 2136, + "line": 2139, "column": 17 }, "end": { - "line": 2136, + "line": 2139, "column": 31 } } }, "range": [ - 77762, - 77781 + 77934, + 77953 ], "loc": { "start": { - "line": 2136, + "line": 2139, "column": 12 }, "end": { - "line": 2136, + "line": 2139, "column": 31 } } }, "prefix": true, "range": [ - 77761, - 77781 + 77933, + 77953 ], "loc": { "start": { - "line": 2136, + "line": 2139, "column": 11 }, "end": { - "line": 2136, + "line": 2139, "column": 31 } } @@ -171855,63 +172283,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77803, - 77805 + 77975, + 77977 ], "loc": { "start": { - "line": 2137, + "line": 2140, "column": 19 }, "end": { - "line": 2137, + "line": 2140, "column": 21 } } }, "range": [ - 77796, - 77806 + 77968, + 77978 ], "loc": { "start": { - "line": 2137, + "line": 2140, "column": 12 }, "end": { - "line": 2137, + "line": 2140, "column": 22 } } } ], "range": [ - 77782, - 77816 + 77954, + 77988 ], "loc": { "start": { - "line": 2136, + "line": 2139, "column": 32 }, "end": { - "line": 2138, + "line": 2141, "column": 9 } } }, "alternate": null, "range": [ - 77758, - 77816 + 77930, + 77988 ], "loc": { "start": { - "line": 2136, + "line": 2139, "column": 8 }, "end": { - "line": 2138, + "line": 2141, "column": 9 } } @@ -171925,16 +172353,16 @@ "type": "Identifier", "name": "row", "range": [ - 77829, - 77832 + 78001, + 78004 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 12 }, "end": { - "line": 2139, + "line": 2142, "column": 15 } } @@ -171948,16 +172376,16 @@ "object": { "type": "ThisExpression", "range": [ - 77835, - 77839 + 78007, + 78011 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 18 }, "end": { - "line": 2139, + "line": 2142, "column": 22 } } @@ -171966,31 +172394,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 77840, - 77843 + 78012, + 78015 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 23 }, "end": { - "line": 2139, + "line": 2142, "column": 26 } } }, "range": [ - 77835, - 77843 + 78007, + 78015 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 18 }, "end": { - "line": 2139, + "line": 2142, "column": 26 } } @@ -171999,46 +172427,46 @@ "type": "Identifier", "name": "rows", "range": [ - 77844, - 77848 + 78016, + 78020 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 27 }, "end": { - "line": 2139, + "line": 2142, "column": 31 } } }, "range": [ - 77835, - 77848 + 78007, + 78020 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 18 }, "end": { - "line": 2139, + "line": 2142, "column": 31 } } }, "range": [ - 77829, - 77848 + 78001, + 78020 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 12 }, "end": { - "line": 2139, + "line": 2142, "column": 31 } } @@ -172049,16 +172477,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 77862, - 77874 + 78034, + 78046 ], "loc": { "start": { - "line": 2140, + "line": 2143, "column": 12 }, "end": { - "line": 2140, + "line": 2143, "column": 24 } } @@ -172067,31 +172495,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77877, - 77879 + 78049, + 78051 ], "loc": { "start": { - "line": 2140, + "line": 2143, "column": 27 }, "end": { - "line": 2140, + "line": 2143, "column": 29 } } }, "range": [ - 77862, - 77879 + 78034, + 78051 ], "loc": { "start": { - "line": 2140, + "line": 2143, "column": 12 }, "end": { - "line": 2140, + "line": 2143, "column": 29 } } @@ -172099,16 +172527,16 @@ ], "kind": "let", "range": [ - 77825, - 77880 + 77997, + 78052 ], "loc": { "start": { - "line": 2139, + "line": 2142, "column": 8 }, "end": { - "line": 2140, + "line": 2143, "column": 30 } } @@ -172119,16 +172547,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 77892, - 77906 + 78064, + 78078 ], "loc": { "start": { - "line": 2141, + "line": 2144, "column": 11 }, "end": { - "line": 2141, + "line": 2144, "column": 25 } } @@ -172145,16 +172573,16 @@ "type": "Identifier", "name": "table", "range": [ - 77925, - 77930 + 78097, + 78102 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 16 }, "end": { - "line": 2142, + "line": 2145, "column": 21 } } @@ -172167,16 +172595,16 @@ "object": { "type": "ThisExpression", "range": [ - 77933, - 77937 + 78105, + 78109 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 24 }, "end": { - "line": 2142, + "line": 2145, "column": 28 } } @@ -172185,31 +172613,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77938, - 77948 + 78110, + 78120 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 29 }, "end": { - "line": 2142, + "line": 2145, "column": 39 } } }, "range": [ - 77933, - 77948 + 78105, + 78120 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 24 }, "end": { - "line": 2142, + "line": 2145, "column": 39 } } @@ -172226,16 +172654,16 @@ "object": { "type": "ThisExpression", "range": [ - 77971, - 77975 + 78143, + 78147 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 20 }, "end": { - "line": 2143, + "line": 2146, "column": 24 } } @@ -172244,31 +172672,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 77976, - 77979 + 78148, + 78151 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 25 }, "end": { - "line": 2143, + "line": 2146, "column": 28 } } }, "range": [ - 77971, - 77979 + 78143, + 78151 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 20 }, "end": { - "line": 2143, + "line": 2146, "column": 28 } } @@ -172277,31 +172705,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77980, - 77990 + 78152, + 78162 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 29 }, "end": { - "line": 2143, + "line": 2146, "column": 39 } } }, "range": [ - 77971, - 77990 + 78143, + 78162 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 20 }, "end": { - "line": 2143, + "line": 2146, "column": 39 } } @@ -172310,31 +172738,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 77991, - 77998 + 78163, + 78170 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 40 }, "end": { - "line": 2143, + "line": 2146, "column": 47 } } }, "range": [ - 77971, - 77998 + 78143, + 78170 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 20 }, "end": { - "line": 2143, + "line": 2146, "column": 47 } } @@ -172345,16 +172773,16 @@ "object": { "type": "ThisExpression", "range": [ - 78001, - 78005 + 78173, + 78177 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 50 }, "end": { - "line": 2143, + "line": 2146, "column": 54 } } @@ -172363,61 +172791,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 78006, - 78009 + 78178, + 78181 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 55 }, "end": { - "line": 2143, + "line": 2146, "column": 58 } } }, "range": [ - 78001, - 78009 + 78173, + 78181 ], "loc": { "start": { - "line": 2143, + "line": 2146, "column": 50 }, "end": { - "line": 2143, + "line": 2146, "column": 58 } } }, "range": [ - 77933, - 78009 + 78105, + 78181 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 24 }, "end": { - "line": 2143, + "line": 2146, "column": 58 } } }, "range": [ - 77925, - 78009 + 78097, + 78181 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 16 }, "end": { - "line": 2143, + "line": 2146, "column": 58 } } @@ -172428,16 +172856,16 @@ "type": "Identifier", "name": "r", "range": [ - 78027, - 78028 + 78199, + 78200 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 16 }, "end": { - "line": 2144, + "line": 2147, "column": 17 } } @@ -172452,16 +172880,16 @@ "type": "Identifier", "name": "table", "range": [ - 78031, - 78036 + 78203, + 78208 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 20 }, "end": { - "line": 2144, + "line": 2147, "column": 25 } } @@ -172470,31 +172898,31 @@ "type": "Identifier", "name": "rows", "range": [ - 78037, - 78041 + 78209, + 78213 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 26 }, "end": { - "line": 2144, + "line": 2147, "column": 30 } } }, "range": [ - 78031, - 78041 + 78203, + 78213 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 20 }, "end": { - "line": 2144, + "line": 2147, "column": 30 } } @@ -172505,16 +172933,16 @@ "object": { "type": "ThisExpression", "range": [ - 78042, - 78046 + 78214, + 78218 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 31 }, "end": { - "line": 2144, + "line": 2147, "column": 35 } } @@ -172523,61 +172951,61 @@ "type": "Identifier", "name": "headersRow", "range": [ - 78047, - 78057 + 78219, + 78229 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 36 }, "end": { - "line": 2144, + "line": 2147, "column": 46 } } }, "range": [ - 78042, - 78057 + 78214, + 78229 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 31 }, "end": { - "line": 2144, + "line": 2147, "column": 46 } } }, "range": [ - 78031, - 78058 + 78203, + 78230 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 20 }, "end": { - "line": 2144, + "line": 2147, "column": 47 } } }, "range": [ - 78027, - 78058 + 78199, + 78230 ], "loc": { "start": { - "line": 2144, + "line": 2147, "column": 16 }, "end": { - "line": 2144, + "line": 2147, "column": 47 } } @@ -172588,16 +173016,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 78076, - 78083 + 78248, + 78255 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 16 }, "end": { - "line": 2145, + "line": 2148, "column": 23 } } @@ -172612,16 +173040,16 @@ "type": "Identifier", "name": "r", "range": [ - 78087, - 78088 + 78259, + 78260 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 27 }, "end": { - "line": 2145, + "line": 2148, "column": 28 } } @@ -172630,31 +173058,31 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 78089, - 78097 + 78261, + 78269 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 29 }, "end": { - "line": 2145, + "line": 2148, "column": 37 } } }, "range": [ - 78087, - 78097 + 78259, + 78269 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 27 }, "end": { - "line": 2145, + "line": 2148, "column": 37 } } @@ -172663,47 +173091,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 78099, - 78101 + 78271, + 78273 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 39 }, "end": { - "line": 2145, + "line": 2148, "column": 41 } } } ], "range": [ - 78086, - 78102 + 78258, + 78274 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 26 }, "end": { - "line": 2145, + "line": 2148, "column": 42 } } }, "range": [ - 78076, - 78102 + 78248, + 78274 ], "loc": { "start": { - "line": 2145, + "line": 2148, "column": 16 }, "end": { - "line": 2145, + "line": 2148, "column": 42 } } @@ -172711,16 +173139,16 @@ ], "kind": "let", "range": [ - 77921, - 78103 + 78093, + 78275 ], "loc": { "start": { - "line": 2142, + "line": 2145, "column": 12 }, "end": { - "line": 2145, + "line": 2148, "column": 43 } } @@ -172736,16 +173164,16 @@ "type": "Identifier", "name": "j", "range": [ - 78124, - 78125 + 78296, + 78297 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 20 }, "end": { - "line": 2146, + "line": 2149, "column": 21 } } @@ -172755,31 +173183,31 @@ "value": 0, "raw": "0", "range": [ - 78126, - 78127 + 78298, + 78299 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 22 }, "end": { - "line": 2146, + "line": 2149, "column": 23 } } }, "range": [ - 78124, - 78127 + 78296, + 78299 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 20 }, "end": { - "line": 2146, + "line": 2149, "column": 23 } } @@ -172787,16 +173215,16 @@ ], "kind": "let", "range": [ - 78120, - 78127 + 78292, + 78299 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 16 }, "end": { - "line": 2146, + "line": 2149, "column": 23 } } @@ -172808,16 +173236,16 @@ "type": "Identifier", "name": "j", "range": [ - 78129, - 78130 + 78301, + 78302 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 25 }, "end": { - "line": 2146, + "line": 2149, "column": 26 } } @@ -172828,16 +173256,16 @@ "object": { "type": "ThisExpression", "range": [ - 78131, - 78135 + 78303, + 78307 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 27 }, "end": { - "line": 2146, + "line": 2149, "column": 31 } } @@ -172846,46 +173274,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 78136, - 78143 + 78308, + 78315 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 32 }, "end": { - "line": 2146, + "line": 2149, "column": 39 } } }, "range": [ - 78131, - 78143 + 78303, + 78315 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 27 }, "end": { - "line": 2146, + "line": 2149, "column": 39 } } }, "range": [ - 78129, - 78143 + 78301, + 78315 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 25 }, "end": { - "line": 2146, + "line": 2149, "column": 39 } } @@ -172897,32 +173325,32 @@ "type": "Identifier", "name": "j", "range": [ - 78145, - 78146 + 78317, + 78318 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 41 }, "end": { - "line": 2146, + "line": 2149, "column": 42 } } }, "prefix": false, "range": [ - 78145, - 78148 + 78317, + 78320 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 41 }, "end": { - "line": 2146, + "line": 2149, "column": 44 } } @@ -172939,16 +173367,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 78171, - 78181 + 78343, + 78353 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 20 }, "end": { - "line": 2147, + "line": 2150, "column": 30 } } @@ -172961,16 +173389,16 @@ "object": { "type": "ThisExpression", "range": [ - 78184, - 78188 + 78356, + 78360 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 33 }, "end": { - "line": 2147, + "line": 2150, "column": 37 } } @@ -172979,31 +173407,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 78189, - 78200 + 78361, + 78372 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 38 }, "end": { - "line": 2147, + "line": 2150, "column": 49 } } }, "range": [ - 78184, - 78200 + 78356, + 78372 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 33 }, "end": { - "line": 2147, + "line": 2150, "column": 49 } } @@ -173013,16 +173441,16 @@ "type": "Identifier", "name": "j", "range": [ - 78201, - 78202 + 78373, + 78374 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 50 }, "end": { - "line": 2147, + "line": 2150, "column": 51 } } @@ -173037,16 +173465,16 @@ "type": "Identifier", "name": "r", "range": [ - 78204, - 78205 + 78376, + 78377 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 53 }, "end": { - "line": 2147, + "line": 2150, "column": 54 } } @@ -173055,31 +173483,31 @@ "type": "Identifier", "name": "cells", "range": [ - 78206, - 78211 + 78378, + 78383 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 55 }, "end": { - "line": 2147, + "line": 2150, "column": 60 } } }, "range": [ - 78204, - 78211 + 78376, + 78383 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 53 }, "end": { - "line": 2147, + "line": 2150, "column": 60 } } @@ -173088,62 +173516,62 @@ "type": "Identifier", "name": "j", "range": [ - 78212, - 78213 + 78384, + 78385 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 61 }, "end": { - "line": 2147, + "line": 2150, "column": 62 } } }, "range": [ - 78204, - 78214 + 78376, + 78386 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 53 }, "end": { - "line": 2147, + "line": 2150, "column": 63 } } } ], "range": [ - 78184, - 78215 + 78356, + 78387 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 33 }, "end": { - "line": 2147, + "line": 2150, "column": 64 } } }, "range": [ - 78171, - 78215 + 78343, + 78387 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 20 }, "end": { - "line": 2147, + "line": 2150, "column": 64 } } @@ -173151,16 +173579,16 @@ ], "kind": "let", "range": [ - 78167, - 78216 + 78339, + 78388 ], "loc": { "start": { - "line": 2147, + "line": 2150, "column": 16 }, "end": { - "line": 2147, + "line": 2150, "column": 65 } } @@ -173179,16 +173607,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 78233, - 78240 + 78405, + 78412 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 16 }, "end": { - "line": 2148, + "line": 2151, "column": 23 } } @@ -173198,31 +173626,31 @@ "value": 1, "raw": "1", "range": [ - 78241, - 78242 + 78413, + 78414 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 24 }, "end": { - "line": 2148, + "line": 2151, "column": 25 } } }, "range": [ - 78233, - 78243 + 78405, + 78415 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 16 }, "end": { - "line": 2148, + "line": 2151, "column": 26 } } @@ -173231,31 +173659,31 @@ "type": "Identifier", "name": "push", "range": [ - 78244, - 78248 + 78416, + 78420 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 27 }, "end": { - "line": 2148, + "line": 2151, "column": 31 } } }, "range": [ - 78233, - 78248 + 78405, + 78420 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 16 }, "end": { - "line": 2148, + "line": 2151, "column": 31 } } @@ -173265,78 +173693,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 78249, - 78259 + 78421, + 78431 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 32 }, "end": { - "line": 2148, + "line": 2151, "column": 42 } } } ], "range": [ - 78233, - 78260 + 78405, + 78432 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 16 }, "end": { - "line": 2148, + "line": 2151, "column": 43 } } }, "range": [ - 78233, - 78261 + 78405, + 78433 ], "loc": { "start": { - "line": 2148, + "line": 2151, "column": 16 }, "end": { - "line": 2148, + "line": 2151, "column": 44 } } } ], "range": [ - 78149, - 78275 + 78321, + 78447 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 45 }, "end": { - "line": 2149, + "line": 2152, "column": 13 } } }, "range": [ - 78116, - 78275 + 78288, + 78447 ], "loc": { "start": { - "line": 2146, + "line": 2149, "column": 12 }, "end": { - "line": 2149, + "line": 2152, "column": 13 } } @@ -173352,16 +173780,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 78288, - 78300 + 78460, + 78472 ], "loc": { "start": { - "line": 2150, + "line": 2153, "column": 12 }, "end": { - "line": 2150, + "line": 2153, "column": 24 } } @@ -173370,31 +173798,31 @@ "type": "Identifier", "name": "push", "range": [ - 78301, - 78305 + 78473, + 78477 ], "loc": { "start": { - "line": 2150, + "line": 2153, "column": 25 }, "end": { - "line": 2150, + "line": 2153, "column": 29 } } }, "range": [ - 78288, - 78305 + 78460, + 78477 ], "loc": { "start": { - "line": 2150, + "line": 2153, "column": 12 }, "end": { - "line": 2150, + "line": 2153, "column": 29 } } @@ -173404,79 +173832,79 @@ "type": "Identifier", "name": "rowData", "range": [ - 78306, - 78313 + 78478, + 78485 ], "loc": { "start": { - "line": 2150, + "line": 2153, "column": 30 }, "end": { - "line": 2150, + "line": 2153, "column": 37 } } } ], "range": [ - 78288, - 78314 + 78460, + 78486 ], "loc": { "start": { - "line": 2150, + "line": 2153, "column": 12 }, "end": { - "line": 2150, + "line": 2153, "column": 38 } } }, "range": [ - 78288, - 78315 + 78460, + 78487 ], "loc": { "start": { - "line": 2150, + "line": 2153, "column": 12 }, "end": { - "line": 2150, + "line": 2153, "column": 39 } } } ], "range": [ - 77907, - 78325 + 78079, + 78497 ], "loc": { "start": { - "line": 2141, + "line": 2144, "column": 26 }, "end": { - "line": 2151, + "line": 2154, "column": 9 } } }, "alternate": null, "range": [ - 77889, - 78325 + 78061, + 78497 ], "loc": { "start": { - "line": 2141, + "line": 2144, "column": 8 }, "end": { - "line": 2151, + "line": 2154, "column": 9 } } @@ -173490,16 +173918,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 78339, - 78348 + 78511, + 78520 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 12 }, "end": { - "line": 2153, + "line": 2156, "column": 21 } } @@ -173512,16 +173940,16 @@ "object": { "type": "ThisExpression", "range": [ - 78351, - 78355 + 78523, + 78527 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 24 }, "end": { - "line": 2153, + "line": 2156, "column": 28 } } @@ -173530,31 +173958,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 78356, - 78368 + 78528, + 78540 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 29 }, "end": { - "line": 2153, + "line": 2156, "column": 41 } } }, "range": [ - 78351, - 78368 + 78523, + 78540 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 24 }, "end": { - "line": 2153, + "line": 2156, "column": 41 } } @@ -173565,47 +173993,47 @@ "value": true, "raw": "true", "range": [ - 78369, - 78373 + 78541, + 78545 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 42 }, "end": { - "line": 2153, + "line": 2156, "column": 46 } } } ], "range": [ - 78351, - 78374 + 78523, + 78546 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 24 }, "end": { - "line": 2153, + "line": 2156, "column": 47 } } }, "range": [ - 78339, - 78374 + 78511, + 78546 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 12 }, "end": { - "line": 2153, + "line": 2156, "column": 47 } } @@ -173613,16 +174041,16 @@ ], "kind": "let", "range": [ - 78335, - 78375 + 78507, + 78547 ], "loc": { "start": { - "line": 2153, + "line": 2156, "column": 8 }, "end": { - "line": 2153, + "line": 2156, "column": 48 } } @@ -173638,16 +174066,16 @@ "type": "Identifier", "name": "i", "range": [ - 78392, - 78393 + 78564, + 78565 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 16 }, "end": { - "line": 2154, + "line": 2157, "column": 17 } } @@ -173657,31 +174085,31 @@ "value": 0, "raw": "0", "range": [ - 78394, - 78395 + 78566, + 78567 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 18 }, "end": { - "line": 2154, + "line": 2157, "column": 19 } } }, "range": [ - 78392, - 78395 + 78564, + 78567 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 16 }, "end": { - "line": 2154, + "line": 2157, "column": 19 } } @@ -173689,16 +174117,16 @@ ], "kind": "let", "range": [ - 78388, - 78395 + 78560, + 78567 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 12 }, "end": { - "line": 2154, + "line": 2157, "column": 19 } } @@ -173710,16 +174138,16 @@ "type": "Identifier", "name": "i", "range": [ - 78397, - 78398 + 78569, + 78570 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 21 }, "end": { - "line": 2154, + "line": 2157, "column": 22 } } @@ -173731,16 +174159,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 78399, - 78408 + 78571, + 78580 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 23 }, "end": { - "line": 2154, + "line": 2157, "column": 32 } } @@ -173749,46 +174177,46 @@ "type": "Identifier", "name": "length", "range": [ - 78409, - 78415 + 78581, + 78587 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 33 }, "end": { - "line": 2154, + "line": 2157, "column": 39 } } }, "range": [ - 78399, - 78415 + 78571, + 78587 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 23 }, "end": { - "line": 2154, + "line": 2157, "column": 39 } } }, "range": [ - 78397, - 78415 + 78569, + 78587 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 21 }, "end": { - "line": 2154, + "line": 2157, "column": 39 } } @@ -173800,32 +174228,32 @@ "type": "Identifier", "name": "i", "range": [ - 78417, - 78418 + 78589, + 78590 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 41 }, "end": { - "line": 2154, + "line": 2157, "column": 42 } } }, "prefix": false, "range": [ - 78417, - 78420 + 78589, + 78592 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 41 }, "end": { - "line": 2154, + "line": 2157, "column": 44 } } @@ -173842,16 +174270,16 @@ "type": "Identifier", "name": "rData", "range": [ - 78439, - 78444 + 78611, + 78616 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 16 }, "end": { - "line": 2155, + "line": 2158, "column": 21 } } @@ -173868,16 +174296,16 @@ "object": { "type": "ThisExpression", "range": [ - 78448, - 78452 + 78620, + 78624 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 25 }, "end": { - "line": 2155, + "line": 2158, "column": 29 } } @@ -173886,31 +174314,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 78453, - 78467 + 78625, + 78639 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 30 }, "end": { - "line": 2155, + "line": 2158, "column": 44 } } }, "range": [ - 78448, - 78467 + 78620, + 78639 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 25 }, "end": { - "line": 2155, + "line": 2158, "column": 44 } } @@ -173919,31 +174347,31 @@ "type": "Identifier", "name": "i", "range": [ - 78468, - 78469 + 78640, + 78641 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 45 }, "end": { - "line": 2155, + "line": 2158, "column": 46 } } }, "range": [ - 78448, - 78470 + 78620, + 78642 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 25 }, "end": { - "line": 2155, + "line": 2158, "column": 47 } } @@ -173952,47 +174380,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 78471, - 78473 + 78643, + 78645 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 48 }, "end": { - "line": 2155, + "line": 2158, "column": 50 } } } ], "range": [ - 78447, - 78474 + 78619, + 78646 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 24 }, "end": { - "line": 2155, + "line": 2158, "column": 51 } } }, "range": [ - 78439, - 78474 + 78611, + 78646 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 16 }, "end": { - "line": 2155, + "line": 2158, "column": 51 } } @@ -174003,16 +174431,16 @@ "type": "Identifier", "name": "cells", "range": [ - 78492, - 78497 + 78664, + 78669 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 16 }, "end": { - "line": 2156, + "line": 2159, "column": 21 } } @@ -174027,16 +174455,16 @@ "type": "Identifier", "name": "row", "range": [ - 78500, - 78503 + 78672, + 78675 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 24 }, "end": { - "line": 2156, + "line": 2159, "column": 27 } } @@ -174050,16 +174478,16 @@ "object": { "type": "ThisExpression", "range": [ - 78504, - 78508 + 78676, + 78680 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 28 }, "end": { - "line": 2156, + "line": 2159, "column": 32 } } @@ -174068,31 +174496,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 78509, - 78523 + 78681, + 78695 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 33 }, "end": { - "line": 2156, + "line": 2159, "column": 47 } } }, "range": [ - 78504, - 78523 + 78676, + 78695 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 28 }, "end": { - "line": 2156, + "line": 2159, "column": 47 } } @@ -174101,46 +174529,46 @@ "type": "Identifier", "name": "i", "range": [ - 78524, - 78525 + 78696, + 78697 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 48 }, "end": { - "line": 2156, + "line": 2159, "column": 49 } } }, "range": [ - 78504, - 78526 + 78676, + 78698 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 28 }, "end": { - "line": 2156, + "line": 2159, "column": 50 } } }, "range": [ - 78500, - 78527 + 78672, + 78699 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 24 }, "end": { - "line": 2156, + "line": 2159, "column": 51 } } @@ -174149,46 +174577,46 @@ "type": "Identifier", "name": "cells", "range": [ - 78528, - 78533 + 78700, + 78705 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 52 }, "end": { - "line": 2156, + "line": 2159, "column": 57 } } }, "range": [ - 78500, - 78533 + 78672, + 78705 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 24 }, "end": { - "line": 2156, + "line": 2159, "column": 57 } } }, "range": [ - 78492, - 78533 + 78664, + 78705 ], "loc": { "start": { - "line": 2156, + "line": 2159, "column": 16 }, "end": { - "line": 2156, + "line": 2159, "column": 57 } } @@ -174196,16 +174624,16 @@ ], "kind": "let", "range": [ - 78435, - 78534 + 78607, + 78706 ], "loc": { "start": { - "line": 2155, + "line": 2158, "column": 12 }, "end": { - "line": 2156, + "line": 2159, "column": 58 } } @@ -174221,16 +174649,16 @@ "type": "Identifier", "name": "k", "range": [ - 78555, - 78556 + 78727, + 78728 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 20 }, "end": { - "line": 2157, + "line": 2160, "column": 21 } } @@ -174240,31 +174668,31 @@ "value": 0, "raw": "0", "range": [ - 78557, - 78558 + 78729, + 78730 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 22 }, "end": { - "line": 2157, + "line": 2160, "column": 23 } } }, "range": [ - 78555, - 78558 + 78727, + 78730 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 20 }, "end": { - "line": 2157, + "line": 2160, "column": 23 } } @@ -174272,16 +174700,16 @@ ], "kind": "let", "range": [ - 78551, - 78558 + 78723, + 78730 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 16 }, "end": { - "line": 2157, + "line": 2160, "column": 23 } } @@ -174293,16 +174721,16 @@ "type": "Identifier", "name": "k", "range": [ - 78560, - 78561 + 78732, + 78733 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 25 }, "end": { - "line": 2157, + "line": 2160, "column": 26 } } @@ -174314,16 +174742,16 @@ "type": "Identifier", "name": "cells", "range": [ - 78562, - 78567 + 78734, + 78739 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 27 }, "end": { - "line": 2157, + "line": 2160, "column": 32 } } @@ -174332,46 +174760,46 @@ "type": "Identifier", "name": "length", "range": [ - 78568, - 78574 + 78740, + 78746 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 33 }, "end": { - "line": 2157, + "line": 2160, "column": 39 } } }, "range": [ - 78562, - 78574 + 78734, + 78746 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 27 }, "end": { - "line": 2157, + "line": 2160, "column": 39 } } }, "range": [ - 78560, - 78574 + 78732, + 78746 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 25 }, "end": { - "line": 2157, + "line": 2160, "column": 39 } } @@ -174383,32 +174811,32 @@ "type": "Identifier", "name": "k", "range": [ - 78576, - 78577 + 78748, + 78749 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 41 }, "end": { - "line": 2157, + "line": 2160, "column": 42 } } }, "prefix": false, "range": [ - 78576, - 78579 + 78748, + 78751 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 41 }, "end": { - "line": 2157, + "line": 2160, "column": 44 } } @@ -174425,16 +174853,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 78602, - 78611 + 78774, + 78783 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 20 }, "end": { - "line": 2158, + "line": 2161, "column": 29 } } @@ -174447,16 +174875,16 @@ "object": { "type": "ThisExpression", "range": [ - 78614, - 78618 + 78786, + 78790 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 32 }, "end": { - "line": 2158, + "line": 2161, "column": 36 } } @@ -174465,31 +174893,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 78619, - 78630 + 78791, + 78802 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 37 }, "end": { - "line": 2158, + "line": 2161, "column": 48 } } }, "range": [ - 78614, - 78630 + 78786, + 78802 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 32 }, "end": { - "line": 2158, + "line": 2161, "column": 48 } } @@ -174499,16 +174927,16 @@ "type": "Identifier", "name": "k", "range": [ - 78631, - 78632 + 78803, + 78804 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 49 }, "end": { - "line": 2158, + "line": 2161, "column": 50 } } @@ -174520,16 +174948,16 @@ "type": "Identifier", "name": "cells", "range": [ - 78634, - 78639 + 78806, + 78811 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 52 }, "end": { - "line": 2158, + "line": 2161, "column": 57 } } @@ -174538,62 +174966,62 @@ "type": "Identifier", "name": "k", "range": [ - 78640, - 78641 + 78812, + 78813 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 58 }, "end": { - "line": 2158, + "line": 2161, "column": 59 } } }, "range": [ - 78634, - 78642 + 78806, + 78814 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 52 }, "end": { - "line": 2158, + "line": 2161, "column": 60 } } } ], "range": [ - 78614, - 78643 + 78786, + 78815 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 32 }, "end": { - "line": 2158, + "line": 2161, "column": 61 } } }, "range": [ - 78602, - 78643 + 78774, + 78815 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 20 }, "end": { - "line": 2158, + "line": 2161, "column": 61 } } @@ -174601,16 +175029,16 @@ ], "kind": "let", "range": [ - 78598, - 78644 + 78770, + 78816 ], "loc": { "start": { - "line": 2158, + "line": 2161, "column": 16 }, "end": { - "line": 2158, + "line": 2161, "column": 62 } } @@ -174629,16 +175057,16 @@ "type": "Identifier", "name": "rData", "range": [ - 78661, - 78666 + 78833, + 78838 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 16 }, "end": { - "line": 2159, + "line": 2162, "column": 21 } } @@ -174648,31 +175076,31 @@ "value": 1, "raw": "1", "range": [ - 78667, - 78668 + 78839, + 78840 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 22 }, "end": { - "line": 2159, + "line": 2162, "column": 23 } } }, "range": [ - 78661, - 78669 + 78833, + 78841 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 16 }, "end": { - "line": 2159, + "line": 2162, "column": 24 } } @@ -174681,31 +175109,31 @@ "type": "Identifier", "name": "push", "range": [ - 78670, - 78674 + 78842, + 78846 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 25 }, "end": { - "line": 2159, + "line": 2162, "column": 29 } } }, "range": [ - 78661, - 78674 + 78833, + 78846 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 16 }, "end": { - "line": 2159, + "line": 2162, "column": 29 } } @@ -174715,78 +175143,78 @@ "type": "Identifier", "name": "cell_data", "range": [ - 78675, - 78684 + 78847, + 78856 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 30 }, "end": { - "line": 2159, + "line": 2162, "column": 39 } } } ], "range": [ - 78661, - 78685 + 78833, + 78857 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 16 }, "end": { - "line": 2159, + "line": 2162, "column": 40 } } }, "range": [ - 78661, - 78686 + 78833, + 78858 ], "loc": { "start": { - "line": 2159, + "line": 2162, "column": 16 }, "end": { - "line": 2159, + "line": 2162, "column": 41 } } } ], "range": [ - 78580, - 78700 + 78752, + 78872 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 45 }, "end": { - "line": 2160, + "line": 2163, "column": 13 } } }, "range": [ - 78547, - 78700 + 78719, + 78872 ], "loc": { "start": { - "line": 2157, + "line": 2160, "column": 12 }, "end": { - "line": 2160, + "line": 2163, "column": 13 } } @@ -174802,16 +175230,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 78713, - 78725 + 78885, + 78897 ], "loc": { "start": { - "line": 2161, + "line": 2164, "column": 12 }, "end": { - "line": 2161, + "line": 2164, "column": 24 } } @@ -174820,31 +175248,31 @@ "type": "Identifier", "name": "push", "range": [ - 78726, - 78730 + 78898, + 78902 ], "loc": { "start": { - "line": 2161, + "line": 2164, "column": 25 }, "end": { - "line": 2161, + "line": 2164, "column": 29 } } }, "range": [ - 78713, - 78730 + 78885, + 78902 ], "loc": { "start": { - "line": 2161, + "line": 2164, "column": 12 }, "end": { - "line": 2161, + "line": 2164, "column": 29 } } @@ -174854,78 +175282,78 @@ "type": "Identifier", "name": "rData", "range": [ - 78731, - 78736 + 78903, + 78908 ], "loc": { "start": { - "line": 2161, + "line": 2164, "column": 30 }, "end": { - "line": 2161, + "line": 2164, "column": 35 } } } ], "range": [ - 78713, - 78737 + 78885, + 78909 ], "loc": { "start": { - "line": 2161, + "line": 2164, "column": 12 }, "end": { - "line": 2161, + "line": 2164, "column": 36 } } }, "range": [ - 78713, - 78738 + 78885, + 78910 ], "loc": { "start": { - "line": 2161, + "line": 2164, "column": 12 }, "end": { - "line": 2161, + "line": 2164, "column": 37 } } } ], "range": [ - 78421, - 78748 + 78593, + 78920 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 45 }, "end": { - "line": 2162, + "line": 2165, "column": 9 } } }, "range": [ - 78384, - 78748 + 78556, + 78920 ], "loc": { "start": { - "line": 2154, + "line": 2157, "column": 8 }, "end": { - "line": 2162, + "line": 2165, "column": 9 } } @@ -174936,47 +175364,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 78764, - 78776 + 78936, + 78948 ], "loc": { "start": { - "line": 2163, + "line": 2166, "column": 15 }, "end": { - "line": 2163, + "line": 2166, "column": 27 } } }, "range": [ - 78757, - 78777 + 78929, + 78949 ], "loc": { "start": { - "line": 2163, + "line": 2166, "column": 8 }, "end": { - "line": 2163, + "line": 2166, "column": 28 } } } ], "range": [ - 77748, - 78783 + 77920, + 78955 ], "loc": { "start": { - "line": 2135, + "line": 2138, "column": 35 }, "end": { - "line": 2164, + "line": 2167, "column": 5 } } @@ -174984,16 +175412,16 @@ "generator": false, "expression": false, "range": [ - 77732, - 78783 + 77904, + 78955 ], "loc": { "start": { - "line": 2135, + "line": 2138, "column": 19 }, "end": { - "line": 2164, + "line": 2167, "column": 5 } } @@ -175001,16 +175429,16 @@ "kind": "method", "computed": false, "range": [ - 77717, - 78783 + 77889, + 78955 ], "loc": { "start": { - "line": 2135, + "line": 2138, "column": 4 }, "end": { - "line": 2164, + "line": 2167, "column": 5 } }, @@ -175019,16 +175447,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 Include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 77392, - 77712 + 77564, + 77884 ], "loc": { "start": { - "line": 2124, + "line": 2127, "column": 4 }, "end": { - "line": 2134, + "line": 2137, "column": 7 } } @@ -175039,16 +175467,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 78789, - 79049 + 78961, + 79221 ], "loc": { "start": { - "line": 2166, + "line": 2169, "column": 4 }, "end": { - "line": 2172, + "line": 2175, "column": 7 } } @@ -175062,16 +175490,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 79054, - 79072 + 79226, + 79244 ], "loc": { "start": { - "line": 2173, + "line": 2176, "column": 4 }, "end": { - "line": 2173, + "line": 2176, "column": 22 } } @@ -175084,16 +175512,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79073, - 79081 + 79245, + 79253 ], "loc": { "start": { - "line": 2173, + "line": 2176, "column": 23 }, "end": { - "line": 2173, + "line": 2176, "column": 31 } } @@ -175111,16 +175539,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79095, - 79103 + 79267, + 79275 ], "loc": { "start": { - "line": 2174, + "line": 2177, "column": 11 }, "end": { - "line": 2174, + "line": 2177, "column": 19 } } @@ -175129,31 +175557,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 79106, - 79115 + 79278, + 79287 ], "loc": { "start": { - "line": 2174, + "line": 2177, "column": 22 }, "end": { - "line": 2174, + "line": 2177, "column": 31 } } }, "range": [ - 79095, - 79115 + 79267, + 79287 ], "loc": { "start": { - "line": 2174, + "line": 2177, "column": 11 }, "end": { - "line": 2174, + "line": 2177, "column": 31 } } @@ -175167,63 +175595,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 79137, - 79139 + 79309, + 79311 ], "loc": { "start": { - "line": 2175, + "line": 2178, "column": 19 }, "end": { - "line": 2175, + "line": 2178, "column": 21 } } }, "range": [ - 79130, - 79140 + 79302, + 79312 ], "loc": { "start": { - "line": 2175, + "line": 2178, "column": 12 }, "end": { - "line": 2175, + "line": 2178, "column": 22 } } } ], "range": [ - 79116, - 79150 + 79288, + 79322 ], "loc": { "start": { - "line": 2174, + "line": 2177, "column": 32 }, "end": { - "line": 2176, + "line": 2179, "column": 9 } } }, "alternate": null, "range": [ - 79092, - 79150 + 79264, + 79322 ], "loc": { "start": { - "line": 2174, + "line": 2177, "column": 8 }, "end": { - "line": 2176, + "line": 2179, "column": 9 } } @@ -175237,16 +175665,16 @@ "type": "Identifier", "name": "data", "range": [ - 79163, - 79167 + 79335, + 79339 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 12 }, "end": { - "line": 2177, + "line": 2180, "column": 16 } } @@ -175259,16 +175687,16 @@ "object": { "type": "ThisExpression", "range": [ - 79171, - 79175 + 79343, + 79347 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 20 }, "end": { - "line": 2177, + "line": 2180, "column": 24 } } @@ -175277,62 +175705,62 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 79176, - 79191 + 79348, + 79363 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 25 }, "end": { - "line": 2177, + "line": 2180, "column": 40 } } }, "range": [ - 79171, - 79191 + 79343, + 79363 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 20 }, "end": { - "line": 2177, + "line": 2180, "column": 40 } } }, "arguments": [], "range": [ - 79171, - 79193 + 79343, + 79365 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 20 }, "end": { - "line": 2177, + "line": 2180, "column": 42 } } }, "range": [ - 79163, - 79193 + 79335, + 79365 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 12 }, "end": { - "line": 2177, + "line": 2180, "column": 42 } } @@ -175343,16 +175771,16 @@ "type": "Identifier", "name": "colData", "range": [ - 79207, - 79214 + 79379, + 79386 ], "loc": { "start": { - "line": 2178, + "line": 2181, "column": 12 }, "end": { - "line": 2178, + "line": 2181, "column": 19 } } @@ -175361,31 +175789,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 79217, - 79219 + 79389, + 79391 ], "loc": { "start": { - "line": 2178, + "line": 2181, "column": 22 }, "end": { - "line": 2178, + "line": 2181, "column": 24 } } }, "range": [ - 79207, - 79219 + 79379, + 79391 ], "loc": { "start": { - "line": 2178, + "line": 2181, "column": 12 }, "end": { - "line": 2178, + "line": 2181, "column": 24 } } @@ -175393,16 +175821,16 @@ ], "kind": "let", "range": [ - 79159, - 79220 + 79331, + 79392 ], "loc": { "start": { - "line": 2177, + "line": 2180, "column": 8 }, "end": { - "line": 2178, + "line": 2181, "column": 25 } } @@ -175418,16 +175846,16 @@ "type": "Identifier", "name": "i", "range": [ - 79237, - 79238 + 79409, + 79410 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 16 }, "end": { - "line": 2179, + "line": 2182, "column": 17 } } @@ -175437,31 +175865,31 @@ "value": 0, "raw": "0", "range": [ - 79239, - 79240 + 79411, + 79412 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 18 }, "end": { - "line": 2179, + "line": 2182, "column": 19 } } }, "range": [ - 79237, - 79240 + 79409, + 79412 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 16 }, "end": { - "line": 2179, + "line": 2182, "column": 19 } } @@ -175472,16 +175900,16 @@ "type": "Identifier", "name": "len", "range": [ - 79242, - 79245 + 79414, + 79417 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 21 }, "end": { - "line": 2179, + "line": 2182, "column": 24 } } @@ -175493,16 +175921,16 @@ "type": "Identifier", "name": "data", "range": [ - 79246, - 79250 + 79418, + 79422 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 25 }, "end": { - "line": 2179, + "line": 2182, "column": 29 } } @@ -175511,46 +175939,46 @@ "type": "Identifier", "name": "length", "range": [ - 79251, - 79257 + 79423, + 79429 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 30 }, "end": { - "line": 2179, + "line": 2182, "column": 36 } } }, "range": [ - 79246, - 79257 + 79418, + 79429 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 25 }, "end": { - "line": 2179, + "line": 2182, "column": 36 } } }, "range": [ - 79242, - 79257 + 79414, + 79429 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 21 }, "end": { - "line": 2179, + "line": 2182, "column": 36 } } @@ -175558,16 +175986,16 @@ ], "kind": "let", "range": [ - 79233, - 79257 + 79405, + 79429 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 12 }, "end": { - "line": 2179, + "line": 2182, "column": 36 } } @@ -175579,16 +176007,16 @@ "type": "Identifier", "name": "i", "range": [ - 79259, - 79260 + 79431, + 79432 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 38 }, "end": { - "line": 2179, + "line": 2182, "column": 39 } } @@ -175597,31 +176025,31 @@ "type": "Identifier", "name": "len", "range": [ - 79261, - 79264 + 79433, + 79436 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 40 }, "end": { - "line": 2179, + "line": 2182, "column": 43 } } }, "range": [ - 79259, - 79264 + 79431, + 79436 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 38 }, "end": { - "line": 2179, + "line": 2182, "column": 43 } } @@ -175633,32 +176061,32 @@ "type": "Identifier", "name": "i", "range": [ - 79266, - 79267 + 79438, + 79439 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 45 }, "end": { - "line": 2179, + "line": 2182, "column": 46 } } }, "prefix": false, "range": [ - 79266, - 79269 + 79438, + 79441 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 45 }, "end": { - "line": 2179, + "line": 2182, "column": 48 } } @@ -175675,16 +176103,16 @@ "type": "Identifier", "name": "r", "range": [ - 79288, - 79289 + 79460, + 79461 ], "loc": { "start": { - "line": 2180, + "line": 2183, "column": 16 }, "end": { - "line": 2180, + "line": 2183, "column": 17 } } @@ -175696,16 +176124,16 @@ "type": "Identifier", "name": "data", "range": [ - 79292, - 79296 + 79464, + 79468 ], "loc": { "start": { - "line": 2180, + "line": 2183, "column": 20 }, "end": { - "line": 2180, + "line": 2183, "column": 24 } } @@ -175714,46 +176142,46 @@ "type": "Identifier", "name": "i", "range": [ - 79297, - 79298 + 79469, + 79470 ], "loc": { "start": { - "line": 2180, + "line": 2183, "column": 25 }, "end": { - "line": 2180, + "line": 2183, "column": 26 } } }, "range": [ - 79292, - 79299 + 79464, + 79471 ], "loc": { "start": { - "line": 2180, + "line": 2183, "column": 20 }, "end": { - "line": 2180, + "line": 2183, "column": 27 } } }, "range": [ - 79288, - 79299 + 79460, + 79471 ], "loc": { "start": { - "line": 2180, + "line": 2183, "column": 16 }, "end": { - "line": 2180, + "line": 2183, "column": 27 } } @@ -175764,16 +176192,16 @@ "type": "Identifier", "name": "d", "range": [ - 79362, - 79363 + 79534, + 79535 ], "loc": { "start": { - "line": 2182, + "line": 2185, "column": 16 }, "end": { - "line": 2182, + "line": 2185, "column": 17 } } @@ -175785,16 +176213,16 @@ "type": "Identifier", "name": "r", "range": [ - 79366, - 79367 + 79538, + 79539 ], "loc": { "start": { - "line": 2182, + "line": 2185, "column": 20 }, "end": { - "line": 2182, + "line": 2185, "column": 21 } } @@ -175804,46 +176232,46 @@ "value": 1, "raw": "1", "range": [ - 79368, - 79369 + 79540, + 79541 ], "loc": { "start": { - "line": 2182, + "line": 2185, "column": 22 }, "end": { - "line": 2182, + "line": 2185, "column": 23 } } }, "range": [ - 79366, - 79370 + 79538, + 79542 ], "loc": { "start": { - "line": 2182, + "line": 2185, "column": 20 }, "end": { - "line": 2182, + "line": 2185, "column": 24 } } }, "range": [ - 79362, - 79370 + 79534, + 79542 ], "loc": { "start": { - "line": 2182, + "line": 2185, "column": 16 }, "end": { - "line": 2182, + "line": 2185, "column": 24 } }, @@ -175852,16 +176280,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 79317, - 79345 + 79489, + 79517 ], "loc": { "start": { - "line": 2181, + "line": 2184, "column": 16 }, "end": { - "line": 2181, + "line": 2184, "column": 44 } } @@ -175874,16 +176302,16 @@ "type": "Identifier", "name": "c", "range": [ - 79430, - 79431 + 79602, + 79603 ], "loc": { "start": { - "line": 2184, + "line": 2187, "column": 16 }, "end": { - "line": 2184, + "line": 2187, "column": 17 } } @@ -175895,16 +176323,16 @@ "type": "Identifier", "name": "d", "range": [ - 79434, - 79435 + 79606, + 79607 ], "loc": { "start": { - "line": 2184, + "line": 2187, "column": 20 }, "end": { - "line": 2184, + "line": 2187, "column": 21 } } @@ -175913,46 +176341,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79436, - 79444 + 79608, + 79616 ], "loc": { "start": { - "line": 2184, + "line": 2187, "column": 22 }, "end": { - "line": 2184, + "line": 2187, "column": 30 } } }, "range": [ - 79434, - 79445 + 79606, + 79617 ], "loc": { "start": { - "line": 2184, + "line": 2187, "column": 20 }, "end": { - "line": 2184, + "line": 2187, "column": 31 } } }, "range": [ - 79430, - 79445 + 79602, + 79617 ], "loc": { "start": { - "line": 2184, + "line": 2187, "column": 16 }, "end": { - "line": 2184, + "line": 2187, "column": 31 } }, @@ -175961,16 +176389,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 79388, - 79413 + 79560, + 79585 ], "loc": { "start": { - "line": 2183, + "line": 2186, "column": 16 }, "end": { - "line": 2183, + "line": 2186, "column": 41 } } @@ -175980,16 +176408,16 @@ ], "kind": "let", "range": [ - 79284, - 79446 + 79456, + 79618 ], "loc": { "start": { - "line": 2180, + "line": 2183, "column": 12 }, "end": { - "line": 2184, + "line": 2187, "column": 32 } } @@ -176005,16 +176433,16 @@ "type": "Identifier", "name": "colData", "range": [ - 79459, - 79466 + 79631, + 79638 ], "loc": { "start": { - "line": 2185, + "line": 2188, "column": 12 }, "end": { - "line": 2185, + "line": 2188, "column": 19 } } @@ -176023,31 +176451,31 @@ "type": "Identifier", "name": "push", "range": [ - 79467, - 79471 + 79639, + 79643 ], "loc": { "start": { - "line": 2185, + "line": 2188, "column": 20 }, "end": { - "line": 2185, + "line": 2188, "column": 24 } } }, "range": [ - 79459, - 79471 + 79631, + 79643 ], "loc": { "start": { - "line": 2185, + "line": 2188, "column": 12 }, "end": { - "line": 2185, + "line": 2188, "column": 24 } } @@ -176057,78 +176485,78 @@ "type": "Identifier", "name": "c", "range": [ - 79472, - 79473 + 79644, + 79645 ], "loc": { "start": { - "line": 2185, + "line": 2188, "column": 25 }, "end": { - "line": 2185, + "line": 2188, "column": 26 } } } ], "range": [ - 79459, - 79474 + 79631, + 79646 ], "loc": { "start": { - "line": 2185, + "line": 2188, "column": 12 }, "end": { - "line": 2185, + "line": 2188, "column": 27 } } }, "range": [ - 79459, - 79475 + 79631, + 79647 ], "loc": { "start": { - "line": 2185, + "line": 2188, "column": 12 }, "end": { - "line": 2185, + "line": 2188, "column": 28 } } } ], "range": [ - 79270, - 79485 + 79442, + 79657 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 49 }, "end": { - "line": 2186, + "line": 2189, "column": 9 } } }, "range": [ - 79229, - 79485 + 79401, + 79657 ], "loc": { "start": { - "line": 2179, + "line": 2182, "column": 8 }, "end": { - "line": 2186, + "line": 2189, "column": 9 } } @@ -176139,47 +176567,47 @@ "type": "Identifier", "name": "colData", "range": [ - 79501, - 79508 + 79673, + 79680 ], "loc": { "start": { - "line": 2187, + "line": 2190, "column": 15 }, "end": { - "line": 2187, + "line": 2190, "column": 22 } } }, "range": [ - 79494, - 79509 + 79666, + 79681 ], "loc": { "start": { - "line": 2187, + "line": 2190, "column": 8 }, "end": { - "line": 2187, + "line": 2190, "column": 23 } } } ], "range": [ - 79082, - 79515 + 79254, + 79687 ], "loc": { "start": { - "line": 2173, + "line": 2176, "column": 32 }, "end": { - "line": 2188, + "line": 2191, "column": 5 } } @@ -176187,16 +176615,16 @@ "generator": false, "expression": false, "range": [ - 79072, - 79515 + 79244, + 79687 ], "loc": { "start": { - "line": 2173, + "line": 2176, "column": 22 }, "end": { - "line": 2188, + "line": 2191, "column": 5 } } @@ -176204,16 +176632,16 @@ "kind": "method", "computed": false, "range": [ - 79054, - 79515 + 79226, + 79687 ], "loc": { "start": { - "line": 2173, + "line": 2176, "column": 4 }, "end": { - "line": 2188, + "line": 2191, "column": 5 } }, @@ -176222,16 +176650,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 78789, - 79049 + 78961, + 79221 ], "loc": { "start": { - "line": 2166, + "line": 2169, "column": 4 }, "end": { - "line": 2172, + "line": 2175, "column": 7 } } @@ -176242,16 +176670,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": [ - 79521, - 79670 + 79693, + 79842 ], "loc": { "start": { - "line": 2190, + "line": 2193, "column": 4 }, "end": { - "line": 2194, + "line": 2197, "column": 7 } } @@ -176265,16 +176693,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 79675, - 79688 + 79847, + 79860 ], "loc": { "start": { - "line": 2195, + "line": 2198, "column": 4 }, "end": { - "line": 2195, + "line": 2198, "column": 17 } } @@ -176287,16 +176715,16 @@ "type": "Identifier", "name": "row", "range": [ - 79689, - 79692 + 79861, + 79864 ], "loc": { "start": { - "line": 2195, + "line": 2198, "column": 18 }, "end": { - "line": 2195, + "line": 2198, "column": 21 } } @@ -176319,16 +176747,16 @@ "object": { "type": "ThisExpression", "range": [ - 79707, - 79711 + 79879, + 79883 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 12 }, "end": { - "line": 2196, + "line": 2199, "column": 16 } } @@ -176337,47 +176765,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 79712, - 79719 + 79884, + 79891 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 17 }, "end": { - "line": 2196, + "line": 2199, "column": 24 } } }, "range": [ - 79707, - 79719 + 79879, + 79891 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 12 }, "end": { - "line": 2196, + "line": 2199, "column": 24 } } }, "prefix": true, "range": [ - 79706, - 79719 + 79878, + 79891 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 11 }, "end": { - "line": 2196, + "line": 2199, "column": 24 } } @@ -176394,16 +176822,16 @@ "type": "Identifier", "name": "Types", "range": [ - 79724, - 79729 + 79896, + 79901 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 29 }, "end": { - "line": 2196, + "line": 2199, "column": 34 } } @@ -176412,31 +176840,31 @@ "type": "Identifier", "name": "isObj", "range": [ - 79730, - 79735 + 79902, + 79907 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 35 }, "end": { - "line": 2196, + "line": 2199, "column": 40 } } }, "range": [ - 79724, - 79735 + 79896, + 79907 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 29 }, "end": { - "line": 2196, + "line": 2199, "column": 40 } } @@ -176446,63 +176874,63 @@ "type": "Identifier", "name": "row", "range": [ - 79736, - 79739 + 79908, + 79911 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 41 }, "end": { - "line": 2196, + "line": 2199, "column": 44 } } } ], "range": [ - 79724, - 79740 + 79896, + 79912 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 29 }, "end": { - "line": 2196, + "line": 2199, "column": 45 } } }, "prefix": true, "range": [ - 79723, - 79740 + 79895, + 79912 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 28 }, "end": { - "line": 2196, + "line": 2199, "column": 45 } } }, "range": [ - 79706, - 79740 + 79878, + 79912 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 11 }, "end": { - "line": 2196, + "line": 2199, "column": 45 } } @@ -176514,48 +176942,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79755, - 79762 + 79927, + 79934 ], "loc": { "start": { - "line": 2197, + "line": 2200, "column": 12 }, "end": { - "line": 2197, + "line": 2200, "column": 19 } } } ], "range": [ - 79741, - 79772 + 79913, + 79944 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 46 }, "end": { - "line": 2198, + "line": 2201, "column": 9 } } }, "alternate": null, "range": [ - 79703, - 79772 + 79875, + 79944 ], "loc": { "start": { - "line": 2196, + "line": 2199, "column": 8 }, "end": { - "line": 2198, + "line": 2201, "column": 9 } } @@ -176572,16 +177000,16 @@ "type": "Identifier", "name": "row", "range": [ - 79788, - 79791 + 79960, + 79963 ], "loc": { "start": { - "line": 2199, + "line": 2202, "column": 15 }, "end": { - "line": 2199, + "line": 2202, "column": 18 } } @@ -176590,31 +177018,31 @@ "type": "Identifier", "name": "style", "range": [ - 79792, - 79797 + 79964, + 79969 ], "loc": { "start": { - "line": 2199, + "line": 2202, "column": 19 }, "end": { - "line": 2199, + "line": 2202, "column": 24 } } }, "range": [ - 79788, - 79797 + 79960, + 79969 ], "loc": { "start": { - "line": 2199, + "line": 2202, "column": 15 }, "end": { - "line": 2199, + "line": 2202, "column": 24 } } @@ -176623,62 +177051,62 @@ "type": "Identifier", "name": "display", "range": [ - 79798, - 79805 + 79970, + 79977 ], "loc": { "start": { - "line": 2199, + "line": 2202, "column": 25 }, "end": { - "line": 2199, + "line": 2202, "column": 32 } } }, "range": [ - 79788, - 79805 + 79960, + 79977 ], "loc": { "start": { - "line": 2199, + "line": 2202, "column": 15 }, "end": { - "line": 2199, + "line": 2202, "column": 32 } } }, "range": [ - 79781, - 79806 + 79953, + 79978 ], "loc": { "start": { - "line": 2199, + "line": 2202, "column": 8 }, "end": { - "line": 2199, + "line": 2202, "column": 33 } } } ], "range": [ - 79693, - 79812 + 79865, + 79984 ], "loc": { "start": { - "line": 2195, + "line": 2198, "column": 22 }, "end": { - "line": 2200, + "line": 2203, "column": 5 } } @@ -176686,16 +177114,16 @@ "generator": false, "expression": false, "range": [ - 79688, - 79812 + 79860, + 79984 ], "loc": { "start": { - "line": 2195, + "line": 2198, "column": 17 }, "end": { - "line": 2200, + "line": 2203, "column": 5 } } @@ -176703,16 +177131,16 @@ "kind": "method", "computed": false, "range": [ - 79675, - 79812 + 79847, + 79984 ], "loc": { "start": { - "line": 2195, + "line": 2198, "column": 4 }, "end": { - "line": 2200, + "line": 2203, "column": 5 } }, @@ -176721,16 +177149,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": [ - 79521, - 79670 + 79693, + 79842 ], "loc": { "start": { - "line": 2190, + "line": 2193, "column": 4 }, "end": { - "line": 2194, + "line": 2197, "column": 7 } } @@ -176741,16 +177169,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": [ - 79818, - 79991 + 79990, + 80163 ], "loc": { "start": { - "line": 2202, + "line": 2205, "column": 4 }, "end": { - "line": 2206, + "line": 2209, "column": 7 } } @@ -176764,16 +177192,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 79996, - 80007 + 80168, + 80179 ], "loc": { "start": { - "line": 2207, + "line": 2210, "column": 4 }, "end": { - "line": 2207, + "line": 2210, "column": 15 } } @@ -176786,16 +177214,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80008, - 80016 + 80180, + 80188 ], "loc": { "start": { - "line": 2207, + "line": 2210, "column": 16 }, "end": { - "line": 2207, + "line": 2210, "column": 24 } } @@ -176804,16 +177232,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 80018, - 80025 + 80190, + 80197 ], "loc": { "start": { - "line": 2207, + "line": 2210, "column": 26 }, "end": { - "line": 2207, + "line": 2210, "column": 33 } } @@ -176831,16 +177259,16 @@ "type": "Identifier", "name": "row", "range": [ - 80040, - 80043 + 80212, + 80215 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 12 }, "end": { - "line": 2208, + "line": 2211, "column": 15 } } @@ -176857,16 +177285,16 @@ "object": { "type": "ThisExpression", "range": [ - 80046, - 80050 + 80218, + 80222 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 18 }, "end": { - "line": 2208, + "line": 2211, "column": 22 } } @@ -176875,31 +177303,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 80051, - 80054 + 80223, + 80226 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 23 }, "end": { - "line": 2208, + "line": 2211, "column": 26 } } }, "range": [ - 80046, - 80054 + 80218, + 80226 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 18 }, "end": { - "line": 2208, + "line": 2211, "column": 26 } } @@ -176908,31 +177336,31 @@ "type": "Identifier", "name": "rows", "range": [ - 80055, - 80059 + 80227, + 80231 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 27 }, "end": { - "line": 2208, + "line": 2211, "column": 31 } } }, "range": [ - 80046, - 80059 + 80218, + 80231 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 18 }, "end": { - "line": 2208, + "line": 2211, "column": 31 } } @@ -176941,46 +177369,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80060, - 80068 + 80232, + 80240 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 32 }, "end": { - "line": 2208, + "line": 2211, "column": 40 } } }, "range": [ - 80046, - 80069 + 80218, + 80241 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 18 }, "end": { - "line": 2208, + "line": 2211, "column": 41 } } }, "range": [ - 80040, - 80069 + 80212, + 80241 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 12 }, "end": { - "line": 2208, + "line": 2211, "column": 41 } } @@ -176988,16 +177416,16 @@ ], "kind": "let", "range": [ - 80036, - 80070 + 80208, + 80242 ], "loc": { "start": { - "line": 2208, + "line": 2211, "column": 8 }, "end": { - "line": 2208, + "line": 2211, "column": 42 } } @@ -177014,32 +177442,32 @@ "type": "Identifier", "name": "row", "range": [ - 80083, - 80086 + 80255, + 80258 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 12 }, "end": { - "line": 2209, + "line": 2212, "column": 15 } } }, "prefix": true, "range": [ - 80082, - 80086 + 80254, + 80258 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 11 }, "end": { - "line": 2209, + "line": 2212, "column": 15 } } @@ -177054,32 +177482,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 80097, - 80104 + 80269, + 80276 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 26 }, "end": { - "line": 2209, + "line": 2212, "column": 33 } } }, "prefix": true, "range": [ - 80090, - 80104 + 80262, + 80276 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 19 }, "end": { - "line": 2209, + "line": 2212, "column": 33 } } @@ -177089,46 +177517,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 80109, - 80118 + 80281, + 80290 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 38 }, "end": { - "line": 2209, + "line": 2212, "column": 47 } } }, "range": [ - 80090, - 80118 + 80262, + 80290 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 19 }, "end": { - "line": 2209, + "line": 2212, "column": 47 } } }, "range": [ - 80082, - 80118 + 80254, + 80290 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 11 }, "end": { - "line": 2209, + "line": 2212, "column": 47 } } @@ -177140,48 +177568,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80133, - 80140 + 80305, + 80312 ], "loc": { "start": { - "line": 2210, + "line": 2213, "column": 12 }, "end": { - "line": 2210, + "line": 2213, "column": 19 } } } ], "range": [ - 80119, - 80150 + 80291, + 80322 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 48 }, "end": { - "line": 2211, + "line": 2214, "column": 9 } } }, "alternate": null, "range": [ - 80079, - 80150 + 80251, + 80322 ], "loc": { "start": { - "line": 2209, + "line": 2212, "column": 8 }, "end": { - "line": 2211, + "line": 2214, "column": 9 } }, @@ -177190,16 +177618,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 80160, - 80192 + 80332, + 80364 ], "loc": { "start": { - "line": 2213, + "line": 2216, "column": 8 }, "end": { - "line": 2213, + "line": 2216, "column": 40 } } @@ -177217,16 +177645,16 @@ "object": { "type": "ThisExpression", "range": [ - 80204, - 80208 + 80376, + 80380 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 11 }, "end": { - "line": 2214, + "line": 2217, "column": 15 } } @@ -177235,31 +177663,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 80209, - 80223 + 80381, + 80395 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 16 }, "end": { - "line": 2214, + "line": 2217, "column": 30 } } }, "range": [ - 80204, - 80223 + 80376, + 80395 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 11 }, "end": { - "line": 2214, + "line": 2217, "column": 30 } } @@ -177278,16 +177706,16 @@ "object": { "type": "ThisExpression", "range": [ - 80227, - 80231 + 80399, + 80403 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 34 }, "end": { - "line": 2214, + "line": 2217, "column": 38 } } @@ -177296,31 +177724,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 80232, - 80243 + 80404, + 80415 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 39 }, "end": { - "line": 2214, + "line": 2217, "column": 50 } } }, "range": [ - 80227, - 80243 + 80399, + 80415 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 34 }, "end": { - "line": 2214, + "line": 2217, "column": 50 } } @@ -177329,31 +177757,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 80244, - 80251 + 80416, + 80423 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 51 }, "end": { - "line": 2214, + "line": 2217, "column": 58 } } }, "range": [ - 80227, - 80251 + 80399, + 80423 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 34 }, "end": { - "line": 2214, + "line": 2217, "column": 58 } } @@ -177363,32 +177791,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80252, - 80260 + 80424, + 80432 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 59 }, "end": { - "line": 2214, + "line": 2217, "column": 67 } } } ], "range": [ - 80227, - 80261 + 80399, + 80433 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 34 }, "end": { - "line": 2214, + "line": 2217, "column": 68 } } @@ -177401,62 +177829,62 @@ "value": 1, "raw": "1", "range": [ - 80267, - 80268 + 80439, + 80440 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 74 }, "end": { - "line": 2214, + "line": 2217, "column": 75 } } }, "prefix": true, "range": [ - 80266, - 80268 + 80438, + 80440 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 73 }, "end": { - "line": 2214, + "line": 2217, "column": 75 } } }, "range": [ - 80227, - 80268 + 80399, + 80440 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 34 }, "end": { - "line": 2214, + "line": 2217, "column": 75 } } }, "range": [ - 80204, - 80268 + 80376, + 80440 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 11 }, "end": { - "line": 2214, + "line": 2217, "column": 75 } } @@ -177473,16 +177901,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 80283, - 80290 + 80455, + 80462 ], "loc": { "start": { - "line": 2215, + "line": 2218, "column": 12 }, "end": { - "line": 2215, + "line": 2218, "column": 19 } } @@ -177492,78 +177920,78 @@ "value": true, "raw": "true", "range": [ - 80293, - 80297 + 80465, + 80469 ], "loc": { "start": { - "line": 2215, + "line": 2218, "column": 22 }, "end": { - "line": 2215, + "line": 2218, "column": 26 } } }, "range": [ - 80283, - 80297 + 80455, + 80469 ], "loc": { "start": { - "line": 2215, + "line": 2218, "column": 12 }, "end": { - "line": 2215, + "line": 2218, "column": 26 } } }, "range": [ - 80283, - 80298 + 80455, + 80470 ], "loc": { "start": { - "line": 2215, + "line": 2218, "column": 12 }, "end": { - "line": 2215, + "line": 2218, "column": 27 } } } ], "range": [ - 80269, - 80308 + 80441, + 80480 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 76 }, "end": { - "line": 2216, + "line": 2219, "column": 9 } } }, "alternate": null, "range": [ - 80201, - 80308 + 80373, + 80480 ], "loc": { "start": { - "line": 2214, + "line": 2217, "column": 8 }, "end": { - "line": 2216, + "line": 2219, "column": 9 } }, @@ -177572,16 +178000,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 80160, - 80192 + 80332, + 80364 ], "loc": { "start": { - "line": 2213, + "line": 2216, "column": 8 }, "end": { - "line": 2213, + "line": 2216, "column": 40 } } @@ -177597,16 +178025,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 80322, - 80333 + 80494, + 80505 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 12 }, "end": { - "line": 2218, + "line": 2221, "column": 23 } } @@ -177617,16 +178045,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 80336, - 80343 + 80508, + 80515 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 26 }, "end": { - "line": 2218, + "line": 2221, "column": 33 } } @@ -177636,16 +178064,16 @@ "value": "", "raw": "''", "range": [ - 80346, - 80348 + 80518, + 80520 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 36 }, "end": { - "line": 2218, + "line": 2221, "column": 38 } } @@ -177655,46 +178083,46 @@ "value": "none", "raw": "'none'", "range": [ - 80351, - 80357 + 80523, + 80529 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 41 }, "end": { - "line": 2218, + "line": 2221, "column": 47 } } }, "range": [ - 80336, - 80357 + 80508, + 80529 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 26 }, "end": { - "line": 2218, + "line": 2221, "column": 47 } } }, "range": [ - 80322, - 80357 + 80494, + 80529 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 12 }, "end": { - "line": 2218, + "line": 2221, "column": 47 } } @@ -177705,16 +178133,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 80371, - 80380 + 80543, + 80552 ], "loc": { "start": { - "line": 2219, + "line": 2222, "column": 12 }, "end": { - "line": 2219, + "line": 2222, "column": 21 } } @@ -177725,16 +178153,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 80383, - 80390 + 80555, + 80562 ], "loc": { "start": { - "line": 2219, + "line": 2222, "column": 24 }, "end": { - "line": 2219, + "line": 2222, "column": 31 } } @@ -177744,16 +178172,16 @@ "value": "true", "raw": "'true'", "range": [ - 80393, - 80399 + 80565, + 80571 ], "loc": { "start": { - "line": 2219, + "line": 2222, "column": 34 }, "end": { - "line": 2219, + "line": 2222, "column": 40 } } @@ -177763,46 +178191,46 @@ "value": "false", "raw": "'false'", "range": [ - 80402, - 80409 + 80574, + 80581 ], "loc": { "start": { - "line": 2219, + "line": 2222, "column": 43 }, "end": { - "line": 2219, + "line": 2222, "column": 50 } } }, "range": [ - 80383, - 80409 + 80555, + 80581 ], "loc": { "start": { - "line": 2219, + "line": 2222, "column": 24 }, "end": { - "line": 2219, + "line": 2222, "column": 50 } } }, "range": [ - 80371, - 80409 + 80543, + 80581 ], "loc": { "start": { - "line": 2219, + "line": 2222, "column": 12 }, "end": { - "line": 2219, + "line": 2222, "column": 50 } } @@ -177810,16 +178238,16 @@ ], "kind": "let", "range": [ - 80318, - 80410 + 80490, + 80582 ], "loc": { "start": { - "line": 2218, + "line": 2221, "column": 8 }, "end": { - "line": 2219, + "line": 2222, "column": 51 } } @@ -177839,16 +178267,16 @@ "type": "Identifier", "name": "row", "range": [ - 80419, - 80422 + 80591, + 80594 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 8 }, "end": { - "line": 2220, + "line": 2223, "column": 11 } } @@ -177857,31 +178285,31 @@ "type": "Identifier", "name": "style", "range": [ - 80423, - 80428 + 80595, + 80600 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 12 }, "end": { - "line": 2220, + "line": 2223, "column": 17 } } }, "range": [ - 80419, - 80428 + 80591, + 80600 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 8 }, "end": { - "line": 2220, + "line": 2223, "column": 17 } } @@ -177890,31 +178318,31 @@ "type": "Identifier", "name": "display", "range": [ - 80429, - 80436 + 80601, + 80608 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 18 }, "end": { - "line": 2220, + "line": 2223, "column": 25 } } }, "range": [ - 80419, - 80436 + 80591, + 80608 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 8 }, "end": { - "line": 2220, + "line": 2223, "column": 25 } } @@ -177923,46 +178351,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 80439, - 80450 + 80611, + 80622 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 28 }, "end": { - "line": 2220, + "line": 2223, "column": 39 } } }, "range": [ - 80419, - 80450 + 80591, + 80622 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 8 }, "end": { - "line": 2220, + "line": 2223, "column": 39 } } }, "range": [ - 80419, - 80451 + 80591, + 80623 ], "loc": { "start": { - "line": 2220, + "line": 2223, "column": 8 }, "end": { - "line": 2220, + "line": 2223, "column": 40 } } @@ -177975,16 +178403,16 @@ "object": { "type": "ThisExpression", "range": [ - 80464, - 80468 + 80636, + 80640 ], "loc": { "start": { - "line": 2222, + "line": 2225, "column": 11 }, "end": { - "line": 2222, + "line": 2225, "column": 15 } } @@ -177993,31 +178421,31 @@ "type": "Identifier", "name": "paging", "range": [ - 80469, - 80475 + 80641, + 80647 ], "loc": { "start": { - "line": 2222, + "line": 2225, "column": 16 }, "end": { - "line": 2222, + "line": 2225, "column": 22 } } }, "range": [ - 80464, - 80475 + 80636, + 80647 ], "loc": { "start": { - "line": 2222, + "line": 2225, "column": 11 }, "end": { - "line": 2222, + "line": 2225, "column": 22 } } @@ -178036,16 +178464,16 @@ "type": "Identifier", "name": "row", "range": [ - 80490, - 80493 + 80662, + 80665 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 12 }, "end": { - "line": 2223, + "line": 2226, "column": 15 } } @@ -178054,31 +178482,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 80494, - 80506 + 80666, + 80678 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 16 }, "end": { - "line": 2223, + "line": 2226, "column": 28 } } }, "range": [ - 80490, - 80506 + 80662, + 80678 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 12 }, "end": { - "line": 2223, + "line": 2226, "column": 28 } } @@ -178089,16 +178517,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 80507, - 80517 + 80679, + 80689 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 29 }, "end": { - "line": 2223, + "line": 2226, "column": 39 } } @@ -178107,95 +178535,95 @@ "type": "Identifier", "name": "validFlag", "range": [ - 80519, - 80528 + 80691, + 80700 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 41 }, "end": { - "line": 2223, + "line": 2226, "column": 50 } } } ], "range": [ - 80490, - 80529 + 80662, + 80701 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 12 }, "end": { - "line": 2223, + "line": 2226, "column": 51 } } }, "range": [ - 80490, - 80530 + 80662, + 80702 ], "loc": { "start": { - "line": 2223, + "line": 2226, "column": 12 }, "end": { - "line": 2223, + "line": 2226, "column": 52 } } } ], "range": [ - 80476, - 80540 + 80648, + 80712 ], "loc": { "start": { - "line": 2222, + "line": 2225, "column": 23 }, "end": { - "line": 2224, + "line": 2227, "column": 9 } } }, "alternate": null, "range": [ - 80461, - 80540 + 80633, + 80712 ], "loc": { "start": { - "line": 2222, + "line": 2225, "column": 8 }, "end": { - "line": 2224, + "line": 2227, "column": 9 } } } ], "range": [ - 80026, - 80546 + 80198, + 80718 ], "loc": { "start": { - "line": 2207, + "line": 2210, "column": 34 }, "end": { - "line": 2225, + "line": 2228, "column": 5 } } @@ -178203,16 +178631,16 @@ "generator": false, "expression": false, "range": [ - 80007, - 80546 + 80179, + 80718 ], "loc": { "start": { - "line": 2207, + "line": 2210, "column": 15 }, "end": { - "line": 2225, + "line": 2228, "column": 5 } } @@ -178220,16 +178648,16 @@ "kind": "method", "computed": false, "range": [ - 79996, - 80546 + 80168, + 80718 ], "loc": { "start": { - "line": 2207, + "line": 2210, "column": 4 }, "end": { - "line": 2225, + "line": 2228, "column": 5 } }, @@ -178238,16 +178666,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": [ - 79818, - 79991 + 79990, + 80163 ], "loc": { "start": { - "line": 2202, + "line": 2205, "column": 4 }, "end": { - "line": 2206, + "line": 2209, "column": 7 } } @@ -178258,16 +178686,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 80552, - 80599 + 80724, + 80771 ], "loc": { "start": { - "line": 2227, + "line": 2230, "column": 4 }, "end": { - "line": 2229, + "line": 2232, "column": 7 } } @@ -178281,16 +178709,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 80604, - 80619 + 80776, + 80791 ], "loc": { "start": { - "line": 2230, + "line": 2233, "column": 4 }, "end": { - "line": 2230, + "line": 2233, "column": 19 } } @@ -178313,16 +178741,16 @@ "object": { "type": "ThisExpression", "range": [ - 80635, - 80639 + 80807, + 80811 ], "loc": { "start": { - "line": 2231, + "line": 2234, "column": 12 }, "end": { - "line": 2231, + "line": 2234, "column": 16 } } @@ -178331,47 +178759,47 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 80640, - 80648 + 80812, + 80820 ], "loc": { "start": { - "line": 2231, + "line": 2234, "column": 17 }, "end": { - "line": 2231, + "line": 2234, "column": 25 } } }, "range": [ - 80635, - 80648 + 80807, + 80820 ], "loc": { "start": { - "line": 2231, + "line": 2234, "column": 12 }, "end": { - "line": 2231, + "line": 2234, "column": 25 } } }, "prefix": true, "range": [ - 80634, - 80648 + 80806, + 80820 ], "loc": { "start": { - "line": 2231, + "line": 2234, "column": 11 }, "end": { - "line": 2231, + "line": 2234, "column": 25 } } @@ -178383,48 +178811,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80663, - 80670 + 80835, + 80842 ], "loc": { "start": { - "line": 2232, + "line": 2235, "column": 12 }, "end": { - "line": 2232, + "line": 2235, "column": 19 } } } ], "range": [ - 80649, - 80680 + 80821, + 80852 ], "loc": { "start": { - "line": 2231, + "line": 2234, "column": 26 }, "end": { - "line": 2233, + "line": 2236, "column": 9 } } }, "alternate": null, "range": [ - 80631, - 80680 + 80803, + 80852 ], "loc": { "start": { - "line": 2231, + "line": 2234, "column": 8 }, "end": { - "line": 2233, + "line": 2236, "column": 9 } } @@ -178440,16 +178868,16 @@ "object": { "type": "ThisExpression", "range": [ - 80689, - 80693 + 80861, + 80865 ], "loc": { "start": { - "line": 2234, + "line": 2237, "column": 8 }, "end": { - "line": 2234, + "line": 2237, "column": 12 } } @@ -178458,31 +178886,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 80694, - 80708 + 80866, + 80880 ], "loc": { "start": { - "line": 2234, + "line": 2237, "column": 13 }, "end": { - "line": 2234, + "line": 2237, "column": 27 } } }, "range": [ - 80689, - 80708 + 80861, + 80880 ], "loc": { "start": { - "line": 2234, + "line": 2237, "column": 8 }, "end": { - "line": 2234, + "line": 2237, "column": 27 } } @@ -178491,46 +178919,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 80711, - 80713 + 80883, + 80885 ], "loc": { "start": { - "line": 2234, + "line": 2237, "column": 30 }, "end": { - "line": 2234, + "line": 2237, "column": 32 } } }, "range": [ - 80689, - 80713 + 80861, + 80885 ], "loc": { "start": { - "line": 2234, + "line": 2237, "column": 8 }, "end": { - "line": 2234, + "line": 2237, "column": 32 } } }, "range": [ - 80689, - 80714 + 80861, + 80886 ], "loc": { "start": { - "line": 2234, + "line": 2237, "column": 8 }, "end": { - "line": 2234, + "line": 2237, "column": 33 } } @@ -178546,16 +178974,16 @@ "type": "Identifier", "name": "k", "range": [ - 80731, - 80732 + 80903, + 80904 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 16 }, "end": { - "line": 2235, + "line": 2238, "column": 17 } } @@ -178566,16 +178994,16 @@ "object": { "type": "ThisExpression", "range": [ - 80733, - 80737 + 80905, + 80909 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 18 }, "end": { - "line": 2235, + "line": 2238, "column": 22 } } @@ -178584,46 +179012,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 80738, - 80744 + 80910, + 80916 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 23 }, "end": { - "line": 2235, + "line": 2238, "column": 29 } } }, "range": [ - 80733, - 80744 + 80905, + 80916 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 18 }, "end": { - "line": 2235, + "line": 2238, "column": 29 } } }, "range": [ - 80731, - 80744 + 80903, + 80916 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 16 }, "end": { - "line": 2235, + "line": 2238, "column": 29 } } @@ -178631,16 +179059,16 @@ ], "kind": "let", "range": [ - 80727, - 80744 + 80899, + 80916 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 12 }, "end": { - "line": 2235, + "line": 2238, "column": 29 } } @@ -178652,16 +179080,16 @@ "type": "Identifier", "name": "k", "range": [ - 80746, - 80747 + 80918, + 80919 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 31 }, "end": { - "line": 2235, + "line": 2238, "column": 32 } } @@ -178672,16 +179100,16 @@ "object": { "type": "ThisExpression", "range": [ - 80748, - 80752 + 80920, + 80924 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 33 }, "end": { - "line": 2235, + "line": 2238, "column": 37 } } @@ -178690,46 +179118,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 80753, - 80769 + 80925, + 80941 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 38 }, "end": { - "line": 2235, + "line": 2238, "column": 54 } } }, "range": [ - 80748, - 80769 + 80920, + 80941 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 33 }, "end": { - "line": 2235, + "line": 2238, "column": 54 } } }, "range": [ - 80746, - 80769 + 80918, + 80941 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 31 }, "end": { - "line": 2235, + "line": 2238, "column": 54 } } @@ -178741,32 +179169,32 @@ "type": "Identifier", "name": "k", "range": [ - 80771, - 80772 + 80943, + 80944 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 56 }, "end": { - "line": 2235, + "line": 2238, "column": 57 } } }, "prefix": false, "range": [ - 80771, - 80774 + 80943, + 80946 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 56 }, "end": { - "line": 2235, + "line": 2238, "column": 59 } } @@ -178784,16 +179212,16 @@ "object": { "type": "ThisExpression", "range": [ - 80789, - 80793 + 80961, + 80965 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 12 }, "end": { - "line": 2236, + "line": 2239, "column": 16 } } @@ -178802,31 +179230,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 80794, - 80805 + 80966, + 80977 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 17 }, "end": { - "line": 2236, + "line": 2239, "column": 28 } } }, "range": [ - 80789, - 80805 + 80961, + 80977 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 12 }, "end": { - "line": 2236, + "line": 2239, "column": 28 } } @@ -178836,16 +179264,16 @@ "type": "Identifier", "name": "k", "range": [ - 80806, - 80807 + 80978, + 80979 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 29 }, "end": { - "line": 2236, + "line": 2239, "column": 30 } } @@ -178855,47 +179283,47 @@ "value": true, "raw": "true", "range": [ - 80809, - 80813 + 80981, + 80985 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 32 }, "end": { - "line": 2236, + "line": 2239, "column": 36 } } } ], "range": [ - 80789, - 80814 + 80961, + 80986 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 12 }, "end": { - "line": 2236, + "line": 2239, "column": 37 } } }, "range": [ - 80789, - 80815 + 80961, + 80987 ], "loc": { "start": { - "line": 2236, + "line": 2239, "column": 12 }, "end": { - "line": 2236, + "line": 2239, "column": 38 } } @@ -178913,16 +179341,16 @@ "object": { "type": "ThisExpression", "range": [ - 80828, - 80832 + 81000, + 81004 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 12 }, "end": { - "line": 2237, + "line": 2240, "column": 16 } } @@ -178931,31 +179359,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 80833, - 80847 + 81005, + 81019 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 17 }, "end": { - "line": 2237, + "line": 2240, "column": 31 } } }, "range": [ - 80828, - 80847 + 81000, + 81019 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 12 }, "end": { - "line": 2237, + "line": 2240, "column": 31 } } @@ -178964,31 +179392,31 @@ "type": "Identifier", "name": "push", "range": [ - 80848, - 80852 + 81020, + 81024 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 32 }, "end": { - "line": 2237, + "line": 2240, "column": 36 } } }, "range": [ - 80828, - 80852 + 81000, + 81024 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 12 }, "end": { - "line": 2237, + "line": 2240, "column": 36 } } @@ -178998,94 +179426,94 @@ "type": "Identifier", "name": "k", "range": [ - 80853, - 80854 + 81025, + 81026 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 37 }, "end": { - "line": 2237, + "line": 2240, "column": 38 } } } ], "range": [ - 80828, - 80855 + 81000, + 81027 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 12 }, "end": { - "line": 2237, + "line": 2240, "column": 39 } } }, "range": [ - 80828, - 80856 + 81000, + 81028 ], "loc": { "start": { - "line": 2237, + "line": 2240, "column": 12 }, "end": { - "line": 2237, + "line": 2240, "column": 40 } } } ], "range": [ - 80775, - 80866 + 80947, + 81038 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 60 }, "end": { - "line": 2238, + "line": 2241, "column": 9 } } }, "range": [ - 80723, - 80866 + 80895, + 81038 ], "loc": { "start": { - "line": 2235, + "line": 2238, "column": 8 }, "end": { - "line": 2238, + "line": 2241, "column": 9 } } } ], "range": [ - 80621, - 80872 + 80793, + 81044 ], "loc": { "start": { - "line": 2230, + "line": 2233, "column": 21 }, "end": { - "line": 2239, + "line": 2242, "column": 5 } } @@ -179093,16 +179521,16 @@ "generator": false, "expression": false, "range": [ - 80619, - 80872 + 80791, + 81044 ], "loc": { "start": { - "line": 2230, + "line": 2233, "column": 19 }, "end": { - "line": 2239, + "line": 2242, "column": 5 } } @@ -179110,16 +179538,16 @@ "kind": "method", "computed": false, "range": [ - 80604, - 80872 + 80776, + 81044 ], "loc": { "start": { - "line": 2230, + "line": 2233, "column": 4 }, "end": { - "line": 2239, + "line": 2242, "column": 5 } }, @@ -179128,16 +179556,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 80552, - 80599 + 80724, + 80771 ], "loc": { "start": { - "line": 2227, + "line": 2230, "column": 4 }, "end": { - "line": 2229, + "line": 2232, "column": 7 } } @@ -179148,16 +179576,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": [ - 80878, - 81024 + 81050, + 81196 ], "loc": { "start": { - "line": 2241, + "line": 2244, "column": 4 }, "end": { - "line": 2245, + "line": 2248, "column": 7 } } @@ -179171,16 +179599,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 81029, - 81043 + 81201, + 81215 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 4 }, "end": { - "line": 2246, + "line": 2249, "column": 18 } } @@ -179193,16 +179621,16 @@ "type": "Identifier", "name": "index", "range": [ - 81044, - 81049 + 81216, + 81221 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 19 }, "end": { - "line": 2246, + "line": 2249, "column": 24 } } @@ -179213,16 +179641,16 @@ "type": "Identifier", "name": "searcharg", "range": [ - 81051, - 81060 + 81223, + 81232 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 26 }, "end": { - "line": 2246, + "line": 2249, "column": 35 } } @@ -179232,31 +179660,31 @@ "value": "", "raw": "''", "range": [ - 81061, - 81063 + 81233, + 81235 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 36 }, "end": { - "line": 2246, + "line": 2249, "column": 38 } } }, "range": [ - 81051, - 81063 + 81223, + 81235 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 26 }, "end": { - "line": 2246, + "line": 2249, "column": 38 } } @@ -179282,16 +179710,16 @@ "object": { "type": "ThisExpression", "range": [ - 81079, - 81083 + 81251, + 81255 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 13 }, "end": { - "line": 2247, + "line": 2250, "column": 17 } } @@ -179300,47 +179728,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 81084, - 81091 + 81256, + 81263 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 18 }, "end": { - "line": 2247, + "line": 2250, "column": 25 } } }, "range": [ - 81079, - 81091 + 81251, + 81263 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 13 }, "end": { - "line": 2247, + "line": 2250, "column": 25 } } }, "prefix": true, "range": [ - 81078, - 81091 + 81250, + 81263 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 12 }, "end": { - "line": 2247, + "line": 2250, "column": 25 } } @@ -179354,16 +179782,16 @@ "object": { "type": "ThisExpression", "range": [ - 81096, - 81100 + 81268, + 81272 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 30 }, "end": { - "line": 2247, + "line": 2250, "column": 34 } } @@ -179372,62 +179800,62 @@ "type": "Identifier", "name": "isFirstLoad", "range": [ - 81101, - 81112 + 81273, + 81284 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 35 }, "end": { - "line": 2247, + "line": 2250, "column": 46 } } }, "range": [ - 81096, - 81112 + 81268, + 81284 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 30 }, "end": { - "line": 2247, + "line": 2250, "column": 46 } } }, "prefix": true, "range": [ - 81095, - 81112 + 81267, + 81284 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 29 }, "end": { - "line": 2247, + "line": 2250, "column": 46 } } }, "range": [ - 81078, - 81112 + 81250, + 81284 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 12 }, "end": { - "line": 2247, + "line": 2250, "column": 46 } } @@ -179443,16 +179871,16 @@ "object": { "type": "ThisExpression", "range": [ - 81130, - 81134 + 81302, + 81306 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 13 }, "end": { - "line": 2248, + "line": 2251, "column": 17 } } @@ -179461,31 +179889,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 81135, - 81151 + 81307, + 81323 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 18 }, "end": { - "line": 2248, + "line": 2251, "column": 34 } } }, "range": [ - 81130, - 81151 + 81302, + 81323 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 13 }, "end": { - "line": 2248, + "line": 2251, "column": 34 } } @@ -179495,63 +179923,63 @@ "type": "Identifier", "name": "index", "range": [ - 81152, - 81157 + 81324, + 81329 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 35 }, "end": { - "line": 2248, + "line": 2251, "column": 40 } } } ], "range": [ - 81130, - 81158 + 81302, + 81330 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 13 }, "end": { - "line": 2248, + "line": 2251, "column": 41 } } }, "prefix": true, "range": [ - 81129, - 81158 + 81301, + 81330 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 12 }, "end": { - "line": 2248, + "line": 2251, "column": 41 } } }, "range": [ - 81077, - 81158 + 81249, + 81330 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 11 }, "end": { - "line": 2248, + "line": 2251, "column": 41 } } @@ -179563,48 +179991,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 81173, - 81180 + 81345, + 81352 ], "loc": { "start": { - "line": 2249, + "line": 2252, "column": 12 }, "end": { - "line": 2249, + "line": 2252, "column": 19 } } } ], "range": [ - 81159, - 81190 + 81331, + 81362 ], "loc": { "start": { - "line": 2248, + "line": 2251, "column": 42 }, "end": { - "line": 2250, + "line": 2253, "column": 9 } } }, "alternate": null, "range": [ - 81074, - 81190 + 81246, + 81362 ], "loc": { "start": { - "line": 2247, + "line": 2250, "column": 8 }, "end": { - "line": 2250, + "line": 2253, "column": 9 } } @@ -179618,16 +180046,16 @@ "type": "Identifier", "name": "slc", "range": [ - 81203, - 81206 + 81375, + 81378 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 12 }, "end": { - "line": 2251, + "line": 2254, "column": 15 } } @@ -179640,16 +180068,16 @@ "object": { "type": "ThisExpression", "range": [ - 81209, - 81213 + 81381, + 81385 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 18 }, "end": { - "line": 2251, + "line": 2254, "column": 22 } } @@ -179658,31 +180086,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 81214, - 81230 + 81386, + 81402 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 23 }, "end": { - "line": 2251, + "line": 2254, "column": 39 } } }, "range": [ - 81209, - 81230 + 81381, + 81402 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 18 }, "end": { - "line": 2251, + "line": 2254, "column": 39 } } @@ -179692,47 +180120,47 @@ "type": "Identifier", "name": "index", "range": [ - 81231, - 81236 + 81403, + 81408 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 40 }, "end": { - "line": 2251, + "line": 2254, "column": 45 } } } ], "range": [ - 81209, - 81237 + 81381, + 81409 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 18 }, "end": { - "line": 2251, + "line": 2254, "column": 46 } } }, "range": [ - 81203, - 81237 + 81375, + 81409 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 12 }, "end": { - "line": 2251, + "line": 2254, "column": 46 } } @@ -179743,16 +180171,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 81251, - 81261 + 81423, + 81433 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 12 }, "end": { - "line": 2252, + "line": 2255, "column": 22 } } @@ -179765,16 +180193,16 @@ "object": { "type": "ThisExpression", "range": [ - 81264, - 81268 + 81436, + 81440 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 25 }, "end": { - "line": 2252, + "line": 2255, "column": 29 } } @@ -179783,31 +180211,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 81269, - 81282 + 81441, + 81454 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 30 }, "end": { - "line": 2252, + "line": 2255, "column": 43 } } }, "range": [ - 81264, - 81282 + 81436, + 81454 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 25 }, "end": { - "line": 2252, + "line": 2255, "column": 43 } } @@ -179817,47 +180245,47 @@ "type": "Identifier", "name": "index", "range": [ - 81283, - 81288 + 81455, + 81460 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 44 }, "end": { - "line": 2252, + "line": 2255, "column": 49 } } } ], "range": [ - 81264, - 81289 + 81436, + 81461 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 25 }, "end": { - "line": 2252, + "line": 2255, "column": 50 } } }, "range": [ - 81251, - 81289 + 81423, + 81461 ], "loc": { "start": { - "line": 2252, + "line": 2255, "column": 12 }, "end": { - "line": 2252, + "line": 2255, "column": 50 } } @@ -179865,16 +180293,16 @@ ], "kind": "let", "range": [ - 81199, - 81290 + 81371, + 81462 ], "loc": { "start": { - "line": 2251, + "line": 2254, "column": 8 }, "end": { - "line": 2252, + "line": 2255, "column": 51 } } @@ -179891,16 +180319,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 81303, - 81313 + 81475, + 81485 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 11 }, "end": { - "line": 2254, + "line": 2257, "column": 21 } } @@ -179911,16 +180339,16 @@ "object": { "type": "ThisExpression", "range": [ - 81318, - 81322 + 81490, + 81494 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 26 }, "end": { - "line": 2254, + "line": 2257, "column": 30 } } @@ -179929,46 +180357,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 81323, - 81335 + 81495, + 81507 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 31 }, "end": { - "line": 2254, + "line": 2257, "column": 43 } } }, "range": [ - 81318, - 81335 + 81490, + 81507 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 26 }, "end": { - "line": 2254, + "line": 2257, "column": 43 } } }, "range": [ - 81303, - 81335 + 81475, + 81507 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 11 }, "end": { - "line": 2254, + "line": 2257, "column": 43 } } @@ -179980,16 +180408,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 81351, - 81361 + 81523, + 81533 ], "loc": { "start": { - "line": 2255, + "line": 2258, "column": 12 }, "end": { - "line": 2255, + "line": 2258, "column": 22 } } @@ -180000,16 +180428,16 @@ "object": { "type": "ThisExpression", "range": [ - 81365, - 81369 + 81537, + 81541 ], "loc": { "start": { - "line": 2255, + "line": 2258, "column": 26 }, "end": { - "line": 2255, + "line": 2258, "column": 30 } } @@ -180018,61 +180446,61 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 81370, - 81386 + 81542, + 81558 ], "loc": { "start": { - "line": 2255, + "line": 2258, "column": 31 }, "end": { - "line": 2255, + "line": 2258, "column": 47 } } }, "range": [ - 81365, - 81386 + 81537, + 81558 ], "loc": { "start": { - "line": 2255, + "line": 2258, "column": 26 }, "end": { - "line": 2255, + "line": 2258, "column": 47 } } }, "range": [ - 81351, - 81386 + 81523, + 81558 ], "loc": { "start": { - "line": 2255, + "line": 2258, "column": 12 }, "end": { - "line": 2255, + "line": 2258, "column": 47 } } }, "range": [ - 81303, - 81386 + 81475, + 81558 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 11 }, "end": { - "line": 2255, + "line": 2258, "column": 47 } } @@ -180092,16 +180520,16 @@ "type": "Identifier", "name": "slc", "range": [ - 81401, - 81404 + 81573, + 81576 ], "loc": { "start": { - "line": 2256, + "line": 2259, "column": 12 }, "end": { - "line": 2256, + "line": 2259, "column": 15 } } @@ -180110,31 +180538,31 @@ "type": "Identifier", "name": "value", "range": [ - 81405, - 81410 + 81577, + 81582 ], "loc": { "start": { - "line": 2256, + "line": 2259, "column": 16 }, "end": { - "line": 2256, + "line": 2259, "column": 21 } } }, "range": [ - 81401, - 81410 + 81573, + 81582 ], "loc": { "start": { - "line": 2256, + "line": 2259, "column": 12 }, "end": { - "line": 2256, + "line": 2259, "column": 21 } } @@ -180143,62 +180571,62 @@ "type": "Identifier", "name": "searcharg", "range": [ - 81413, - 81422 + 81585, + 81594 ], "loc": { "start": { - "line": 2256, + "line": 2259, "column": 24 }, "end": { - "line": 2256, + "line": 2259, "column": 33 } } }, "range": [ - 81401, - 81422 + 81573, + 81594 ], "loc": { "start": { - "line": 2256, + "line": 2259, "column": 12 }, "end": { - "line": 2256, + "line": 2259, "column": 33 } } }, "range": [ - 81401, - 81423 + 81573, + 81595 ], "loc": { "start": { - "line": 2256, + "line": 2259, "column": 12 }, "end": { - "line": 2256, + "line": 2259, "column": 34 } } } ], "range": [ - 81387, - 81433 + 81559, + 81605 ], "loc": { "start": { - "line": 2255, + "line": 2258, "column": 48 }, "end": { - "line": 2257, + "line": 2260, "column": 9 } }, @@ -180207,16 +180635,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 81442, - 81460 + 81614, + 81632 ], "loc": { "start": { - "line": 2258, + "line": 2261, "column": 8 }, "end": { - "line": 2258, + "line": 2261, "column": 26 } } @@ -180232,16 +180660,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 81477, - 81487 + 81649, + 81659 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 16 }, "end": { - "line": 2259, + "line": 2262, "column": 26 } } @@ -180252,16 +180680,16 @@ "object": { "type": "ThisExpression", "range": [ - 81492, - 81496 + 81664, + 81668 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 31 }, "end": { - "line": 2259, + "line": 2262, "column": 35 } } @@ -180270,46 +180698,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 81497, - 81509 + 81669, + 81681 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 36 }, "end": { - "line": 2259, + "line": 2262, "column": 48 } } }, "range": [ - 81492, - 81509 + 81664, + 81681 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 31 }, "end": { - "line": 2259, + "line": 2262, "column": 48 } } }, "range": [ - 81477, - 81509 + 81649, + 81681 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 16 }, "end": { - "line": 2259, + "line": 2262, "column": 48 } } @@ -180326,16 +180754,16 @@ "type": "Identifier", "name": "s", "range": [ - 81528, - 81529 + 81700, + 81701 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 16 }, "end": { - "line": 2260, + "line": 2263, "column": 17 } } @@ -180349,16 +180777,16 @@ "type": "Identifier", "name": "searcharg", "range": [ - 81532, - 81541 + 81704, + 81713 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 20 }, "end": { - "line": 2260, + "line": 2263, "column": 29 } } @@ -180367,31 +180795,31 @@ "type": "Identifier", "name": "split", "range": [ - 81542, - 81547 + 81714, + 81719 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 30 }, "end": { - "line": 2260, + "line": 2263, "column": 35 } } }, "range": [ - 81532, - 81547 + 81704, + 81719 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 20 }, "end": { - "line": 2260, + "line": 2263, "column": 35 } } @@ -180408,16 +180836,16 @@ "value": " ", "raw": "' '", "range": [ - 81548, - 81551 + 81720, + 81723 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 36 }, "end": { - "line": 2260, + "line": 2263, "column": 39 } } @@ -180428,16 +180856,16 @@ "object": { "type": "ThisExpression", "range": [ - 81552, - 81556 + 81724, + 81728 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 40 }, "end": { - "line": 2260, + "line": 2263, "column": 44 } } @@ -180446,46 +180874,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 81557, - 81567 + 81729, + 81739 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 45 }, "end": { - "line": 2260, + "line": 2263, "column": 55 } } }, "range": [ - 81552, - 81567 + 81724, + 81739 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 40 }, "end": { - "line": 2260, + "line": 2263, "column": 55 } } }, "range": [ - 81548, - 81567 + 81720, + 81739 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 36 }, "end": { - "line": 2260, + "line": 2263, "column": 55 } } @@ -180495,62 +180923,62 @@ "value": " ", "raw": "' '", "range": [ - 81568, - 81571 + 81740, + 81743 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 56 }, "end": { - "line": 2260, + "line": 2263, "column": 59 } } }, "range": [ - 81548, - 81571 + 81720, + 81743 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 36 }, "end": { - "line": 2260, + "line": 2263, "column": 59 } } } ], "range": [ - 81532, - 81572 + 81704, + 81744 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 20 }, "end": { - "line": 2260, + "line": 2263, "column": 60 } } }, "range": [ - 81528, - 81572 + 81700, + 81744 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 16 }, "end": { - "line": 2260, + "line": 2263, "column": 60 } } @@ -180558,16 +180986,16 @@ ], "kind": "let", "range": [ - 81524, - 81573 + 81696, + 81745 ], "loc": { "start": { - "line": 2260, + "line": 2263, "column": 12 }, "end": { - "line": 2260, + "line": 2263, "column": 61 } }, @@ -180576,16 +181004,16 @@ "type": "Line", "value": " let ct = 0; //keywords counter", "range": [ - 81586, - 81619 + 81758, + 81791 ], "loc": { "start": { - "line": 2261, + "line": 2264, "column": 12 }, "end": { - "line": 2261, + "line": 2264, "column": 45 } } @@ -180603,16 +181031,16 @@ "type": "Identifier", "name": "j", "range": [ - 81640, - 81641 + 81812, + 81813 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 20 }, "end": { - "line": 2262, + "line": 2265, "column": 21 } } @@ -180622,31 +181050,31 @@ "value": 0, "raw": "0", "range": [ - 81642, - 81643 + 81814, + 81815 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 22 }, "end": { - "line": 2262, + "line": 2265, "column": 23 } } }, "range": [ - 81640, - 81643 + 81812, + 81815 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 20 }, "end": { - "line": 2262, + "line": 2265, "column": 23 } } @@ -180657,16 +181085,16 @@ "type": "Identifier", "name": "len", "range": [ - 81645, - 81648 + 81817, + 81820 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 25 }, "end": { - "line": 2262, + "line": 2265, "column": 28 } } @@ -180681,16 +181109,16 @@ "type": "Identifier", "name": "slc", "range": [ - 81649, - 81652 + 81821, + 81824 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 29 }, "end": { - "line": 2262, + "line": 2265, "column": 32 } } @@ -180699,31 +181127,31 @@ "type": "Identifier", "name": "options", "range": [ - 81653, - 81660 + 81825, + 81832 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 33 }, "end": { - "line": 2262, + "line": 2265, "column": 40 } } }, "range": [ - 81649, - 81660 + 81821, + 81832 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 29 }, "end": { - "line": 2262, + "line": 2265, "column": 40 } } @@ -180732,46 +181160,46 @@ "type": "Identifier", "name": "length", "range": [ - 81661, - 81667 + 81833, + 81839 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 41 }, "end": { - "line": 2262, + "line": 2265, "column": 47 } } }, "range": [ - 81649, - 81667 + 81821, + 81839 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 29 }, "end": { - "line": 2262, + "line": 2265, "column": 47 } } }, "range": [ - 81645, - 81667 + 81817, + 81839 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 25 }, "end": { - "line": 2262, + "line": 2265, "column": 47 } } @@ -180779,16 +181207,16 @@ ], "kind": "let", "range": [ - 81636, - 81667 + 81808, + 81839 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 16 }, "end": { - "line": 2262, + "line": 2265, "column": 47 } } @@ -180800,16 +181228,16 @@ "type": "Identifier", "name": "j", "range": [ - 81669, - 81670 + 81841, + 81842 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 49 }, "end": { - "line": 2262, + "line": 2265, "column": 50 } } @@ -180818,31 +181246,31 @@ "type": "Identifier", "name": "len", "range": [ - 81671, - 81674 + 81843, + 81846 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 51 }, "end": { - "line": 2262, + "line": 2265, "column": 54 } } }, "range": [ - 81669, - 81674 + 81841, + 81846 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 49 }, "end": { - "line": 2262, + "line": 2265, "column": 54 } } @@ -180854,32 +181282,32 @@ "type": "Identifier", "name": "j", "range": [ - 81676, - 81677 + 81848, + 81849 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 56 }, "end": { - "line": 2262, + "line": 2265, "column": 57 } } }, "prefix": false, "range": [ - 81676, - 81679 + 81848, + 81851 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 56 }, "end": { - "line": 2262, + "line": 2265, "column": 59 } } @@ -180896,16 +181324,16 @@ "type": "Identifier", "name": "option", "range": [ - 81702, - 81708 + 81874, + 81880 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 20 }, "end": { - "line": 2263, + "line": 2266, "column": 26 } } @@ -180920,16 +181348,16 @@ "type": "Identifier", "name": "slc", "range": [ - 81711, - 81714 + 81883, + 81886 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 29 }, "end": { - "line": 2263, + "line": 2266, "column": 32 } } @@ -180938,31 +181366,31 @@ "type": "Identifier", "name": "options", "range": [ - 81715, - 81722 + 81887, + 81894 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 33 }, "end": { - "line": 2263, + "line": 2266, "column": 40 } } }, "range": [ - 81711, - 81722 + 81883, + 81894 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 29 }, "end": { - "line": 2263, + "line": 2266, "column": 40 } } @@ -180971,46 +181399,46 @@ "type": "Identifier", "name": "j", "range": [ - 81723, - 81724 + 81895, + 81896 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 41 }, "end": { - "line": 2263, + "line": 2266, "column": 42 } } }, "range": [ - 81711, - 81725 + 81883, + 81897 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 29 }, "end": { - "line": 2263, + "line": 2266, "column": 43 } } }, "range": [ - 81702, - 81725 + 81874, + 81897 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 20 }, "end": { - "line": 2263, + "line": 2266, "column": 43 } } @@ -181018,16 +181446,16 @@ ], "kind": "let", "range": [ - 81698, - 81726 + 81870, + 81898 ], "loc": { "start": { - "line": 2263, + "line": 2266, "column": 16 }, "end": { - "line": 2263, + "line": 2266, "column": 44 } } @@ -181044,16 +181472,16 @@ "type": "Identifier", "name": "s", "range": [ - 81746, - 81747 + 81918, + 81919 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 19 }, "end": { - "line": 2264, + "line": 2267, "column": 20 } } @@ -181063,31 +181491,31 @@ "value": "", "raw": "''", "range": [ - 81750, - 81752 + 81922, + 81924 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 23 }, "end": { - "line": 2264, + "line": 2267, "column": 25 } } }, "range": [ - 81746, - 81752 + 81918, + 81924 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 19 }, "end": { - "line": 2264, + "line": 2267, "column": 25 } } @@ -181102,16 +181530,16 @@ "type": "Identifier", "name": "s", "range": [ - 81756, - 81757 + 81928, + 81929 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 29 }, "end": { - "line": 2264, + "line": 2267, "column": 30 } } @@ -181121,31 +181549,31 @@ "value": 0, "raw": "0", "range": [ - 81758, - 81759 + 81930, + 81931 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 31 }, "end": { - "line": 2264, + "line": 2267, "column": 32 } } }, "range": [ - 81756, - 81760 + 81928, + 81932 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 29 }, "end": { - "line": 2264, + "line": 2267, "column": 33 } } @@ -181155,46 +181583,46 @@ "value": "", "raw": "''", "range": [ - 81763, - 81765 + 81935, + 81937 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 36 }, "end": { - "line": 2264, + "line": 2267, "column": 38 } } }, "range": [ - 81756, - 81765 + 81928, + 81937 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 29 }, "end": { - "line": 2264, + "line": 2267, "column": 38 } } }, "range": [ - 81746, - 81765 + 81918, + 81937 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 19 }, "end": { - "line": 2264, + "line": 2267, "column": 38 } } @@ -181214,16 +181642,16 @@ "type": "Identifier", "name": "option", "range": [ - 81788, - 81794 + 81960, + 81966 ], "loc": { "start": { - "line": 2265, + "line": 2268, "column": 20 }, "end": { - "line": 2265, + "line": 2268, "column": 26 } } @@ -181232,31 +181660,31 @@ "type": "Identifier", "name": "selected", "range": [ - 81795, - 81803 + 81967, + 81975 ], "loc": { "start": { - "line": 2265, + "line": 2268, "column": 27 }, "end": { - "line": 2265, + "line": 2268, "column": 35 } } }, "range": [ - 81788, - 81803 + 81960, + 81975 ], "loc": { "start": { - "line": 2265, + "line": 2268, "column": 20 }, "end": { - "line": 2265, + "line": 2268, "column": 35 } } @@ -181266,78 +181694,78 @@ "value": false, "raw": "false", "range": [ - 81806, - 81811 + 81978, + 81983 ], "loc": { "start": { - "line": 2265, + "line": 2268, "column": 38 }, "end": { - "line": 2265, + "line": 2268, "column": 43 } } }, "range": [ - 81788, - 81811 + 81960, + 81983 ], "loc": { "start": { - "line": 2265, + "line": 2268, "column": 20 }, "end": { - "line": 2265, + "line": 2268, "column": 43 } } }, "range": [ - 81788, - 81812 + 81960, + 81984 ], "loc": { "start": { - "line": 2265, + "line": 2268, "column": 20 }, "end": { - "line": 2265, + "line": 2268, "column": 44 } } } ], "range": [ - 81766, - 81830 + 81938, + 82002 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 39 }, "end": { - "line": 2266, + "line": 2269, "column": 17 } } }, "alternate": null, "range": [ - 81743, - 81830 + 81915, + 82002 ], "loc": { "start": { - "line": 2264, + "line": 2267, "column": 16 }, "end": { - "line": 2266, + "line": 2269, "column": 17 } } @@ -181354,16 +181782,16 @@ "type": "Identifier", "name": "option", "range": [ - 81850, - 81856 + 82022, + 82028 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 19 }, "end": { - "line": 2267, + "line": 2270, "column": 25 } } @@ -181372,31 +181800,31 @@ "type": "Identifier", "name": "value", "range": [ - 81857, - 81862 + 82029, + 82034 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 26 }, "end": { - "line": 2267, + "line": 2270, "column": 31 } } }, "range": [ - 81850, - 81862 + 82022, + 82034 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 19 }, "end": { - "line": 2267, + "line": 2270, "column": 31 } } @@ -181406,31 +181834,31 @@ "value": "", "raw": "''", "range": [ - 81865, - 81867 + 82037, + 82039 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 34 }, "end": { - "line": 2267, + "line": 2270, "column": 36 } } }, "range": [ - 81850, - 81867 + 82022, + 82039 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 19 }, "end": { - "line": 2267, + "line": 2270, "column": 36 } } @@ -181450,16 +181878,16 @@ "type": "Identifier", "name": "option", "range": [ - 81890, - 81896 + 82062, + 82068 ], "loc": { "start": { - "line": 2268, + "line": 2271, "column": 20 }, "end": { - "line": 2268, + "line": 2271, "column": 26 } } @@ -181468,31 +181896,31 @@ "type": "Identifier", "name": "selected", "range": [ - 81897, - 81905 + 82069, + 82077 ], "loc": { "start": { - "line": 2268, + "line": 2271, "column": 27 }, "end": { - "line": 2268, + "line": 2271, "column": 35 } } }, "range": [ - 81890, - 81905 + 82062, + 82077 ], "loc": { "start": { - "line": 2268, + "line": 2271, "column": 20 }, "end": { - "line": 2268, + "line": 2271, "column": 35 } } @@ -181502,78 +181930,78 @@ "value": false, "raw": "false", "range": [ - 81908, - 81913 + 82080, + 82085 ], "loc": { "start": { - "line": 2268, + "line": 2271, "column": 38 }, "end": { - "line": 2268, + "line": 2271, "column": 43 } } }, "range": [ - 81890, - 81913 + 82062, + 82085 ], "loc": { "start": { - "line": 2268, + "line": 2271, "column": 20 }, "end": { - "line": 2268, + "line": 2271, "column": 43 } } }, "range": [ - 81890, - 81914 + 82062, + 82086 ], "loc": { "start": { - "line": 2268, + "line": 2271, "column": 20 }, "end": { - "line": 2268, + "line": 2271, "column": 44 } } } ], "range": [ - 81868, - 81932 + 82040, + 82104 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 37 }, "end": { - "line": 2269, + "line": 2272, "column": 17 } } }, "alternate": null, "range": [ - 81847, - 81932 + 82019, + 82104 ], "loc": { "start": { - "line": 2267, + "line": 2270, "column": 16 }, "end": { - "line": 2269, + "line": 2272, "column": 17 } } @@ -181593,16 +182021,16 @@ "type": "Identifier", "name": "option", "range": [ - 81952, - 81958 + 82124, + 82130 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 19 }, "end": { - "line": 2270, + "line": 2273, "column": 25 } } @@ -181611,31 +182039,31 @@ "type": "Identifier", "name": "value", "range": [ - 81959, - 81964 + 82131, + 82136 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 26 }, "end": { - "line": 2270, + "line": 2273, "column": 31 } } }, "range": [ - 81952, - 81964 + 82124, + 82136 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 19 }, "end": { - "line": 2270, + "line": 2273, "column": 31 } } @@ -181645,31 +182073,31 @@ "value": "", "raw": "''", "range": [ - 81967, - 81969 + 82139, + 82141 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 34 }, "end": { - "line": 2270, + "line": 2273, "column": 36 } } }, "range": [ - 81952, - 81969 + 82124, + 82141 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 19 }, "end": { - "line": 2270, + "line": 2273, "column": 36 } } @@ -181683,16 +182111,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 81993, - 81996 + 82165, + 82168 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 20 }, "end": { - "line": 2271, + "line": 2274, "column": 23 } } @@ -181701,31 +182129,31 @@ "type": "Identifier", "name": "has", "range": [ - 81997, - 82000 + 82169, + 82172 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 24 }, "end": { - "line": 2271, + "line": 2274, "column": 27 } } }, "range": [ - 81993, - 82000 + 82165, + 82172 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 20 }, "end": { - "line": 2271, + "line": 2274, "column": 27 } } @@ -181735,16 +182163,16 @@ "type": "Identifier", "name": "s", "range": [ - 82001, - 82002 + 82173, + 82174 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 28 }, "end": { - "line": 2271, + "line": 2274, "column": 29 } } @@ -181756,16 +182184,16 @@ "type": "Identifier", "name": "option", "range": [ - 82004, - 82010 + 82176, + 82182 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 31 }, "end": { - "line": 2271, + "line": 2274, "column": 37 } } @@ -181774,31 +182202,31 @@ "type": "Identifier", "name": "value", "range": [ - 82011, - 82016 + 82183, + 82188 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 38 }, "end": { - "line": 2271, + "line": 2274, "column": 43 } } }, "range": [ - 82004, - 82016 + 82176, + 82188 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 31 }, "end": { - "line": 2271, + "line": 2274, "column": 43 } } @@ -181808,47 +182236,47 @@ "value": true, "raw": "true", "range": [ - 82018, - 82022 + 82190, + 82194 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 45 }, "end": { - "line": 2271, + "line": 2274, "column": 49 } } } ], "range": [ - 81993, - 82023 + 82165, + 82195 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 20 }, "end": { - "line": 2271, + "line": 2274, "column": 50 } } }, "range": [ - 81952, - 82023 + 82124, + 82195 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 19 }, "end": { - "line": 2271, + "line": 2274, "column": 50 } } @@ -181868,16 +182296,16 @@ "type": "Identifier", "name": "option", "range": [ - 82046, - 82052 + 82218, + 82224 ], "loc": { "start": { - "line": 2272, + "line": 2275, "column": 20 }, "end": { - "line": 2272, + "line": 2275, "column": 26 } } @@ -181886,31 +182314,31 @@ "type": "Identifier", "name": "selected", "range": [ - 82053, - 82061 + 82225, + 82233 ], "loc": { "start": { - "line": 2272, + "line": 2275, "column": 27 }, "end": { - "line": 2272, + "line": 2275, "column": 35 } } }, "range": [ - 82046, - 82061 + 82218, + 82233 ], "loc": { "start": { - "line": 2272, + "line": 2275, "column": 20 }, "end": { - "line": 2272, + "line": 2275, "column": 35 } } @@ -181920,78 +182348,78 @@ "value": true, "raw": "true", "range": [ - 82064, - 82068 + 82236, + 82240 ], "loc": { "start": { - "line": 2272, + "line": 2275, "column": 38 }, "end": { - "line": 2272, + "line": 2275, "column": 42 } } }, "range": [ - 82046, - 82068 + 82218, + 82240 ], "loc": { "start": { - "line": 2272, + "line": 2275, "column": 20 }, "end": { - "line": 2272, + "line": 2275, "column": 42 } } }, "range": [ - 82046, - 82069 + 82218, + 82241 ], "loc": { "start": { - "line": 2272, + "line": 2275, "column": 20 }, "end": { - "line": 2272, + "line": 2275, "column": 43 } } } ], "range": [ - 82024, - 82087 + 82196, + 82259 ], "loc": { "start": { - "line": 2271, + "line": 2274, "column": 51 }, "end": { - "line": 2273, + "line": 2276, "column": 17 } } }, "alternate": null, "range": [ - 81949, - 82087 + 82121, + 82259 ], "loc": { "start": { - "line": 2270, + "line": 2273, "column": 16 }, "end": { - "line": 2273, + "line": 2276, "column": 17 } }, @@ -182000,16 +182428,16 @@ "type": "Line", "value": "if", "range": [ - 82087, - 82091 + 82259, + 82263 ], "loc": { "start": { - "line": 2273, + "line": 2276, "column": 17 }, "end": { - "line": 2273, + "line": 2276, "column": 21 } } @@ -182018,31 +182446,31 @@ } ], "range": [ - 81680, - 82105 + 81852, + 82277 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 60 }, "end": { - "line": 2274, + "line": 2277, "column": 13 } } }, "range": [ - 81632, - 82105 + 81804, + 82277 ], "loc": { "start": { - "line": 2262, + "line": 2265, "column": 12 }, "end": { - "line": 2274, + "line": 2277, "column": 13 } }, @@ -182051,16 +182479,16 @@ "type": "Line", "value": " let ct = 0; //keywords counter", "range": [ - 81586, - 81619 + 81758, + 81791 ], "loc": { "start": { - "line": 2261, + "line": 2264, "column": 12 }, "end": { - "line": 2261, + "line": 2264, "column": 45 } } @@ -182071,16 +182499,16 @@ "type": "Line", "value": "for j", "range": [ - 82105, - 82112 + 82277, + 82284 ], "loc": { "start": { - "line": 2274, + "line": 2277, "column": 13 }, "end": { - "line": 2274, + "line": 2277, "column": 20 } } @@ -182089,16 +182517,16 @@ } ], "range": [ - 81510, - 82122 + 81682, + 82294 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 49 }, "end": { - "line": 2275, + "line": 2278, "column": 9 } }, @@ -182107,16 +182535,16 @@ "type": "Line", "value": "checklist", "range": [ - 82131, - 82142 + 82303, + 82314 ], "loc": { "start": { - "line": 2276, + "line": 2279, "column": 8 }, "end": { - "line": 2276, + "line": 2279, "column": 19 } } @@ -182132,16 +182560,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 82159, - 82169 + 82331, + 82341 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 16 }, "end": { - "line": 2277, + "line": 2280, "column": 26 } } @@ -182152,16 +182580,16 @@ "object": { "type": "ThisExpression", "range": [ - 82174, - 82178 + 82346, + 82350 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 31 }, "end": { - "line": 2277, + "line": 2280, "column": 35 } } @@ -182170,46 +182598,46 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 82179, - 82195 + 82351, + 82367 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 36 }, "end": { - "line": 2277, + "line": 2280, "column": 52 } } }, "range": [ - 82174, - 82195 + 82346, + 82367 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 31 }, "end": { - "line": 2277, + "line": 2280, "column": 52 } } }, "range": [ - 82159, - 82195 + 82331, + 82367 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 16 }, "end": { - "line": 2277, + "line": 2280, "column": 52 } } @@ -182226,16 +182654,16 @@ "type": "Identifier", "name": "searcharg", "range": [ - 82210, - 82219 + 82382, + 82391 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 12 }, "end": { - "line": 2278, + "line": 2281, "column": 21 } } @@ -182249,16 +182677,16 @@ "type": "Identifier", "name": "Str", "range": [ - 82222, - 82225 + 82394, + 82397 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 24 }, "end": { - "line": 2278, + "line": 2281, "column": 27 } } @@ -182267,31 +182695,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 82226, - 82235 + 82398, + 82407 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 28 }, "end": { - "line": 2278, + "line": 2281, "column": 37 } } }, "range": [ - 82222, - 82235 + 82394, + 82407 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 24 }, "end": { - "line": 2278, + "line": 2281, "column": 37 } } @@ -182301,16 +182729,16 @@ "type": "Identifier", "name": "searcharg", "range": [ - 82236, - 82245 + 82408, + 82417 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 38 }, "end": { - "line": 2278, + "line": 2281, "column": 47 } } @@ -182321,16 +182749,16 @@ "object": { "type": "ThisExpression", "range": [ - 82247, - 82251 + 82419, + 82423 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 49 }, "end": { - "line": 2278, + "line": 2281, "column": 53 } } @@ -182339,77 +182767,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 82252, - 82265 + 82424, + 82437 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 54 }, "end": { - "line": 2278, + "line": 2281, "column": 67 } } }, "range": [ - 82247, - 82265 + 82419, + 82437 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 49 }, "end": { - "line": 2278, + "line": 2281, "column": 67 } } } ], "range": [ - 82222, - 82266 + 82394, + 82438 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 24 }, "end": { - "line": 2278, + "line": 2281, "column": 68 } } }, "range": [ - 82210, - 82266 + 82382, + 82438 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 12 }, "end": { - "line": 2278, + "line": 2281, "column": 68 } } }, "range": [ - 82210, - 82267 + 82382, + 82439 ], "loc": { "start": { - "line": 2278, + "line": 2281, "column": 12 }, "end": { - "line": 2278, + "line": 2281, "column": 69 } } @@ -182423,16 +182851,16 @@ "type": "Identifier", "name": "sarg", "range": [ - 82284, - 82288 + 82456, + 82460 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 16 }, "end": { - "line": 2279, + "line": 2282, "column": 20 } } @@ -182446,16 +182874,16 @@ "type": "Identifier", "name": "searcharg", "range": [ - 82291, - 82300 + 82463, + 82472 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 23 }, "end": { - "line": 2279, + "line": 2282, "column": 32 } } @@ -182464,31 +182892,31 @@ "type": "Identifier", "name": "split", "range": [ - 82301, - 82306 + 82473, + 82478 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 33 }, "end": { - "line": 2279, + "line": 2282, "column": 38 } } }, "range": [ - 82291, - 82306 + 82463, + 82478 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 23 }, "end": { - "line": 2279, + "line": 2282, "column": 38 } } @@ -182505,16 +182933,16 @@ "value": " ", "raw": "' '", "range": [ - 82307, - 82310 + 82479, + 82482 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 39 }, "end": { - "line": 2279, + "line": 2282, "column": 42 } } @@ -182525,16 +182953,16 @@ "object": { "type": "ThisExpression", "range": [ - 82311, - 82315 + 82483, + 82487 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 43 }, "end": { - "line": 2279, + "line": 2282, "column": 47 } } @@ -182543,46 +182971,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 82316, - 82326 + 82488, + 82498 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 48 }, "end": { - "line": 2279, + "line": 2282, "column": 58 } } }, "range": [ - 82311, - 82326 + 82483, + 82498 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 43 }, "end": { - "line": 2279, + "line": 2282, "column": 58 } } }, "range": [ - 82307, - 82326 + 82479, + 82498 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 39 }, "end": { - "line": 2279, + "line": 2282, "column": 58 } } @@ -182592,62 +183020,62 @@ "value": " ", "raw": "' '", "range": [ - 82327, - 82330 + 82499, + 82502 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 59 }, "end": { - "line": 2279, + "line": 2282, "column": 62 } } }, "range": [ - 82307, - 82330 + 82479, + 82502 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 39 }, "end": { - "line": 2279, + "line": 2282, "column": 62 } } } ], "range": [ - 82291, - 82331 + 82463, + 82503 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 23 }, "end": { - "line": 2279, + "line": 2282, "column": 63 } } }, "range": [ - 82284, - 82331 + 82456, + 82503 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 16 }, "end": { - "line": 2279, + "line": 2282, "column": 63 } } @@ -182655,16 +183083,16 @@ ], "kind": "let", "range": [ - 82280, - 82332 + 82452, + 82504 ], "loc": { "start": { - "line": 2279, + "line": 2282, "column": 12 }, "end": { - "line": 2279, + "line": 2282, "column": 64 } } @@ -182678,16 +183106,16 @@ "type": "Identifier", "name": "lisNb", "range": [ - 82349, - 82354 + 82521, + 82526 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 16 }, "end": { - "line": 2280, + "line": 2283, "column": 21 } } @@ -182704,16 +183132,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 82357, - 82360 + 82529, + 82532 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 24 }, "end": { - "line": 2280, + "line": 2283, "column": 27 } } @@ -182722,31 +183150,31 @@ "type": "Identifier", "name": "tag", "range": [ - 82361, - 82364 + 82533, + 82536 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 28 }, "end": { - "line": 2280, + "line": 2283, "column": 31 } } }, "range": [ - 82357, - 82364 + 82529, + 82536 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 24 }, "end": { - "line": 2280, + "line": 2283, "column": 31 } } @@ -182756,16 +183184,16 @@ "type": "Identifier", "name": "slc", "range": [ - 82365, - 82368 + 82537, + 82540 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 32 }, "end": { - "line": 2280, + "line": 2283, "column": 35 } } @@ -182775,32 +183203,32 @@ "value": "li", "raw": "'li'", "range": [ - 82369, - 82373 + 82541, + 82545 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 36 }, "end": { - "line": 2280, + "line": 2283, "column": 40 } } } ], "range": [ - 82357, - 82374 + 82529, + 82546 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 24 }, "end": { - "line": 2280, + "line": 2283, "column": 41 } } @@ -182809,46 +183237,46 @@ "type": "Identifier", "name": "length", "range": [ - 82375, - 82381 + 82547, + 82553 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 42 }, "end": { - "line": 2280, + "line": 2283, "column": 48 } } }, "range": [ - 82357, - 82381 + 82529, + 82553 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 24 }, "end": { - "line": 2280, + "line": 2283, "column": 48 } } }, "range": [ - 82349, - 82381 + 82521, + 82553 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 16 }, "end": { - "line": 2280, + "line": 2283, "column": 48 } } @@ -182856,16 +183284,16 @@ ], "kind": "let", "range": [ - 82345, - 82382 + 82517, + 82554 ], "loc": { "start": { - "line": 2280, + "line": 2283, "column": 12 }, "end": { - "line": 2280, + "line": 2283, "column": 49 } } @@ -182881,16 +183309,16 @@ "type": "Identifier", "name": "slc", "range": [ - 82396, - 82399 + 82568, + 82571 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 12 }, "end": { - "line": 2282, + "line": 2285, "column": 15 } } @@ -182899,31 +183327,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 82400, - 82412 + 82572, + 82584 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 16 }, "end": { - "line": 2282, + "line": 2285, "column": 28 } } }, "range": [ - 82396, - 82412 + 82568, + 82584 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 12 }, "end": { - "line": 2282, + "line": 2285, "column": 28 } } @@ -182934,16 +183362,16 @@ "value": "value", "raw": "'value'", "range": [ - 82413, - 82420 + 82585, + 82592 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 29 }, "end": { - "line": 2282, + "line": 2285, "column": 36 } } @@ -182953,47 +183381,47 @@ "value": "", "raw": "''", "range": [ - 82422, - 82424 + 82594, + 82596 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 38 }, "end": { - "line": 2282, + "line": 2285, "column": 40 } } } ], "range": [ - 82396, - 82425 + 82568, + 82597 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 12 }, "end": { - "line": 2282, + "line": 2285, "column": 41 } } }, "range": [ - 82396, - 82426 + 82568, + 82598 ], "loc": { "start": { - "line": 2282, + "line": 2285, "column": 12 }, "end": { - "line": 2282, + "line": 2285, "column": 42 } } @@ -183009,16 +183437,16 @@ "type": "Identifier", "name": "slc", "range": [ - 82439, - 82442 + 82611, + 82614 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 12 }, "end": { - "line": 2283, + "line": 2286, "column": 15 } } @@ -183027,31 +183455,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 82443, - 82455 + 82615, + 82627 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 16 }, "end": { - "line": 2283, + "line": 2286, "column": 28 } } }, "range": [ - 82439, - 82455 + 82611, + 82627 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 12 }, "end": { - "line": 2283, + "line": 2286, "column": 28 } } @@ -183062,16 +183490,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 82456, - 82465 + 82628, + 82637 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 29 }, "end": { - "line": 2283, + "line": 2286, "column": 38 } } @@ -183081,47 +183509,47 @@ "value": "", "raw": "''", "range": [ - 82467, - 82469 + 82639, + 82641 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 40 }, "end": { - "line": 2283, + "line": 2286, "column": 42 } } } ], "range": [ - 82439, - 82470 + 82611, + 82642 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 12 }, "end": { - "line": 2283, + "line": 2286, "column": 43 } } }, "range": [ - 82439, - 82471 + 82611, + 82643 ], "loc": { "start": { - "line": 2283, + "line": 2286, "column": 12 }, "end": { - "line": 2283, + "line": 2286, "column": 44 } } @@ -183137,16 +183565,16 @@ "type": "Identifier", "name": "k", "range": [ - 82493, - 82494 + 82665, + 82666 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 20 }, "end": { - "line": 2285, + "line": 2288, "column": 21 } } @@ -183156,31 +183584,31 @@ "value": 0, "raw": "0", "range": [ - 82495, - 82496 + 82667, + 82668 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 22 }, "end": { - "line": 2285, + "line": 2288, "column": 23 } } }, "range": [ - 82493, - 82496 + 82665, + 82668 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 20 }, "end": { - "line": 2285, + "line": 2288, "column": 23 } } @@ -183188,16 +183616,16 @@ ], "kind": "let", "range": [ - 82489, - 82496 + 82661, + 82668 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 16 }, "end": { - "line": 2285, + "line": 2288, "column": 23 } } @@ -183209,16 +183637,16 @@ "type": "Identifier", "name": "k", "range": [ - 82498, - 82499 + 82670, + 82671 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 25 }, "end": { - "line": 2285, + "line": 2288, "column": 26 } } @@ -183227,31 +183655,31 @@ "type": "Identifier", "name": "lisNb", "range": [ - 82500, - 82505 + 82672, + 82677 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 27 }, "end": { - "line": 2285, + "line": 2288, "column": 32 } } }, "range": [ - 82498, - 82505 + 82670, + 82677 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 25 }, "end": { - "line": 2285, + "line": 2288, "column": 32 } } @@ -183263,32 +183691,32 @@ "type": "Identifier", "name": "k", "range": [ - 82507, - 82508 + 82679, + 82680 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 34 }, "end": { - "line": 2285, + "line": 2288, "column": 35 } } }, "prefix": false, "range": [ - 82507, - 82510 + 82679, + 82682 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 34 }, "end": { - "line": 2285, + "line": 2288, "column": 37 } } @@ -183305,16 +183733,16 @@ "type": "Identifier", "name": "li", "range": [ - 82533, - 82535 + 82705, + 82707 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 20 }, "end": { - "line": 2286, + "line": 2289, "column": 22 } } @@ -183331,16 +183759,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 82538, - 82541 + 82710, + 82713 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 25 }, "end": { - "line": 2286, + "line": 2289, "column": 28 } } @@ -183349,31 +183777,31 @@ "type": "Identifier", "name": "tag", "range": [ - 82542, - 82545 + 82714, + 82717 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 29 }, "end": { - "line": 2286, + "line": 2289, "column": 32 } } }, "range": [ - 82538, - 82545 + 82710, + 82717 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 25 }, "end": { - "line": 2286, + "line": 2289, "column": 32 } } @@ -183383,16 +183811,16 @@ "type": "Identifier", "name": "slc", "range": [ - 82546, - 82549 + 82718, + 82721 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 33 }, "end": { - "line": 2286, + "line": 2289, "column": 36 } } @@ -183402,32 +183830,32 @@ "value": "li", "raw": "'li'", "range": [ - 82550, - 82554 + 82722, + 82726 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 37 }, "end": { - "line": 2286, + "line": 2289, "column": 41 } } } ], "range": [ - 82538, - 82555 + 82710, + 82727 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 25 }, "end": { - "line": 2286, + "line": 2289, "column": 42 } } @@ -183436,46 +183864,46 @@ "type": "Identifier", "name": "k", "range": [ - 82556, - 82557 + 82728, + 82729 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 43 }, "end": { - "line": 2286, + "line": 2289, "column": 44 } } }, "range": [ - 82538, - 82558 + 82710, + 82730 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 25 }, "end": { - "line": 2286, + "line": 2289, "column": 45 } } }, "range": [ - 82533, - 82558 + 82705, + 82730 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 20 }, "end": { - "line": 2286, + "line": 2289, "column": 45 } } @@ -183486,16 +183914,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 82580, - 82583 + 82752, + 82755 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 20 }, "end": { - "line": 2287, + "line": 2290, "column": 23 } } @@ -183512,16 +183940,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 82586, - 82589 + 82758, + 82761 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 26 }, "end": { - "line": 2287, + "line": 2290, "column": 29 } } @@ -183530,31 +183958,31 @@ "type": "Identifier", "name": "tag", "range": [ - 82590, - 82593 + 82762, + 82765 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 30 }, "end": { - "line": 2287, + "line": 2290, "column": 33 } } }, "range": [ - 82586, - 82593 + 82758, + 82765 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 26 }, "end": { - "line": 2287, + "line": 2290, "column": 33 } } @@ -183564,16 +183992,16 @@ "type": "Identifier", "name": "li", "range": [ - 82594, - 82596 + 82766, + 82768 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 34 }, "end": { - "line": 2287, + "line": 2290, "column": 36 } } @@ -183583,32 +184011,32 @@ "value": "label", "raw": "'label'", "range": [ - 82597, - 82604 + 82769, + 82776 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 37 }, "end": { - "line": 2287, + "line": 2290, "column": 44 } } } ], "range": [ - 82586, - 82605 + 82758, + 82777 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 26 }, "end": { - "line": 2287, + "line": 2290, "column": 45 } } @@ -183618,46 +184046,46 @@ "value": 0, "raw": "0", "range": [ - 82606, - 82607 + 82778, + 82779 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 46 }, "end": { - "line": 2287, + "line": 2290, "column": 47 } } }, "range": [ - 82586, - 82608 + 82758, + 82780 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 26 }, "end": { - "line": 2287, + "line": 2290, "column": 48 } } }, "range": [ - 82580, - 82608 + 82752, + 82780 ], "loc": { "start": { - "line": 2287, + "line": 2290, "column": 20 }, "end": { - "line": 2287, + "line": 2290, "column": 48 } } @@ -183668,16 +184096,16 @@ "type": "Identifier", "name": "chk", "range": [ - 82630, - 82633 + 82802, + 82805 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 20 }, "end": { - "line": 2288, + "line": 2291, "column": 23 } } @@ -183694,16 +184122,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 82636, - 82639 + 82808, + 82811 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 26 }, "end": { - "line": 2288, + "line": 2291, "column": 29 } } @@ -183712,31 +184140,31 @@ "type": "Identifier", "name": "tag", "range": [ - 82640, - 82643 + 82812, + 82815 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 30 }, "end": { - "line": 2288, + "line": 2291, "column": 33 } } }, "range": [ - 82636, - 82643 + 82808, + 82815 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 26 }, "end": { - "line": 2288, + "line": 2291, "column": 33 } } @@ -183746,16 +184174,16 @@ "type": "Identifier", "name": "li", "range": [ - 82644, - 82646 + 82816, + 82818 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 34 }, "end": { - "line": 2288, + "line": 2291, "column": 36 } } @@ -183765,32 +184193,32 @@ "value": "input", "raw": "'input'", "range": [ - 82647, - 82654 + 82819, + 82826 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 37 }, "end": { - "line": 2288, + "line": 2291, "column": 44 } } } ], "range": [ - 82636, - 82655 + 82808, + 82827 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 26 }, "end": { - "line": 2288, + "line": 2291, "column": 45 } } @@ -183800,46 +184228,46 @@ "value": 0, "raw": "0", "range": [ - 82656, - 82657 + 82828, + 82829 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 46 }, "end": { - "line": 2288, + "line": 2291, "column": 47 } } }, "range": [ - 82636, - 82658 + 82808, + 82830 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 26 }, "end": { - "line": 2288, + "line": 2291, "column": 48 } } }, "range": [ - 82630, - 82658 + 82802, + 82830 ], "loc": { "start": { - "line": 2288, + "line": 2291, "column": 20 }, "end": { - "line": 2288, + "line": 2291, "column": 48 } } @@ -183850,16 +184278,16 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 82680, - 82686 + 82852, + 82858 ], "loc": { "start": { - "line": 2289, + "line": 2292, "column": 20 }, "end": { - "line": 2289, + "line": 2292, "column": 26 } } @@ -183873,16 +184301,16 @@ "type": "Identifier", "name": "Str", "range": [ - 82689, - 82692 + 82861, + 82864 ], "loc": { "start": { - "line": 2289, + "line": 2292, "column": 29 }, "end": { - "line": 2289, + "line": 2292, "column": 32 } } @@ -183891,31 +184319,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 82693, - 82702 + 82865, + 82874 ], "loc": { "start": { - "line": 2289, + "line": 2292, "column": 33 }, "end": { - "line": 2289, + "line": 2292, "column": 42 } } }, "range": [ - 82689, - 82702 + 82861, + 82874 ], "loc": { "start": { - "line": 2289, + "line": 2292, "column": 29 }, "end": { - "line": 2289, + "line": 2292, "column": 42 } } @@ -183930,16 +184358,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 82728, - 82731 + 82900, + 82903 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 24 }, "end": { - "line": 2290, + "line": 2293, "column": 27 } } @@ -183948,31 +184376,31 @@ "type": "Identifier", "name": "getText", "range": [ - 82732, - 82739 + 82904, + 82911 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 28 }, "end": { - "line": 2290, + "line": 2293, "column": 35 } } }, "range": [ - 82728, - 82739 + 82900, + 82911 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 24 }, "end": { - "line": 2290, + "line": 2293, "column": 35 } } @@ -183982,32 +184410,32 @@ "type": "Identifier", "name": "lbl", "range": [ - 82740, - 82743 + 82912, + 82915 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 36 }, "end": { - "line": 2290, + "line": 2293, "column": 39 } } } ], "range": [ - 82728, - 82744 + 82900, + 82916 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 24 }, "end": { - "line": 2290, + "line": 2293, "column": 40 } } @@ -184018,16 +184446,16 @@ "object": { "type": "ThisExpression", "range": [ - 82746, - 82750 + 82918, + 82922 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 42 }, "end": { - "line": 2290, + "line": 2293, "column": 46 } } @@ -184036,62 +184464,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 82751, - 82764 + 82923, + 82936 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 47 }, "end": { - "line": 2290, + "line": 2293, "column": 60 } } }, "range": [ - 82746, - 82764 + 82918, + 82936 ], "loc": { "start": { - "line": 2290, + "line": 2293, "column": 42 }, "end": { - "line": 2290, + "line": 2293, "column": 60 } } } ], "range": [ - 82689, - 82765 + 82861, + 82937 ], "loc": { "start": { - "line": 2289, + "line": 2292, "column": 29 }, "end": { - "line": 2290, + "line": 2293, "column": 61 } } }, "range": [ - 82680, - 82765 + 82852, + 82937 ], "loc": { "start": { - "line": 2289, + "line": 2292, "column": 20 }, "end": { - "line": 2290, + "line": 2293, "column": 61 } } @@ -184099,16 +184527,16 @@ ], "kind": "let", "range": [ - 82529, - 82766 + 82701, + 82938 ], "loc": { "start": { - "line": 2286, + "line": 2289, "column": 16 }, "end": { - "line": 2290, + "line": 2293, "column": 62 } } @@ -184125,16 +184553,16 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 82786, - 82792 + 82958, + 82964 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 19 }, "end": { - "line": 2291, + "line": 2294, "column": 25 } } @@ -184144,31 +184572,31 @@ "value": "", "raw": "''", "range": [ - 82797, - 82799 + 82969, + 82971 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 30 }, "end": { - "line": 2291, + "line": 2294, "column": 32 } } }, "range": [ - 82786, - 82799 + 82958, + 82971 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 19 }, "end": { - "line": 2291, + "line": 2294, "column": 32 } } @@ -184182,16 +184610,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 82803, - 82806 + 82975, + 82978 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 36 }, "end": { - "line": 2291, + "line": 2294, "column": 39 } } @@ -184200,31 +184628,31 @@ "type": "Identifier", "name": "has", "range": [ - 82807, - 82810 + 82979, + 82982 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 40 }, "end": { - "line": 2291, + "line": 2294, "column": 43 } } }, "range": [ - 82803, - 82810 + 82975, + 82982 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 36 }, "end": { - "line": 2291, + "line": 2294, "column": 43 } } @@ -184234,16 +184662,16 @@ "type": "Identifier", "name": "sarg", "range": [ - 82811, - 82815 + 82983, + 82987 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 44 }, "end": { - "line": 2291, + "line": 2294, "column": 48 } } @@ -184252,16 +184680,16 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 82817, - 82823 + 82989, + 82995 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 50 }, "end": { - "line": 2291, + "line": 2294, "column": 56 } } @@ -184271,47 +184699,47 @@ "value": true, "raw": "true", "range": [ - 82825, - 82829 + 82997, + 83001 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 58 }, "end": { - "line": 2291, + "line": 2294, "column": 62 } } } ], "range": [ - 82803, - 82830 + 82975, + 83002 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 36 }, "end": { - "line": 2291, + "line": 2294, "column": 63 } } }, "range": [ - 82786, - 82830 + 82958, + 83002 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 19 }, "end": { - "line": 2291, + "line": 2294, "column": 63 } } @@ -184331,16 +184759,16 @@ "type": "Identifier", "name": "chk", "range": [ - 82853, - 82856 + 83025, + 83028 ], "loc": { "start": { - "line": 2292, + "line": 2295, "column": 20 }, "end": { - "line": 2292, + "line": 2295, "column": 23 } } @@ -184349,31 +184777,31 @@ "type": "Identifier", "name": "checked", "range": [ - 82857, - 82864 + 83029, + 83036 ], "loc": { "start": { - "line": 2292, + "line": 2295, "column": 24 }, "end": { - "line": 2292, + "line": 2295, "column": 31 } } }, "range": [ - 82853, - 82864 + 83025, + 83036 ], "loc": { "start": { - "line": 2292, + "line": 2295, "column": 20 }, "end": { - "line": 2292, + "line": 2295, "column": 31 } } @@ -184383,46 +184811,46 @@ "value": true, "raw": "true", "range": [ - 82867, - 82871 + 83039, + 83043 ], "loc": { "start": { - "line": 2292, + "line": 2295, "column": 34 }, "end": { - "line": 2292, + "line": 2295, "column": 38 } } }, "range": [ - 82853, - 82871 + 83025, + 83043 ], "loc": { "start": { - "line": 2292, + "line": 2295, "column": 20 }, "end": { - "line": 2292, + "line": 2295, "column": 38 } } }, "range": [ - 82853, - 82872 + 83025, + 83044 ], "loc": { "start": { - "line": 2292, + "line": 2295, "column": 20 }, "end": { - "line": 2292, + "line": 2295, "column": 39 } } @@ -184443,16 +184871,16 @@ "object": { "type": "ThisExpression", "range": [ - 82893, - 82897 + 83065, + 83069 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 20 }, "end": { - "line": 2293, + "line": 2296, "column": 24 } } @@ -184461,31 +184889,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 82898, - 82901 + 83070, + 83073 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 25 }, "end": { - "line": 2293, + "line": 2296, "column": 28 } } }, "range": [ - 82893, - 82901 + 83065, + 83073 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 20 }, "end": { - "line": 2293, + "line": 2296, "column": 28 } } @@ -184494,31 +184922,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 82902, - 82911 + 83074, + 83083 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 29 }, "end": { - "line": 2293, + "line": 2296, "column": 38 } } }, "range": [ - 82893, - 82911 + 83065, + 83083 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 20 }, "end": { - "line": 2293, + "line": 2296, "column": 38 } } @@ -184527,31 +184955,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 82912, - 82930 + 83084, + 83102 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 39 }, "end": { - "line": 2293, + "line": 2296, "column": 57 } } }, "range": [ - 82893, - 82930 + 83065, + 83102 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 20 }, "end": { - "line": 2293, + "line": 2296, "column": 57 } } @@ -184561,63 +184989,63 @@ "type": "Identifier", "name": "chk", "range": [ - 82931, - 82934 + 83103, + 83106 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 58 }, "end": { - "line": 2293, + "line": 2296, "column": 61 } } } ], "range": [ - 82893, - 82935 + 83065, + 83107 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 20 }, "end": { - "line": 2293, + "line": 2296, "column": 62 } } }, "range": [ - 82893, - 82936 + 83065, + 83108 ], "loc": { "start": { - "line": 2293, + "line": 2296, "column": 20 }, "end": { - "line": 2293, + "line": 2296, "column": 63 } } } ], "range": [ - 82831, - 82954 + 83003, + 83126 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 64 }, "end": { - "line": 2294, + "line": 2297, "column": 17 } } @@ -184637,16 +185065,16 @@ "type": "Identifier", "name": "chk", "range": [ - 82997, - 83000 + 83169, + 83172 ], "loc": { "start": { - "line": 2296, + "line": 2299, "column": 20 }, "end": { - "line": 2296, + "line": 2299, "column": 23 } } @@ -184655,31 +185083,31 @@ "type": "Identifier", "name": "checked", "range": [ - 83001, - 83008 + 83173, + 83180 ], "loc": { "start": { - "line": 2296, + "line": 2299, "column": 24 }, "end": { - "line": 2296, + "line": 2299, "column": 31 } } }, "range": [ - 82997, - 83008 + 83169, + 83180 ], "loc": { "start": { - "line": 2296, + "line": 2299, "column": 20 }, "end": { - "line": 2296, + "line": 2299, "column": 31 } } @@ -184689,46 +185117,46 @@ "value": false, "raw": "false", "range": [ - 83011, - 83016 + 83183, + 83188 ], "loc": { "start": { - "line": 2296, + "line": 2299, "column": 34 }, "end": { - "line": 2296, + "line": 2299, "column": 39 } } }, "range": [ - 82997, - 83016 + 83169, + 83188 ], "loc": { "start": { - "line": 2296, + "line": 2299, "column": 20 }, "end": { - "line": 2296, + "line": 2299, "column": 39 } } }, "range": [ - 82997, - 83017 + 83169, + 83189 ], "loc": { "start": { - "line": 2296, + "line": 2299, "column": 20 }, "end": { - "line": 2296, + "line": 2299, "column": 40 } } @@ -184749,16 +185177,16 @@ "object": { "type": "ThisExpression", "range": [ - 83038, - 83042 + 83210, + 83214 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 20 }, "end": { - "line": 2297, + "line": 2300, "column": 24 } } @@ -184767,31 +185195,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 83043, - 83046 + 83215, + 83218 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 25 }, "end": { - "line": 2297, + "line": 2300, "column": 28 } } }, "range": [ - 83038, - 83046 + 83210, + 83218 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 20 }, "end": { - "line": 2297, + "line": 2300, "column": 28 } } @@ -184800,31 +185228,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 83047, - 83056 + 83219, + 83228 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 29 }, "end": { - "line": 2297, + "line": 2300, "column": 38 } } }, "range": [ - 83038, - 83056 + 83210, + 83228 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 20 }, "end": { - "line": 2297, + "line": 2300, "column": 38 } } @@ -184833,31 +185261,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 83057, - 83075 + 83229, + 83247 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 39 }, "end": { - "line": 2297, + "line": 2300, "column": 57 } } }, "range": [ - 83038, - 83075 + 83210, + 83247 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 20 }, "end": { - "line": 2297, + "line": 2300, "column": 57 } } @@ -184867,141 +185295,141 @@ "type": "Identifier", "name": "chk", "range": [ - 83076, - 83079 + 83248, + 83251 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 58 }, "end": { - "line": 2297, + "line": 2300, "column": 61 } } } ], "range": [ - 83038, - 83080 + 83210, + 83252 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 20 }, "end": { - "line": 2297, + "line": 2300, "column": 62 } } }, "range": [ - 83038, - 83081 + 83210, + 83253 ], "loc": { "start": { - "line": 2297, + "line": 2300, "column": 20 }, "end": { - "line": 2297, + "line": 2300, "column": 63 } } } ], "range": [ - 82975, - 83099 + 83147, + 83271 ], "loc": { "start": { - "line": 2295, + "line": 2298, "column": 20 }, "end": { - "line": 2298, + "line": 2301, "column": 17 } } }, "range": [ - 82783, - 83099 + 82955, + 83271 ], "loc": { "start": { - "line": 2291, + "line": 2294, "column": 16 }, "end": { - "line": 2298, + "line": 2301, "column": 17 } } } ], "range": [ - 82511, - 83113 + 82683, + 83285 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 38 }, "end": { - "line": 2299, + "line": 2302, "column": 13 } } }, "range": [ - 82485, - 83113 + 82657, + 83285 ], "loc": { "start": { - "line": 2285, + "line": 2288, "column": 12 }, "end": { - "line": 2299, + "line": 2302, "column": 13 } } } ], "range": [ - 82196, - 83123 + 82368, + 83295 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 53 }, "end": { - "line": 2300, + "line": 2303, "column": 9 } } }, "alternate": null, "range": [ - 82156, - 83123 + 82328, + 83295 ], "loc": { "start": { - "line": 2277, + "line": 2280, "column": 13 }, "end": { - "line": 2300, + "line": 2303, "column": 9 } }, @@ -185010,16 +185438,16 @@ "type": "Line", "value": "if", "range": [ - 82087, - 82091 + 82259, + 82263 ], "loc": { "start": { - "line": 2273, + "line": 2276, "column": 17 }, "end": { - "line": 2273, + "line": 2276, "column": 21 } } @@ -185028,16 +185456,16 @@ "type": "Line", "value": "for j", "range": [ - 82105, - 82112 + 82277, + 82284 ], "loc": { "start": { - "line": 2274, + "line": 2277, "column": 13 }, "end": { - "line": 2274, + "line": 2277, "column": 20 } } @@ -185046,16 +185474,16 @@ "type": "Line", "value": "checklist", "range": [ - 82131, - 82142 + 82303, + 82314 ], "loc": { "start": { - "line": 2276, + "line": 2279, "column": 8 }, "end": { - "line": 2276, + "line": 2279, "column": 19 } } @@ -185063,16 +185491,16 @@ ] }, "range": [ - 81474, - 83123 + 81646, + 83295 ], "loc": { "start": { - "line": 2259, + "line": 2262, "column": 13 }, "end": { - "line": 2300, + "line": 2303, "column": 9 } }, @@ -185081,16 +185509,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 81442, - 81460 + 81614, + 81632 ], "loc": { "start": { - "line": 2258, + "line": 2261, "column": 8 }, "end": { - "line": 2258, + "line": 2261, "column": 26 } } @@ -185098,32 +185526,32 @@ ] }, "range": [ - 81300, - 83123 + 81472, + 83295 ], "loc": { "start": { - "line": 2254, + "line": 2257, "column": 8 }, "end": { - "line": 2300, + "line": 2303, "column": 9 } } } ], "range": [ - 81064, - 83129 + 81236, + 83301 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 39 }, "end": { - "line": 2301, + "line": 2304, "column": 5 } } @@ -185131,16 +185559,16 @@ "generator": false, "expression": false, "range": [ - 81043, - 83129 + 81215, + 83301 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 18 }, "end": { - "line": 2301, + "line": 2304, "column": 5 } } @@ -185148,16 +185576,16 @@ "kind": "method", "computed": false, "range": [ - 81029, - 83129 + 81201, + 83301 ], "loc": { "start": { - "line": 2246, + "line": 2249, "column": 4 }, "end": { - "line": 2301, + "line": 2304, "column": 5 } }, @@ -185166,16 +185594,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": [ - 80878, - 81024 + 81050, + 81196 ], "loc": { "start": { - "line": 2241, + "line": 2244, "column": 4 }, "end": { - "line": 2245, + "line": 2248, "column": 7 } } @@ -185186,16 +185614,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": [ - 83135, - 83313 + 83307, + 83485 ], "loc": { "start": { - "line": 2303, + "line": 2306, "column": 4 }, "end": { - "line": 2307, + "line": 2310, "column": 7 } } @@ -185209,16 +185637,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 83318, - 83330 + 83490, + 83502 ], "loc": { "start": { - "line": 2308, + "line": 2311, "column": 4 }, "end": { - "line": 2308, + "line": 2311, "column": 16 } } @@ -185231,16 +185659,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 83331, - 83339 + 83503, + 83511 ], "loc": { "start": { - "line": 2308, + "line": 2311, "column": 17 }, "end": { - "line": 2308, + "line": 2311, "column": 25 } } @@ -185249,16 +185677,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83341, - 83344 + 83513, + 83516 ], "loc": { "start": { - "line": 2308, + "line": 2311, "column": 27 }, "end": { - "line": 2308, + "line": 2311, "column": 30 } } @@ -185281,16 +185709,16 @@ "object": { "type": "ThisExpression", "range": [ - 83359, - 83363 + 83531, + 83535 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 12 }, "end": { - "line": 2309, + "line": 2312, "column": 16 } } @@ -185299,47 +185727,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 83364, - 83371 + 83536, + 83543 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 17 }, "end": { - "line": 2309, + "line": 2312, "column": 24 } } }, "range": [ - 83359, - 83371 + 83531, + 83543 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 12 }, "end": { - "line": 2309, + "line": 2312, "column": 24 } } }, "prefix": true, "range": [ - 83358, - 83371 + 83530, + 83543 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 11 }, "end": { - "line": 2309, + "line": 2312, "column": 24 } } @@ -185353,16 +185781,16 @@ "object": { "type": "ThisExpression", "range": [ - 83376, - 83380 + 83548, + 83552 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 29 }, "end": { - "line": 2309, + "line": 2312, "column": 33 } } @@ -185371,62 +185799,62 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 83381, - 83393 + 83553, + 83565 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 34 }, "end": { - "line": 2309, + "line": 2312, "column": 46 } } }, "range": [ - 83376, - 83393 + 83548, + 83565 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 29 }, "end": { - "line": 2309, + "line": 2312, "column": 46 } } }, "prefix": true, "range": [ - 83375, - 83393 + 83547, + 83565 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 28 }, "end": { - "line": 2309, + "line": 2312, "column": 46 } } }, "range": [ - 83358, - 83393 + 83530, + 83565 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 11 }, "end": { - "line": 2309, + "line": 2312, "column": 46 } } @@ -185438,48 +185866,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 83408, - 83415 + 83580, + 83587 ], "loc": { "start": { - "line": 2310, + "line": 2313, "column": 12 }, "end": { - "line": 2310, + "line": 2313, "column": 19 } } } ], "range": [ - 83394, - 83425 + 83566, + 83597 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 47 }, "end": { - "line": 2311, + "line": 2314, "column": 9 } } }, "alternate": null, "range": [ - 83355, - 83425 + 83527, + 83597 ], "loc": { "start": { - "line": 2309, + "line": 2312, "column": 8 }, "end": { - "line": 2311, + "line": 2314, "column": 9 } } @@ -185493,16 +185921,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83434, - 83437 + 83606, + 83609 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 8 }, "end": { - "line": 2312, + "line": 2315, "column": 11 } } @@ -185514,16 +185942,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83440, - 83443 + 83612, + 83615 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 14 }, "end": { - "line": 2312, + "line": 2315, "column": 17 } } @@ -185534,16 +185962,16 @@ "object": { "type": "ThisExpression", "range": [ - 83447, - 83451 + 83619, + 83623 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 21 }, "end": { - "line": 2312, + "line": 2315, "column": 25 } } @@ -185552,76 +185980,76 @@ "type": "Identifier", "name": "tbl", "range": [ - 83452, - 83455 + 83624, + 83627 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 26 }, "end": { - "line": 2312, + "line": 2315, "column": 29 } } }, "range": [ - 83447, - 83455 + 83619, + 83627 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 21 }, "end": { - "line": 2312, + "line": 2315, "column": 29 } } }, "range": [ - 83440, - 83455 + 83612, + 83627 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 14 }, "end": { - "line": 2312, + "line": 2315, "column": 29 } } }, "range": [ - 83434, - 83455 + 83606, + 83627 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 8 }, "end": { - "line": 2312, + "line": 2315, "column": 29 } } }, "range": [ - 83434, - 83456 + 83606, + 83628 ], "loc": { "start": { - "line": 2312, + "line": 2315, "column": 8 }, "end": { - "line": 2312, + "line": 2315, "column": 30 } } @@ -185635,32 +186063,32 @@ "type": "Identifier", "name": "rIndex", "range": [ - 83469, - 83475 + 83641, + 83647 ], "loc": { "start": { - "line": 2313, + "line": 2316, "column": 12 }, "end": { - "line": 2313, + "line": 2316, "column": 18 } } }, "init": null, "range": [ - 83469, - 83475 + 83641, + 83647 ], "loc": { "start": { - "line": 2313, + "line": 2316, "column": 12 }, "end": { - "line": 2313, + "line": 2316, "column": 18 } } @@ -185668,16 +186096,16 @@ ], "kind": "let", "range": [ - 83465, - 83476 + 83637, + 83648 ], "loc": { "start": { - "line": 2313, + "line": 2316, "column": 8 }, "end": { - "line": 2313, + "line": 2316, "column": 19 } } @@ -185691,16 +186119,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 83488, - 83496 + 83660, + 83668 ], "loc": { "start": { - "line": 2314, + "line": 2317, "column": 11 }, "end": { - "line": 2314, + "line": 2317, "column": 19 } } @@ -185709,31 +186137,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 83499, - 83508 + 83671, + 83680 ], "loc": { "start": { - "line": 2314, + "line": 2317, "column": 22 }, "end": { - "line": 2314, + "line": 2317, "column": 31 } } }, "range": [ - 83488, - 83508 + 83660, + 83680 ], "loc": { "start": { - "line": 2314, + "line": 2317, "column": 11 }, "end": { - "line": 2314, + "line": 2317, "column": 31 } } @@ -185750,16 +186178,16 @@ "type": "Identifier", "name": "rIndex", "range": [ - 83523, - 83529 + 83695, + 83701 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 12 }, "end": { - "line": 2315, + "line": 2318, "column": 18 } } @@ -185785,16 +186213,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83532, - 83535 + 83704, + 83707 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 24 } } @@ -185803,31 +186231,31 @@ "type": "Identifier", "name": "rows", "range": [ - 83536, - 83540 + 83708, + 83712 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 25 }, "end": { - "line": 2315, + "line": 2318, "column": 29 } } }, "range": [ - 83532, - 83540 + 83704, + 83712 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 29 } } @@ -185837,31 +186265,31 @@ "value": 0, "raw": "0", "range": [ - 83541, - 83542 + 83713, + 83714 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 30 }, "end": { - "line": 2315, + "line": 2318, "column": 31 } } }, "range": [ - 83532, - 83543 + 83704, + 83715 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 32 } } @@ -185870,31 +186298,31 @@ "type": "Identifier", "name": "style", "range": [ - 83544, - 83549 + 83716, + 83721 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 33 }, "end": { - "line": 2315, + "line": 2318, "column": 38 } } }, "range": [ - 83532, - 83549 + 83704, + 83721 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 38 } } @@ -185903,31 +186331,31 @@ "type": "Identifier", "name": "display", "range": [ - 83550, - 83557 + 83722, + 83729 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 39 }, "end": { - "line": 2315, + "line": 2318, "column": 46 } } }, "range": [ - 83532, - 83557 + 83704, + 83729 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 46 } } @@ -185937,31 +186365,31 @@ "value": "none", "raw": "'none'", "range": [ - 83559, - 83565 + 83731, + 83737 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 48 }, "end": { - "line": 2315, + "line": 2318, "column": 54 } } }, "range": [ - 83532, - 83565 + 83704, + 83737 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 54 } } @@ -185971,16 +186399,16 @@ "value": 0, "raw": "0", "range": [ - 83568, - 83569 + 83740, + 83741 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 57 }, "end": { - "line": 2315, + "line": 2318, "column": 58 } } @@ -185990,77 +186418,77 @@ "value": 1, "raw": "1", "range": [ - 83572, - 83573 + 83744, + 83745 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 61 }, "end": { - "line": 2315, + "line": 2318, "column": 62 } } }, "range": [ - 83532, - 83573 + 83704, + 83745 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 21 }, "end": { - "line": 2315, + "line": 2318, "column": 62 } } }, "range": [ - 83523, - 83573 + 83695, + 83745 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 12 }, "end": { - "line": 2315, + "line": 2318, "column": 62 } } }, "range": [ - 83523, - 83574 + 83695, + 83746 ], "loc": { "start": { - "line": 2315, + "line": 2318, "column": 12 }, "end": { - "line": 2315, + "line": 2318, "column": 63 } } } ], "range": [ - 83509, - 83584 + 83681, + 83756 ], "loc": { "start": { - "line": 2314, + "line": 2317, "column": 32 }, "end": { - "line": 2316, + "line": 2319, "column": 9 } } @@ -186077,16 +186505,16 @@ "type": "Identifier", "name": "rIndex", "range": [ - 83603, - 83609 + 83775, + 83781 ], "loc": { "start": { - "line": 2317, + "line": 2320, "column": 12 }, "end": { - "line": 2317, + "line": 2320, "column": 18 } } @@ -186095,77 +186523,77 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 83612, - 83620 + 83784, + 83792 ], "loc": { "start": { - "line": 2317, + "line": 2320, "column": 21 }, "end": { - "line": 2317, + "line": 2320, "column": 29 } } }, "range": [ - 83603, - 83620 + 83775, + 83792 ], "loc": { "start": { - "line": 2317, + "line": 2320, "column": 12 }, "end": { - "line": 2317, + "line": 2320, "column": 29 } } }, "range": [ - 83603, - 83621 + 83775, + 83793 ], "loc": { "start": { - "line": 2317, + "line": 2320, "column": 12 }, "end": { - "line": 2317, + "line": 2320, "column": 30 } } } ], "range": [ - 83589, - 83631 + 83761, + 83803 ], "loc": { "start": { - "line": 2316, + "line": 2319, "column": 14 }, "end": { - "line": 2318, + "line": 2321, "column": 9 } } }, "range": [ - 83485, - 83631 + 83657, + 83803 ], "loc": { "start": { - "line": 2314, + "line": 2317, "column": 8 }, "end": { - "line": 2318, + "line": 2321, "column": 9 } } @@ -186181,16 +186609,16 @@ "type": "Identifier", "name": "setWidths", "range": [ - 83641, - 83650 + 83813, + 83822 ], "loc": { "start": { - "line": 2320, + "line": 2323, "column": 8 }, "end": { - "line": 2320, + "line": 2323, "column": 17 } } @@ -186199,31 +186627,31 @@ "type": "Identifier", "name": "call", "range": [ - 83651, - 83655 + 83823, + 83827 ], "loc": { "start": { - "line": 2320, + "line": 2323, "column": 18 }, "end": { - "line": 2320, + "line": 2323, "column": 22 } } }, "range": [ - 83641, - 83655 + 83813, + 83827 ], "loc": { "start": { - "line": 2320, + "line": 2323, "column": 8 }, "end": { - "line": 2320, + "line": 2323, "column": 22 } } @@ -186232,47 +186660,47 @@ { "type": "ThisExpression", "range": [ - 83656, - 83660 + 83828, + 83832 ], "loc": { "start": { - "line": 2320, + "line": 2323, "column": 23 }, "end": { - "line": 2320, + "line": 2323, "column": 27 } } } ], "range": [ - 83641, - 83661 + 83813, + 83833 ], "loc": { "start": { - "line": 2320, + "line": 2323, "column": 8 }, "end": { - "line": 2320, + "line": 2323, "column": 28 } } }, "range": [ - 83641, - 83662 + 83813, + 83834 ], "loc": { "start": { - "line": 2320, + "line": 2323, "column": 8 }, "end": { - "line": 2320, + "line": 2323, "column": 29 } } @@ -186283,16 +186711,16 @@ "type": "Identifier", "name": "setWidths", "range": [ - 83681, - 83690 + 83853, + 83862 ], "loc": { "start": { - "line": 2322, + "line": 2325, "column": 17 }, "end": { - "line": 2322, + "line": 2325, "column": 26 } } @@ -186310,16 +186738,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 83749, - 83755 + 83921, + 83927 ], "loc": { "start": { - "line": 2324, + "line": 2327, "column": 16 }, "end": { - "line": 2324, + "line": 2327, "column": 22 } } @@ -186330,16 +186758,16 @@ "object": { "type": "ThisExpression", "range": [ - 83758, - 83762 + 83930, + 83934 ], "loc": { "start": { - "line": 2324, + "line": 2327, "column": 25 }, "end": { - "line": 2324, + "line": 2327, "column": 29 } } @@ -186348,46 +186776,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 83763, - 83770 + 83935, + 83942 ], "loc": { "start": { - "line": 2324, + "line": 2327, "column": 30 }, "end": { - "line": 2324, + "line": 2327, "column": 37 } } }, "range": [ - 83758, - 83770 + 83930, + 83942 ], "loc": { "start": { - "line": 2324, + "line": 2327, "column": 25 }, "end": { - "line": 2324, + "line": 2327, "column": 37 } } }, "range": [ - 83749, - 83770 + 83921, + 83942 ], "loc": { "start": { - "line": 2324, + "line": 2327, "column": 16 }, "end": { - "line": 2324, + "line": 2327, "column": 37 } } @@ -186395,16 +186823,16 @@ ], "kind": "let", "range": [ - 83745, - 83771 + 83917, + 83943 ], "loc": { "start": { - "line": 2324, + "line": 2327, "column": 12 }, "end": { - "line": 2324, + "line": 2327, "column": 38 } }, @@ -186413,16 +186841,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 83706, - 83732 + 83878, + 83904 ], "loc": { "start": { - "line": 2323, + "line": 2326, "column": 12 }, "end": { - "line": 2323, + "line": 2326, "column": 38 } } @@ -186438,16 +186866,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 83788, - 83797 + 83960, + 83969 ], "loc": { "start": { - "line": 2325, + "line": 2328, "column": 16 }, "end": { - "line": 2325, + "line": 2328, "column": 25 } } @@ -186458,16 +186886,16 @@ "object": { "type": "ThisExpression", "range": [ - 83800, - 83804 + 83972, + 83976 ], "loc": { "start": { - "line": 2325, + "line": 2328, "column": 28 }, "end": { - "line": 2325, + "line": 2328, "column": 32 } } @@ -186476,46 +186904,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 83805, - 83814 + 83977, + 83986 ], "loc": { "start": { - "line": 2325, + "line": 2328, "column": 33 }, "end": { - "line": 2325, + "line": 2328, "column": 42 } } }, "range": [ - 83800, - 83814 + 83972, + 83986 ], "loc": { "start": { - "line": 2325, + "line": 2328, "column": 28 }, "end": { - "line": 2325, + "line": 2328, "column": 42 } } }, "range": [ - 83788, - 83814 + 83960, + 83986 ], "loc": { "start": { - "line": 2325, + "line": 2328, "column": 16 }, "end": { - "line": 2325, + "line": 2328, "column": 42 } } @@ -186523,16 +186951,16 @@ ], "kind": "let", "range": [ - 83784, - 83815 + 83956, + 83987 ], "loc": { "start": { - "line": 2325, + "line": 2328, "column": 12 }, "end": { - "line": 2325, + "line": 2328, "column": 43 } } @@ -186546,16 +186974,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 83832, - 83839 + 84004, + 84011 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 16 }, "end": { - "line": 2326, + "line": 2329, "column": 23 } } @@ -186569,16 +186997,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 83842, - 83845 + 84014, + 84017 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 26 }, "end": { - "line": 2326, + "line": 2329, "column": 29 } } @@ -186587,31 +187015,31 @@ "type": "Identifier", "name": "tag", "range": [ - 83846, - 83849 + 84018, + 84021 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 30 }, "end": { - "line": 2326, + "line": 2329, "column": 33 } } }, "range": [ - 83842, - 83849 + 84014, + 84021 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 26 }, "end": { - "line": 2326, + "line": 2329, "column": 33 } } @@ -186621,16 +187049,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83850, - 83853 + 84022, + 84025 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 34 }, "end": { - "line": 2326, + "line": 2329, "column": 37 } } @@ -186640,47 +187068,47 @@ "value": "col", "raw": "'col'", "range": [ - 83855, - 83860 + 84027, + 84032 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 39 }, "end": { - "line": 2326, + "line": 2329, "column": 44 } } } ], "range": [ - 83842, - 83861 + 84014, + 84033 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 26 }, "end": { - "line": 2326, + "line": 2329, "column": 45 } } }, "range": [ - 83832, - 83861 + 84004, + 84033 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 16 }, "end": { - "line": 2326, + "line": 2329, "column": 45 } } @@ -186688,16 +187116,16 @@ ], "kind": "let", "range": [ - 83828, - 83862 + 84000, + 84034 ], "loc": { "start": { - "line": 2326, + "line": 2329, "column": 12 }, "end": { - "line": 2326, + "line": 2329, "column": 46 } } @@ -186711,16 +187139,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 83879, - 83891 + 84051, + 84063 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 16 }, "end": { - "line": 2327, + "line": 2330, "column": 28 } } @@ -186735,16 +187163,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 83894, - 83901 + 84066, + 84073 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 31 }, "end": { - "line": 2327, + "line": 2330, "column": 38 } } @@ -186753,31 +187181,31 @@ "type": "Identifier", "name": "length", "range": [ - 83902, - 83908 + 84074, + 84080 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 39 }, "end": { - "line": 2327, + "line": 2330, "column": 45 } } }, "range": [ - 83894, - 83908 + 84066, + 84080 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 31 }, "end": { - "line": 2327, + "line": 2330, "column": 45 } } @@ -186787,46 +187215,46 @@ "value": 0, "raw": "0", "range": [ - 83911, - 83912 + 84083, + 84084 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 48 }, "end": { - "line": 2327, + "line": 2330, "column": 49 } } }, "range": [ - 83894, - 83912 + 84066, + 84084 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 31 }, "end": { - "line": 2327, + "line": 2330, "column": 49 } } }, "range": [ - 83879, - 83912 + 84051, + 84084 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 16 }, "end": { - "line": 2327, + "line": 2330, "column": 49 } } @@ -186834,16 +187262,16 @@ ], "kind": "let", "range": [ - 83875, - 83913 + 84047, + 84085 ], "loc": { "start": { - "line": 2327, + "line": 2330, "column": 12 }, "end": { - "line": 2327, + "line": 2330, "column": 50 } } @@ -186857,16 +187285,16 @@ "type": "Identifier", "name": "frag", "range": [ - 83930, - 83934 + 84102, + 84106 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 16 }, "end": { - "line": 2328, + "line": 2331, "column": 20 } } @@ -186880,32 +187308,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 83938, - 83950 + 84110, + 84122 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 24 }, "end": { - "line": 2328, + "line": 2331, "column": 36 } } }, "prefix": true, "range": [ - 83937, - 83950 + 84109, + 84122 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 23 }, "end": { - "line": 2328, + "line": 2331, "column": 36 } } @@ -186919,16 +187347,16 @@ "type": "Identifier", "name": "doc", "range": [ - 83953, - 83956 + 84125, + 84128 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 39 }, "end": { - "line": 2328, + "line": 2331, "column": 42 } } @@ -186937,47 +187365,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 83957, - 83979 + 84129, + 84151 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 43 }, "end": { - "line": 2328, + "line": 2331, "column": 65 } } }, "range": [ - 83953, - 83979 + 84125, + 84151 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 39 }, "end": { - "line": 2328, + "line": 2331, "column": 65 } } }, "arguments": [], "range": [ - 83953, - 83981 + 84125, + 84153 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 39 }, "end": { - "line": 2328, + "line": 2331, "column": 67 } } @@ -186987,46 +187415,46 @@ "value": null, "raw": "null", "range": [ - 83984, - 83988 + 84156, + 84160 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 70 }, "end": { - "line": 2328, + "line": 2331, "column": 74 } } }, "range": [ - 83937, - 83988 + 84109, + 84160 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 23 }, "end": { - "line": 2328, + "line": 2331, "column": 74 } } }, "range": [ - 83930, - 83988 + 84102, + 84160 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 16 }, "end": { - "line": 2328, + "line": 2331, "column": 74 } } @@ -187034,16 +187462,16 @@ ], "kind": "let", "range": [ - 83926, - 83989 + 84098, + 84161 ], "loc": { "start": { - "line": 2328, + "line": 2331, "column": 12 }, "end": { - "line": 2328, + "line": 2331, "column": 75 } } @@ -187059,16 +187487,16 @@ "type": "Identifier", "name": "k", "range": [ - 84010, - 84011 + 84182, + 84183 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 20 }, "end": { - "line": 2329, + "line": 2332, "column": 21 } } @@ -187078,31 +187506,31 @@ "value": 0, "raw": "0", "range": [ - 84012, - 84013 + 84184, + 84185 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 22 }, "end": { - "line": 2329, + "line": 2332, "column": 23 } } }, "range": [ - 84010, - 84013 + 84182, + 84185 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 20 }, "end": { - "line": 2329, + "line": 2332, "column": 23 } } @@ -187110,16 +187538,16 @@ ], "kind": "let", "range": [ - 84006, - 84013 + 84178, + 84185 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 16 }, "end": { - "line": 2329, + "line": 2332, "column": 23 } } @@ -187131,16 +187559,16 @@ "type": "Identifier", "name": "k", "range": [ - 84015, - 84016 + 84187, + 84188 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 25 }, "end": { - "line": 2329, + "line": 2332, "column": 26 } } @@ -187149,31 +187577,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 84017, - 84023 + 84189, + 84195 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 27 }, "end": { - "line": 2329, + "line": 2332, "column": 33 } } }, "range": [ - 84015, - 84023 + 84187, + 84195 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 25 }, "end": { - "line": 2329, + "line": 2332, "column": 33 } } @@ -187185,32 +187613,32 @@ "type": "Identifier", "name": "k", "range": [ - 84025, - 84026 + 84197, + 84198 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 35 }, "end": { - "line": 2329, + "line": 2332, "column": 36 } } }, "prefix": false, "range": [ - 84025, - 84028 + 84197, + 84200 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 35 }, "end": { - "line": 2329, + "line": 2332, "column": 38 } } @@ -187227,32 +187655,32 @@ "type": "Identifier", "name": "col", "range": [ - 84051, - 84054 + 84223, + 84226 ], "loc": { "start": { - "line": 2330, + "line": 2333, "column": 20 }, "end": { - "line": 2330, + "line": 2333, "column": 23 } } }, "init": null, "range": [ - 84051, - 84054 + 84223, + 84226 ], "loc": { "start": { - "line": 2330, + "line": 2333, "column": 20 }, "end": { - "line": 2330, + "line": 2333, "column": 23 } } @@ -187260,16 +187688,16 @@ ], "kind": "let", "range": [ - 84047, - 84055 + 84219, + 84227 ], "loc": { "start": { - "line": 2330, + "line": 2333, "column": 16 }, "end": { - "line": 2330, + "line": 2333, "column": 24 } } @@ -187280,16 +187708,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 84075, - 84087 + 84247, + 84259 ], "loc": { "start": { - "line": 2331, + "line": 2334, "column": 19 }, "end": { - "line": 2331, + "line": 2334, "column": 31 } } @@ -187306,16 +187734,16 @@ "type": "Identifier", "name": "col", "range": [ - 84110, - 84113 + 84282, + 84285 ], "loc": { "start": { - "line": 2332, + "line": 2335, "column": 20 }, "end": { - "line": 2332, + "line": 2335, "column": 23 } } @@ -187327,16 +187755,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 84116, - 84123 + 84288, + 84295 ], "loc": { "start": { - "line": 2332, + "line": 2335, "column": 26 }, "end": { - "line": 2332, + "line": 2335, "column": 33 } } @@ -187345,77 +187773,77 @@ "type": "Identifier", "name": "k", "range": [ - 84124, - 84125 + 84296, + 84297 ], "loc": { "start": { - "line": 2332, + "line": 2335, "column": 34 }, "end": { - "line": 2332, + "line": 2335, "column": 35 } } }, "range": [ - 84116, - 84126 + 84288, + 84298 ], "loc": { "start": { - "line": 2332, + "line": 2335, "column": 26 }, "end": { - "line": 2332, + "line": 2335, "column": 36 } } }, "range": [ - 84110, - 84126 + 84282, + 84298 ], "loc": { "start": { - "line": 2332, + "line": 2335, "column": 20 }, "end": { - "line": 2332, + "line": 2335, "column": 36 } } }, "range": [ - 84110, - 84127 + 84282, + 84299 ], "loc": { "start": { - "line": 2332, + "line": 2335, "column": 20 }, "end": { - "line": 2332, + "line": 2335, "column": 37 } } } ], "range": [ - 84088, - 84145 + 84260, + 84317 ], "loc": { "start": { - "line": 2331, + "line": 2334, "column": 32 }, "end": { - "line": 2333, + "line": 2336, "column": 17 } } @@ -187432,16 +187860,16 @@ "type": "Identifier", "name": "col", "range": [ - 84173, - 84176 + 84345, + 84348 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 20 }, "end": { - "line": 2334, + "line": 2337, "column": 23 } } @@ -187455,16 +187883,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 84179, - 84182 + 84351, + 84354 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 26 }, "end": { - "line": 2334, + "line": 2337, "column": 29 } } @@ -187473,31 +187901,31 @@ "type": "Identifier", "name": "create", "range": [ - 84183, - 84189 + 84355, + 84361 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 30 }, "end": { - "line": 2334, + "line": 2337, "column": 36 } } }, "range": [ - 84179, - 84189 + 84351, + 84361 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 26 }, "end": { - "line": 2334, + "line": 2337, "column": 36 } } @@ -187508,16 +187936,16 @@ "value": "col", "raw": "'col'", "range": [ - 84190, - 84195 + 84362, + 84367 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 37 }, "end": { - "line": 2334, + "line": 2337, "column": 42 } } @@ -187530,16 +187958,16 @@ "value": "id", "raw": "'id'", "range": [ - 84198, - 84202 + 84370, + 84374 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 45 }, "end": { - "line": 2334, + "line": 2337, "column": 49 } } @@ -187556,16 +187984,16 @@ "object": { "type": "ThisExpression", "range": [ - 84204, - 84208 + 84376, + 84380 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 51 }, "end": { - "line": 2334, + "line": 2337, "column": 55 } } @@ -187574,31 +188002,31 @@ "type": "Identifier", "name": "id", "range": [ - 84209, - 84211 + 84381, + 84383 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 56 }, "end": { - "line": 2334, + "line": 2337, "column": 58 } } }, "range": [ - 84204, - 84211 + 84376, + 84383 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 51 }, "end": { - "line": 2334, + "line": 2337, "column": 58 } } @@ -187608,31 +188036,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 84212, - 84219 + 84384, + 84391 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 59 }, "end": { - "line": 2334, + "line": 2337, "column": 66 } } }, "range": [ - 84204, - 84219 + 84376, + 84391 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 51 }, "end": { - "line": 2334, + "line": 2337, "column": 66 } } @@ -187641,93 +188069,93 @@ "type": "Identifier", "name": "k", "range": [ - 84220, - 84221 + 84392, + 84393 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 67 }, "end": { - "line": 2334, + "line": 2337, "column": 68 } } }, "range": [ - 84204, - 84221 + 84376, + 84393 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 51 }, "end": { - "line": 2334, + "line": 2337, "column": 68 } } } ], "range": [ - 84197, - 84222 + 84369, + 84394 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 44 }, "end": { - "line": 2334, + "line": 2337, "column": 69 } } } ], "range": [ - 84179, - 84223 + 84351, + 84395 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 26 }, "end": { - "line": 2334, + "line": 2337, "column": 70 } } }, "range": [ - 84173, - 84223 + 84345, + 84395 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 20 }, "end": { - "line": 2334, + "line": 2337, "column": 70 } } }, "range": [ - 84173, - 84224 + 84345, + 84396 ], "loc": { "start": { - "line": 2334, + "line": 2337, "column": 20 }, "end": { - "line": 2334, + "line": 2337, "column": 71 } } @@ -187743,16 +188171,16 @@ "type": "Identifier", "name": "frag", "range": [ - 84245, - 84249 + 84417, + 84421 ], "loc": { "start": { - "line": 2335, + "line": 2338, "column": 20 }, "end": { - "line": 2335, + "line": 2338, "column": 24 } } @@ -187761,31 +188189,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 84250, - 84261 + 84422, + 84433 ], "loc": { "start": { - "line": 2335, + "line": 2338, "column": 25 }, "end": { - "line": 2335, + "line": 2338, "column": 36 } } }, "range": [ - 84245, - 84261 + 84417, + 84433 ], "loc": { "start": { - "line": 2335, + "line": 2338, "column": 20 }, "end": { - "line": 2335, + "line": 2338, "column": 36 } } @@ -187795,78 +188223,78 @@ "type": "Identifier", "name": "col", "range": [ - 84262, - 84265 + 84434, + 84437 ], "loc": { "start": { - "line": 2335, + "line": 2338, "column": 37 }, "end": { - "line": 2335, + "line": 2338, "column": 40 } } } ], "range": [ - 84245, - 84266 + 84417, + 84438 ], "loc": { "start": { - "line": 2335, + "line": 2338, "column": 20 }, "end": { - "line": 2335, + "line": 2338, "column": 41 } } }, "range": [ - 84245, - 84267 + 84417, + 84439 ], "loc": { "start": { - "line": 2335, + "line": 2338, "column": 20 }, "end": { - "line": 2335, + "line": 2338, "column": 42 } } } ], "range": [ - 84151, - 84285 + 84323, + 84457 ], "loc": { "start": { - "line": 2333, + "line": 2336, "column": 23 }, "end": { - "line": 2336, + "line": 2339, "column": 17 } } }, "range": [ - 84072, - 84285 + 84244, + 84457 ], "loc": { "start": { - "line": 2331, + "line": 2334, "column": 16 }, "end": { - "line": 2336, + "line": 2339, "column": 17 } } @@ -187886,16 +188314,16 @@ "type": "Identifier", "name": "col", "range": [ - 84302, - 84305 + 84474, + 84477 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 16 }, "end": { - "line": 2337, + "line": 2340, "column": 19 } } @@ -187904,31 +188332,31 @@ "type": "Identifier", "name": "style", "range": [ - 84306, - 84311 + 84478, + 84483 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 20 }, "end": { - "line": 2337, + "line": 2340, "column": 25 } } }, "range": [ - 84302, - 84311 + 84474, + 84483 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 16 }, "end": { - "line": 2337, + "line": 2340, "column": 25 } } @@ -187937,31 +188365,31 @@ "type": "Identifier", "name": "width", "range": [ - 84312, - 84317 + 84484, + 84489 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 26 }, "end": { - "line": 2337, + "line": 2340, "column": 31 } } }, "range": [ - 84302, - 84317 + 84474, + 84489 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 16 }, "end": { - "line": 2337, + "line": 2340, "column": 31 } } @@ -187973,16 +188401,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 84320, - 84329 + 84492, + 84501 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 34 }, "end": { - "line": 2337, + "line": 2340, "column": 43 } } @@ -187991,92 +188419,92 @@ "type": "Identifier", "name": "k", "range": [ - 84330, - 84331 + 84502, + 84503 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 44 }, "end": { - "line": 2337, + "line": 2340, "column": 45 } } }, "range": [ - 84320, - 84332 + 84492, + 84504 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 34 }, "end": { - "line": 2337, + "line": 2340, "column": 46 } } }, "range": [ - 84302, - 84332 + 84474, + 84504 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 16 }, "end": { - "line": 2337, + "line": 2340, "column": 46 } } }, "range": [ - 84302, - 84333 + 84474, + 84505 ], "loc": { "start": { - "line": 2337, + "line": 2340, "column": 16 }, "end": { - "line": 2337, + "line": 2340, "column": 47 } } } ], "range": [ - 84029, - 84347 + 84201, + 84519 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 39 }, "end": { - "line": 2338, + "line": 2341, "column": 13 } } }, "range": [ - 84002, - 84347 + 84174, + 84519 ], "loc": { "start": { - "line": 2329, + "line": 2332, "column": 12 }, "end": { - "line": 2338, + "line": 2341, "column": 13 } } @@ -188090,32 +188518,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 84364, - 84376 + 84536, + 84548 ], "loc": { "start": { - "line": 2339, + "line": 2342, "column": 16 }, "end": { - "line": 2339, + "line": 2342, "column": 28 } } }, "prefix": true, "range": [ - 84363, - 84376 + 84535, + 84548 ], "loc": { "start": { - "line": 2339, + "line": 2342, "column": 15 }, "end": { - "line": 2339, + "line": 2342, "column": 28 } } @@ -188134,16 +188562,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 84395, - 84398 + 84567, + 84570 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 16 }, "end": { - "line": 2340, + "line": 2343, "column": 19 } } @@ -188152,31 +188580,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 84399, - 84411 + 84571, + 84583 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 20 }, "end": { - "line": 2340, + "line": 2343, "column": 32 } } }, "range": [ - 84395, - 84411 + 84567, + 84583 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 16 }, "end": { - "line": 2340, + "line": 2343, "column": 32 } } @@ -188186,16 +188614,16 @@ "type": "Identifier", "name": "frag", "range": [ - 84412, - 84416 + 84584, + 84588 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 33 }, "end": { - "line": 2340, + "line": 2343, "column": 37 } } @@ -188207,16 +188635,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 84418, - 84421 + 84590, + 84593 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 39 }, "end": { - "line": 2340, + "line": 2343, "column": 42 } } @@ -188225,110 +188653,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 84422, - 84432 + 84594, + 84604 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 43 }, "end": { - "line": 2340, + "line": 2343, "column": 53 } } }, "range": [ - 84418, - 84432 + 84590, + 84604 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 39 }, "end": { - "line": 2340, + "line": 2343, "column": 53 } } } ], "range": [ - 84395, - 84433 + 84567, + 84605 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 16 }, "end": { - "line": 2340, + "line": 2343, "column": 54 } } }, "range": [ - 84395, - 84434 + 84567, + 84606 ], "loc": { "start": { - "line": 2340, + "line": 2343, "column": 16 }, "end": { - "line": 2340, + "line": 2343, "column": 55 } } } ], "range": [ - 84377, - 84448 + 84549, + 84620 ], "loc": { "start": { - "line": 2339, + "line": 2342, "column": 29 }, "end": { - "line": 2341, + "line": 2344, "column": 13 } } }, "alternate": null, "range": [ - 84360, - 84448 + 84532, + 84620 ], "loc": { "start": { - "line": 2339, + "line": 2342, "column": 12 }, "end": { - "line": 2341, + "line": 2344, "column": 13 } } } ], "range": [ - 83692, - 84458 + 83864, + 84630 ], "loc": { "start": { - "line": 2322, + "line": 2325, "column": 28 }, "end": { - "line": 2342, + "line": 2345, "column": 9 } } @@ -188336,32 +188764,32 @@ "generator": false, "expression": false, "range": [ - 83672, - 84458 + 83844, + 84630 ], "loc": { "start": { - "line": 2322, + "line": 2325, "column": 8 }, "end": { - "line": 2342, + "line": 2345, "column": 9 } } } ], "range": [ - 83345, - 84464 + 83517, + 84636 ], "loc": { "start": { - "line": 2308, + "line": 2311, "column": 31 }, "end": { - "line": 2343, + "line": 2346, "column": 5 } } @@ -188369,16 +188797,16 @@ "generator": false, "expression": false, "range": [ - 83330, - 84464 + 83502, + 84636 ], "loc": { "start": { - "line": 2308, + "line": 2311, "column": 16 }, "end": { - "line": 2343, + "line": 2346, "column": 5 } } @@ -188386,16 +188814,16 @@ "kind": "method", "computed": false, "range": [ - 83318, - 84464 + 83490, + 84636 ], "loc": { "start": { - "line": 2308, + "line": 2311, "column": 4 }, "end": { - "line": 2343, + "line": 2346, "column": 5 } }, @@ -188404,16 +188832,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": [ - 83135, - 83313 + 83307, + 83485 ], "loc": { "start": { - "line": 2303, + "line": 2306, "column": 4 }, "end": { - "line": 2307, + "line": 2310, "column": 7 } } @@ -188424,16 +188852,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 84470, - 84522 + 84642, + 84694 ], "loc": { "start": { - "line": 2345, + "line": 2348, "column": 4 }, "end": { - "line": 2347, + "line": 2350, "column": 7 } } @@ -188447,16 +188875,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 84527, - 84544 + 84699, + 84716 ], "loc": { "start": { - "line": 2348, + "line": 2351, "column": 4 }, "end": { - "line": 2348, + "line": 2351, "column": 21 } } @@ -188479,16 +188907,16 @@ "object": { "type": "ThisExpression", "range": [ - 84560, - 84564 + 84732, + 84736 ], "loc": { "start": { - "line": 2349, + "line": 2352, "column": 12 }, "end": { - "line": 2349, + "line": 2352, "column": 16 } } @@ -188497,47 +188925,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 84565, - 84579 + 84737, + 84751 ], "loc": { "start": { - "line": 2349, + "line": 2352, "column": 17 }, "end": { - "line": 2349, + "line": 2352, "column": 31 } } }, "range": [ - 84560, - 84579 + 84732, + 84751 ], "loc": { "start": { - "line": 2349, + "line": 2352, "column": 12 }, "end": { - "line": 2349, + "line": 2352, "column": 31 } } }, "prefix": true, "range": [ - 84559, - 84579 + 84731, + 84751 ], "loc": { "start": { - "line": 2349, + "line": 2352, "column": 11 }, "end": { - "line": 2349, + "line": 2352, "column": 31 } } @@ -188549,48 +188977,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 84594, - 84601 + 84766, + 84773 ], "loc": { "start": { - "line": 2350, + "line": 2353, "column": 12 }, "end": { - "line": 2350, + "line": 2353, "column": 19 } } } ], "range": [ - 84580, - 84611 + 84752, + 84783 ], "loc": { "start": { - "line": 2349, + "line": 2352, "column": 32 }, "end": { - "line": 2351, + "line": 2354, "column": 9 } } }, "alternate": null, "range": [ - 84556, - 84611 + 84728, + 84783 ], "loc": { "start": { - "line": 2349, + "line": 2352, "column": 8 }, "end": { - "line": 2351, + "line": 2354, "column": 9 } } @@ -188606,16 +189034,16 @@ "type": "Identifier", "name": "i", "range": [ - 84628, - 84629 + 84800, + 84801 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 16 }, "end": { - "line": 2352, + "line": 2355, "column": 17 } } @@ -188625,31 +189053,31 @@ "value": 0, "raw": "0", "range": [ - 84630, - 84631 + 84802, + 84803 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 18 }, "end": { - "line": 2352, + "line": 2355, "column": 19 } } }, "range": [ - 84628, - 84631 + 84800, + 84803 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 16 }, "end": { - "line": 2352, + "line": 2355, "column": 19 } } @@ -188660,16 +189088,16 @@ "type": "Identifier", "name": "len", "range": [ - 84633, - 84636 + 84805, + 84808 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 21 }, "end": { - "line": 2352, + "line": 2355, "column": 24 } } @@ -188683,16 +189111,16 @@ "object": { "type": "ThisExpression", "range": [ - 84637, - 84641 + 84809, + 84813 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 25 }, "end": { - "line": 2352, + "line": 2355, "column": 29 } } @@ -188701,31 +189129,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 84642, - 84653 + 84814, + 84825 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 30 }, "end": { - "line": 2352, + "line": 2355, "column": 41 } } }, "range": [ - 84637, - 84653 + 84809, + 84825 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 25 }, "end": { - "line": 2352, + "line": 2355, "column": 41 } } @@ -188734,46 +189162,46 @@ "type": "Identifier", "name": "length", "range": [ - 84654, - 84660 + 84826, + 84832 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 42 }, "end": { - "line": 2352, + "line": 2355, "column": 48 } } }, "range": [ - 84637, - 84660 + 84809, + 84832 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 25 }, "end": { - "line": 2352, + "line": 2355, "column": 48 } } }, "range": [ - 84633, - 84660 + 84805, + 84832 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 21 }, "end": { - "line": 2352, + "line": 2355, "column": 48 } } @@ -188781,16 +189209,16 @@ ], "kind": "let", "range": [ - 84624, - 84660 + 84796, + 84832 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 12 }, "end": { - "line": 2352, + "line": 2355, "column": 48 } } @@ -188802,16 +189230,16 @@ "type": "Identifier", "name": "i", "range": [ - 84662, - 84663 + 84834, + 84835 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 50 }, "end": { - "line": 2352, + "line": 2355, "column": 51 } } @@ -188820,31 +189248,31 @@ "type": "Identifier", "name": "len", "range": [ - 84664, - 84667 + 84836, + 84839 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 52 }, "end": { - "line": 2352, + "line": 2355, "column": 55 } } }, "range": [ - 84662, - 84667 + 84834, + 84839 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 50 }, "end": { - "line": 2352, + "line": 2355, "column": 55 } } @@ -188856,32 +189284,32 @@ "type": "Identifier", "name": "i", "range": [ - 84669, - 84670 + 84841, + 84842 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 57 }, "end": { - "line": 2352, + "line": 2355, "column": 58 } } }, "prefix": false, "range": [ - 84669, - 84672 + 84841, + 84844 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 57 }, "end": { - "line": 2352, + "line": 2355, "column": 60 } } @@ -188898,16 +189326,16 @@ "type": "Identifier", "name": "row", "range": [ - 84691, - 84694 + 84863, + 84866 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 16 }, "end": { - "line": 2353, + "line": 2356, "column": 19 } } @@ -188921,16 +189349,16 @@ "object": { "type": "ThisExpression", "range": [ - 84697, - 84701 + 84869, + 84873 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 22 }, "end": { - "line": 2353, + "line": 2356, "column": 26 } } @@ -188939,31 +189367,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 84702, - 84713 + 84874, + 84885 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 27 }, "end": { - "line": 2353, + "line": 2356, "column": 38 } } }, "range": [ - 84697, - 84713 + 84869, + 84885 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 22 }, "end": { - "line": 2353, + "line": 2356, "column": 38 } } @@ -188972,46 +189400,46 @@ "type": "Identifier", "name": "i", "range": [ - 84714, - 84715 + 84886, + 84887 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 39 }, "end": { - "line": 2353, + "line": 2356, "column": 40 } } }, "range": [ - 84697, - 84716 + 84869, + 84888 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 22 }, "end": { - "line": 2353, + "line": 2356, "column": 41 } } }, "range": [ - 84691, - 84716 + 84863, + 84888 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 16 }, "end": { - "line": 2353, + "line": 2356, "column": 41 } } @@ -189019,16 +189447,16 @@ ], "kind": "let", "range": [ - 84687, - 84717 + 84859, + 84889 ], "loc": { "start": { - "line": 2353, + "line": 2356, "column": 12 }, "end": { - "line": 2353, + "line": 2356, "column": 42 } }, @@ -189037,16 +189465,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 84730, - 84759 + 84902, + 84931 ], "loc": { "start": { - "line": 2354, + "line": 2357, "column": 12 }, "end": { - "line": 2354, + "line": 2357, "column": 41 } } @@ -189062,16 +189490,16 @@ "type": "Identifier", "name": "row", "range": [ - 84775, - 84778 + 84947, + 84950 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 15 }, "end": { - "line": 2355, + "line": 2358, "column": 18 } } @@ -189082,16 +189510,16 @@ "object": { "type": "ThisExpression", "range": [ - 84782, - 84786 + 84954, + 84958 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 22 }, "end": { - "line": 2355, + "line": 2358, "column": 26 } } @@ -189100,46 +189528,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 84787, - 84793 + 84959, + 84965 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 27 }, "end": { - "line": 2355, + "line": 2358, "column": 33 } } }, "range": [ - 84782, - 84793 + 84954, + 84965 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 22 }, "end": { - "line": 2355, + "line": 2358, "column": 33 } } }, "range": [ - 84775, - 84793 + 84947, + 84965 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 15 }, "end": { - "line": 2355, + "line": 2358, "column": 33 } } @@ -189157,16 +189585,16 @@ "object": { "type": "ThisExpression", "range": [ - 84812, - 84816 + 84984, + 84988 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 16 }, "end": { - "line": 2356, + "line": 2359, "column": 20 } } @@ -189175,31 +189603,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 84817, - 84828 + 84989, + 85000 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 21 }, "end": { - "line": 2356, + "line": 2359, "column": 32 } } }, "range": [ - 84812, - 84828 + 84984, + 85000 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 16 }, "end": { - "line": 2356, + "line": 2359, "column": 32 } } @@ -189209,16 +189637,16 @@ "type": "Identifier", "name": "row", "range": [ - 84829, - 84832 + 85001, + 85004 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 33 }, "end": { - "line": 2356, + "line": 2359, "column": 36 } } @@ -189228,79 +189656,79 @@ "value": true, "raw": "true", "range": [ - 84834, - 84838 + 85006, + 85010 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 38 }, "end": { - "line": 2356, + "line": 2359, "column": 42 } } } ], "range": [ - 84812, - 84839 + 84984, + 85011 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 16 }, "end": { - "line": 2356, + "line": 2359, "column": 43 } } }, "range": [ - 84812, - 84840 + 84984, + 85012 ], "loc": { "start": { - "line": 2356, + "line": 2359, "column": 16 }, "end": { - "line": 2356, + "line": 2359, "column": 44 } } } ], "range": [ - 84794, - 84854 + 84966, + 85026 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 34 }, "end": { - "line": 2357, + "line": 2360, "column": 13 } } }, "alternate": null, "range": [ - 84772, - 84854 + 84944, + 85026 ], "loc": { "start": { - "line": 2355, + "line": 2358, "column": 12 }, "end": { - "line": 2357, + "line": 2360, "column": 13 } }, @@ -189309,16 +189737,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 84730, - 84759 + 84902, + 84931 ], "loc": { "start": { - "line": 2354, + "line": 2357, "column": 12 }, "end": { - "line": 2354, + "line": 2357, "column": 41 } } @@ -189327,47 +189755,47 @@ } ], "range": [ - 84673, - 84864 + 84845, + 85036 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 61 }, "end": { - "line": 2358, + "line": 2361, "column": 9 } } }, "range": [ - 84620, - 84864 + 84792, + 85036 ], "loc": { "start": { - "line": 2352, + "line": 2355, "column": 8 }, "end": { - "line": 2358, + "line": 2361, "column": 9 } } } ], "range": [ - 84546, - 84870 + 84718, + 85042 ], "loc": { "start": { - "line": 2348, + "line": 2351, "column": 23 }, "end": { - "line": 2359, + "line": 2362, "column": 5 } } @@ -189375,16 +189803,16 @@ "generator": false, "expression": false, "range": [ - 84544, - 84870 + 84716, + 85042 ], "loc": { "start": { - "line": 2348, + "line": 2351, "column": 21 }, "end": { - "line": 2359, + "line": 2362, "column": 5 } } @@ -189392,16 +189820,16 @@ "kind": "method", "computed": false, "range": [ - 84527, - 84870 + 84699, + 85042 ], "loc": { "start": { - "line": 2348, + "line": 2351, "column": 4 }, "end": { - "line": 2359, + "line": 2362, "column": 5 } }, @@ -189410,16 +189838,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 84470, - 84522 + 84642, + 84694 ], "loc": { "start": { - "line": 2345, + "line": 2348, "column": 4 }, "end": { - "line": 2347, + "line": 2350, "column": 7 } } @@ -189433,16 +189861,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 84876, - 84888 + 85048, + 85060 ], "loc": { "start": { - "line": 2361, + "line": 2364, "column": 4 }, "end": { - "line": 2361, + "line": 2364, "column": 16 } } @@ -189464,16 +189892,16 @@ "object": { "type": "ThisExpression", "range": [ - 84900, - 84904 + 85072, + 85076 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 8 }, "end": { - "line": 2362, + "line": 2365, "column": 12 } } @@ -189482,31 +189910,31 @@ "type": "Identifier", "name": "EvtManager", "range": [ - 84905, - 84915 + 85077, + 85087 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 13 }, "end": { - "line": 2362, + "line": 2365, "column": 23 } } }, "range": [ - 84900, - 84915 + 85072, + 85087 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 8 }, "end": { - "line": 2362, + "line": 2365, "column": 23 } } @@ -189524,16 +189952,16 @@ "object": { "type": "ThisExpression", "range": [ - 84916, - 84920 + 85088, + 85092 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 24 }, "end": { - "line": 2362, + "line": 2365, "column": 28 } } @@ -189542,31 +189970,31 @@ "type": "Identifier", "name": "Evt", "range": [ - 84921, - 84924 + 85093, + 85096 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 29 }, "end": { - "line": 2362, + "line": 2365, "column": 32 } } }, "range": [ - 84916, - 84924 + 85088, + 85096 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 24 }, "end": { - "line": 2362, + "line": 2365, "column": 32 } } @@ -189575,31 +190003,31 @@ "type": "Identifier", "name": "name", "range": [ - 84925, - 84929 + 85097, + 85101 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 33 }, "end": { - "line": 2362, + "line": 2365, "column": 37 } } }, "range": [ - 84916, - 84929 + 85088, + 85101 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 24 }, "end": { - "line": 2362, + "line": 2365, "column": 37 } } @@ -189608,78 +190036,78 @@ "type": "Identifier", "name": "clear", "range": [ - 84930, - 84935 + 85102, + 85107 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 38 }, "end": { - "line": 2362, + "line": 2365, "column": 43 } } }, "range": [ - 84916, - 84935 + 85088, + 85107 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 24 }, "end": { - "line": 2362, + "line": 2365, "column": 43 } } } ], "range": [ - 84900, - 84936 + 85072, + 85108 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 8 }, "end": { - "line": 2362, + "line": 2365, "column": 44 } } }, "range": [ - 84900, - 84937 + 85072, + 85109 ], "loc": { "start": { - "line": 2362, + "line": 2365, "column": 8 }, "end": { - "line": 2362, + "line": 2365, "column": 45 } } } ], "range": [ - 84890, - 84943 + 85062, + 85115 ], "loc": { "start": { - "line": 2361, + "line": 2364, "column": 18 }, "end": { - "line": 2363, + "line": 2366, "column": 5 } } @@ -189687,16 +190115,16 @@ "generator": false, "expression": false, "range": [ - 84888, - 84943 + 85060, + 85115 ], "loc": { "start": { - "line": 2361, + "line": 2364, "column": 16 }, "end": { - "line": 2363, + "line": 2366, "column": 5 } } @@ -189704,16 +190132,16 @@ "kind": "method", "computed": false, "range": [ - 84876, - 84943 + 85048, + 85115 ], "loc": { "start": { - "line": 2361, + "line": 2364, "column": 4 }, "end": { - "line": 2363, + "line": 2366, "column": 5 } }, @@ -189722,16 +190150,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 84949, - 84997 + 85121, + 85169 ], "loc": { "start": { - "line": 2365, + "line": 2368, "column": 4 }, "end": { - "line": 2367, + "line": 2370, "column": 7 } } @@ -189745,16 +190173,16 @@ "type": "Identifier", "name": "_clearFilters", "range": [ - 85002, - 85015 + 85174, + 85187 ], "loc": { "start": { - "line": 2368, + "line": 2371, "column": 4 }, "end": { - "line": 2368, + "line": 2371, "column": 17 } } @@ -189777,16 +190205,16 @@ "object": { "type": "ThisExpression", "range": [ - 85031, - 85035 + 85203, + 85207 ], "loc": { "start": { - "line": 2369, + "line": 2372, "column": 12 }, "end": { - "line": 2369, + "line": 2372, "column": 16 } } @@ -189795,47 +190223,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 85036, - 85043 + 85208, + 85215 ], "loc": { "start": { - "line": 2369, + "line": 2372, "column": 17 }, "end": { - "line": 2369, + "line": 2372, "column": 24 } } }, "range": [ - 85031, - 85043 + 85203, + 85215 ], "loc": { "start": { - "line": 2369, + "line": 2372, "column": 12 }, "end": { - "line": 2369, + "line": 2372, "column": 24 } } }, "prefix": true, "range": [ - 85030, - 85043 + 85202, + 85215 ], "loc": { "start": { - "line": 2369, + "line": 2372, "column": 11 }, "end": { - "line": 2369, + "line": 2372, "column": 24 } } @@ -189847,48 +190275,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 85058, - 85065 + 85230, + 85237 ], "loc": { "start": { - "line": 2370, + "line": 2373, "column": 12 }, "end": { - "line": 2370, + "line": 2373, "column": 19 } } } ], "range": [ - 85044, - 85075 + 85216, + 85247 ], "loc": { "start": { - "line": 2369, + "line": 2372, "column": 25 }, "end": { - "line": 2371, + "line": 2374, "column": 9 } } }, "alternate": null, "range": [ - 85027, - 85075 + 85199, + 85247 ], "loc": { "start": { - "line": 2369, + "line": 2372, "column": 8 }, "end": { - "line": 2371, + "line": 2374, "column": 9 } } @@ -189901,16 +190329,16 @@ "object": { "type": "ThisExpression", "range": [ - 85087, - 85091 + 85259, + 85263 ], "loc": { "start": { - "line": 2372, + "line": 2375, "column": 11 }, "end": { - "line": 2372, + "line": 2375, "column": 15 } } @@ -189919,31 +190347,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 85092, - 85105 + 85264, + 85277 ], "loc": { "start": { - "line": 2372, + "line": 2375, "column": 16 }, "end": { - "line": 2372, + "line": 2375, "column": 29 } } }, "range": [ - 85087, - 85105 + 85259, + 85277 ], "loc": { "start": { - "line": 2372, + "line": 2375, "column": 11 }, "end": { - "line": 2372, + "line": 2375, "column": 29 } } @@ -189964,16 +190392,16 @@ "object": { "type": "ThisExpression", "range": [ - 85120, - 85124 + 85292, + 85296 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 12 }, "end": { - "line": 2373, + "line": 2376, "column": 16 } } @@ -189982,31 +190410,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 85125, - 85138 + 85297, + 85310 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 17 }, "end": { - "line": 2373, + "line": 2376, "column": 30 } } }, "range": [ - 85120, - 85138 + 85292, + 85310 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 12 }, "end": { - "line": 2373, + "line": 2376, "column": 30 } } @@ -190015,31 +190443,31 @@ "type": "Identifier", "name": "call", "range": [ - 85139, - 85143 + 85311, + 85315 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 31 }, "end": { - "line": 2373, + "line": 2376, "column": 35 } } }, "range": [ - 85120, - 85143 + 85292, + 85315 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 12 }, "end": { - "line": 2373, + "line": 2376, "column": 35 } } @@ -190050,16 +190478,16 @@ "value": null, "raw": "null", "range": [ - 85144, - 85148 + 85316, + 85320 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 36 }, "end": { - "line": 2373, + "line": 2376, "column": 40 } } @@ -190067,16 +190495,16 @@ { "type": "ThisExpression", "range": [ - 85150, - 85154 + 85322, + 85326 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 42 }, "end": { - "line": 2373, + "line": 2376, "column": 46 } } @@ -190089,16 +190517,16 @@ "object": { "type": "ThisExpression", "range": [ - 85156, - 85160 + 85328, + 85332 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 48 }, "end": { - "line": 2373, + "line": 2376, "column": 52 } } @@ -190107,110 +190535,110 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 85161, - 85176 + 85333, + 85348 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 53 }, "end": { - "line": 2373, + "line": 2376, "column": 68 } } }, "range": [ - 85156, - 85176 + 85328, + 85348 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 48 }, "end": { - "line": 2373, + "line": 2376, "column": 68 } } }, "arguments": [], "range": [ - 85156, - 85178 + 85328, + 85350 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 48 }, "end": { - "line": 2373, + "line": 2376, "column": 70 } } } ], "range": [ - 85120, - 85179 + 85292, + 85351 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 12 }, "end": { - "line": 2373, + "line": 2376, "column": 71 } } }, "range": [ - 85120, - 85180 + 85292, + 85352 ], "loc": { "start": { - "line": 2373, + "line": 2376, "column": 12 }, "end": { - "line": 2373, + "line": 2376, "column": 72 } } } ], "range": [ - 85106, - 85190 + 85278, + 85362 ], "loc": { "start": { - "line": 2372, + "line": 2375, "column": 30 }, "end": { - "line": 2374, + "line": 2377, "column": 9 } } }, "alternate": null, "range": [ - 85084, - 85190 + 85256, + 85362 ], "loc": { "start": { - "line": 2372, + "line": 2375, "column": 8 }, "end": { - "line": 2374, + "line": 2377, "column": 9 } } @@ -190226,16 +190654,16 @@ "type": "Identifier", "name": "i", "range": [ - 85207, - 85208 + 85379, + 85380 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 16 }, "end": { - "line": 2375, + "line": 2378, "column": 17 } } @@ -190245,31 +190673,31 @@ "value": 0, "raw": "0", "range": [ - 85209, - 85210 + 85381, + 85382 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 18 }, "end": { - "line": 2375, + "line": 2378, "column": 19 } } }, "range": [ - 85207, - 85210 + 85379, + 85382 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 16 }, "end": { - "line": 2375, + "line": 2378, "column": 19 } } @@ -190280,16 +190708,16 @@ "type": "Identifier", "name": "len", "range": [ - 85212, - 85215 + 85384, + 85387 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 21 }, "end": { - "line": 2375, + "line": 2378, "column": 24 } } @@ -190303,16 +190731,16 @@ "object": { "type": "ThisExpression", "range": [ - 85216, - 85220 + 85388, + 85392 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 25 }, "end": { - "line": 2375, + "line": 2378, "column": 29 } } @@ -190321,31 +190749,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 85221, - 85227 + 85393, + 85399 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 30 }, "end": { - "line": 2375, + "line": 2378, "column": 36 } } }, "range": [ - 85216, - 85227 + 85388, + 85399 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 25 }, "end": { - "line": 2375, + "line": 2378, "column": 36 } } @@ -190354,46 +190782,46 @@ "type": "Identifier", "name": "length", "range": [ - 85228, - 85234 + 85400, + 85406 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 37 }, "end": { - "line": 2375, + "line": 2378, "column": 43 } } }, "range": [ - 85216, - 85234 + 85388, + 85406 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 25 }, "end": { - "line": 2375, + "line": 2378, "column": 43 } } }, "range": [ - 85212, - 85234 + 85384, + 85406 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 21 }, "end": { - "line": 2375, + "line": 2378, "column": 43 } } @@ -190401,16 +190829,16 @@ ], "kind": "let", "range": [ - 85203, - 85234 + 85375, + 85406 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 12 }, "end": { - "line": 2375, + "line": 2378, "column": 43 } } @@ -190422,16 +190850,16 @@ "type": "Identifier", "name": "i", "range": [ - 85236, - 85237 + 85408, + 85409 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 45 }, "end": { - "line": 2375, + "line": 2378, "column": 46 } } @@ -190440,31 +190868,31 @@ "type": "Identifier", "name": "len", "range": [ - 85238, - 85241 + 85410, + 85413 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 47 }, "end": { - "line": 2375, + "line": 2378, "column": 50 } } }, "range": [ - 85236, - 85241 + 85408, + 85413 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 45 }, "end": { - "line": 2375, + "line": 2378, "column": 50 } } @@ -190476,32 +190904,32 @@ "type": "Identifier", "name": "i", "range": [ - 85243, - 85244 + 85415, + 85416 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 52 }, "end": { - "line": 2375, + "line": 2378, "column": 53 } } }, "prefix": false, "range": [ - 85243, - 85246 + 85415, + 85418 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 52 }, "end": { - "line": 2375, + "line": 2378, "column": 55 } } @@ -190519,16 +190947,16 @@ "object": { "type": "ThisExpression", "range": [ - 85261, - 85265 + 85433, + 85437 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 12 }, "end": { - "line": 2376, + "line": 2379, "column": 16 } } @@ -190537,31 +190965,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 85266, - 85280 + 85438, + 85452 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 17 }, "end": { - "line": 2376, + "line": 2379, "column": 31 } } }, "range": [ - 85261, - 85280 + 85433, + 85452 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 12 }, "end": { - "line": 2376, + "line": 2379, "column": 31 } } @@ -190571,16 +190999,16 @@ "type": "Identifier", "name": "i", "range": [ - 85281, - 85282 + 85453, + 85454 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 32 }, "end": { - "line": 2376, + "line": 2379, "column": 33 } } @@ -190590,78 +191018,78 @@ "value": "", "raw": "''", "range": [ - 85284, - 85286 + 85456, + 85458 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 35 }, "end": { - "line": 2376, + "line": 2379, "column": 37 } } } ], "range": [ - 85261, - 85287 + 85433, + 85459 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 12 }, "end": { - "line": 2376, + "line": 2379, "column": 38 } } }, "range": [ - 85261, - 85288 + 85433, + 85460 ], "loc": { "start": { - "line": 2376, + "line": 2379, "column": 12 }, "end": { - "line": 2376, + "line": 2379, "column": 39 } } } ], "range": [ - 85247, - 85298 + 85419, + 85470 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 56 }, "end": { - "line": 2377, + "line": 2380, "column": 9 } } }, "range": [ - 85199, - 85298 + 85371, + 85470 ], "loc": { "start": { - "line": 2375, + "line": 2378, "column": 8 }, "end": { - "line": 2377, + "line": 2380, "column": 9 } } @@ -190674,16 +191102,16 @@ "object": { "type": "ThisExpression", "range": [ - 85310, - 85314 + 85482, + 85486 ], "loc": { "start": { - "line": 2378, + "line": 2381, "column": 11 }, "end": { - "line": 2378, + "line": 2381, "column": 15 } } @@ -190692,31 +191120,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 85315, - 85328 + 85487, + 85500 ], "loc": { "start": { - "line": 2378, + "line": 2381, "column": 16 }, "end": { - "line": 2378, + "line": 2381, "column": 29 } } }, "range": [ - 85310, - 85328 + 85482, + 85500 ], "loc": { "start": { - "line": 2378, + "line": 2381, "column": 11 }, "end": { - "line": 2378, + "line": 2381, "column": 29 } } @@ -190735,16 +191163,16 @@ "object": { "type": "ThisExpression", "range": [ - 85343, - 85347 + 85515, + 85519 ], "loc": { "start": { - "line": 2379, + "line": 2382, "column": 12 }, "end": { - "line": 2379, + "line": 2382, "column": 16 } } @@ -190753,31 +191181,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 85348, - 85362 + 85520, + 85534 ], "loc": { "start": { - "line": 2379, + "line": 2382, "column": 17 }, "end": { - "line": 2379, + "line": 2382, "column": 31 } } }, "range": [ - 85343, - 85362 + 85515, + 85534 ], "loc": { "start": { - "line": 2379, + "line": 2382, "column": 12 }, "end": { - "line": 2379, + "line": 2382, "column": 31 } } @@ -190787,46 +191215,46 @@ "value": "", "raw": "''", "range": [ - 85365, - 85367 + 85537, + 85539 ], "loc": { "start": { - "line": 2379, + "line": 2382, "column": 34 }, "end": { - "line": 2379, + "line": 2382, "column": 36 } } }, "range": [ - 85343, - 85367 + 85515, + 85539 ], "loc": { "start": { - "line": 2379, + "line": 2382, "column": 12 }, "end": { - "line": 2379, + "line": 2382, "column": 36 } } }, "range": [ - 85343, - 85368 + 85515, + 85540 ], "loc": { "start": { - "line": 2379, + "line": 2382, "column": 12 }, "end": { - "line": 2379, + "line": 2382, "column": 37 } } @@ -190841,16 +191269,16 @@ "object": { "type": "ThisExpression", "range": [ - 85381, - 85385 + 85553, + 85557 ], "loc": { "start": { - "line": 2380, + "line": 2383, "column": 12 }, "end": { - "line": 2380, + "line": 2383, "column": 16 } } @@ -190859,94 +191287,94 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 85386, - 85397 + 85558, + 85569 ], "loc": { "start": { - "line": 2380, + "line": 2383, "column": 17 }, "end": { - "line": 2380, + "line": 2383, "column": 28 } } }, "range": [ - 85381, - 85397 + 85553, + 85569 ], "loc": { "start": { - "line": 2380, + "line": 2383, "column": 12 }, "end": { - "line": 2380, + "line": 2383, "column": 28 } } }, "arguments": [], "range": [ - 85381, - 85399 + 85553, + 85571 ], "loc": { "start": { - "line": 2380, + "line": 2383, "column": 12 }, "end": { - "line": 2380, + "line": 2383, "column": 30 } } }, "range": [ - 85381, - 85400 + 85553, + 85572 ], "loc": { "start": { - "line": 2380, + "line": 2383, "column": 12 }, "end": { - "line": 2380, + "line": 2383, "column": 31 } } } ], "range": [ - 85329, - 85410 + 85501, + 85582 ], "loc": { "start": { - "line": 2378, + "line": 2381, "column": 30 }, "end": { - "line": 2381, + "line": 2384, "column": 9 } } }, "alternate": null, "range": [ - 85307, - 85410 + 85479, + 85582 ], "loc": { "start": { - "line": 2378, + "line": 2381, "column": 8 }, "end": { - "line": 2381, + "line": 2384, "column": 9 } } @@ -190959,16 +191387,16 @@ "object": { "type": "ThisExpression", "range": [ - 85422, - 85426 + 85594, + 85598 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 11 }, "end": { - "line": 2382, + "line": 2385, "column": 15 } } @@ -190977,31 +191405,31 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 85427, - 85442 + 85599, + 85614 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 16 }, "end": { - "line": 2382, + "line": 2385, "column": 31 } } }, "range": [ - 85422, - 85442 + 85594, + 85614 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 11 }, "end": { - "line": 2382, + "line": 2385, "column": 31 } } @@ -191020,16 +191448,16 @@ "type": "Identifier", "name": "Cookie", "range": [ - 85445, - 85451 + 85617, + 85623 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 34 }, "end": { - "line": 2382, + "line": 2385, "column": 40 } } @@ -191038,31 +191466,31 @@ "type": "Identifier", "name": "remove", "range": [ - 85452, - 85458 + 85624, + 85630 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 41 }, "end": { - "line": 2382, + "line": 2385, "column": 47 } } }, "range": [ - 85445, - 85458 + 85617, + 85630 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 34 }, "end": { - "line": 2382, + "line": 2385, "column": 47 } } @@ -191074,16 +191502,16 @@ "object": { "type": "ThisExpression", "range": [ - 85459, - 85463 + 85631, + 85635 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 48 }, "end": { - "line": 2382, + "line": 2385, "column": 52 } } @@ -191092,94 +191520,94 @@ "type": "Identifier", "name": "pgLenCookie", "range": [ - 85464, - 85475 + 85636, + 85647 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 53 }, "end": { - "line": 2382, + "line": 2385, "column": 64 } } }, "range": [ - 85459, - 85475 + 85631, + 85647 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 48 }, "end": { - "line": 2382, + "line": 2385, "column": 64 } } } ], "range": [ - 85445, - 85476 + 85617, + 85648 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 34 }, "end": { - "line": 2382, + "line": 2385, "column": 65 } } }, "range": [ - 85445, - 85477 + 85617, + 85649 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 34 }, "end": { - "line": 2382, + "line": 2385, "column": 66 } } } ], "range": [ - 85443, - 85479 + 85615, + 85651 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 32 }, "end": { - "line": 2382, + "line": 2385, "column": 68 } } }, "alternate": null, "range": [ - 85419, - 85479 + 85591, + 85651 ], "loc": { "start": { - "line": 2382, + "line": 2385, "column": 8 }, "end": { - "line": 2382, + "line": 2385, "column": 68 } } @@ -191192,16 +191620,16 @@ "object": { "type": "ThisExpression", "range": [ - 85491, - 85495 + 85663, + 85667 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 11 }, "end": { - "line": 2383, + "line": 2386, "column": 15 } } @@ -191210,31 +191638,31 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 85496, - 85510 + 85668, + 85682 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 16 }, "end": { - "line": 2383, + "line": 2386, "column": 30 } } }, "range": [ - 85491, - 85510 + 85663, + 85682 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 11 }, "end": { - "line": 2383, + "line": 2386, "column": 30 } } @@ -191253,16 +191681,16 @@ "type": "Identifier", "name": "Cookie", "range": [ - 85513, - 85519 + 85685, + 85691 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 33 }, "end": { - "line": 2383, + "line": 2386, "column": 39 } } @@ -191271,31 +191699,31 @@ "type": "Identifier", "name": "remove", "range": [ - 85520, - 85526 + 85692, + 85698 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 40 }, "end": { - "line": 2383, + "line": 2386, "column": 46 } } }, "range": [ - 85513, - 85526 + 85685, + 85698 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 33 }, "end": { - "line": 2383, + "line": 2386, "column": 46 } } @@ -191307,16 +191735,16 @@ "object": { "type": "ThisExpression", "range": [ - 85527, - 85531 + 85699, + 85703 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 47 }, "end": { - "line": 2383, + "line": 2386, "column": 51 } } @@ -191325,94 +191753,94 @@ "type": "Identifier", "name": "pgNbCookie", "range": [ - 85532, - 85542 + 85704, + 85714 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 52 }, "end": { - "line": 2383, + "line": 2386, "column": 62 } } }, "range": [ - 85527, - 85542 + 85699, + 85714 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 47 }, "end": { - "line": 2383, + "line": 2386, "column": 62 } } } ], "range": [ - 85513, - 85543 + 85685, + 85715 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 33 }, "end": { - "line": 2383, + "line": 2386, "column": 63 } } }, "range": [ - 85513, - 85544 + 85685, + 85716 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 33 }, "end": { - "line": 2383, + "line": 2386, "column": 64 } } } ], "range": [ - 85511, - 85546 + 85683, + 85718 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 31 }, "end": { - "line": 2383, + "line": 2386, "column": 66 } } }, "alternate": null, "range": [ - 85488, - 85546 + 85660, + 85718 ], "loc": { "start": { - "line": 2383, + "line": 2386, "column": 8 }, "end": { - "line": 2383, + "line": 2386, "column": 66 } } @@ -191425,16 +191853,16 @@ "object": { "type": "ThisExpression", "range": [ - 85558, - 85562 + 85730, + 85734 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 11 }, "end": { - "line": 2384, + "line": 2387, "column": 15 } } @@ -191443,31 +191871,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 85563, - 85575 + 85735, + 85747 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 16 }, "end": { - "line": 2384, + "line": 2387, "column": 28 } } }, "range": [ - 85558, - 85575 + 85730, + 85747 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 11 }, "end": { - "line": 2384, + "line": 2387, "column": 28 } } @@ -191488,16 +191916,16 @@ "object": { "type": "ThisExpression", "range": [ - 85578, - 85582 + 85750, + 85754 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 31 }, "end": { - "line": 2384, + "line": 2387, "column": 35 } } @@ -191506,31 +191934,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 85583, - 85595 + 85755, + 85767 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 36 }, "end": { - "line": 2384, + "line": 2387, "column": 48 } } }, "range": [ - 85578, - 85595 + 85750, + 85767 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 31 }, "end": { - "line": 2384, + "line": 2387, "column": 48 } } @@ -191539,31 +191967,31 @@ "type": "Identifier", "name": "call", "range": [ - 85596, - 85600 + 85768, + 85772 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 49 }, "end": { - "line": 2384, + "line": 2387, "column": 53 } } }, "range": [ - 85578, - 85600 + 85750, + 85772 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 31 }, "end": { - "line": 2384, + "line": 2387, "column": 53 } } @@ -191574,16 +192002,16 @@ "value": null, "raw": "null", "range": [ - 85601, - 85605 + 85773, + 85777 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 54 }, "end": { - "line": 2384, + "line": 2387, "column": 58 } } @@ -191591,95 +192019,95 @@ { "type": "ThisExpression", "range": [ - 85607, - 85611 + 85779, + 85783 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 60 }, "end": { - "line": 2384, + "line": 2387, "column": 64 } } } ], "range": [ - 85578, - 85612 + 85750, + 85784 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 31 }, "end": { - "line": 2384, + "line": 2387, "column": 65 } } }, "range": [ - 85578, - 85613 + 85750, + 85785 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 31 }, "end": { - "line": 2384, + "line": 2387, "column": 66 } } } ], "range": [ - 85576, - 85615 + 85748, + 85787 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 29 }, "end": { - "line": 2384, + "line": 2387, "column": 68 } } }, "alternate": null, "range": [ - 85555, - 85615 + 85727, + 85787 ], "loc": { "start": { - "line": 2384, + "line": 2387, "column": 8 }, "end": { - "line": 2384, + "line": 2387, "column": 68 } } } ], "range": [ - 85017, - 85621 + 85189, + 85793 ], "loc": { "start": { - "line": 2368, + "line": 2371, "column": 19 }, "end": { - "line": 2385, + "line": 2388, "column": 5 } } @@ -191687,16 +192115,16 @@ "generator": false, "expression": false, "range": [ - 85015, - 85621 + 85187, + 85793 ], "loc": { "start": { - "line": 2368, + "line": 2371, "column": 17 }, "end": { - "line": 2385, + "line": 2388, "column": 5 } } @@ -191704,16 +192132,16 @@ "kind": "method", "computed": false, "range": [ - 85002, - 85621 + 85174, + 85793 ], "loc": { "start": { - "line": 2368, + "line": 2371, "column": 4 }, "end": { - "line": 2385, + "line": 2388, "column": 5 } }, @@ -191722,16 +192150,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 84949, - 84997 + 85121, + 85169 ], "loc": { "start": { - "line": 2365, + "line": 2368, "column": 4 }, "end": { - "line": 2367, + "line": 2370, "column": 7 } } @@ -191742,16 +192170,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 85627, - 85705 + 85799, + 85877 ], "loc": { "start": { - "line": 2387, + "line": 2390, "column": 4 }, "end": { - "line": 2389, + "line": 2392, "column": 7 } } @@ -191765,16 +192193,16 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 85710, - 85728 + 85882, + 85900 ], "loc": { "start": { - "line": 2390, + "line": 2393, "column": 4 }, "end": { - "line": 2390, + "line": 2393, "column": 22 } } @@ -191797,16 +192225,16 @@ "type": "Identifier", "name": "i", "range": [ - 85748, - 85749 + 85920, + 85921 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 16 }, "end": { - "line": 2391, + "line": 2394, "column": 17 } } @@ -191816,31 +192244,31 @@ "value": 0, "raw": "0", "range": [ - 85750, - 85751 + 85922, + 85923 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 18 }, "end": { - "line": 2391, + "line": 2394, "column": 19 } } }, "range": [ - 85748, - 85751 + 85920, + 85923 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 16 }, "end": { - "line": 2391, + "line": 2394, "column": 19 } } @@ -191851,16 +192279,16 @@ "type": "Identifier", "name": "len", "range": [ - 85753, - 85756 + 85925, + 85928 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 21 }, "end": { - "line": 2391, + "line": 2394, "column": 24 } } @@ -191873,16 +192301,16 @@ "object": { "type": "ThisExpression", "range": [ - 85757, - 85761 + 85929, + 85933 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 25 }, "end": { - "line": 2391, + "line": 2394, "column": 29 } } @@ -191891,31 +192319,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 85762, - 85772 + 85934, + 85944 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 30 }, "end": { - "line": 2391, + "line": 2394, "column": 40 } } }, "range": [ - 85757, - 85772 + 85929, + 85944 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 25 }, "end": { - "line": 2391, + "line": 2394, "column": 40 } } @@ -191927,16 +192355,16 @@ "object": { "type": "ThisExpression", "range": [ - 85773, - 85777 + 85945, + 85949 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 41 }, "end": { - "line": 2391, + "line": 2394, "column": 45 } } @@ -191945,62 +192373,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 85778, - 85788 + 85950, + 85960 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 46 }, "end": { - "line": 2391, + "line": 2394, "column": 56 } } }, "range": [ - 85773, - 85788 + 85945, + 85960 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 41 }, "end": { - "line": 2391, + "line": 2394, "column": 56 } } } ], "range": [ - 85757, - 85789 + 85929, + 85961 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 25 }, "end": { - "line": 2391, + "line": 2394, "column": 57 } } }, "range": [ - 85753, - 85789 + 85925, + 85961 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 21 }, "end": { - "line": 2391, + "line": 2394, "column": 57 } } @@ -192008,16 +192436,16 @@ ], "kind": "let", "range": [ - 85744, - 85789 + 85916, + 85961 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 12 }, "end": { - "line": 2391, + "line": 2394, "column": 57 } } @@ -192029,16 +192457,16 @@ "type": "Identifier", "name": "i", "range": [ - 85791, - 85792 + 85963, + 85964 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 59 }, "end": { - "line": 2391, + "line": 2394, "column": 60 } } @@ -192047,31 +192475,31 @@ "type": "Identifier", "name": "len", "range": [ - 85793, - 85796 + 85965, + 85968 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 61 }, "end": { - "line": 2391, + "line": 2394, "column": 64 } } }, "range": [ - 85791, - 85796 + 85963, + 85968 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 59 }, "end": { - "line": 2391, + "line": 2394, "column": 64 } } @@ -192083,32 +192511,32 @@ "type": "Identifier", "name": "i", "range": [ - 85798, - 85799 + 85970, + 85971 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 66 }, "end": { - "line": 2391, + "line": 2394, "column": 67 } } }, "prefix": false, "range": [ - 85798, - 85801 + 85970, + 85973 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 66 }, "end": { - "line": 2391, + "line": 2394, "column": 69 } } @@ -192127,16 +192555,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 85816, - 85819 + 85988, + 85991 ], "loc": { "start": { - "line": 2392, + "line": 2395, "column": 12 }, "end": { - "line": 2392, + "line": 2395, "column": 15 } } @@ -192145,31 +192573,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 85820, - 85831 + 85992, + 86003 ], "loc": { "start": { - "line": 2392, + "line": 2395, "column": 16 }, "end": { - "line": 2392, + "line": 2395, "column": 27 } } }, "range": [ - 85816, - 85831 + 85988, + 86003 ], "loc": { "start": { - "line": 2392, + "line": 2395, "column": 12 }, "end": { - "line": 2392, + "line": 2395, "column": 27 } } @@ -192183,16 +192611,16 @@ "object": { "type": "ThisExpression", "range": [ - 85849, - 85853 + 86021, + 86025 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 16 }, "end": { - "line": 2393, + "line": 2396, "column": 20 } } @@ -192201,31 +192629,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 85854, - 85870 + 86026, + 86042 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 21 }, "end": { - "line": 2393, + "line": 2396, "column": 37 } } }, "range": [ - 85849, - 85870 + 86021, + 86042 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 16 }, "end": { - "line": 2393, + "line": 2396, "column": 37 } } @@ -192235,32 +192663,32 @@ "type": "Identifier", "name": "i", "range": [ - 85871, - 85872 + 86043, + 86044 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 38 }, "end": { - "line": 2393, + "line": 2396, "column": 39 } } } ], "range": [ - 85849, - 85873 + 86021, + 86045 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 16 }, "end": { - "line": 2393, + "line": 2396, "column": 40 } } @@ -192271,16 +192699,16 @@ "object": { "type": "ThisExpression", "range": [ - 85875, - 85879 + 86047, + 86051 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 42 }, "end": { - "line": 2393, + "line": 2396, "column": 46 } } @@ -192289,109 +192717,109 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 85880, - 85901 + 86052, + 86073 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 47 }, "end": { - "line": 2393, + "line": 2396, "column": 68 } } }, "range": [ - 85875, - 85901 + 86047, + 86073 ], "loc": { "start": { - "line": 2393, + "line": 2396, "column": 42 }, "end": { - "line": 2393, + "line": 2396, "column": 68 } } } ], "range": [ - 85816, - 85902 + 85988, + 86074 ], "loc": { "start": { - "line": 2392, + "line": 2395, "column": 12 }, "end": { - "line": 2393, + "line": 2396, "column": 69 } } }, "range": [ - 85816, - 85903 + 85988, + 86075 ], "loc": { "start": { - "line": 2392, + "line": 2395, "column": 12 }, "end": { - "line": 2393, + "line": 2396, "column": 70 } } } ], "range": [ - 85802, - 85913 + 85974, + 86085 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 70 }, "end": { - "line": 2394, + "line": 2397, "column": 9 } } }, "range": [ - 85740, - 85913 + 85912, + 86085 ], "loc": { "start": { - "line": 2391, + "line": 2394, "column": 8 }, "end": { - "line": 2394, + "line": 2397, "column": 9 } } } ], "range": [ - 85730, - 85919 + 85902, + 86091 ], "loc": { "start": { - "line": 2390, + "line": 2393, "column": 24 }, "end": { - "line": 2395, + "line": 2398, "column": 5 } } @@ -192399,16 +192827,16 @@ "generator": false, "expression": false, "range": [ - 85728, - 85919 + 85900, + 86091 ], "loc": { "start": { - "line": 2390, + "line": 2393, "column": 22 }, "end": { - "line": 2395, + "line": 2398, "column": 5 } } @@ -192416,16 +192844,16 @@ "kind": "method", "computed": false, "range": [ - 85710, - 85919 + 85882, + 86091 ], "loc": { "start": { - "line": 2390, + "line": 2393, "column": 4 }, "end": { - "line": 2395, + "line": 2398, "column": 5 } }, @@ -192434,16 +192862,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 85627, - 85705 + 85799, + 85877 ], "loc": { "start": { - "line": 2387, + "line": 2390, "column": 4 }, "end": { - "line": 2389, + "line": 2392, "column": 7 } } @@ -192454,16 +192882,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 85925, - 86030 + 86097, + 86202 ], "loc": { "start": { - "line": 2397, + "line": 2400, "column": 4 }, "end": { - "line": 2400, + "line": 2403, "column": 7 } } @@ -192477,16 +192905,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 86035, - 86046 + 86207, + 86218 ], "loc": { "start": { - "line": 2401, + "line": 2404, "column": 4 }, "end": { - "line": 2401, + "line": 2404, "column": 15 } } @@ -192509,16 +192937,16 @@ "object": { "type": "ThisExpression", "range": [ - 86062, - 86066 + 86234, + 86238 ], "loc": { "start": { - "line": 2402, + "line": 2405, "column": 12 }, "end": { - "line": 2402, + "line": 2405, "column": 16 } } @@ -192527,47 +192955,47 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 86067, - 86081 + 86239, + 86253 ], "loc": { "start": { - "line": 2402, + "line": 2405, "column": 17 }, "end": { - "line": 2402, + "line": 2405, "column": 31 } } }, "range": [ - 86062, - 86081 + 86234, + 86253 ], "loc": { "start": { - "line": 2402, + "line": 2405, "column": 12 }, "end": { - "line": 2402, + "line": 2405, "column": 31 } } }, "prefix": true, "range": [ - 86061, - 86081 + 86233, + 86253 ], "loc": { "start": { - "line": 2402, + "line": 2405, "column": 11 }, "end": { - "line": 2402, + "line": 2405, "column": 31 } } @@ -192579,48 +193007,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 86096, - 86103 + 86268, + 86275 ], "loc": { "start": { - "line": 2403, + "line": 2406, "column": 12 }, "end": { - "line": 2403, + "line": 2406, "column": 19 } } } ], "range": [ - 86082, - 86113 + 86254, + 86285 ], "loc": { "start": { - "line": 2402, + "line": 2405, "column": 32 }, "end": { - "line": 2404, + "line": 2407, "column": 9 } } }, "alternate": null, "range": [ - 86058, - 86113 + 86230, + 86285 ], "loc": { "start": { - "line": 2402, + "line": 2405, "column": 8 }, "end": { - "line": 2404, + "line": 2407, "column": 9 } } @@ -192634,16 +193062,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 86126, - 86131 + 86298, + 86303 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 12 }, "end": { - "line": 2405, + "line": 2408, "column": 17 } } @@ -192656,16 +193084,16 @@ "object": { "type": "ThisExpression", "range": [ - 86134, - 86138 + 86306, + 86310 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 20 }, "end": { - "line": 2405, + "line": 2408, "column": 24 } } @@ -192674,31 +193102,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 86139, - 86155 + 86311, + 86327 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 25 }, "end": { - "line": 2405, + "line": 2408, "column": 41 } } }, "range": [ - 86134, - 86155 + 86306, + 86327 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 20 }, "end": { - "line": 2405, + "line": 2408, "column": 41 } } @@ -192710,16 +193138,16 @@ "object": { "type": "ThisExpression", "range": [ - 86156, - 86160 + 86328, + 86332 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 42 }, "end": { - "line": 2405, + "line": 2408, "column": 46 } } @@ -192728,31 +193156,31 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 86161, - 86171 + 86333, + 86343 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 47 }, "end": { - "line": 2405, + "line": 2408, "column": 57 } } }, "range": [ - 86156, - 86171 + 86328, + 86343 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 42 }, "end": { - "line": 2405, + "line": 2408, "column": 57 } } @@ -192762,47 +193190,47 @@ "value": true, "raw": "true", "range": [ - 86173, - 86177 + 86345, + 86349 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 59 }, "end": { - "line": 2405, + "line": 2408, "column": 63 } } } ], "range": [ - 86134, - 86178 + 86306, + 86350 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 20 }, "end": { - "line": 2405, + "line": 2408, "column": 64 } } }, "range": [ - 86126, - 86178 + 86298, + 86350 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 12 }, "end": { - "line": 2405, + "line": 2408, "column": 64 } } @@ -192813,16 +193241,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 86192, - 86197 + 86364, + 86369 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 12 }, "end": { - "line": 2406, + "line": 2409, "column": 17 } } @@ -192835,16 +193263,16 @@ "object": { "type": "ThisExpression", "range": [ - 86200, - 86204 + 86372, + 86376 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 20 }, "end": { - "line": 2406, + "line": 2409, "column": 24 } } @@ -192853,31 +193281,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 86205, - 86221 + 86377, + 86393 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 25 }, "end": { - "line": 2406, + "line": 2409, "column": 41 } } }, "range": [ - 86200, - 86221 + 86372, + 86393 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 20 }, "end": { - "line": 2406, + "line": 2409, "column": 41 } } @@ -192889,16 +193317,16 @@ "object": { "type": "ThisExpression", "range": [ - 86222, - 86226 + 86394, + 86398 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 42 }, "end": { - "line": 2406, + "line": 2409, "column": 46 } } @@ -192907,31 +193335,31 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 86227, - 86239 + 86399, + 86411 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 47 }, "end": { - "line": 2406, + "line": 2409, "column": 59 } } }, "range": [ - 86222, - 86239 + 86394, + 86411 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 42 }, "end": { - "line": 2406, + "line": 2409, "column": 59 } } @@ -192941,47 +193369,47 @@ "value": true, "raw": "true", "range": [ - 86241, - 86245 + 86413, + 86417 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 61 }, "end": { - "line": 2406, + "line": 2409, "column": 65 } } } ], "range": [ - 86200, - 86246 + 86372, + 86418 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 20 }, "end": { - "line": 2406, + "line": 2409, "column": 66 } } }, "range": [ - 86192, - 86246 + 86364, + 86418 ], "loc": { "start": { - "line": 2406, + "line": 2409, "column": 12 }, "end": { - "line": 2406, + "line": 2409, "column": 66 } } @@ -192992,16 +193420,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 86260, - 86265 + 86432, + 86437 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 12 }, "end": { - "line": 2407, + "line": 2410, "column": 17 } } @@ -193014,16 +193442,16 @@ "object": { "type": "ThisExpression", "range": [ - 86268, - 86272 + 86440, + 86444 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 20 }, "end": { - "line": 2407, + "line": 2410, "column": 24 } } @@ -193032,31 +193460,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 86273, - 86289 + 86445, + 86461 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 25 }, "end": { - "line": 2407, + "line": 2410, "column": 41 } } }, "range": [ - 86268, - 86289 + 86440, + 86461 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 20 }, "end": { - "line": 2407, + "line": 2410, "column": 41 } } @@ -193068,16 +193496,16 @@ "object": { "type": "ThisExpression", "range": [ - 86290, - 86294 + 86462, + 86466 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 42 }, "end": { - "line": 2407, + "line": 2410, "column": 46 } } @@ -193086,31 +193514,31 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 86295, - 86311 + 86467, + 86483 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 47 }, "end": { - "line": 2407, + "line": 2410, "column": 63 } } }, "range": [ - 86290, - 86311 + 86462, + 86483 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 42 }, "end": { - "line": 2407, + "line": 2410, "column": 63 } } @@ -193120,47 +193548,47 @@ "value": true, "raw": "true", "range": [ - 86313, - 86317 + 86485, + 86489 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 65 }, "end": { - "line": 2407, + "line": 2410, "column": 69 } } } ], "range": [ - 86268, - 86318 + 86440, + 86490 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 20 }, "end": { - "line": 2407, + "line": 2410, "column": 70 } } }, "range": [ - 86260, - 86318 + 86432, + 86490 ], "loc": { "start": { - "line": 2407, + "line": 2410, "column": 12 }, "end": { - "line": 2407, + "line": 2410, "column": 70 } } @@ -193171,16 +193599,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86332, - 86340 + 86504, + 86512 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 12 }, "end": { - "line": 2408, + "line": 2411, "column": 20 } } @@ -193194,16 +193622,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 86343, - 86348 + 86515, + 86520 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 23 }, "end": { - "line": 2408, + "line": 2411, "column": 28 } } @@ -193212,31 +193640,31 @@ "type": "Identifier", "name": "concat", "range": [ - 86349, - 86355 + 86521, + 86527 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 29 }, "end": { - "line": 2408, + "line": 2411, "column": 35 } } }, "range": [ - 86343, - 86355 + 86515, + 86527 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 23 }, "end": { - "line": 2408, + "line": 2411, "column": 35 } } @@ -193246,47 +193674,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 86356, - 86361 + 86528, + 86533 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 36 }, "end": { - "line": 2408, + "line": 2411, "column": 41 } } } ], "range": [ - 86343, - 86362 + 86515, + 86534 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 23 }, "end": { - "line": 2408, + "line": 2411, "column": 42 } } }, "range": [ - 86332, - 86362 + 86504, + 86534 ], "loc": { "start": { - "line": 2408, + "line": 2411, "column": 12 }, "end": { - "line": 2408, + "line": 2411, "column": 42 } } @@ -193294,16 +193722,16 @@ ], "kind": "let", "range": [ - 86122, - 86363 + 86294, + 86535 ], "loc": { "start": { - "line": 2405, + "line": 2408, "column": 8 }, "end": { - "line": 2408, + "line": 2411, "column": 43 } } @@ -193317,16 +193745,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86372, - 86380 + 86544, + 86552 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 8 }, "end": { - "line": 2409, + "line": 2412, "column": 16 } } @@ -193340,16 +193768,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86383, - 86391 + 86555, + 86563 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 19 }, "end": { - "line": 2409, + "line": 2412, "column": 27 } } @@ -193358,31 +193786,31 @@ "type": "Identifier", "name": "concat", "range": [ - 86392, - 86398 + 86564, + 86570 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 28 }, "end": { - "line": 2409, + "line": 2412, "column": 34 } } }, "range": [ - 86383, - 86398 + 86555, + 86570 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 19 }, "end": { - "line": 2409, + "line": 2412, "column": 34 } } @@ -193392,62 +193820,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 86399, - 86404 + 86571, + 86576 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 35 }, "end": { - "line": 2409, + "line": 2412, "column": 40 } } } ], "range": [ - 86383, - 86405 + 86555, + 86577 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 19 }, "end": { - "line": 2409, + "line": 2412, "column": 41 } } }, "range": [ - 86372, - 86405 + 86544, + 86577 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 8 }, "end": { - "line": 2409, + "line": 2412, "column": 41 } } }, "range": [ - 86372, - 86406 + 86544, + 86578 ], "loc": { "start": { - "line": 2409, + "line": 2412, "column": 8 }, "end": { - "line": 2409, + "line": 2412, "column": 42 } } @@ -193461,16 +193889,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 86420, - 86429 + 86592, + 86601 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 12 }, "end": { - "line": 2411, + "line": 2414, "column": 21 } } @@ -193489,16 +193917,16 @@ "object": { "type": "ThisExpression", "range": [ - 86432, - 86436 + 86604, + 86608 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 24 }, "end": { - "line": 2411, + "line": 2414, "column": 28 } } @@ -193507,31 +193935,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 86437, - 86451 + 86609, + 86623 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 29 }, "end": { - "line": 2411, + "line": 2414, "column": 43 } } }, "range": [ - 86432, - 86451 + 86604, + 86623 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 24 }, "end": { - "line": 2411, + "line": 2414, "column": 43 } } @@ -193540,31 +193968,31 @@ "type": "Identifier", "name": "split", "range": [ - 86452, - 86457 + 86624, + 86629 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 44 }, "end": { - "line": 2411, + "line": 2414, "column": 49 } } }, "range": [ - 86432, - 86457 + 86604, + 86629 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 24 }, "end": { - "line": 2411, + "line": 2414, "column": 49 } } @@ -193575,32 +194003,32 @@ "value": "_", "raw": "'_'", "range": [ - 86458, - 86461 + 86630, + 86633 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 50 }, "end": { - "line": 2411, + "line": 2414, "column": 53 } } } ], "range": [ - 86432, - 86462 + 86604, + 86634 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 24 }, "end": { - "line": 2411, + "line": 2414, "column": 54 } } @@ -193610,46 +194038,46 @@ "value": 0, "raw": "0", "range": [ - 86463, - 86464 + 86635, + 86636 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 55 }, "end": { - "line": 2411, + "line": 2414, "column": 56 } } }, "range": [ - 86432, - 86465 + 86604, + 86637 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 24 }, "end": { - "line": 2411, + "line": 2414, "column": 57 } } }, "range": [ - 86420, - 86465 + 86592, + 86637 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 12 }, "end": { - "line": 2411, + "line": 2414, "column": 57 } } @@ -193657,16 +194085,16 @@ ], "kind": "let", "range": [ - 86416, - 86466 + 86588, + 86638 ], "loc": { "start": { - "line": 2411, + "line": 2414, "column": 8 }, "end": { - "line": 2411, + "line": 2414, "column": 58 } } @@ -193680,16 +194108,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 86475, - 86484 + 86647, + 86656 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 8 }, "end": { - "line": 2412, + "line": 2415, "column": 17 } } @@ -193706,16 +194134,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 86487, - 86496 + 86659, + 86668 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 20 }, "end": { - "line": 2412, + "line": 2415, "column": 29 } } @@ -193724,31 +194152,31 @@ "type": "Identifier", "name": "split", "range": [ - 86497, - 86502 + 86669, + 86674 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 30 }, "end": { - "line": 2412, + "line": 2415, "column": 35 } } }, "range": [ - 86487, - 86502 + 86659, + 86674 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 20 }, "end": { - "line": 2412, + "line": 2415, "column": 35 } } @@ -193760,16 +194188,16 @@ "object": { "type": "ThisExpression", "range": [ - 86503, - 86507 + 86675, + 86679 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 36 }, "end": { - "line": 2412, + "line": 2415, "column": 40 } } @@ -193778,47 +194206,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 86508, - 86515 + 86680, + 86687 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 41 }, "end": { - "line": 2412, + "line": 2415, "column": 48 } } }, "range": [ - 86503, - 86515 + 86675, + 86687 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 36 }, "end": { - "line": 2412, + "line": 2415, "column": 48 } } } ], "range": [ - 86487, - 86516 + 86659, + 86688 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 20 }, "end": { - "line": 2412, + "line": 2415, "column": 49 } } @@ -193828,61 +194256,61 @@ "value": 1, "raw": "1", "range": [ - 86517, - 86518 + 86689, + 86690 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 50 }, "end": { - "line": 2412, + "line": 2415, "column": 51 } } }, "range": [ - 86487, - 86519 + 86659, + 86691 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 20 }, "end": { - "line": 2412, + "line": 2415, "column": 52 } } }, "range": [ - 86475, - 86519 + 86647, + 86691 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 8 }, "end": { - "line": 2412, + "line": 2415, "column": 52 } } }, "range": [ - 86475, - 86520 + 86647, + 86692 ], "loc": { "start": { - "line": 2412, + "line": 2415, "column": 8 }, "end": { - "line": 2412, + "line": 2415, "column": 53 } } @@ -193896,32 +194324,32 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 86533, - 86549 + 86705, + 86721 ], "loc": { "start": { - "line": 2413, + "line": 2416, "column": 12 }, "end": { - "line": 2413, + "line": 2416, "column": 28 } } }, "init": null, "range": [ - 86533, - 86549 + 86705, + 86721 ], "loc": { "start": { - "line": 2413, + "line": 2416, "column": 12 }, "end": { - "line": 2413, + "line": 2416, "column": 28 } } @@ -193929,16 +194357,16 @@ ], "kind": "let", "range": [ - 86529, - 86550 + 86701, + 86722 ], "loc": { "start": { - "line": 2413, + "line": 2416, "column": 8 }, "end": { - "line": 2413, + "line": 2416, "column": 29 } } @@ -193954,16 +194382,16 @@ "type": "Identifier", "name": "i", "range": [ - 86567, - 86568 + 86739, + 86740 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 16 }, "end": { - "line": 2414, + "line": 2417, "column": 17 } } @@ -193973,31 +194401,31 @@ "value": 0, "raw": "0", "range": [ - 86569, - 86570 + 86741, + 86742 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 18 }, "end": { - "line": 2414, + "line": 2417, "column": 19 } } }, "range": [ - 86567, - 86570 + 86739, + 86742 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 16 }, "end": { - "line": 2414, + "line": 2417, "column": 19 } } @@ -194008,16 +194436,16 @@ "type": "Identifier", "name": "len", "range": [ - 86572, - 86575 + 86744, + 86747 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 21 }, "end": { - "line": 2414, + "line": 2417, "column": 24 } } @@ -194029,16 +194457,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86576, - 86584 + 86748, + 86756 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 25 }, "end": { - "line": 2414, + "line": 2417, "column": 33 } } @@ -194047,46 +194475,46 @@ "type": "Identifier", "name": "length", "range": [ - 86585, - 86591 + 86757, + 86763 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 34 }, "end": { - "line": 2414, + "line": 2417, "column": 40 } } }, "range": [ - 86576, - 86591 + 86748, + 86763 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 25 }, "end": { - "line": 2414, + "line": 2417, "column": 40 } } }, "range": [ - 86572, - 86591 + 86744, + 86763 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 21 }, "end": { - "line": 2414, + "line": 2417, "column": 40 } } @@ -194094,16 +194522,16 @@ ], "kind": "let", "range": [ - 86563, - 86591 + 86735, + 86763 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 12 }, "end": { - "line": 2414, + "line": 2417, "column": 40 } } @@ -194115,16 +194543,16 @@ "type": "Identifier", "name": "i", "range": [ - 86593, - 86594 + 86765, + 86766 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 42 }, "end": { - "line": 2414, + "line": 2417, "column": 43 } } @@ -194133,31 +194561,31 @@ "type": "Identifier", "name": "len", "range": [ - 86595, - 86598 + 86767, + 86770 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 44 }, "end": { - "line": 2414, + "line": 2417, "column": 47 } } }, "range": [ - 86593, - 86598 + 86765, + 86770 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 42 }, "end": { - "line": 2414, + "line": 2417, "column": 47 } } @@ -194169,32 +194597,32 @@ "type": "Identifier", "name": "i", "range": [ - 86600, - 86601 + 86772, + 86773 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 49 }, "end": { - "line": 2414, + "line": 2417, "column": 50 } } }, "prefix": false, "range": [ - 86600, - 86603 + 86772, + 86775 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 49 }, "end": { - "line": 2414, + "line": 2417, "column": 52 } } @@ -194211,16 +194639,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 86622, - 86628 + 86794, + 86800 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 16 }, "end": { - "line": 2415, + "line": 2418, "column": 22 } } @@ -194234,16 +194662,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 86631, - 86634 + 86803, + 86806 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 25 }, "end": { - "line": 2415, + "line": 2418, "column": 28 } } @@ -194252,31 +194680,31 @@ "type": "Identifier", "name": "id", "range": [ - 86635, - 86637 + 86807, + 86809 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 29 }, "end": { - "line": 2415, + "line": 2418, "column": 31 } } }, "range": [ - 86631, - 86637 + 86803, + 86809 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 25 }, "end": { - "line": 2415, + "line": 2418, "column": 31 } } @@ -194291,16 +194719,16 @@ "object": { "type": "ThisExpression", "range": [ - 86638, - 86642 + 86810, + 86814 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 32 }, "end": { - "line": 2415, + "line": 2418, "column": 36 } } @@ -194309,31 +194737,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 86643, - 86649 + 86815, + 86821 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 37 }, "end": { - "line": 2415, + "line": 2418, "column": 43 } } }, "range": [ - 86638, - 86649 + 86810, + 86821 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 32 }, "end": { - "line": 2415, + "line": 2418, "column": 43 } } @@ -194345,16 +194773,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86650, - 86658 + 86822, + 86830 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 44 }, "end": { - "line": 2415, + "line": 2418, "column": 52 } } @@ -194363,77 +194791,77 @@ "type": "Identifier", "name": "i", "range": [ - 86659, - 86660 + 86831, + 86832 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 53 }, "end": { - "line": 2415, + "line": 2418, "column": 54 } } }, "range": [ - 86650, - 86661 + 86822, + 86833 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 44 }, "end": { - "line": 2415, + "line": 2418, "column": 55 } } }, "range": [ - 86638, - 86662 + 86810, + 86834 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 32 }, "end": { - "line": 2415, + "line": 2418, "column": 56 } } } ], "range": [ - 86631, - 86663 + 86803, + 86835 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 25 }, "end": { - "line": 2415, + "line": 2418, "column": 57 } } }, "range": [ - 86622, - 86663 + 86794, + 86835 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 16 }, "end": { - "line": 2415, + "line": 2418, "column": 57 } } @@ -194441,16 +194869,16 @@ ], "kind": "let", "range": [ - 86618, - 86664 + 86790, + 86836 ], "loc": { "start": { - "line": 2415, + "line": 2418, "column": 12 }, "end": { - "line": 2415, + "line": 2418, "column": 58 } } @@ -194464,16 +194892,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 86677, - 86693 + 86849, + 86865 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 12 }, "end": { - "line": 2416, + "line": 2419, "column": 28 } } @@ -194486,16 +194914,16 @@ "object": { "type": "ThisExpression", "range": [ - 86696, - 86700 + 86868, + 86872 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 31 }, "end": { - "line": 2416, + "line": 2419, "column": 35 } } @@ -194504,31 +194932,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 86701, - 86715 + 86873, + 86887 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 36 }, "end": { - "line": 2416, + "line": 2419, "column": 50 } } }, "range": [ - 86696, - 86715 + 86868, + 86887 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 31 }, "end": { - "line": 2416, + "line": 2419, "column": 50 } } @@ -194541,16 +194969,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86716, - 86724 + 86888, + 86896 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 51 }, "end": { - "line": 2416, + "line": 2419, "column": 59 } } @@ -194559,77 +194987,77 @@ "type": "Identifier", "name": "i", "range": [ - 86725, - 86726 + 86897, + 86898 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 60 }, "end": { - "line": 2416, + "line": 2419, "column": 61 } } }, "range": [ - 86716, - 86727 + 86888, + 86899 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 51 }, "end": { - "line": 2416, + "line": 2419, "column": 62 } } } ], "range": [ - 86696, - 86728 + 86868, + 86900 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 31 }, "end": { - "line": 2416, + "line": 2419, "column": 63 } } }, "range": [ - 86677, - 86728 + 86849, + 86900 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 12 }, "end": { - "line": 2416, + "line": 2419, "column": 63 } } }, "range": [ - 86677, - 86729 + 86849, + 86901 ], "loc": { "start": { - "line": 2416, + "line": 2419, "column": 12 }, "end": { - "line": 2416, + "line": 2419, "column": 64 } }, @@ -194638,16 +195066,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 86743, - 86786 + 86915, + 86958 ], "loc": { "start": { - "line": 2418, + "line": 2421, "column": 12 }, "end": { - "line": 2418, + "line": 2421, "column": 55 } } @@ -194656,16 +195084,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 86799, - 86838 + 86971, + 87010 ], "loc": { "start": { - "line": 2419, + "line": 2422, "column": 12 }, "end": { - "line": 2419, + "line": 2422, "column": 51 } } @@ -194690,16 +195118,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 86854, - 86863 + 87026, + 87035 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 15 }, "end": { - "line": 2420, + "line": 2423, "column": 24 } } @@ -194711,16 +195139,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86866, - 86874 + 87038, + 87046 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 27 }, "end": { - "line": 2420, + "line": 2423, "column": 35 } } @@ -194729,46 +195157,46 @@ "type": "Identifier", "name": "i", "range": [ - 86875, - 86876 + 87047, + 87048 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 36 }, "end": { - "line": 2420, + "line": 2423, "column": 37 } } }, "range": [ - 86866, - 86877 + 87038, + 87049 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 27 }, "end": { - "line": 2420, + "line": 2423, "column": 38 } } }, "range": [ - 86854, - 86877 + 87026, + 87049 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 15 }, "end": { - "line": 2420, + "line": 2423, "column": 38 } } @@ -194785,16 +195213,16 @@ "object": { "type": "ThisExpression", "range": [ - 86898, - 86902 + 87070, + 87074 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 17 }, "end": { - "line": 2421, + "line": 2424, "column": 21 } } @@ -194803,31 +195231,31 @@ "type": "Identifier", "name": "paging", "range": [ - 86903, - 86909 + 87075, + 87081 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 22 }, "end": { - "line": 2421, + "line": 2424, "column": 28 } } }, "range": [ - 86898, - 86909 + 87070, + 87081 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 17 }, "end": { - "line": 2421, + "line": 2424, "column": 28 } } @@ -194841,16 +195269,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 86913, - 86916 + 87085, + 87088 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 32 }, "end": { - "line": 2421, + "line": 2424, "column": 35 } } @@ -194859,31 +195287,31 @@ "type": "Identifier", "name": "has", "range": [ - 86917, - 86920 + 87089, + 87092 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 36 }, "end": { - "line": 2421, + "line": 2424, "column": 39 } } }, "range": [ - 86913, - 86920 + 87085, + 87092 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 32 }, "end": { - "line": 2421, + "line": 2424, "column": 39 } } @@ -194893,16 +195321,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 86921, - 86926 + 87093, + 87098 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 40 }, "end": { - "line": 2421, + "line": 2424, "column": 45 } } @@ -194914,16 +195342,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86928, - 86936 + 87100, + 87108 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 47 }, "end": { - "line": 2421, + "line": 2424, "column": 55 } } @@ -194932,62 +195360,62 @@ "type": "Identifier", "name": "i", "range": [ - 86937, - 86938 + 87109, + 87110 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 56 }, "end": { - "line": 2421, + "line": 2424, "column": 57 } } }, "range": [ - 86928, - 86939 + 87100, + 87111 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 47 }, "end": { - "line": 2421, + "line": 2424, "column": 58 } } } ], "range": [ - 86913, - 86940 + 87085, + 87112 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 32 }, "end": { - "line": 2421, + "line": 2424, "column": 59 } } }, "range": [ - 86898, - 86940 + 87070, + 87112 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 17 }, "end": { - "line": 2421, + "line": 2424, "column": 59 } } @@ -194999,16 +195427,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 86964, - 86973 + 87136, + 87145 ], "loc": { "start": { - "line": 2422, + "line": 2425, "column": 20 }, "end": { - "line": 2422, + "line": 2425, "column": 29 } } @@ -195020,16 +195448,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86978, - 86986 + 87150, + 87158 ], "loc": { "start": { - "line": 2422, + "line": 2425, "column": 34 }, "end": { - "line": 2422, + "line": 2425, "column": 42 } } @@ -195038,76 +195466,76 @@ "type": "Identifier", "name": "i", "range": [ - 86987, - 86988 + 87159, + 87160 ], "loc": { "start": { - "line": 2422, + "line": 2425, "column": 43 }, "end": { - "line": 2422, + "line": 2425, "column": 44 } } }, "range": [ - 86978, - 86989 + 87150, + 87161 ], "loc": { "start": { - "line": 2422, + "line": 2425, "column": 34 }, "end": { - "line": 2422, + "line": 2425, "column": 45 } } }, "range": [ - 86964, - 86989 + 87136, + 87161 ], "loc": { "start": { - "line": 2422, + "line": 2425, "column": 20 }, "end": { - "line": 2422, + "line": 2425, "column": 45 } } }, "range": [ - 86898, - 86989 + 87070, + 87161 ], "loc": { "start": { - "line": 2421, + "line": 2424, "column": 17 }, "end": { - "line": 2422, + "line": 2425, "column": 45 } } }, "range": [ - 86854, - 86991 + 87026, + 87163 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 15 }, "end": { - "line": 2422, + "line": 2425, "column": 47 } } @@ -195124,16 +195552,16 @@ "object": { "type": "ThisExpression", "range": [ - 87013, - 87017 + 87185, + 87189 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 18 }, "end": { - "line": 2423, + "line": 2426, "column": 22 } } @@ -195142,47 +195570,47 @@ "type": "Identifier", "name": "paging", "range": [ - 87018, - 87024 + 87190, + 87196 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 23 }, "end": { - "line": 2423, + "line": 2426, "column": 29 } } }, "range": [ - 87013, - 87024 + 87185, + 87196 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 18 }, "end": { - "line": 2423, + "line": 2426, "column": 29 } } }, "prefix": true, "range": [ - 87012, - 87024 + 87184, + 87196 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 17 }, "end": { - "line": 2423, + "line": 2426, "column": 29 } } @@ -195199,16 +195627,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 87029, - 87032 + 87201, + 87204 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 34 }, "end": { - "line": 2423, + "line": 2426, "column": 37 } } @@ -195217,31 +195645,31 @@ "type": "Identifier", "name": "has", "range": [ - 87033, - 87036 + 87205, + 87208 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 38 }, "end": { - "line": 2423, + "line": 2426, "column": 41 } } }, "range": [ - 87029, - 87036 + 87201, + 87208 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 34 }, "end": { - "line": 2423, + "line": 2426, "column": 41 } } @@ -195251,16 +195679,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 87037, - 87042 + 87209, + 87214 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 42 }, "end": { - "line": 2423, + "line": 2426, "column": 47 } } @@ -195272,16 +195700,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87044, - 87052 + 87216, + 87224 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 49 }, "end": { - "line": 2423, + "line": 2426, "column": 57 } } @@ -195290,47 +195718,47 @@ "type": "Identifier", "name": "i", "range": [ - 87053, - 87054 + 87225, + 87226 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 58 }, "end": { - "line": 2423, + "line": 2426, "column": 59 } } }, "range": [ - 87044, - 87055 + 87216, + 87227 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 49 }, "end": { - "line": 2423, + "line": 2426, "column": 60 } } } ], "range": [ - 87029, - 87056 + 87201, + 87228 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 34 }, "end": { - "line": 2423, + "line": 2426, "column": 61 } } @@ -195344,16 +195772,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 87080, - 87083 + 87252, + 87255 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 20 }, "end": { - "line": 2424, + "line": 2427, "column": 23 } } @@ -195362,31 +195790,31 @@ "type": "Identifier", "name": "has", "range": [ - 87084, - 87087 + 87256, + 87259 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 24 }, "end": { - "line": 2424, + "line": 2427, "column": 27 } } }, "range": [ - 87080, - 87087 + 87252, + 87259 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 20 }, "end": { - "line": 2424, + "line": 2427, "column": 27 } } @@ -195396,16 +195824,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 87088, - 87093 + 87260, + 87265 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 28 }, "end": { - "line": 2424, + "line": 2427, "column": 33 } } @@ -195417,16 +195845,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87095, - 87103 + 87267, + 87275 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 35 }, "end": { - "line": 2424, + "line": 2427, "column": 43 } } @@ -195435,92 +195863,92 @@ "type": "Identifier", "name": "i", "range": [ - 87104, - 87105 + 87276, + 87277 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 44 }, "end": { - "line": 2424, + "line": 2427, "column": 45 } } }, "range": [ - 87095, - 87106 + 87267, + 87278 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 35 }, "end": { - "line": 2424, + "line": 2427, "column": 46 } } } ], "range": [ - 87080, - 87107 + 87252, + 87279 ], "loc": { "start": { - "line": 2424, + "line": 2427, "column": 20 }, "end": { - "line": 2424, + "line": 2427, "column": 47 } } }, "range": [ - 87029, - 87107 + 87201, + 87279 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 34 }, "end": { - "line": 2424, + "line": 2427, "column": 47 } } }, "range": [ - 87012, - 87108 + 87184, + 87280 ], "loc": { "start": { - "line": 2423, + "line": 2426, "column": 17 }, "end": { - "line": 2424, + "line": 2427, "column": 48 } } }, "range": [ - 86854, - 87109 + 87026, + 87281 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 15 }, "end": { - "line": 2424, + "line": 2427, "column": 49 } } @@ -195532,16 +195960,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 87129, - 87145 + 87301, + 87317 ], "loc": { "start": { - "line": 2425, + "line": 2428, "column": 16 }, "end": { - "line": 2425, + "line": 2428, "column": 32 } } @@ -195552,16 +195980,16 @@ "object": { "type": "ThisExpression", "range": [ - 87150, - 87154 + 87322, + 87326 ], "loc": { "start": { - "line": 2425, + "line": 2428, "column": 37 }, "end": { - "line": 2425, + "line": 2428, "column": 41 } } @@ -195570,61 +195998,61 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 87155, - 87169 + 87327, + 87341 ], "loc": { "start": { - "line": 2425, + "line": 2428, "column": 42 }, "end": { - "line": 2425, + "line": 2428, "column": 56 } } }, "range": [ - 87150, - 87169 + 87322, + 87341 ], "loc": { "start": { - "line": 2425, + "line": 2428, "column": 37 }, "end": { - "line": 2425, + "line": 2428, "column": 56 } } }, "range": [ - 87129, - 87169 + 87301, + 87341 ], "loc": { "start": { - "line": 2425, + "line": 2428, "column": 16 }, "end": { - "line": 2425, + "line": 2428, "column": 56 } } }, "range": [ - 86854, - 87169 + 87026, + 87341 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 15 }, "end": { - "line": 2425, + "line": 2428, "column": 56 } } @@ -195643,16 +196071,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 87193, - 87196 + 87365, + 87368 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 19 }, "end": { - "line": 2427, + "line": 2430, "column": 22 } } @@ -195661,31 +196089,31 @@ "type": "Identifier", "name": "has", "range": [ - 87197, - 87200 + 87369, + 87372 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 23 }, "end": { - "line": 2427, + "line": 2430, "column": 26 } } }, "range": [ - 87193, - 87200 + 87365, + 87372 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 19 }, "end": { - "line": 2427, + "line": 2430, "column": 26 } } @@ -195695,16 +196123,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 87201, - 87206 + 87373, + 87378 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 27 }, "end": { - "line": 2427, + "line": 2430, "column": 32 } } @@ -195716,16 +196144,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87208, - 87216 + 87380, + 87388 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 34 }, "end": { - "line": 2427, + "line": 2430, "column": 42 } } @@ -195734,47 +196162,47 @@ "type": "Identifier", "name": "i", "range": [ - 87217, - 87218 + 87389, + 87390 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 43 }, "end": { - "line": 2427, + "line": 2430, "column": 44 } } }, "range": [ - 87208, - 87219 + 87380, + 87391 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 34 }, "end": { - "line": 2427, + "line": 2430, "column": 45 } } } ], "range": [ - 87193, - 87220 + 87365, + 87392 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 19 }, "end": { - "line": 2427, + "line": 2430, "column": 46 } } @@ -195805,16 +196233,16 @@ "object": { "type": "ThisExpression", "range": [ - 87243, - 87247 + 87415, + 87419 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 24 } } @@ -195823,31 +196251,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 87248, - 87251 + 87420, + 87423 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 25 }, "end": { - "line": 2428, + "line": 2431, "column": 28 } } }, "range": [ - 87243, - 87251 + 87415, + 87423 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 28 } } @@ -195856,31 +196284,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 87252, - 87261 + 87424, + 87433 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 29 }, "end": { - "line": 2428, + "line": 2431, "column": 38 } } }, "range": [ - 87243, - 87261 + 87415, + 87433 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 38 } } @@ -195889,31 +196317,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 87262, - 87274 + 87434, + 87446 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 39 }, "end": { - "line": 2428, + "line": 2431, "column": 51 } } }, "range": [ - 87243, - 87274 + 87415, + 87446 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 51 } } @@ -195925,16 +196353,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87275, - 87283 + 87447, + 87455 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 52 }, "end": { - "line": 2428, + "line": 2431, "column": 60 } } @@ -195943,46 +196371,46 @@ "type": "Identifier", "name": "i", "range": [ - 87284, - 87285 + 87456, + 87457 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 61 }, "end": { - "line": 2428, + "line": 2431, "column": 62 } } }, "range": [ - 87275, - 87286 + 87447, + 87458 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 52 }, "end": { - "line": 2428, + "line": 2431, "column": 63 } } }, "range": [ - 87243, - 87287 + 87415, + 87459 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 64 } } @@ -195991,31 +196419,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 87288, - 87297 + 87460, + 87469 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 65 }, "end": { - "line": 2428, + "line": 2431, "column": 74 } } }, "range": [ - 87243, - 87297 + 87415, + 87469 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 74 } } @@ -196025,62 +196453,62 @@ "value": "", "raw": "''", "range": [ - 87300, - 87302 + 87472, + 87474 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 77 }, "end": { - "line": 2428, + "line": 2431, "column": 79 } } }, "range": [ - 87243, - 87302 + 87415, + 87474 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 79 } } }, "range": [ - 87243, - 87303 + 87415, + 87475 ], "loc": { "start": { - "line": 2428, + "line": 2431, "column": 20 }, "end": { - "line": 2428, + "line": 2431, "column": 80 } } } ], "range": [ - 87221, - 87321 + 87393, + 87493 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 47 }, "end": { - "line": 2429, + "line": 2432, "column": 17 } } @@ -196100,16 +196528,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 87349, - 87355 + 87521, + 87527 ], "loc": { "start": { - "line": 2430, + "line": 2433, "column": 20 }, "end": { - "line": 2430, + "line": 2433, "column": 26 } } @@ -196118,31 +196546,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 87356, - 87365 + 87528, + 87537 ], "loc": { "start": { - "line": 2430, + "line": 2433, "column": 27 }, "end": { - "line": 2430, + "line": 2433, "column": 36 } } }, "range": [ - 87349, - 87365 + 87521, + 87537 ], "loc": { "start": { - "line": 2430, + "line": 2433, "column": 20 }, "end": { - "line": 2430, + "line": 2433, "column": 36 } } @@ -196152,77 +196580,77 @@ "value": "", "raw": "''", "range": [ - 87368, - 87370 + 87540, + 87542 ], "loc": { "start": { - "line": 2430, + "line": 2433, "column": 39 }, "end": { - "line": 2430, + "line": 2433, "column": 41 } } }, "range": [ - 87349, - 87370 + 87521, + 87542 ], "loc": { "start": { - "line": 2430, + "line": 2433, "column": 20 }, "end": { - "line": 2430, + "line": 2433, "column": 41 } } }, "range": [ - 87349, - 87371 + 87521, + 87543 ], "loc": { "start": { - "line": 2430, + "line": 2433, "column": 20 }, "end": { - "line": 2430, + "line": 2433, "column": 42 } } } ], "range": [ - 87327, - 87389 + 87499, + 87561 ], "loc": { "start": { - "line": 2429, + "line": 2432, "column": 23 }, "end": { - "line": 2431, + "line": 2434, "column": 17 } } }, "range": [ - 87190, - 87389 + 87362, + 87561 ], "loc": { "start": { - "line": 2427, + "line": 2430, "column": 16 }, "end": { - "line": 2431, + "line": 2434, "column": 17 } }, @@ -196231,16 +196659,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 87407, - 87440 + 87579, + 87612 ], "loc": { "start": { - "line": 2433, + "line": 2436, "column": 16 }, "end": { - "line": 2433, + "line": 2436, "column": 49 } } @@ -196255,16 +196683,16 @@ "object": { "type": "ThisExpression", "range": [ - 87460, - 87464 + 87632, + 87636 ], "loc": { "start": { - "line": 2434, + "line": 2437, "column": 19 }, "end": { - "line": 2434, + "line": 2437, "column": 23 } } @@ -196273,31 +196701,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 87465, - 87480 + 87637, + 87652 ], "loc": { "start": { - "line": 2434, + "line": 2437, "column": 24 }, "end": { - "line": 2434, + "line": 2437, "column": 39 } } }, "range": [ - 87460, - 87480 + 87632, + 87652 ], "loc": { "start": { - "line": 2434, + "line": 2437, "column": 19 }, "end": { - "line": 2434, + "line": 2437, "column": 39 } } @@ -196314,16 +196742,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 87508, - 87512 + 87680, + 87684 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 24 }, "end": { - "line": 2435, + "line": 2438, "column": 28 } } @@ -196337,16 +196765,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 87515, - 87518 + 87687, + 87690 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 31 }, "end": { - "line": 2435, + "line": 2438, "column": 34 } } @@ -196355,31 +196783,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 87519, - 87528 + 87691, + 87700 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 35 }, "end": { - "line": 2435, + "line": 2438, "column": 44 } } }, "range": [ - 87515, - 87528 + 87687, + 87700 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 31 }, "end": { - "line": 2435, + "line": 2438, "column": 44 } } @@ -196391,16 +196819,16 @@ "object": { "type": "ThisExpression", "range": [ - 87529, - 87533 + 87701, + 87705 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 45 }, "end": { - "line": 2435, + "line": 2438, "column": 49 } } @@ -196409,31 +196837,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 87534, - 87548 + 87706, + 87720 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 50 }, "end": { - "line": 2435, + "line": 2438, "column": 64 } } }, "range": [ - 87529, - 87548 + 87701, + 87720 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 45 }, "end": { - "line": 2435, + "line": 2438, "column": 64 } } @@ -196443,47 +196871,47 @@ "value": "", "raw": "''", "range": [ - 87550, - 87552 + 87722, + 87724 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 66 }, "end": { - "line": 2435, + "line": 2438, "column": 68 } } } ], "range": [ - 87515, - 87553 + 87687, + 87725 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 31 }, "end": { - "line": 2435, + "line": 2438, "column": 69 } } }, "range": [ - 87508, - 87553 + 87680, + 87725 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 24 }, "end": { - "line": 2435, + "line": 2438, "column": 69 } } @@ -196491,16 +196919,16 @@ ], "kind": "let", "range": [ - 87504, - 87554 + 87676, + 87726 ], "loc": { "start": { - "line": 2435, + "line": 2438, "column": 20 }, "end": { - "line": 2435, + "line": 2438, "column": 70 } } @@ -196511,16 +196939,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 87578, - 87584 + 87750, + 87756 ], "loc": { "start": { - "line": 2436, + "line": 2439, "column": 23 }, "end": { - "line": 2436, + "line": 2439, "column": 29 } } @@ -196539,16 +196967,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 87611, - 87617 + 87783, + 87789 ], "loc": { "start": { - "line": 2437, + "line": 2440, "column": 24 }, "end": { - "line": 2437, + "line": 2440, "column": 30 } } @@ -196557,31 +196985,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 87618, - 87629 + 87790, + 87801 ], "loc": { "start": { - "line": 2437, + "line": 2440, "column": 31 }, "end": { - "line": 2437, + "line": 2440, "column": 42 } } }, "range": [ - 87611, - 87629 + 87783, + 87801 ], "loc": { "start": { - "line": 2437, + "line": 2440, "column": 24 }, "end": { - "line": 2437, + "line": 2440, "column": 42 } } @@ -196591,111 +197019,111 @@ "type": "Identifier", "name": "opt0", "range": [ - 87630, - 87634 + 87802, + 87806 ], "loc": { "start": { - "line": 2437, + "line": 2440, "column": 43 }, "end": { - "line": 2437, + "line": 2440, "column": 47 } } } ], "range": [ - 87611, - 87635 + 87783, + 87807 ], "loc": { "start": { - "line": 2437, + "line": 2440, "column": 24 }, "end": { - "line": 2437, + "line": 2440, "column": 48 } } }, "range": [ - 87611, - 87636 + 87783, + 87808 ], "loc": { "start": { - "line": 2437, + "line": 2440, "column": 24 }, "end": { - "line": 2437, + "line": 2440, "column": 49 } } } ], "range": [ - 87585, - 87658 + 87757, + 87830 ], "loc": { "start": { - "line": 2436, + "line": 2439, "column": 30 }, "end": { - "line": 2438, + "line": 2441, "column": 21 } } }, "alternate": null, "range": [ - 87575, - 87658 + 87747, + 87830 ], "loc": { "start": { - "line": 2436, + "line": 2439, "column": 20 }, "end": { - "line": 2438, + "line": 2441, "column": 21 } } } ], "range": [ - 87482, - 87676 + 87654, + 87848 ], "loc": { "start": { - "line": 2434, + "line": 2437, "column": 41 }, "end": { - "line": 2439, + "line": 2442, "column": 17 } } }, "alternate": null, "range": [ - 87457, - 87676 + 87629, + 87848 ], "loc": { "start": { - "line": 2434, + "line": 2437, "column": 16 }, "end": { - "line": 2439, + "line": 2442, "column": 17 } }, @@ -196704,16 +197132,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 87407, - 87440 + 87579, + 87612 ], "loc": { "start": { - "line": 2433, + "line": 2436, "column": 16 }, "end": { - "line": 2433, + "line": 2436, "column": 49 } } @@ -196731,16 +197159,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 87697, - 87700 + 87869, + 87872 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 19 }, "end": { - "line": 2441, + "line": 2444, "column": 22 } } @@ -196749,31 +197177,31 @@ "type": "Identifier", "name": "has", "range": [ - 87701, - 87704 + 87873, + 87876 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 23 }, "end": { - "line": 2441, + "line": 2444, "column": 26 } } }, "range": [ - 87697, - 87704 + 87869, + 87876 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 19 }, "end": { - "line": 2441, + "line": 2444, "column": 26 } } @@ -196783,16 +197211,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 87705, - 87710 + 87877, + 87882 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 27 }, "end": { - "line": 2441, + "line": 2444, "column": 32 } } @@ -196804,16 +197232,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87712, - 87720 + 87884, + 87892 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 34 }, "end": { - "line": 2441, + "line": 2444, "column": 42 } } @@ -196822,47 +197250,47 @@ "type": "Identifier", "name": "i", "range": [ - 87721, - 87722 + 87893, + 87894 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 43 }, "end": { - "line": 2441, + "line": 2444, "column": 44 } } }, "range": [ - 87712, - 87723 + 87884, + 87895 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 34 }, "end": { - "line": 2441, + "line": 2444, "column": 45 } } } ], "range": [ - 87697, - 87724 + 87869, + 87896 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 19 }, "end": { - "line": 2441, + "line": 2444, "column": 46 } } @@ -196886,16 +197314,16 @@ "object": { "type": "ThisExpression", "range": [ - 87747, - 87751 + 87919, + 87923 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 20 }, "end": { - "line": 2442, + "line": 2445, "column": 24 } } @@ -196904,31 +197332,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 87752, - 87755 + 87924, + 87927 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 25 }, "end": { - "line": 2442, + "line": 2445, "column": 28 } } }, "range": [ - 87747, - 87755 + 87919, + 87927 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 20 }, "end": { - "line": 2442, + "line": 2445, "column": 28 } } @@ -196937,31 +197365,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 87756, - 87765 + 87928, + 87937 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 29 }, "end": { - "line": 2442, + "line": 2445, "column": 38 } } }, "range": [ - 87747, - 87765 + 87919, + 87937 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 20 }, "end": { - "line": 2442, + "line": 2445, "column": 38 } } @@ -196970,31 +197398,31 @@ "type": "Identifier", "name": "_build", "range": [ - 87766, - 87772 + 87938, + 87944 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 39 }, "end": { - "line": 2442, + "line": 2445, "column": 45 } } }, "range": [ - 87747, - 87772 + 87919, + 87944 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 20 }, "end": { - "line": 2442, + "line": 2445, "column": 45 } } @@ -197007,16 +197435,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87773, - 87781 + 87945, + 87953 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 46 }, "end": { - "line": 2442, + "line": 2445, "column": 54 } } @@ -197025,78 +197453,78 @@ "type": "Identifier", "name": "i", "range": [ - 87782, - 87783 + 87954, + 87955 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 55 }, "end": { - "line": 2442, + "line": 2445, "column": 56 } } }, "range": [ - 87773, - 87784 + 87945, + 87956 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 46 }, "end": { - "line": 2442, + "line": 2445, "column": 57 } } } ], "range": [ - 87747, - 87785 + 87919, + 87957 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 20 }, "end": { - "line": 2442, + "line": 2445, "column": 58 } } }, "range": [ - 87747, - 87786 + 87919, + 87958 ], "loc": { "start": { - "line": 2442, + "line": 2445, "column": 20 }, "end": { - "line": 2442, + "line": 2445, "column": 59 } } } ], "range": [ - 87725, - 87804 + 87897, + 87976 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 47 }, "end": { - "line": 2443, + "line": 2446, "column": 17 } } @@ -197120,16 +197548,16 @@ "object": { "type": "ThisExpression", "range": [ - 87832, - 87836 + 88004, + 88008 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 20 }, "end": { - "line": 2444, + "line": 2447, "column": 24 } } @@ -197138,31 +197566,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 87837, - 87840 + 88009, + 88012 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 25 }, "end": { - "line": 2444, + "line": 2447, "column": 28 } } }, "range": [ - 87832, - 87840 + 88004, + 88012 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 20 }, "end": { - "line": 2444, + "line": 2447, "column": 28 } } @@ -197171,31 +197599,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 87841, - 87849 + 88013, + 88021 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 29 }, "end": { - "line": 2444, + "line": 2447, "column": 37 } } }, "range": [ - 87832, - 87849 + 88004, + 88021 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 20 }, "end": { - "line": 2444, + "line": 2447, "column": 37 } } @@ -197204,31 +197632,31 @@ "type": "Identifier", "name": "_build", "range": [ - 87850, - 87856 + 88022, + 88028 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 38 }, "end": { - "line": 2444, + "line": 2447, "column": 44 } } }, "range": [ - 87832, - 87856 + 88004, + 88028 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 20 }, "end": { - "line": 2444, + "line": 2447, "column": 44 } } @@ -197241,16 +197669,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87857, - 87865 + 88029, + 88037 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 45 }, "end": { - "line": 2444, + "line": 2447, "column": 53 } } @@ -197259,31 +197687,31 @@ "type": "Identifier", "name": "i", "range": [ - 87866, - 87867 + 88038, + 88039 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 54 }, "end": { - "line": 2444, + "line": 2447, "column": 55 } } }, "range": [ - 87857, - 87868 + 88029, + 88040 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 45 }, "end": { - "line": 2444, + "line": 2447, "column": 56 } } @@ -197293,78 +197721,78 @@ "value": true, "raw": "true", "range": [ - 87870, - 87874 + 88042, + 88046 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 58 }, "end": { - "line": 2444, + "line": 2447, "column": 62 } } } ], "range": [ - 87832, - 87875 + 88004, + 88047 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 20 }, "end": { - "line": 2444, + "line": 2447, "column": 63 } } }, "range": [ - 87832, - 87876 + 88004, + 88048 ], "loc": { "start": { - "line": 2444, + "line": 2447, "column": 20 }, "end": { - "line": 2444, + "line": 2447, "column": 64 } } } ], "range": [ - 87810, - 87894 + 87982, + 88066 ], "loc": { "start": { - "line": 2443, + "line": 2446, "column": 23 }, "end": { - "line": 2445, + "line": 2448, "column": 17 } } }, "range": [ - 87694, - 87894 + 87866, + 88066 ], "loc": { "start": { - "line": 2441, + "line": 2444, "column": 16 }, "end": { - "line": 2445, + "line": 2448, "column": 17 } } @@ -197379,16 +197807,16 @@ "object": { "type": "ThisExpression", "range": [ - 87912, - 87916 + 88084, + 88088 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 16 }, "end": { - "line": 2447, + "line": 2450, "column": 20 } } @@ -197397,31 +197825,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 87917, - 87931 + 88089, + 88103 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 21 }, "end": { - "line": 2447, + "line": 2450, "column": 35 } } }, "range": [ - 87912, - 87931 + 88084, + 88103 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 16 }, "end": { - "line": 2447, + "line": 2450, "column": 35 } } @@ -197434,16 +197862,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 87932, - 87940 + 88104, + 88112 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 36 }, "end": { - "line": 2447, + "line": 2450, "column": 44 } } @@ -197452,31 +197880,31 @@ "type": "Identifier", "name": "i", "range": [ - 87941, - 87942 + 88113, + 88114 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 45 }, "end": { - "line": 2447, + "line": 2450, "column": 46 } } }, "range": [ - 87932, - 87943 + 88104, + 88115 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 36 }, "end": { - "line": 2447, + "line": 2450, "column": 47 } } @@ -197485,79 +197913,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 87945, - 87961 + 88117, + 88133 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 49 }, "end": { - "line": 2447, + "line": 2450, "column": 65 } } } ], "range": [ - 87912, - 87962 + 88084, + 88134 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 16 }, "end": { - "line": 2447, + "line": 2450, "column": 66 } } }, "range": [ - 87912, - 87963 + 88084, + 88135 ], "loc": { "start": { - "line": 2447, + "line": 2450, "column": 16 }, "end": { - "line": 2447, + "line": 2450, "column": 67 } } } ], "range": [ - 87171, - 87977 + 87343, + 88149 ], "loc": { "start": { - "line": 2425, + "line": 2428, "column": 58 }, "end": { - "line": 2448, + "line": 2451, "column": 13 } } }, "alternate": null, "range": [ - 86851, - 87977 + 87023, + 88149 ], "loc": { "start": { - "line": 2420, + "line": 2423, "column": 12 }, "end": { - "line": 2448, + "line": 2451, "column": 13 } }, @@ -197566,16 +197994,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 86743, - 86786 + 86915, + 86958 ], "loc": { "start": { - "line": 2418, + "line": 2421, "column": 12 }, "end": { - "line": 2418, + "line": 2421, "column": 55 } } @@ -197584,16 +198012,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 86799, - 86838 + 86971, + 87010 ], "loc": { "start": { - "line": 2419, + "line": 2422, "column": 12 }, "end": { - "line": 2419, + "line": 2422, "column": 51 } } @@ -197602,31 +198030,31 @@ } ], "range": [ - 86604, - 87987 + 86776, + 88159 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 53 }, "end": { - "line": 2449, + "line": 2452, "column": 9 } } }, "range": [ - 86559, - 87987 + 86731, + 88159 ], "loc": { "start": { - "line": 2414, + "line": 2417, "column": 8 }, "end": { - "line": 2449, + "line": 2452, "column": 9 } }, @@ -197635,16 +198063,16 @@ "type": "Line", "value": " for i", "range": [ - 87987, - 87995 + 88159, + 88167 ], "loc": { "start": { - "line": 2449, + "line": 2452, "column": 9 }, "end": { - "line": 2449, + "line": 2452, "column": 17 } } @@ -197653,16 +198081,16 @@ } ], "range": [ - 86048, - 88001 + 86220, + 88173 ], "loc": { "start": { - "line": 2401, + "line": 2404, "column": 17 }, "end": { - "line": 2450, + "line": 2453, "column": 5 } } @@ -197670,16 +198098,16 @@ "generator": false, "expression": false, "range": [ - 86046, - 88001 + 86218, + 88173 ], "loc": { "start": { - "line": 2401, + "line": 2404, "column": 15 }, "end": { - "line": 2450, + "line": 2453, "column": 5 } } @@ -197687,16 +198115,16 @@ "kind": "method", "computed": false, "range": [ - 86035, - 88001 + 86207, + 88173 ], "loc": { "start": { - "line": 2401, + "line": 2404, "column": 4 }, "end": { - "line": 2450, + "line": 2453, "column": 5 } }, @@ -197705,16 +198133,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 85925, - 86030 + 86097, + 86202 ], "loc": { "start": { - "line": 2397, + "line": 2400, "column": 4 }, "end": { - "line": 2400, + "line": 2403, "column": 7 } } @@ -197725,16 +198153,16 @@ "type": "Block", "value": "*\n * Re-generate the filters grid bar when previously removed\n ", "range": [ - 88007, - 88082 + 88179, + 88254 ], "loc": { "start": { - "line": 2452, + "line": 2455, "column": 4 }, "end": { - "line": 2454, + "line": 2457, "column": 7 } } @@ -197748,16 +198176,16 @@ "type": "Identifier", "name": "_resetGrid", "range": [ - 88087, - 88097 + 88259, + 88269 ], "loc": { "start": { - "line": 2455, + "line": 2458, "column": 4 }, "end": { - "line": 2455, + "line": 2458, "column": 14 } } @@ -197777,16 +198205,16 @@ "object": { "type": "ThisExpression", "range": [ - 88112, - 88116 + 88284, + 88288 ], "loc": { "start": { - "line": 2456, + "line": 2459, "column": 11 }, "end": { - "line": 2456, + "line": 2459, "column": 15 } } @@ -197795,31 +198223,31 @@ "type": "Identifier", "name": "isFirstLoad", "range": [ - 88117, - 88128 + 88289, + 88300 ], "loc": { "start": { - "line": 2456, + "line": 2459, "column": 16 }, "end": { - "line": 2456, + "line": 2459, "column": 27 } } }, "range": [ - 88112, - 88128 + 88284, + 88300 ], "loc": { "start": { - "line": 2456, + "line": 2459, "column": 11 }, "end": { - "line": 2456, + "line": 2459, "column": 27 } } @@ -197831,48 +198259,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 88143, - 88150 + 88315, + 88322 ], "loc": { "start": { - "line": 2457, + "line": 2460, "column": 12 }, "end": { - "line": 2457, + "line": 2460, "column": 19 } } } ], "range": [ - 88129, - 88160 + 88301, + 88332 ], "loc": { "start": { - "line": 2456, + "line": 2459, "column": 28 }, "end": { - "line": 2458, + "line": 2461, "column": 9 } } }, "alternate": null, "range": [ - 88109, - 88160 + 88281, + 88332 ], "loc": { "start": { - "line": 2456, + "line": 2459, "column": 8 }, "end": { - "line": 2458, + "line": 2461, "column": 9 } } @@ -197886,16 +198314,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 88174, - 88177 + 88346, + 88349 ], "loc": { "start": { - "line": 2460, + "line": 2463, "column": 12 }, "end": { - "line": 2460, + "line": 2463, "column": 15 } } @@ -197906,16 +198334,16 @@ "object": { "type": "ThisExpression", "range": [ - 88180, - 88184 + 88352, + 88356 ], "loc": { "start": { - "line": 2460, + "line": 2463, "column": 18 }, "end": { - "line": 2460, + "line": 2463, "column": 22 } } @@ -197924,46 +198352,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 88185, - 88188 + 88357, + 88360 ], "loc": { "start": { - "line": 2460, + "line": 2463, "column": 23 }, "end": { - "line": 2460, + "line": 2463, "column": 26 } } }, "range": [ - 88180, - 88188 + 88352, + 88360 ], "loc": { "start": { - "line": 2460, + "line": 2463, "column": 18 }, "end": { - "line": 2460, + "line": 2463, "column": 26 } } }, "range": [ - 88174, - 88188 + 88346, + 88360 ], "loc": { "start": { - "line": 2460, + "line": 2463, "column": 12 }, "end": { - "line": 2460, + "line": 2463, "column": 26 } } @@ -197971,16 +198399,16 @@ ], "kind": "let", "range": [ - 88170, - 88189 + 88342, + 88361 ], "loc": { "start": { - "line": 2460, + "line": 2463, "column": 8 }, "end": { - "line": 2460, + "line": 2463, "column": 27 } } @@ -197994,16 +198422,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 88202, - 88205 + 88374, + 88377 ], "loc": { "start": { - "line": 2461, + "line": 2464, "column": 12 }, "end": { - "line": 2461, + "line": 2464, "column": 15 } } @@ -198014,16 +198442,16 @@ "object": { "type": "ThisExpression", "range": [ - 88208, - 88212 + 88380, + 88384 ], "loc": { "start": { - "line": 2461, + "line": 2464, "column": 18 }, "end": { - "line": 2461, + "line": 2464, "column": 22 } } @@ -198032,46 +198460,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 88213, - 88216 + 88385, + 88388 ], "loc": { "start": { - "line": 2461, + "line": 2464, "column": 23 }, "end": { - "line": 2461, + "line": 2464, "column": 26 } } }, "range": [ - 88208, - 88216 + 88380, + 88388 ], "loc": { "start": { - "line": 2461, + "line": 2464, "column": 18 }, "end": { - "line": 2461, + "line": 2464, "column": 26 } } }, "range": [ - 88202, - 88216 + 88374, + 88388 ], "loc": { "start": { - "line": 2461, + "line": 2464, "column": 12 }, "end": { - "line": 2461, + "line": 2464, "column": 26 } } @@ -198079,16 +198507,16 @@ ], "kind": "let", "range": [ - 88198, - 88217 + 88370, + 88389 ], "loc": { "start": { - "line": 2461, + "line": 2464, "column": 8 }, "end": { - "line": 2461, + "line": 2464, "column": 27 } } @@ -198102,16 +198530,16 @@ "type": "Identifier", "name": "rows", "range": [ - 88230, - 88234 + 88402, + 88406 ], "loc": { "start": { - "line": 2462, + "line": 2465, "column": 12 }, "end": { - "line": 2462, + "line": 2465, "column": 16 } } @@ -198123,16 +198551,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 88237, - 88240 + 88409, + 88412 ], "loc": { "start": { - "line": 2462, + "line": 2465, "column": 19 }, "end": { - "line": 2462, + "line": 2465, "column": 22 } } @@ -198141,46 +198569,46 @@ "type": "Identifier", "name": "rows", "range": [ - 88241, - 88245 + 88413, + 88417 ], "loc": { "start": { - "line": 2462, + "line": 2465, "column": 23 }, "end": { - "line": 2462, + "line": 2465, "column": 27 } } }, "range": [ - 88237, - 88245 + 88409, + 88417 ], "loc": { "start": { - "line": 2462, + "line": 2465, "column": 19 }, "end": { - "line": 2462, + "line": 2465, "column": 27 } } }, "range": [ - 88230, - 88245 + 88402, + 88417 ], "loc": { "start": { - "line": 2462, + "line": 2465, "column": 12 }, "end": { - "line": 2462, + "line": 2465, "column": 27 } } @@ -198188,16 +198616,16 @@ ], "kind": "let", "range": [ - 88226, - 88246 + 88398, + 88418 ], "loc": { "start": { - "line": 2462, + "line": 2465, "column": 8 }, "end": { - "line": 2462, + "line": 2465, "column": 28 } } @@ -198211,16 +198639,16 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 88259, - 88274 + 88431, + 88446 ], "loc": { "start": { - "line": 2463, + "line": 2466, "column": 12 }, "end": { - "line": 2463, + "line": 2466, "column": 27 } } @@ -198231,16 +198659,16 @@ "object": { "type": "ThisExpression", "range": [ - 88277, - 88281 + 88449, + 88453 ], "loc": { "start": { - "line": 2463, + "line": 2466, "column": 30 }, "end": { - "line": 2463, + "line": 2466, "column": 34 } } @@ -198249,46 +198677,46 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 88282, - 88297 + 88454, + 88469 ], "loc": { "start": { - "line": 2463, + "line": 2466, "column": 35 }, "end": { - "line": 2463, + "line": 2466, "column": 50 } } }, "range": [ - 88277, - 88297 + 88449, + 88469 ], "loc": { "start": { - "line": 2463, + "line": 2466, "column": 30 }, "end": { - "line": 2463, + "line": 2466, "column": 50 } } }, "range": [ - 88259, - 88297 + 88431, + 88469 ], "loc": { "start": { - "line": 2463, + "line": 2466, "column": 12 }, "end": { - "line": 2463, + "line": 2466, "column": 50 } } @@ -198296,16 +198724,16 @@ ], "kind": "let", "range": [ - 88255, - 88298 + 88427, + 88470 ], "loc": { "start": { - "line": 2463, + "line": 2466, "column": 8 }, "end": { - "line": 2463, + "line": 2466, "column": 51 } } @@ -198319,16 +198747,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 88311, - 88321 + 88483, + 88493 ], "loc": { "start": { - "line": 2464, + "line": 2467, "column": 12 }, "end": { - "line": 2464, + "line": 2467, "column": 22 } } @@ -198340,16 +198768,16 @@ "type": "Identifier", "name": "rows", "range": [ - 88324, - 88328 + 88496, + 88500 ], "loc": { "start": { - "line": 2464, + "line": 2467, "column": 25 }, "end": { - "line": 2464, + "line": 2467, "column": 29 } } @@ -198358,46 +198786,46 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 88329, - 88344 + 88501, + 88516 ], "loc": { "start": { - "line": 2464, + "line": 2467, "column": 30 }, "end": { - "line": 2464, + "line": 2467, "column": 45 } } }, "range": [ - 88324, - 88345 + 88496, + 88517 ], "loc": { "start": { - "line": 2464, + "line": 2467, "column": 25 }, "end": { - "line": 2464, + "line": 2467, "column": 46 } } }, "range": [ - 88311, - 88345 + 88483, + 88517 ], "loc": { "start": { - "line": 2464, + "line": 2467, "column": 12 }, "end": { - "line": 2464, + "line": 2467, "column": 46 } } @@ -198405,16 +198833,16 @@ ], "kind": "let", "range": [ - 88307, - 88346 + 88479, + 88518 ], "loc": { "start": { - "line": 2464, + "line": 2467, "column": 8 }, "end": { - "line": 2464, + "line": 2467, "column": 47 } }, @@ -198423,16 +198851,16 @@ "type": "Line", "value": " grid was removed, grid row element is stored in fltGridEl property", "range": [ - 88356, - 88425 + 88528, + 88597 ], "loc": { "start": { - "line": 2466, + "line": 2469, "column": 8 }, "end": { - "line": 2466, + "line": 2469, "column": 77 } } @@ -198450,16 +198878,16 @@ "object": { "type": "ThisExpression", "range": [ - 88438, - 88442 + 88610, + 88614 ], "loc": { "start": { - "line": 2467, + "line": 2470, "column": 12 }, "end": { - "line": 2467, + "line": 2470, "column": 16 } } @@ -198468,47 +198896,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 88443, - 88453 + 88615, + 88625 ], "loc": { "start": { - "line": 2467, + "line": 2470, "column": 17 }, "end": { - "line": 2467, + "line": 2470, "column": 27 } } }, "range": [ - 88438, - 88453 + 88610, + 88625 ], "loc": { "start": { - "line": 2467, + "line": 2470, "column": 12 }, "end": { - "line": 2467, + "line": 2470, "column": 27 } } }, "prefix": true, "range": [ - 88437, - 88453 + 88609, + 88625 ], "loc": { "start": { - "line": 2467, + "line": 2470, "column": 11 }, "end": { - "line": 2467, + "line": 2470, "column": 27 } } @@ -198525,16 +198953,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 88578, - 88581 + 88750, + 88753 ], "loc": { "start": { - "line": 2470, + "line": 2473, "column": 15 }, "end": { - "line": 2470, + "line": 2473, "column": 18 } } @@ -198543,31 +198971,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 88582, - 88587 + 88754, + 88759 ], "loc": { "start": { - "line": 2470, + "line": 2473, "column": 19 }, "end": { - "line": 2470, + "line": 2473, "column": 24 } } }, "range": [ - 88578, - 88587 + 88750, + 88759 ], "loc": { "start": { - "line": 2470, + "line": 2473, "column": 15 }, "end": { - "line": 2470, + "line": 2473, "column": 24 } } @@ -198584,16 +199012,16 @@ "type": "Identifier", "name": "tempRow", "range": [ - 88610, - 88617 + 88782, + 88789 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 20 }, "end": { - "line": 2471, + "line": 2474, "column": 27 } } @@ -198610,16 +199038,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 88620, - 88623 + 88792, + 88795 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 30 }, "end": { - "line": 2471, + "line": 2474, "column": 33 } } @@ -198628,31 +199056,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 88624, - 88629 + 88796, + 88801 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 34 }, "end": { - "line": 2471, + "line": 2474, "column": 39 } } }, "range": [ - 88620, - 88629 + 88792, + 88801 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 30 }, "end": { - "line": 2471, + "line": 2474, "column": 39 } } @@ -198661,31 +199089,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 88630, - 88639 + 88802, + 88811 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 40 }, "end": { - "line": 2471, + "line": 2474, "column": 49 } } }, "range": [ - 88620, - 88639 + 88792, + 88811 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 30 }, "end": { - "line": 2471, + "line": 2474, "column": 49 } } @@ -198697,16 +199125,16 @@ "object": { "type": "ThisExpression", "range": [ - 88640, - 88644 + 88812, + 88816 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 50 }, "end": { - "line": 2471, + "line": 2474, "column": 54 } } @@ -198715,62 +199143,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 88645, - 88660 + 88817, + 88832 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 55 }, "end": { - "line": 2471, + "line": 2474, "column": 70 } } }, "range": [ - 88640, - 88660 + 88812, + 88832 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 50 }, "end": { - "line": 2471, + "line": 2474, "column": 70 } } } ], "range": [ - 88620, - 88661 + 88792, + 88833 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 30 }, "end": { - "line": 2471, + "line": 2474, "column": 71 } } }, "range": [ - 88610, - 88661 + 88782, + 88833 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 20 }, "end": { - "line": 2471, + "line": 2474, "column": 71 } } @@ -198778,16 +199206,16 @@ ], "kind": "var", "range": [ - 88606, - 88662 + 88778, + 88834 ], "loc": { "start": { - "line": 2471, + "line": 2474, "column": 16 }, "end": { - "line": 2471, + "line": 2474, "column": 72 } } @@ -198806,16 +199234,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 88679, - 88682 + 88851, + 88854 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 16 }, "end": { - "line": 2472, + "line": 2475, "column": 19 } } @@ -198824,31 +199252,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 88683, - 88688 + 88855, + 88860 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 20 }, "end": { - "line": 2472, + "line": 2475, "column": 25 } } }, "range": [ - 88679, - 88688 + 88851, + 88860 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 16 }, "end": { - "line": 2472, + "line": 2475, "column": 25 } } @@ -198857,31 +199285,31 @@ "type": "Identifier", "name": "replaceChild", "range": [ - 88689, - 88701 + 88861, + 88873 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 26 }, "end": { - "line": 2472, + "line": 2475, "column": 38 } } }, "range": [ - 88679, - 88701 + 88851, + 88873 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 16 }, "end": { - "line": 2472, + "line": 2475, "column": 38 } } @@ -198893,16 +199321,16 @@ "object": { "type": "ThisExpression", "range": [ - 88702, - 88706 + 88874, + 88878 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 39 }, "end": { - "line": 2472, + "line": 2475, "column": 43 } } @@ -198911,31 +199339,31 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 88707, - 88716 + 88879, + 88888 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 44 }, "end": { - "line": 2472, + "line": 2475, "column": 53 } } }, "range": [ - 88702, - 88716 + 88874, + 88888 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 39 }, "end": { - "line": 2472, + "line": 2475, "column": 53 } } @@ -198944,63 +199372,63 @@ "type": "Identifier", "name": "tempRow", "range": [ - 88718, - 88725 + 88890, + 88897 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 55 }, "end": { - "line": 2472, + "line": 2475, "column": 62 } } } ], "range": [ - 88679, - 88726 + 88851, + 88898 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 16 }, "end": { - "line": 2472, + "line": 2475, "column": 63 } } }, "range": [ - 88679, - 88727 + 88851, + 88899 ], "loc": { "start": { - "line": 2472, + "line": 2475, "column": 16 }, "end": { - "line": 2472, + "line": 2475, "column": 64 } } } ], "range": [ - 88588, - 88741 + 88760, + 88913 ], "loc": { "start": { - "line": 2470, + "line": 2473, "column": 25 }, "end": { - "line": 2473, + "line": 2476, "column": 13 } } @@ -199022,16 +199450,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 88765, - 88775 + 88937, + 88947 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 16 }, "end": { - "line": 2474, + "line": 2477, "column": 26 } } @@ -199040,31 +199468,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 88776, - 88786 + 88948, + 88958 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 27 }, "end": { - "line": 2474, + "line": 2477, "column": 37 } } }, "range": [ - 88765, - 88786 + 88937, + 88958 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 16 }, "end": { - "line": 2474, + "line": 2477, "column": 37 } } @@ -199073,31 +199501,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 88787, - 88799 + 88959, + 88971 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 38 }, "end": { - "line": 2474, + "line": 2477, "column": 50 } } }, "range": [ - 88765, - 88799 + 88937, + 88971 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 16 }, "end": { - "line": 2474, + "line": 2477, "column": 50 } } @@ -199109,16 +199537,16 @@ "object": { "type": "ThisExpression", "range": [ - 88800, - 88804 + 88972, + 88976 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 51 }, "end": { - "line": 2474, + "line": 2477, "column": 55 } } @@ -199127,31 +199555,31 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 88805, - 88814 + 88977, + 88986 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 56 }, "end": { - "line": 2474, + "line": 2477, "column": 65 } } }, "range": [ - 88800, - 88814 + 88972, + 88986 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 51 }, "end": { - "line": 2474, + "line": 2477, "column": 65 } } @@ -199160,78 +199588,78 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 88816, - 88826 + 88988, + 88998 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 67 }, "end": { - "line": 2474, + "line": 2477, "column": 77 } } } ], "range": [ - 88765, - 88827 + 88937, + 88999 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 16 }, "end": { - "line": 2474, + "line": 2477, "column": 78 } } }, "range": [ - 88765, - 88828 + 88937, + 89000 ], "loc": { "start": { - "line": 2474, + "line": 2477, "column": 16 }, "end": { - "line": 2474, + "line": 2477, "column": 79 } } } ], "range": [ - 88747, - 88842 + 88919, + 89014 ], "loc": { "start": { - "line": 2473, + "line": 2476, "column": 19 }, "end": { - "line": 2475, + "line": 2478, "column": 13 } } }, "range": [ - 88575, - 88842 + 88747, + 89014 ], "loc": { "start": { - "line": 2470, + "line": 2473, "column": 12 }, "end": { - "line": 2475, + "line": 2478, "column": 13 } }, @@ -199240,16 +199668,16 @@ "type": "Line", "value": " If table has a thead ensure the filters row is appended in the", "range": [ - 88468, - 88533 + 88640, + 88705 ], "loc": { "start": { - "line": 2468, + "line": 2471, "column": 12 }, "end": { - "line": 2468, + "line": 2471, "column": 77 } } @@ -199258,16 +199686,16 @@ "type": "Line", "value": " thead element", "range": [ - 88546, - 88562 + 88718, + 88734 ], "loc": { "start": { - "line": 2469, + "line": 2472, "column": 12 }, "end": { - "line": 2469, + "line": 2472, "column": 28 } } @@ -199276,32 +199704,32 @@ } ], "range": [ - 88454, - 88852 + 88626, + 89024 ], "loc": { "start": { - "line": 2467, + "line": 2470, "column": 28 }, "end": { - "line": 2476, + "line": 2479, "column": 9 } } }, "alternate": null, "range": [ - 88434, - 88852 + 88606, + 89024 ], "loc": { "start": { - "line": 2467, + "line": 2470, "column": 8 }, "end": { - "line": 2476, + "line": 2479, "column": 9 } }, @@ -199310,16 +199738,16 @@ "type": "Line", "value": " grid was removed, grid row element is stored in fltGridEl property", "range": [ - 88356, - 88425 + 88528, + 88597 ], "loc": { "start": { - "line": 2466, + "line": 2469, "column": 8 }, "end": { - "line": 2466, + "line": 2469, "column": 77 } } @@ -199330,16 +199758,16 @@ "type": "Line", "value": " filters are appended in external placeholders elements", "range": [ - 88862, - 88919 + 89034, + 89091 ], "loc": { "start": { - "line": 2478, + "line": 2481, "column": 8 }, "end": { - "line": 2478, + "line": 2481, "column": 65 } } @@ -199354,16 +199782,16 @@ "object": { "type": "ThisExpression", "range": [ - 88931, - 88935 + 89103, + 89107 ], "loc": { "start": { - "line": 2479, + "line": 2482, "column": 11 }, "end": { - "line": 2479, + "line": 2482, "column": 15 } } @@ -199372,31 +199800,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 88936, - 88949 + 89108, + 89121 ], "loc": { "start": { - "line": 2479, + "line": 2482, "column": 16 }, "end": { - "line": 2479, + "line": 2482, "column": 29 } } }, "range": [ - 88931, - 88949 + 89103, + 89121 ], "loc": { "start": { - "line": 2479, + "line": 2482, "column": 11 }, "end": { - "line": 2479, + "line": 2482, "column": 29 } } @@ -199413,16 +199841,16 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 88968, - 88985 + 89140, + 89157 ], "loc": { "start": { - "line": 2480, + "line": 2483, "column": 16 }, "end": { - "line": 2480, + "line": 2483, "column": 33 } } @@ -199433,16 +199861,16 @@ "object": { "type": "ThisExpression", "range": [ - 88988, - 88992 + 89160, + 89164 ], "loc": { "start": { - "line": 2480, + "line": 2483, "column": 36 }, "end": { - "line": 2480, + "line": 2483, "column": 40 } } @@ -199451,46 +199879,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 88993, - 89010 + 89165, + 89182 ], "loc": { "start": { - "line": 2480, + "line": 2483, "column": 41 }, "end": { - "line": 2480, + "line": 2483, "column": 58 } } }, "range": [ - 88988, - 89010 + 89160, + 89182 ], "loc": { "start": { - "line": 2480, + "line": 2483, "column": 36 }, "end": { - "line": 2480, + "line": 2483, "column": 58 } } }, "range": [ - 88968, - 89010 + 89140, + 89182 ], "loc": { "start": { - "line": 2480, + "line": 2483, "column": 16 }, "end": { - "line": 2480, + "line": 2483, "column": 58 } } @@ -199498,16 +199926,16 @@ ], "kind": "let", "range": [ - 88964, - 89011 + 89136, + 89183 ], "loc": { "start": { - "line": 2480, + "line": 2483, "column": 12 }, "end": { - "line": 2480, + "line": 2483, "column": 59 } } @@ -199523,16 +199951,16 @@ "type": "Identifier", "name": "ct", "range": [ - 89032, - 89034 + 89204, + 89206 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 20 }, "end": { - "line": 2481, + "line": 2484, "column": 22 } } @@ -199542,31 +199970,31 @@ "value": 0, "raw": "0", "range": [ - 89035, - 89036 + 89207, + 89208 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 23 }, "end": { - "line": 2481, + "line": 2484, "column": 24 } } }, "range": [ - 89032, - 89036 + 89204, + 89208 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 20 }, "end": { - "line": 2481, + "line": 2484, "column": 24 } } @@ -199577,16 +200005,16 @@ "type": "Identifier", "name": "len", "range": [ - 89038, - 89041 + 89210, + 89213 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 26 }, "end": { - "line": 2481, + "line": 2484, "column": 29 } } @@ -199598,16 +200026,16 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 89042, - 89059 + 89214, + 89231 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 30 }, "end": { - "line": 2481, + "line": 2484, "column": 47 } } @@ -199616,46 +200044,46 @@ "type": "Identifier", "name": "length", "range": [ - 89060, - 89066 + 89232, + 89238 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 48 }, "end": { - "line": 2481, + "line": 2484, "column": 54 } } }, "range": [ - 89042, - 89066 + 89214, + 89238 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 30 }, "end": { - "line": 2481, + "line": 2484, "column": 54 } } }, "range": [ - 89038, - 89066 + 89210, + 89238 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 26 }, "end": { - "line": 2481, + "line": 2484, "column": 54 } } @@ -199663,16 +200091,16 @@ ], "kind": "let", "range": [ - 89028, - 89066 + 89200, + 89238 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 16 }, "end": { - "line": 2481, + "line": 2484, "column": 54 } } @@ -199684,16 +200112,16 @@ "type": "Identifier", "name": "ct", "range": [ - 89068, - 89070 + 89240, + 89242 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 56 }, "end": { - "line": 2481, + "line": 2484, "column": 58 } } @@ -199702,31 +200130,31 @@ "type": "Identifier", "name": "len", "range": [ - 89071, - 89074 + 89243, + 89246 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 59 }, "end": { - "line": 2481, + "line": 2484, "column": 62 } } }, "range": [ - 89068, - 89074 + 89240, + 89246 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 56 }, "end": { - "line": 2481, + "line": 2484, "column": 62 } } @@ -199738,32 +200166,32 @@ "type": "Identifier", "name": "ct", "range": [ - 89076, - 89078 + 89248, + 89250 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 64 }, "end": { - "line": 2481, + "line": 2484, "column": 66 } } }, "prefix": false, "range": [ - 89076, - 89080 + 89248, + 89252 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 64 }, "end": { - "line": 2481, + "line": 2484, "column": 68 } } @@ -199780,16 +200208,16 @@ "type": "Identifier", "name": "extFlt", "range": [ - 89103, - 89109 + 89275, + 89281 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 20 }, "end": { - "line": 2482, + "line": 2485, "column": 26 } } @@ -199803,16 +200231,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 89112, - 89115 + 89284, + 89287 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 29 }, "end": { - "line": 2482, + "line": 2485, "column": 32 } } @@ -199821,31 +200249,31 @@ "type": "Identifier", "name": "id", "range": [ - 89116, - 89118 + 89288, + 89290 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 33 }, "end": { - "line": 2482, + "line": 2485, "column": 35 } } }, "range": [ - 89112, - 89118 + 89284, + 89290 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 29 }, "end": { - "line": 2482, + "line": 2485, "column": 35 } } @@ -199858,16 +200286,16 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 89119, - 89136 + 89291, + 89308 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 36 }, "end": { - "line": 2482, + "line": 2485, "column": 53 } } @@ -199876,62 +200304,62 @@ "type": "Identifier", "name": "ct", "range": [ - 89137, - 89139 + 89309, + 89311 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 54 }, "end": { - "line": 2482, + "line": 2485, "column": 56 } } }, "range": [ - 89119, - 89140 + 89291, + 89312 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 36 }, "end": { - "line": 2482, + "line": 2485, "column": 57 } } } ], "range": [ - 89112, - 89141 + 89284, + 89313 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 29 }, "end": { - "line": 2482, + "line": 2485, "column": 58 } } }, "range": [ - 89103, - 89141 + 89275, + 89313 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 20 }, "end": { - "line": 2482, + "line": 2485, "column": 58 } } @@ -199939,16 +200367,16 @@ ], "kind": "let", "range": [ - 89099, - 89142 + 89271, + 89314 ], "loc": { "start": { - "line": 2482, + "line": 2485, "column": 16 }, "end": { - "line": 2482, + "line": 2485, "column": 59 } } @@ -199962,32 +200390,32 @@ "type": "Identifier", "name": "extFlt", "range": [ - 89164, - 89170 + 89336, + 89342 ], "loc": { "start": { - "line": 2484, + "line": 2487, "column": 20 }, "end": { - "line": 2484, + "line": 2487, "column": 26 } } }, "prefix": true, "range": [ - 89163, - 89170 + 89335, + 89342 ], "loc": { "start": { - "line": 2484, + "line": 2487, "column": 19 }, "end": { - "line": 2484, + "line": 2487, "column": 26 } } @@ -199999,48 +200427,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 89173, - 89182 + 89345, + 89354 ], "loc": { "start": { - "line": 2484, + "line": 2487, "column": 29 }, "end": { - "line": 2484, + "line": 2487, "column": 38 } } } ], "range": [ - 89171, - 89184 + 89343, + 89356 ], "loc": { "start": { - "line": 2484, + "line": 2487, "column": 27 }, "end": { - "line": 2484, + "line": 2487, "column": 40 } } }, "alternate": null, "range": [ - 89160, - 89184 + 89332, + 89356 ], "loc": { "start": { - "line": 2484, + "line": 2487, "column": 16 }, "end": { - "line": 2484, + "line": 2487, "column": 40 } } @@ -200054,16 +200482,16 @@ "type": "Identifier", "name": "externalFltEl", "range": [ - 89206, - 89219 + 89378, + 89391 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 20 }, "end": { - "line": 2486, + "line": 2489, "column": 33 } } @@ -200077,16 +200505,16 @@ "object": { "type": "ThisExpression", "range": [ - 89222, - 89226 + 89394, + 89398 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 36 }, "end": { - "line": 2486, + "line": 2489, "column": 40 } } @@ -200095,31 +200523,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 89227, - 89241 + 89399, + 89413 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 41 }, "end": { - "line": 2486, + "line": 2489, "column": 55 } } }, "range": [ - 89222, - 89241 + 89394, + 89413 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 36 }, "end": { - "line": 2486, + "line": 2489, "column": 55 } } @@ -200128,46 +200556,46 @@ "type": "Identifier", "name": "ct", "range": [ - 89242, - 89244 + 89414, + 89416 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 56 }, "end": { - "line": 2486, + "line": 2489, "column": 58 } } }, "range": [ - 89222, - 89245 + 89394, + 89417 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 36 }, "end": { - "line": 2486, + "line": 2489, "column": 59 } } }, "range": [ - 89206, - 89245 + 89378, + 89417 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 20 }, "end": { - "line": 2486, + "line": 2489, "column": 59 } } @@ -200175,16 +200603,16 @@ ], "kind": "let", "range": [ - 89202, - 89246 + 89374, + 89418 ], "loc": { "start": { - "line": 2486, + "line": 2489, "column": 16 }, "end": { - "line": 2486, + "line": 2489, "column": 60 } } @@ -200200,16 +200628,16 @@ "type": "Identifier", "name": "extFlt", "range": [ - 89263, - 89269 + 89435, + 89441 ], "loc": { "start": { - "line": 2487, + "line": 2490, "column": 16 }, "end": { - "line": 2487, + "line": 2490, "column": 22 } } @@ -200218,31 +200646,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 89270, - 89281 + 89442, + 89453 ], "loc": { "start": { - "line": 2487, + "line": 2490, "column": 23 }, "end": { - "line": 2487, + "line": 2490, "column": 34 } } }, "range": [ - 89263, - 89281 + 89435, + 89453 ], "loc": { "start": { - "line": 2487, + "line": 2490, "column": 16 }, "end": { - "line": 2487, + "line": 2490, "column": 34 } } @@ -200252,47 +200680,47 @@ "type": "Identifier", "name": "externalFltEl", "range": [ - 89282, - 89295 + 89454, + 89467 ], "loc": { "start": { - "line": 2487, + "line": 2490, "column": 35 }, "end": { - "line": 2487, + "line": 2490, "column": 48 } } } ], "range": [ - 89263, - 89296 + 89435, + 89468 ], "loc": { "start": { - "line": 2487, + "line": 2490, "column": 16 }, "end": { - "line": 2487, + "line": 2490, "column": 49 } } }, "range": [ - 89263, - 89297 + 89435, + 89469 ], "loc": { "start": { - "line": 2487, + "line": 2490, "column": 16 }, "end": { - "line": 2487, + "line": 2490, "column": 50 } } @@ -200306,16 +200734,16 @@ "type": "Identifier", "name": "colFltType", "range": [ - 89318, - 89328 + 89490, + 89500 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 20 }, "end": { - "line": 2488, + "line": 2491, "column": 30 } } @@ -200328,16 +200756,16 @@ "object": { "type": "ThisExpression", "range": [ - 89331, - 89335 + 89503, + 89507 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 33 }, "end": { - "line": 2488, + "line": 2491, "column": 37 } } @@ -200346,31 +200774,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 89336, - 89349 + 89508, + 89521 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 38 }, "end": { - "line": 2488, + "line": 2491, "column": 51 } } }, "range": [ - 89331, - 89349 + 89503, + 89521 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 33 }, "end": { - "line": 2488, + "line": 2491, "column": 51 } } @@ -200380,47 +200808,47 @@ "type": "Identifier", "name": "ct", "range": [ - 89350, - 89352 + 89522, + 89524 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 52 }, "end": { - "line": 2488, + "line": 2491, "column": 54 } } } ], "range": [ - 89331, - 89353 + 89503, + 89525 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 33 }, "end": { - "line": 2488, + "line": 2491, "column": 55 } } }, "range": [ - 89318, - 89353 + 89490, + 89525 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 20 }, "end": { - "line": 2488, + "line": 2491, "column": 55 } } @@ -200428,16 +200856,16 @@ ], "kind": "let", "range": [ - 89314, - 89354 + 89486, + 89526 ], "loc": { "start": { - "line": 2488, + "line": 2491, "column": 16 }, "end": { - "line": 2488, + "line": 2491, "column": 56 } }, @@ -200446,16 +200874,16 @@ "type": "Line", "value": "IE special treatment for gridLayout, appended filters are", "range": [ - 89371, - 89430 + 89543, + 89602 ], "loc": { "start": { - "line": 2489, + "line": 2492, "column": 16 }, "end": { - "line": 2489, + "line": 2492, "column": 75 } } @@ -200464,16 +200892,16 @@ "type": "Line", "value": "empty", "range": [ - 89447, - 89454 + 89619, + 89626 ], "loc": { "start": { - "line": 2490, + "line": 2493, "column": 16 }, "end": { - "line": 2490, + "line": 2493, "column": 23 } } @@ -200494,16 +200922,16 @@ "object": { "type": "ThisExpression", "range": [ - 89474, - 89478 + 89646, + 89650 ], "loc": { "start": { - "line": 2491, + "line": 2494, "column": 19 }, "end": { - "line": 2491, + "line": 2494, "column": 23 } } @@ -200512,31 +200940,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 89479, - 89489 + 89651, + 89661 ], "loc": { "start": { - "line": 2491, + "line": 2494, "column": 24 }, "end": { - "line": 2491, + "line": 2494, "column": 34 } } }, "range": [ - 89474, - 89489 + 89646, + 89661 ], "loc": { "start": { - "line": 2491, + "line": 2494, "column": 19 }, "end": { - "line": 2491, + "line": 2494, "column": 34 } } @@ -200551,16 +200979,16 @@ "type": "Identifier", "name": "externalFltEl", "range": [ - 89513, - 89526 + 89685, + 89698 ], "loc": { "start": { - "line": 2492, + "line": 2495, "column": 20 }, "end": { - "line": 2492, + "line": 2495, "column": 33 } } @@ -200569,31 +200997,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 89527, - 89536 + 89699, + 89708 ], "loc": { "start": { - "line": 2492, + "line": 2495, "column": 34 }, "end": { - "line": 2492, + "line": 2495, "column": 43 } } }, "range": [ - 89513, - 89536 + 89685, + 89708 ], "loc": { "start": { - "line": 2492, + "line": 2495, "column": 20 }, "end": { - "line": 2492, + "line": 2495, "column": 43 } } @@ -200603,46 +201031,46 @@ "value": "", "raw": "''", "range": [ - 89541, - 89543 + 89713, + 89715 ], "loc": { "start": { - "line": 2492, + "line": 2495, "column": 48 }, "end": { - "line": 2492, + "line": 2495, "column": 50 } } }, "range": [ - 89513, - 89543 + 89685, + 89715 ], "loc": { "start": { - "line": 2492, + "line": 2495, "column": 20 }, "end": { - "line": 2492, + "line": 2495, "column": 50 } } }, "range": [ - 89474, - 89543 + 89646, + 89715 ], "loc": { "start": { - "line": 2491, + "line": 2494, "column": 19 }, "end": { - "line": 2492, + "line": 2495, "column": 50 } } @@ -200654,16 +201082,16 @@ "type": "Identifier", "name": "colFltType", "range": [ - 89567, - 89577 + 89739, + 89749 ], "loc": { "start": { - "line": 2493, + "line": 2496, "column": 20 }, "end": { - "line": 2493, + "line": 2496, "column": 30 } } @@ -200674,16 +201102,16 @@ "object": { "type": "ThisExpression", "range": [ - 89582, - 89586 + 89754, + 89758 ], "loc": { "start": { - "line": 2493, + "line": 2496, "column": 35 }, "end": { - "line": 2493, + "line": 2496, "column": 39 } } @@ -200692,61 +201120,61 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 89587, - 89597 + 89759, + 89769 ], "loc": { "start": { - "line": 2493, + "line": 2496, "column": 40 }, "end": { - "line": 2493, + "line": 2496, "column": 50 } } }, "range": [ - 89582, - 89597 + 89754, + 89769 ], "loc": { "start": { - "line": 2493, + "line": 2496, "column": 35 }, "end": { - "line": 2493, + "line": 2496, "column": 50 } } }, "range": [ - 89567, - 89597 + 89739, + 89769 ], "loc": { "start": { - "line": 2493, + "line": 2496, "column": 20 }, "end": { - "line": 2493, + "line": 2496, "column": 50 } } }, "range": [ - 89474, - 89597 + 89646, + 89769 ], "loc": { "start": { - "line": 2491, + "line": 2494, "column": 19 }, "end": { - "line": 2493, + "line": 2496, "column": 50 } } @@ -200766,16 +201194,16 @@ "type": "Identifier", "name": "colFltType", "range": [ - 89623, - 89633 + 89795, + 89805 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 23 }, "end": { - "line": 2494, + "line": 2497, "column": 33 } } @@ -200786,16 +201214,16 @@ "object": { "type": "ThisExpression", "range": [ - 89638, - 89642 + 89810, + 89814 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 38 }, "end": { - "line": 2494, + "line": 2497, "column": 42 } } @@ -200804,46 +201232,46 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 89643, - 89653 + 89815, + 89825 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 43 }, "end": { - "line": 2494, + "line": 2497, "column": 53 } } }, "range": [ - 89638, - 89653 + 89810, + 89825 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 38 }, "end": { - "line": 2494, + "line": 2497, "column": 53 } } }, "range": [ - 89623, - 89653 + 89795, + 89825 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 23 }, "end": { - "line": 2494, + "line": 2497, "column": 53 } } @@ -200855,16 +201283,16 @@ "type": "Identifier", "name": "colFltType", "range": [ - 89681, - 89691 + 89853, + 89863 ], "loc": { "start": { - "line": 2495, + "line": 2498, "column": 24 }, "end": { - "line": 2495, + "line": 2498, "column": 34 } } @@ -200875,16 +201303,16 @@ "object": { "type": "ThisExpression", "range": [ - 89696, - 89700 + 89868, + 89872 ], "loc": { "start": { - "line": 2495, + "line": 2498, "column": 39 }, "end": { - "line": 2495, + "line": 2498, "column": 43 } } @@ -200893,61 +201321,61 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 89701, - 89713 + 89873, + 89885 ], "loc": { "start": { - "line": 2495, + "line": 2498, "column": 44 }, "end": { - "line": 2495, + "line": 2498, "column": 56 } } }, "range": [ - 89696, - 89713 + 89868, + 89885 ], "loc": { "start": { - "line": 2495, + "line": 2498, "column": 39 }, "end": { - "line": 2495, + "line": 2498, "column": 56 } } }, "range": [ - 89681, - 89713 + 89853, + 89885 ], "loc": { "start": { - "line": 2495, + "line": 2498, "column": 24 }, "end": { - "line": 2495, + "line": 2498, "column": 56 } } }, "range": [ - 89623, - 89713 + 89795, + 89885 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 23 }, "end": { - "line": 2495, + "line": 2498, "column": 56 } } @@ -200969,16 +201397,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 89740, - 89743 + 89912, + 89915 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 24 }, "end": { - "line": 2496, + "line": 2499, "column": 27 } } @@ -200987,31 +201415,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 89744, - 89752 + 89916, + 89924 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 28 }, "end": { - "line": 2496, + "line": 2499, "column": 36 } } }, "range": [ - 89740, - 89752 + 89912, + 89924 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 24 }, "end": { - "line": 2496, + "line": 2499, "column": 36 } } @@ -201020,31 +201448,31 @@ "type": "Identifier", "name": "build", "range": [ - 89753, - 89758 + 89925, + 89930 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 37 }, "end": { - "line": 2496, + "line": 2499, "column": 42 } } }, "range": [ - 89740, - 89758 + 89912, + 89930 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 24 }, "end": { - "line": 2496, + "line": 2499, "column": 42 } } @@ -201054,79 +201482,79 @@ "type": "Identifier", "name": "ct", "range": [ - 89759, - 89761 + 89931, + 89933 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 43 }, "end": { - "line": 2496, + "line": 2499, "column": 45 } } } ], "range": [ - 89740, - 89762 + 89912, + 89934 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 24 }, "end": { - "line": 2496, + "line": 2499, "column": 46 } } }, "range": [ - 89740, - 89763 + 89912, + 89935 ], "loc": { "start": { - "line": 2496, + "line": 2499, "column": 24 }, "end": { - "line": 2496, + "line": 2499, "column": 47 } } } ], "range": [ - 89714, - 89785 + 89886, + 89957 ], "loc": { "start": { - "line": 2495, + "line": 2498, "column": 57 }, "end": { - "line": 2497, + "line": 2500, "column": 21 } } }, "alternate": null, "range": [ - 89620, - 89785 + 89792, + 89957 ], "loc": { "start": { - "line": 2494, + "line": 2497, "column": 20 }, "end": { - "line": 2497, + "line": 2500, "column": 21 } } @@ -201140,16 +201568,16 @@ "type": "Identifier", "name": "colFltType", "range": [ - 89809, - 89819 + 89981, + 89991 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 23 }, "end": { - "line": 2498, + "line": 2501, "column": 33 } } @@ -201160,16 +201588,16 @@ "object": { "type": "ThisExpression", "range": [ - 89824, - 89828 + 89996, + 90000 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 38 }, "end": { - "line": 2498, + "line": 2501, "column": 42 } } @@ -201178,46 +201606,46 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 89829, - 89845 + 90001, + 90017 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 43 }, "end": { - "line": 2498, + "line": 2501, "column": 59 } } }, "range": [ - 89824, - 89845 + 89996, + 90017 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 38 }, "end": { - "line": 2498, + "line": 2501, "column": 59 } } }, "range": [ - 89809, - 89845 + 89981, + 90017 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 23 }, "end": { - "line": 2498, + "line": 2501, "column": 59 } } @@ -201239,16 +201667,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 89872, - 89875 + 90044, + 90047 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 24 }, "end": { - "line": 2499, + "line": 2502, "column": 27 } } @@ -201257,31 +201685,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 89876, - 89885 + 90048, + 90057 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 28 }, "end": { - "line": 2499, + "line": 2502, "column": 37 } } }, "range": [ - 89872, - 89885 + 90044, + 90057 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 24 }, "end": { - "line": 2499, + "line": 2502, "column": 37 } } @@ -201290,31 +201718,31 @@ "type": "Identifier", "name": "build", "range": [ - 89886, - 89891 + 90058, + 90063 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 38 }, "end": { - "line": 2499, + "line": 2502, "column": 43 } } }, "range": [ - 89872, - 89891 + 90044, + 90063 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 24 }, "end": { - "line": 2499, + "line": 2502, "column": 43 } } @@ -201324,111 +201752,111 @@ "type": "Identifier", "name": "ct", "range": [ - 89892, - 89894 + 90064, + 90066 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 44 }, "end": { - "line": 2499, + "line": 2502, "column": 46 } } } ], "range": [ - 89872, - 89895 + 90044, + 90067 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 24 }, "end": { - "line": 2499, + "line": 2502, "column": 47 } } }, "range": [ - 89872, - 89896 + 90044, + 90068 ], "loc": { "start": { - "line": 2499, + "line": 2502, "column": 24 }, "end": { - "line": 2499, + "line": 2502, "column": 48 } } } ], "range": [ - 89846, - 89918 + 90018, + 90090 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 60 }, "end": { - "line": 2500, + "line": 2503, "column": 21 } } }, "alternate": null, "range": [ - 89806, - 89918 + 89978, + 90090 ], "loc": { "start": { - "line": 2498, + "line": 2501, "column": 20 }, "end": { - "line": 2500, + "line": 2503, "column": 21 } } } ], "range": [ - 89598, - 89936 + 89770, + 90108 ], "loc": { "start": { - "line": 2493, + "line": 2496, "column": 51 }, "end": { - "line": 2501, + "line": 2504, "column": 17 } } }, "alternate": null, "range": [ - 89471, - 89936 + 89643, + 90108 ], "loc": { "start": { - "line": 2491, + "line": 2494, "column": 16 }, "end": { - "line": 2501, + "line": 2504, "column": 17 } }, @@ -201437,16 +201865,16 @@ "type": "Line", "value": "IE special treatment for gridLayout, appended filters are", "range": [ - 89371, - 89430 + 89543, + 89602 ], "loc": { "start": { - "line": 2489, + "line": 2492, "column": 16 }, "end": { - "line": 2489, + "line": 2492, "column": 75 } } @@ -201455,16 +201883,16 @@ "type": "Line", "value": "empty", "range": [ - 89447, - 89454 + 89619, + 89626 ], "loc": { "start": { - "line": 2490, + "line": 2493, "column": 16 }, "end": { - "line": 2490, + "line": 2493, "column": 23 } } @@ -201473,63 +201901,63 @@ } ], "range": [ - 89081, - 89950 + 89253, + 90122 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 69 }, "end": { - "line": 2502, + "line": 2505, "column": 13 } } }, "range": [ - 89024, - 89950 + 89196, + 90122 ], "loc": { "start": { - "line": 2481, + "line": 2484, "column": 12 }, "end": { - "line": 2502, + "line": 2505, "column": 13 } } } ], "range": [ - 88950, - 89960 + 89122, + 90132 ], "loc": { "start": { - "line": 2479, + "line": 2482, "column": 30 }, "end": { - "line": 2503, + "line": 2506, "column": 9 } } }, "alternate": null, "range": [ - 88928, - 89960 + 89100, + 90132 ], "loc": { "start": { - "line": 2479, + "line": 2482, "column": 8 }, "end": { - "line": 2503, + "line": 2506, "column": 9 } }, @@ -201538,16 +201966,16 @@ "type": "Line", "value": " filters are appended in external placeholders elements", "range": [ - 88862, - 88919 + 89034, + 89091 ], "loc": { "start": { - "line": 2478, + "line": 2481, "column": 8 }, "end": { - "line": 2478, + "line": 2481, "column": 65 } } @@ -201565,16 +201993,16 @@ "object": { "type": "ThisExpression", "range": [ - 89970, - 89974 + 90142, + 90146 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 8 }, "end": { - "line": 2505, + "line": 2508, "column": 12 } } @@ -201583,31 +202011,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 89975, - 89991 + 90147, + 90163 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 13 }, "end": { - "line": 2505, + "line": 2508, "column": 29 } } }, "range": [ - 89970, - 89991 + 90142, + 90163 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 8 }, "end": { - "line": 2505, + "line": 2508, "column": 29 } } @@ -201620,16 +202048,16 @@ "object": { "type": "ThisExpression", "range": [ - 89994, - 89998 + 90166, + 90170 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 32 }, "end": { - "line": 2505, + "line": 2508, "column": 36 } } @@ -201638,77 +202066,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 89999, - 90008 + 90171, + 90180 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 37 }, "end": { - "line": 2505, + "line": 2508, "column": 46 } } }, "range": [ - 89994, - 90008 + 90166, + 90180 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 32 }, "end": { - "line": 2505, + "line": 2508, "column": 46 } } }, "arguments": [], "range": [ - 89994, - 90010 + 90166, + 90182 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 32 }, "end": { - "line": 2505, + "line": 2508, "column": 48 } } }, "range": [ - 89970, - 90010 + 90142, + 90182 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 8 }, "end": { - "line": 2505, + "line": 2508, "column": 48 } } }, "range": [ - 89970, - 90011 + 90142, + 90183 ], "loc": { "start": { - "line": 2505, + "line": 2508, "column": 8 }, "end": { - "line": 2505, + "line": 2508, "column": 49 } } @@ -201724,16 +202152,16 @@ "object": { "type": "ThisExpression", "range": [ - 90020, - 90024 + 90192, + 90196 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 8 }, "end": { - "line": 2506, + "line": 2509, "column": 12 } } @@ -201742,31 +202170,31 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 90025, - 90038 + 90197, + 90210 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 13 }, "end": { - "line": 2506, + "line": 2509, "column": 26 } } }, "range": [ - 90020, - 90038 + 90192, + 90210 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 8 }, "end": { - "line": 2506, + "line": 2509, "column": 26 } } @@ -201777,16 +202205,16 @@ "object": { "type": "ThisExpression", "range": [ - 90041, - 90045 + 90213, + 90217 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 29 }, "end": { - "line": 2506, + "line": 2509, "column": 33 } } @@ -201795,61 +202223,61 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 90046, - 90062 + 90218, + 90234 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 34 }, "end": { - "line": 2506, + "line": 2509, "column": 50 } } }, "range": [ - 90041, - 90062 + 90213, + 90234 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 29 }, "end": { - "line": 2506, + "line": 2509, "column": 50 } } }, "range": [ - 90020, - 90062 + 90192, + 90234 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 8 }, "end": { - "line": 2506, + "line": 2509, "column": 50 } } }, "range": [ - 90020, - 90063 + 90192, + 90235 ], "loc": { "start": { - "line": 2506, + "line": 2509, "column": 8 }, "end": { - "line": 2506, + "line": 2509, "column": 51 } } @@ -201865,16 +202293,16 @@ "object": { "type": "ThisExpression", "range": [ - 90072, - 90076 + 90244, + 90248 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 8 }, "end": { - "line": 2507, + "line": 2510, "column": 12 } } @@ -201883,31 +202311,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 90077, - 90083 + 90249, + 90255 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 13 }, "end": { - "line": 2507, + "line": 2510, "column": 19 } } }, "range": [ - 90072, - 90083 + 90244, + 90255 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 8 }, "end": { - "line": 2507, + "line": 2510, "column": 19 } } @@ -201919,16 +202347,16 @@ "type": "Identifier", "name": "rows", "range": [ - 90086, - 90090 + 90258, + 90262 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 22 }, "end": { - "line": 2507, + "line": 2510, "column": 26 } } @@ -201937,61 +202365,61 @@ "type": "Identifier", "name": "length", "range": [ - 90091, - 90097 + 90263, + 90269 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 27 }, "end": { - "line": 2507, + "line": 2510, "column": 33 } } }, "range": [ - 90086, - 90097 + 90258, + 90269 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 22 }, "end": { - "line": 2507, + "line": 2510, "column": 33 } } }, "range": [ - 90072, - 90097 + 90244, + 90269 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 8 }, "end": { - "line": 2507, + "line": 2510, "column": 33 } } }, "range": [ - 90072, - 90098 + 90244, + 90270 ], "loc": { "start": { - "line": 2507, + "line": 2510, "column": 8 }, "end": { - "line": 2507, + "line": 2510, "column": 34 } } @@ -202004,16 +202432,16 @@ "object": { "type": "ThisExpression", "range": [ - 90111, - 90115 + 90283, + 90287 ], "loc": { "start": { - "line": 2509, + "line": 2512, "column": 11 }, "end": { - "line": 2509, + "line": 2512, "column": 15 } } @@ -202022,31 +202450,31 @@ "type": "Identifier", "name": "popUpFilters", "range": [ - 90116, - 90128 + 90288, + 90300 ], "loc": { "start": { - "line": 2509, + "line": 2512, "column": 16 }, "end": { - "line": 2509, + "line": 2512, "column": 28 } } }, "range": [ - 90111, - 90128 + 90283, + 90300 ], "loc": { "start": { - "line": 2509, + "line": 2512, "column": 11 }, "end": { - "line": 2509, + "line": 2512, "column": 28 } } @@ -202065,16 +202493,16 @@ "object": { "type": "ThisExpression", "range": [ - 90143, - 90147 + 90315, + 90319 ], "loc": { "start": { - "line": 2510, + "line": 2513, "column": 12 }, "end": { - "line": 2510, + "line": 2513, "column": 16 } } @@ -202083,62 +202511,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 90148, - 90158 + 90320, + 90330 ], "loc": { "start": { - "line": 2510, + "line": 2513, "column": 17 }, "end": { - "line": 2510, + "line": 2513, "column": 27 } } }, "range": [ - 90143, - 90158 + 90315, + 90330 ], "loc": { "start": { - "line": 2510, + "line": 2513, "column": 12 }, "end": { - "line": 2510, + "line": 2513, "column": 27 } } }, "prefix": false, "range": [ - 90143, - 90160 + 90315, + 90332 ], "loc": { "start": { - "line": 2510, + "line": 2513, "column": 12 }, "end": { - "line": 2510, + "line": 2513, "column": 29 } } }, "range": [ - 90143, - 90161 + 90315, + 90333 ], "loc": { "start": { - "line": 2510, + "line": 2513, "column": 12 }, "end": { - "line": 2510, + "line": 2513, "column": 30 } } @@ -202157,16 +202585,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 90174, - 90177 + 90346, + 90349 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 12 }, "end": { - "line": 2511, + "line": 2514, "column": 15 } } @@ -202175,31 +202603,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 90178, - 90189 + 90350, + 90361 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 16 }, "end": { - "line": 2511, + "line": 2514, "column": 27 } } }, "range": [ - 90174, - 90189 + 90346, + 90361 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 12 }, "end": { - "line": 2511, + "line": 2514, "column": 27 } } @@ -202208,94 +202636,94 @@ "type": "Identifier", "name": "buildAll", "range": [ - 90190, - 90198 + 90362, + 90370 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 28 }, "end": { - "line": 2511, + "line": 2514, "column": 36 } } }, "range": [ - 90174, - 90198 + 90346, + 90370 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 12 }, "end": { - "line": 2511, + "line": 2514, "column": 36 } } }, "arguments": [], "range": [ - 90174, - 90200 + 90346, + 90372 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 12 }, "end": { - "line": 2511, + "line": 2514, "column": 38 } } }, "range": [ - 90174, - 90201 + 90346, + 90373 ], "loc": { "start": { - "line": 2511, + "line": 2514, "column": 12 }, "end": { - "line": 2511, + "line": 2514, "column": 39 } } } ], "range": [ - 90129, - 90211 + 90301, + 90383 ], "loc": { "start": { - "line": 2509, + "line": 2512, "column": 29 }, "end": { - "line": 2512, + "line": 2515, "column": 9 } } }, "alternate": null, "range": [ - 90108, - 90211 + 90280, + 90383 ], "loc": { "start": { - "line": 2509, + "line": 2512, "column": 8 }, "end": { - "line": 2512, + "line": 2515, "column": 9 } } @@ -202311,16 +202739,16 @@ "object": { "type": "ThisExpression", "range": [ - 90225, - 90229 + 90397, + 90401 ], "loc": { "start": { - "line": 2514, + "line": 2517, "column": 12 }, "end": { - "line": 2514, + "line": 2517, "column": 16 } } @@ -202329,47 +202757,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 90230, - 90240 + 90402, + 90412 ], "loc": { "start": { - "line": 2514, + "line": 2517, "column": 17 }, "end": { - "line": 2514, + "line": 2517, "column": 27 } } }, "range": [ - 90225, - 90240 + 90397, + 90412 ], "loc": { "start": { - "line": 2514, + "line": 2517, "column": 12 }, "end": { - "line": 2514, + "line": 2517, "column": 27 } } }, "prefix": true, "range": [ - 90224, - 90240 + 90396, + 90412 ], "loc": { "start": { - "line": 2514, + "line": 2517, "column": 11 }, "end": { - "line": 2514, + "line": 2517, "column": 27 } } @@ -202388,16 +202816,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 90255, - 90258 + 90427, + 90430 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 12 }, "end": { - "line": 2515, + "line": 2518, "column": 15 } } @@ -202406,31 +202834,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 90259, - 90267 + 90431, + 90439 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 16 }, "end": { - "line": 2515, + "line": 2518, "column": 24 } } }, "range": [ - 90255, - 90267 + 90427, + 90439 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 12 }, "end": { - "line": 2515, + "line": 2518, "column": 24 } } @@ -202442,16 +202870,16 @@ "object": { "type": "ThisExpression", "range": [ - 90268, - 90272 + 90440, + 90444 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 25 }, "end": { - "line": 2515, + "line": 2518, "column": 29 } } @@ -202460,31 +202888,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 90273, - 90276 + 90445, + 90448 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 30 }, "end": { - "line": 2515, + "line": 2518, "column": 33 } } }, "range": [ - 90268, - 90276 + 90440, + 90448 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 25 }, "end": { - "line": 2515, + "line": 2518, "column": 33 } } @@ -202495,16 +202923,16 @@ "object": { "type": "ThisExpression", "range": [ - 90278, - 90282 + 90450, + 90454 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 35 }, "end": { - "line": 2515, + "line": 2518, "column": 39 } } @@ -202513,94 +202941,94 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 90283, - 90289 + 90455, + 90461 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 40 }, "end": { - "line": 2515, + "line": 2518, "column": 46 } } }, "range": [ - 90278, - 90289 + 90450, + 90461 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 35 }, "end": { - "line": 2515, + "line": 2518, "column": 46 } } } ], "range": [ - 90255, - 90290 + 90427, + 90462 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 12 }, "end": { - "line": 2515, + "line": 2518, "column": 47 } } }, "range": [ - 90255, - 90291 + 90427, + 90463 ], "loc": { "start": { - "line": 2515, + "line": 2518, "column": 12 }, "end": { - "line": 2515, + "line": 2518, "column": 48 } } } ], "range": [ - 90241, - 90301 + 90413, + 90473 ], "loc": { "start": { - "line": 2514, + "line": 2517, "column": 28 }, "end": { - "line": 2516, + "line": 2519, "column": 9 } } }, "alternate": null, "range": [ - 90221, - 90301 + 90393, + 90473 ], "loc": { "start": { - "line": 2514, + "line": 2517, "column": 8 }, "end": { - "line": 2516, + "line": 2519, "column": 9 } } @@ -202616,16 +203044,16 @@ "object": { "type": "ThisExpression", "range": [ - 90310, - 90314 + 90482, + 90486 ], "loc": { "start": { - "line": 2517, + "line": 2520, "column": 8 }, "end": { - "line": 2517, + "line": 2520, "column": 12 } } @@ -202634,31 +203062,31 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 90315, - 90323 + 90487, + 90495 ], "loc": { "start": { - "line": 2517, + "line": 2520, "column": 13 }, "end": { - "line": 2517, + "line": 2520, "column": 21 } } }, "range": [ - 90310, - 90323 + 90482, + 90495 ], "loc": { "start": { - "line": 2517, + "line": 2520, "column": 8 }, "end": { - "line": 2517, + "line": 2520, "column": 21 } } @@ -202668,62 +203096,62 @@ "value": true, "raw": "true", "range": [ - 90326, - 90330 + 90498, + 90502 ], "loc": { "start": { - "line": 2517, + "line": 2520, "column": 24 }, "end": { - "line": 2517, + "line": 2520, "column": 28 } } }, "range": [ - 90310, - 90330 + 90482, + 90502 ], "loc": { "start": { - "line": 2517, + "line": 2520, "column": 8 }, "end": { - "line": 2517, + "line": 2520, "column": 28 } } }, "range": [ - 90310, - 90331 + 90482, + 90503 ], "loc": { "start": { - "line": 2517, + "line": 2520, "column": 8 }, "end": { - "line": 2517, + "line": 2520, "column": 29 } } } ], "range": [ - 88099, - 90337 + 88271, + 90509 ], "loc": { "start": { - "line": 2455, + "line": 2458, "column": 16 }, "end": { - "line": 2518, + "line": 2521, "column": 5 } } @@ -202731,16 +203159,16 @@ "generator": false, "expression": false, "range": [ - 88097, - 90337 + 88269, + 90509 ], "loc": { "start": { - "line": 2455, + "line": 2458, "column": 14 }, "end": { - "line": 2518, + "line": 2521, "column": 5 } } @@ -202748,16 +203176,16 @@ "kind": "method", "computed": false, "range": [ - 88087, - 90337 + 88259, + 90509 ], "loc": { "start": { - "line": 2455, + "line": 2458, "column": 4 }, "end": { - "line": 2518, + "line": 2521, "column": 5 } }, @@ -202766,16 +203194,16 @@ "type": "Line", "value": " for i", "range": [ - 87987, - 87995 + 88159, + 88167 ], "loc": { "start": { - "line": 2449, + "line": 2452, "column": 9 }, "end": { - "line": 2449, + "line": 2452, "column": 17 } } @@ -202784,16 +203212,16 @@ "type": "Block", "value": "*\n * Re-generate the filters grid bar when previously removed\n ", "range": [ - 88007, - 88082 + 88179, + 88254 ], "loc": { "start": { - "line": 2452, + "line": 2455, "column": 4 }, "end": { - "line": 2454, + "line": 2457, "column": 7 } } @@ -202802,18 +203230,584 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Checks if passed data contains the searched arg\n * @param {String} arg Search term\n * @param {String} data Data string\n * @param {String} fltType Filter type ('input', 'select')\n * @param {Boolean} forceMatch Exact match\n * @return {Boolean]}\n *\n * TODO: move into string module, remove fltType in order to decouple it\n * from TableFilter module\n ", + "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 90343, - 90762 + 90515, + 90693 ], "loc": { "start": { - "line": 2520, + "line": 2523, "column": 4 }, "end": { - "line": 2530, + "line": 2527, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "isExactMatch", + "range": [ + 90698, + 90710 + ], + "loc": { + "start": { + "line": 2528, + "column": 4 + }, + "end": { + "line": 2528, + "column": 16 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 90711, + 90719 + ], + "loc": { + "start": { + "line": 2528, + "column": 17 + }, + "end": { + "line": 2528, + "column": 25 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "fltType", + "range": [ + 90734, + 90741 + ], + "loc": { + "start": { + "line": 2529, + "column": 12 + }, + "end": { + "line": 2529, + "column": 19 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 90744, + 90748 + ], + "loc": { + "start": { + "line": 2529, + "column": 22 + }, + "end": { + "line": 2529, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "getFilterType", + "range": [ + 90749, + 90762 + ], + "loc": { + "start": { + "line": 2529, + "column": 27 + }, + "end": { + "line": 2529, + "column": 40 + } + } + }, + "range": [ + 90744, + 90762 + ], + "loc": { + "start": { + "line": 2529, + "column": 22 + }, + "end": { + "line": 2529, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 90763, + 90771 + ], + "loc": { + "start": { + "line": 2529, + "column": 41 + }, + "end": { + "line": 2529, + "column": 49 + } + } + } + ], + "range": [ + 90744, + 90772 + ], + "loc": { + "start": { + "line": 2529, + "column": 22 + }, + "end": { + "line": 2529, + "column": 50 + } + } + }, + "range": [ + 90734, + 90772 + ], + "loc": { + "start": { + "line": 2529, + "column": 12 + }, + "end": { + "line": 2529, + "column": 50 + } + } + } + ], + "kind": "let", + "range": [ + 90730, + 90773 + ], + "loc": { + "start": { + "line": 2529, + "column": 8 + }, + "end": { + "line": 2529, + "column": 51 + } + } + }, + { + "type": "ReturnStatement", + "argument": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 90789, + 90793 + ], + "loc": { + "start": { + "line": 2530, + "column": 15 + }, + "end": { + "line": 2530, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "exactMatchByCol", + "range": [ + 90794, + 90809 + ], + "loc": { + "start": { + "line": 2530, + "column": 20 + }, + "end": { + "line": 2530, + "column": 35 + } + } + }, + "range": [ + 90789, + 90809 + ], + "loc": { + "start": { + "line": 2530, + "column": 15 + }, + "end": { + "line": 2530, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 90810, + 90818 + ], + "loc": { + "start": { + "line": 2530, + "column": 36 + }, + "end": { + "line": 2530, + "column": 44 + } + } + }, + "range": [ + 90789, + 90819 + ], + "loc": { + "start": { + "line": 2530, + "column": 15 + }, + "end": { + "line": 2530, + "column": 45 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 90823, + 90827 + ], + "loc": { + "start": { + "line": 2530, + "column": 49 + }, + "end": { + "line": 2530, + "column": 53 + } + } + }, + "property": { + "type": "Identifier", + "name": "exactMatch", + "range": [ + 90828, + 90838 + ], + "loc": { + "start": { + "line": 2530, + "column": 54 + }, + "end": { + "line": 2530, + "column": 64 + } + } + }, + "range": [ + 90823, + 90838 + ], + "loc": { + "start": { + "line": 2530, + "column": 49 + }, + "end": { + "line": 2530, + "column": 64 + } + } + }, + "range": [ + 90789, + 90838 + ], + "loc": { + "start": { + "line": 2530, + "column": 15 + }, + "end": { + "line": 2530, + "column": 64 + } + } + }, + "right": { + "type": "BinaryExpression", + "operator": "!==", + "left": { + "type": "Identifier", + "name": "fltType", + "range": [ + 90855, + 90862 + ], + "loc": { + "start": { + "line": 2531, + "column": 13 + }, + "end": { + "line": 2531, + "column": 20 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 90865, + 90869 + ], + "loc": { + "start": { + "line": 2531, + "column": 23 + }, + "end": { + "line": 2531, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "fltTypeInp", + "range": [ + 90870, + 90880 + ], + "loc": { + "start": { + "line": 2531, + "column": 28 + }, + "end": { + "line": 2531, + "column": 38 + } + } + }, + "range": [ + 90865, + 90880 + ], + "loc": { + "start": { + "line": 2531, + "column": 23 + }, + "end": { + "line": 2531, + "column": 38 + } + } + }, + "range": [ + 90855, + 90880 + ], + "loc": { + "start": { + "line": 2531, + "column": 13 + }, + "end": { + "line": 2531, + "column": 38 + } + } + }, + "range": [ + 90789, + 90881 + ], + "loc": { + "start": { + "line": 2530, + "column": 15 + }, + "end": { + "line": 2531, + "column": 39 + } + } + }, + "range": [ + 90782, + 90882 + ], + "loc": { + "start": { + "line": 2530, + "column": 8 + }, + "end": { + "line": 2531, + "column": 40 + } + } + } + ], + "range": [ + 90720, + 90888 + ], + "loc": { + "start": { + "line": 2528, + "column": 26 + }, + "end": { + "line": 2532, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 90710, + 90888 + ], + "loc": { + "start": { + "line": 2528, + "column": 16 + }, + "end": { + "line": 2532, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 90698, + 90888 + ], + "loc": { + "start": { + "line": 2528, + "column": 4 + }, + "end": { + "line": 2532, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", + "range": [ + 90515, + 90693 + ], + "loc": { + "start": { + "line": 2523, + "column": 4 + }, + "end": { + "line": 2527, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Checks if passed data contains the searched arg\n * @param {String} arg Search term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @return {Boolean]}\n *\n * TODO: move into string module, remove fltType in order to decouple it\n * from TableFilter module\n ", + "range": [ + 90894, + 91245 + ], + "loc": { + "start": { + "line": 2534, + "column": 4 + }, + "end": { + "line": 2543, "column": 7 } } @@ -202827,16 +203821,16 @@ "type": "Identifier", "name": "_containsStr", "range": [ - 90767, - 90779 + 91250, + 91262 ], "loc": { "start": { - "line": 2531, + "line": 2544, "column": 4 }, "end": { - "line": 2531, + "line": 2544, "column": 16 } } @@ -202849,16 +203843,16 @@ "type": "Identifier", "name": "arg", "range": [ - 90780, - 90783 + 91263, + 91266 ], "loc": { "start": { - "line": 2531, + "line": 2544, "column": 17 }, "end": { - "line": 2531, + "line": 2544, "column": 20 } } @@ -202867,53 +203861,35 @@ "type": "Identifier", "name": "data", "range": [ - 90785, - 90789 + 91268, + 91272 ], "loc": { "start": { - "line": 2531, + "line": 2544, "column": 22 }, "end": { - "line": 2531, + "line": 2544, "column": 26 } } }, { "type": "Identifier", - "name": "fltType", + "name": "exactMatch", "range": [ - 90791, - 90798 + 91274, + 91284 ], "loc": { "start": { - "line": 2531, + "line": 2544, "column": 28 }, "end": { - "line": 2531, - "column": 35 - } - } - }, - { - "type": "Identifier", - "name": "forceMatch", - "range": [ - 90800, - 90810 - ], - "loc": { - "start": { - "line": 2531, - "column": 37 - }, - "end": { - "line": 2531, - "column": 47 + "line": 2544, + "column": 38 } } } @@ -202930,32 +203906,32 @@ "type": "Identifier", "name": "regexp", "range": [ - 90964, - 90970 + 91438, + 91444 ], "loc": { "start": { - "line": 2535, + "line": 2548, "column": 12 }, "end": { - "line": 2535, + "line": 2548, "column": 18 } } }, "init": null, "range": [ - 90964, - 90970 + 91438, + 91444 ], "loc": { "start": { - "line": 2535, + "line": 2548, "column": 12 }, "end": { - "line": 2535, + "line": 2548, "column": 18 } } @@ -202966,16 +203942,16 @@ "type": "Identifier", "name": "modifier", "range": [ - 90984, - 90992 + 91458, + 91466 ], "loc": { "start": { - "line": 2536, + "line": 2549, "column": 12 }, "end": { - "line": 2536, + "line": 2549, "column": 20 } } @@ -202988,17 +203964,17 @@ "object": { "type": "ThisExpression", "range": [ - 90996, - 91000 + 91469, + 91473 ], "loc": { "start": { - "line": 2536, - "column": 24 + "line": 2549, + "column": 23 }, "end": { - "line": 2536, - "column": 28 + "line": 2549, + "column": 27 } } }, @@ -203006,32 +203982,32 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 91001, - 91014 + 91474, + 91487 ], "loc": { "start": { - "line": 2536, - "column": 29 + "line": 2549, + "column": 28 }, "end": { - "line": 2536, - "column": 42 + "line": 2549, + "column": 41 } } }, "range": [ - 90996, - 91014 + 91469, + 91487 ], "loc": { "start": { - "line": 2536, - "column": 24 + "line": 2549, + "column": 23 }, "end": { - "line": 2536, - "column": 42 + "line": 2549, + "column": 41 } } }, @@ -203040,17 +204016,17 @@ "value": "g", "raw": "'g'", "range": [ - 91018, - 91021 + 91490, + 91493 ], "loc": { "start": { - "line": 2536, - "column": 46 + "line": 2549, + "column": 44 }, "end": { - "line": 2536, - "column": 49 + "line": 2549, + "column": 47 } } }, @@ -203059,224 +204035,64 @@ "value": "gi", "raw": "'gi'", "range": [ - 91024, - 91028 + 91496, + 91500 ], "loc": { "start": { - "line": 2536, - "column": 52 + "line": 2549, + "column": 50 }, "end": { - "line": 2536, - "column": 56 - } - } - }, - "range": [ - 90995, - 91028 - ], - "loc": { - "start": { - "line": 2536, - "column": 23 - }, - "end": { - "line": 2536, - "column": 56 - } - } - }, - "range": [ - 90984, - 91028 - ], - "loc": { - "start": { - "line": 2536, - "column": 12 - }, - "end": { - "line": 2536, - "column": 56 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "exactMatch", - "range": [ - 91042, - 91052 - ], - "loc": { - "start": { - "line": 2537, - "column": 12 - }, - "end": { - "line": 2537, - "column": 22 - } - } - }, - "init": { - "type": "ConditionalExpression", - "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "Identifier", - "name": "forceMatch", - "range": [ - 91056, - 91066 - ], - "loc": { - "start": { - "line": 2537, - "column": 26 - }, - "end": { - "line": 2537, - "column": 36 - } - } - }, - "prefix": true, - "range": [ - 91055, - 91066 - ], - "loc": { - "start": { - "line": 2537, - "column": 25 - }, - "end": { - "line": 2537, - "column": 36 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 91069, - 91073 - ], - "loc": { - "start": { - "line": 2537, - "column": 39 - }, - "end": { - "line": 2537, - "column": 43 - } - } - }, - "property": { - "type": "Identifier", - "name": "exactMatch", - "range": [ - 91074, - 91084 - ], - "loc": { - "start": { - "line": 2537, - "column": 44 - }, - "end": { - "line": 2537, - "column": 54 - } - } - }, - "range": [ - 91069, - 91084 - ], - "loc": { - "start": { - "line": 2537, - "column": 39 - }, - "end": { - "line": 2537, + "line": 2549, "column": 54 } } }, - "alternate": { - "type": "Identifier", - "name": "forceMatch", - "range": [ - 91087, - 91097 - ], - "loc": { - "start": { - "line": 2537, - "column": 57 - }, - "end": { - "line": 2537, - "column": 67 - } - } - }, "range": [ - 91055, - 91097 + 91469, + 91500 ], "loc": { "start": { - "line": 2537, - "column": 25 + "line": 2549, + "column": 23 }, "end": { - "line": 2537, - "column": 67 + "line": 2549, + "column": 54 } } }, "range": [ - 91042, - 91097 + 91458, + 91500 ], "loc": { "start": { - "line": 2537, + "line": 2549, "column": 12 }, "end": { - "line": 2537, - "column": 67 + "line": 2549, + "column": 54 } } } ], "kind": "let", "range": [ - 90960, - 91098 + 91434, + 91501 ], "loc": { "start": { - "line": 2535, + "line": 2548, "column": 8 }, "end": { - "line": 2537, - "column": 68 + "line": 2549, + "column": 55 } }, "leadingComments": [ @@ -203284,16 +204100,16 @@ "type": "Line", "value": " Improved by Cedric Wartel (cwl)", "range": [ - 90821, - 90855 + 91295, + 91329 ], "loc": { "start": { - "line": 2532, + "line": 2545, "column": 8 }, "end": { - "line": 2532, + "line": 2545, "column": 42 } } @@ -203302,16 +204118,16 @@ "type": "Line", "value": " automatic exact match for selects and special characters are now", "range": [ - 90864, - 90931 + 91338, + 91405 ], "loc": { "start": { - "line": 2533, + "line": 2546, "column": 8 }, "end": { - "line": 2533, + "line": 2546, "column": 75 } } @@ -203320,16 +204136,16 @@ "type": "Line", "value": " filtered", "range": [ - 90940, - 90951 + 91414, + 91425 ], "loc": { "start": { - "line": 2534, + "line": 2547, "column": 8 }, "end": { - "line": 2534, + "line": 2547, "column": 19 } } @@ -203339,163 +204155,20 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "Identifier", - "name": "exactMatch", - "range": [ - 91110, - 91120 - ], - "loc": { - "start": { - "line": 2538, - "column": 11 - }, - "end": { - "line": 2538, - "column": 21 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "BinaryExpression", - "operator": "!==", - "left": { - "type": "Identifier", - "name": "fltType", - "range": [ - 91125, - 91132 - ], - "loc": { - "start": { - "line": 2538, - "column": 26 - }, - "end": { - "line": 2538, - "column": 33 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 91135, - 91139 - ], - "loc": { - "start": { - "line": 2538, - "column": 36 - }, - "end": { - "line": 2538, - "column": 40 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltTypeInp", - "range": [ - 91140, - 91150 - ], - "loc": { - "start": { - "line": 2538, - "column": 41 - }, - "end": { - "line": 2538, - "column": 51 - } - } - }, - "range": [ - 91135, - 91150 - ], - "loc": { - "start": { - "line": 2538, - "column": 36 - }, - "end": { - "line": 2538, - "column": 51 - } - } - }, - "range": [ - 91125, - 91150 - ], - "loc": { - "start": { - "line": 2538, - "column": 26 - }, - "end": { - "line": 2538, - "column": 51 - } - } - }, - "right": { - "type": "Identifier", - "name": "fltType", - "range": [ - 91154, - 91161 - ], - "loc": { - "start": { - "line": 2538, - "column": 55 - }, - "end": { - "line": 2538, - "column": 62 - } - } - }, - "range": [ - 91125, - 91161 - ], - "loc": { - "start": { - "line": 2538, - "column": 26 - }, - "end": { - "line": 2538, - "column": 62 - } - } - }, + "type": "Identifier", + "name": "exactMatch", "range": [ - 91110, - 91162 + 91513, + 91523 ], "loc": { "start": { - "line": 2538, + "line": 2550, "column": 11 }, "end": { - "line": 2538, - "column": 63 + "line": 2550, + "column": 21 } } }, @@ -203511,16 +204184,16 @@ "type": "Identifier", "name": "regexp", "range": [ - 91177, - 91183 + 91538, + 91544 ], "loc": { "start": { - "line": 2539, + "line": 2551, "column": 12 }, "end": { - "line": 2539, + "line": 2551, "column": 18 } } @@ -203531,16 +204204,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 91190, - 91196 + 91551, + 91557 ], "loc": { "start": { - "line": 2539, + "line": 2551, "column": 25 }, "end": { - "line": 2539, + "line": 2551, "column": 31 } } @@ -203557,16 +204230,16 @@ "value": "(^\\s*)", "raw": "'(^\\\\s*)'", "range": [ - 91214, - 91223 + 91575, + 91584 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 16 }, "end": { - "line": 2540, + "line": 2552, "column": 25 } } @@ -203580,16 +204253,16 @@ "type": "Identifier", "name": "Str", "range": [ - 91225, - 91228 + 91586, + 91589 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 27 }, "end": { - "line": 2540, + "line": 2552, "column": 30 } } @@ -203598,31 +204271,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 91229, - 91235 + 91590, + 91596 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 31 }, "end": { - "line": 2540, + "line": 2552, "column": 37 } } }, "range": [ - 91225, - 91235 + 91586, + 91596 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 27 }, "end": { - "line": 2540, + "line": 2552, "column": 37 } } @@ -203632,47 +204305,47 @@ "type": "Identifier", "name": "arg", "range": [ - 91236, - 91239 + 91597, + 91600 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 38 }, "end": { - "line": 2540, + "line": 2552, "column": 41 } } } ], "range": [ - 91225, - 91240 + 91586, + 91601 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 27 }, "end": { - "line": 2540, + "line": 2552, "column": 42 } } }, "range": [ - 91214, - 91240 + 91575, + 91601 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 16 }, "end": { - "line": 2540, + "line": 2552, "column": 42 } } @@ -203682,31 +204355,31 @@ "value": "(\\s*$)", "raw": "'(\\\\s*$)'", "range": [ - 91242, - 91251 + 91603, + 91612 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 44 }, "end": { - "line": 2540, + "line": 2552, "column": 53 } } }, "range": [ - 91214, - 91251 + 91575, + 91612 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 16 }, "end": { - "line": 2540, + "line": 2552, "column": 53 } } @@ -203715,78 +204388,78 @@ "type": "Identifier", "name": "modifier", "range": [ - 91253, - 91261 + 91614, + 91622 ], "loc": { "start": { - "line": 2540, + "line": 2552, "column": 55 }, "end": { - "line": 2540, + "line": 2552, "column": 63 } } } ], "range": [ - 91186, - 91262 + 91547, + 91623 ], "loc": { "start": { - "line": 2539, + "line": 2551, "column": 21 }, "end": { - "line": 2540, + "line": 2552, "column": 64 } } }, "range": [ - 91177, - 91262 + 91538, + 91623 ], "loc": { "start": { - "line": 2539, + "line": 2551, "column": 12 }, "end": { - "line": 2540, + "line": 2552, "column": 64 } } }, "range": [ - 91177, - 91263 + 91538, + 91624 ], "loc": { "start": { - "line": 2539, + "line": 2551, "column": 12 }, "end": { - "line": 2540, + "line": 2552, "column": 65 } } } ], "range": [ - 91163, - 91273 + 91524, + 91634 ], "loc": { "start": { - "line": 2538, - "column": 64 + "line": 2550, + "column": 22 }, "end": { - "line": 2541, + "line": 2553, "column": 9 } } @@ -203803,16 +204476,16 @@ "type": "Identifier", "name": "regexp", "range": [ - 91292, - 91298 + 91654, + 91660 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 12 }, "end": { - "line": 2542, + "line": 2554, "column": 18 } } @@ -203823,16 +204496,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 91305, - 91311 + 91667, + 91673 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 25 }, "end": { - "line": 2542, + "line": 2554, "column": 31 } } @@ -203847,16 +204520,16 @@ "type": "Identifier", "name": "Str", "range": [ - 91312, - 91315 + 91674, + 91677 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 32 }, "end": { - "line": 2542, + "line": 2554, "column": 35 } } @@ -203865,31 +204538,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 91316, - 91322 + 91678, + 91684 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 36 }, "end": { - "line": 2542, + "line": 2554, "column": 42 } } }, "range": [ - 91312, - 91322 + 91674, + 91684 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 32 }, "end": { - "line": 2542, + "line": 2554, "column": 42 } } @@ -203899,32 +204572,32 @@ "type": "Identifier", "name": "arg", "range": [ - 91323, - 91326 + 91685, + 91688 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 43 }, "end": { - "line": 2542, + "line": 2554, "column": 46 } } } ], "range": [ - 91312, - 91327 + 91674, + 91689 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 32 }, "end": { - "line": 2542, + "line": 2554, "column": 47 } } @@ -203933,93 +204606,93 @@ "type": "Identifier", "name": "modifier", "range": [ - 91329, - 91337 + 91691, + 91699 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 49 }, "end": { - "line": 2542, + "line": 2554, "column": 57 } } } ], "range": [ - 91301, - 91338 + 91663, + 91700 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 21 }, "end": { - "line": 2542, + "line": 2554, "column": 58 } } }, "range": [ - 91292, - 91338 + 91654, + 91700 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 12 }, "end": { - "line": 2542, + "line": 2554, "column": 58 } } }, "range": [ - 91292, - 91339 + 91654, + 91701 ], "loc": { "start": { - "line": 2542, + "line": 2554, "column": 12 }, "end": { - "line": 2542, + "line": 2554, "column": 59 } } } ], "range": [ - 91278, - 91349 + 91640, + 91711 ], "loc": { "start": { - "line": 2541, - "column": 14 + "line": 2553, + "column": 15 }, "end": { - "line": 2543, + "line": 2555, "column": 9 } } }, "range": [ - 91107, - 91349 + 91510, + 91711 ], "loc": { "start": { - "line": 2538, + "line": 2550, "column": 8 }, "end": { - "line": 2543, + "line": 2555, "column": 9 } } @@ -204035,16 +204708,16 @@ "type": "Identifier", "name": "regexp", "range": [ - 91365, - 91371 + 91727, + 91733 ], "loc": { "start": { - "line": 2544, + "line": 2556, "column": 15 }, "end": { - "line": 2544, + "line": 2556, "column": 21 } } @@ -204053,31 +204726,31 @@ "type": "Identifier", "name": "test", "range": [ - 91372, - 91376 + 91734, + 91738 ], "loc": { "start": { - "line": 2544, + "line": 2556, "column": 22 }, "end": { - "line": 2544, + "line": 2556, "column": 26 } } }, "range": [ - 91365, - 91376 + 91727, + 91738 ], "loc": { "start": { - "line": 2544, + "line": 2556, "column": 15 }, "end": { - "line": 2544, + "line": 2556, "column": 26 } } @@ -204087,63 +204760,63 @@ "type": "Identifier", "name": "data", "range": [ - 91377, - 91381 + 91739, + 91743 ], "loc": { "start": { - "line": 2544, + "line": 2556, "column": 27 }, "end": { - "line": 2544, + "line": 2556, "column": 31 } } } ], "range": [ - 91365, - 91382 + 91727, + 91744 ], "loc": { "start": { - "line": 2544, + "line": 2556, "column": 15 }, "end": { - "line": 2544, + "line": 2556, "column": 32 } } }, "range": [ - 91358, - 91383 + 91720, + 91745 ], "loc": { "start": { - "line": 2544, + "line": 2556, "column": 8 }, "end": { - "line": 2544, + "line": 2556, "column": 33 } } } ], "range": [ - 90811, - 91389 + 91285, + 91751 ], "loc": { "start": { - "line": 2531, - "column": 48 + "line": 2544, + "column": 39 }, "end": { - "line": 2545, + "line": 2557, "column": 5 } } @@ -204151,16 +204824,16 @@ "generator": false, "expression": false, "range": [ - 90779, - 91389 + 91262, + 91751 ], "loc": { "start": { - "line": 2531, + "line": 2544, "column": 16 }, "end": { - "line": 2545, + "line": 2557, "column": 5 } } @@ -204168,34 +204841,34 @@ "kind": "method", "computed": false, "range": [ - 90767, - 91389 + 91250, + 91751 ], "loc": { "start": { - "line": 2531, + "line": 2544, "column": 4 }, "end": { - "line": 2545, + "line": 2557, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Checks if passed data contains the searched arg\n * @param {String} arg Search term\n * @param {String} data Data string\n * @param {String} fltType Filter type ('input', 'select')\n * @param {Boolean} forceMatch Exact match\n * @return {Boolean]}\n *\n * TODO: move into string module, remove fltType in order to decouple it\n * from TableFilter module\n ", + "value": "*\n * Checks if passed data contains the searched arg\n * @param {String} arg Search term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @return {Boolean]}\n *\n * TODO: move into string module, remove fltType in order to decouple it\n * from TableFilter module\n ", "range": [ - 90343, - 90762 + 90894, + 91245 ], "loc": { "start": { - "line": 2520, + "line": 2534, "column": 4 }, "end": { - "line": 2530, + "line": 2543, "column": 7 } } @@ -204206,16 +204879,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": [ - 91395, - 91614 + 91757, + 91976 ], "loc": { "start": { - "line": 2547, + "line": 2559, "column": 4 }, "end": { - "line": 2552, + "line": 2564, "column": 7 } } @@ -204229,16 +204902,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 91619, - 91629 + 91981, + 91991 ], "loc": { "start": { - "line": 2553, + "line": 2565, "column": 4 }, "end": { - "line": 2553, + "line": 2565, "column": 14 } } @@ -204251,16 +204924,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 91630, - 91638 + 91992, + 92000 ], "loc": { "start": { - "line": 2553, + "line": 2565, "column": 15 }, "end": { - "line": 2553, + "line": 2565, "column": 23 } } @@ -204269,16 +204942,16 @@ "type": "Identifier", "name": "type", "range": [ - 91640, - 91644 + 92002, + 92006 ], "loc": { "start": { - "line": 2553, + "line": 2565, "column": 25 }, "end": { - "line": 2553, + "line": 2565, "column": 29 } } @@ -204296,16 +204969,16 @@ "type": "Identifier", "name": "imported", "range": [ - 91659, - 91667 + 92021, + 92029 ], "loc": { "start": { - "line": 2554, + "line": 2566, "column": 12 }, "end": { - "line": 2554, + "line": 2566, "column": 20 } } @@ -204315,31 +204988,31 @@ "value": false, "raw": "false", "range": [ - 91670, - 91675 + 92032, + 92037 ], "loc": { "start": { - "line": 2554, + "line": 2566, "column": 23 }, "end": { - "line": 2554, + "line": 2566, "column": 28 } } }, "range": [ - 91659, - 91675 + 92021, + 92037 ], "loc": { "start": { - "line": 2554, + "line": 2566, "column": 12 }, "end": { - "line": 2554, + "line": 2566, "column": 28 } } @@ -204350,16 +205023,16 @@ "type": "Identifier", "name": "importType", "range": [ - 91689, - 91699 + 92051, + 92061 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 12 }, "end": { - "line": 2555, + "line": 2567, "column": 22 } } @@ -204373,32 +205046,32 @@ "type": "Identifier", "name": "type", "range": [ - 91703, - 91707 + 92065, + 92069 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 26 }, "end": { - "line": 2555, + "line": 2567, "column": 30 } } }, "prefix": true, "range": [ - 91702, - 91707 + 92064, + 92069 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 25 }, "end": { - "line": 2555, + "line": 2567, "column": 30 } } @@ -204408,16 +205081,16 @@ "value": "script", "raw": "'script'", "range": [ - 91710, - 91718 + 92072, + 92080 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 33 }, "end": { - "line": 2555, + "line": 2567, "column": 41 } } @@ -204426,46 +205099,46 @@ "type": "Identifier", "name": "type", "range": [ - 91721, - 91725 + 92083, + 92087 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 44 }, "end": { - "line": 2555, + "line": 2567, "column": 48 } } }, "range": [ - 91702, - 91725 + 92064, + 92087 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 25 }, "end": { - "line": 2555, + "line": 2567, "column": 48 } } }, "range": [ - 91689, - 91725 + 92051, + 92087 ], "loc": { "start": { - "line": 2555, + "line": 2567, "column": 12 }, "end": { - "line": 2555, + "line": 2567, "column": 48 } } @@ -204476,16 +205149,16 @@ "type": "Identifier", "name": "attr", "range": [ - 91739, - 91743 + 92101, + 92105 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 12 }, "end": { - "line": 2556, + "line": 2568, "column": 16 } } @@ -204499,16 +205172,16 @@ "type": "Identifier", "name": "importType", "range": [ - 91746, - 91756 + 92108, + 92118 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 19 }, "end": { - "line": 2556, + "line": 2568, "column": 29 } } @@ -204518,31 +205191,31 @@ "value": "script", "raw": "'script'", "range": [ - 91760, - 91768 + 92122, + 92130 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 33 }, "end": { - "line": 2556, + "line": 2568, "column": 41 } } }, "range": [ - 91746, - 91768 + 92108, + 92130 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 19 }, "end": { - "line": 2556, + "line": 2568, "column": 41 } } @@ -204552,16 +205225,16 @@ "value": "src", "raw": "'src'", "range": [ - 91771, - 91776 + 92133, + 92138 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 44 }, "end": { - "line": 2556, + "line": 2568, "column": 49 } } @@ -204571,46 +205244,46 @@ "value": "href", "raw": "'href'", "range": [ - 91779, - 91785 + 92141, + 92147 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 52 }, "end": { - "line": 2556, + "line": 2568, "column": 58 } } }, "range": [ - 91746, - 91785 + 92108, + 92147 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 19 }, "end": { - "line": 2556, + "line": 2568, "column": 58 } } }, "range": [ - 91739, - 91785 + 92101, + 92147 ], "loc": { "start": { - "line": 2556, + "line": 2568, "column": 12 }, "end": { - "line": 2556, + "line": 2568, "column": 58 } } @@ -204621,16 +205294,16 @@ "type": "Identifier", "name": "files", "range": [ - 91799, - 91804 + 92161, + 92166 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 12 }, "end": { - "line": 2557, + "line": 2569, "column": 17 } } @@ -204644,16 +205317,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 91807, - 91810 + 92169, + 92172 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 20 }, "end": { - "line": 2557, + "line": 2569, "column": 23 } } @@ -204662,31 +205335,31 @@ "type": "Identifier", "name": "tag", "range": [ - 91811, - 91814 + 92173, + 92176 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 24 }, "end": { - "line": 2557, + "line": 2569, "column": 27 } } }, "range": [ - 91807, - 91814 + 92169, + 92176 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 20 }, "end": { - "line": 2557, + "line": 2569, "column": 27 } } @@ -204696,16 +205369,16 @@ "type": "Identifier", "name": "doc", "range": [ - 91815, - 91818 + 92177, + 92180 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 28 }, "end": { - "line": 2557, + "line": 2569, "column": 31 } } @@ -204714,47 +205387,47 @@ "type": "Identifier", "name": "importType", "range": [ - 91820, - 91830 + 92182, + 92192 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 33 }, "end": { - "line": 2557, + "line": 2569, "column": 43 } } } ], "range": [ - 91807, - 91831 + 92169, + 92193 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 20 }, "end": { - "line": 2557, + "line": 2569, "column": 44 } } }, "range": [ - 91799, - 91831 + 92161, + 92193 ], "loc": { "start": { - "line": 2557, + "line": 2569, "column": 12 }, "end": { - "line": 2557, + "line": 2569, "column": 44 } } @@ -204762,16 +205435,16 @@ ], "kind": "let", "range": [ - 91655, - 91832 + 92017, + 92194 ], "loc": { "start": { - "line": 2554, + "line": 2566, "column": 8 }, "end": { - "line": 2557, + "line": 2569, "column": 45 } } @@ -204787,16 +205460,16 @@ "type": "Identifier", "name": "i", "range": [ - 91850, - 91851 + 92212, + 92213 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 17 }, "end": { - "line": 2558, + "line": 2570, "column": 18 } } @@ -204806,31 +205479,31 @@ "value": 0, "raw": "0", "range": [ - 91852, - 91853 + 92214, + 92215 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 19 }, "end": { - "line": 2558, + "line": 2570, "column": 20 } } }, "range": [ - 91850, - 91853 + 92212, + 92215 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 17 }, "end": { - "line": 2558, + "line": 2570, "column": 20 } } @@ -204841,16 +205514,16 @@ "type": "Identifier", "name": "len", "range": [ - 91855, - 91858 + 92217, + 92220 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 22 }, "end": { - "line": 2558, + "line": 2570, "column": 25 } } @@ -204862,16 +205535,16 @@ "type": "Identifier", "name": "files", "range": [ - 91859, - 91864 + 92221, + 92226 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 26 }, "end": { - "line": 2558, + "line": 2570, "column": 31 } } @@ -204880,46 +205553,46 @@ "type": "Identifier", "name": "length", "range": [ - 91865, - 91871 + 92227, + 92233 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 32 }, "end": { - "line": 2558, + "line": 2570, "column": 38 } } }, "range": [ - 91859, - 91871 + 92221, + 92233 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 26 }, "end": { - "line": 2558, + "line": 2570, "column": 38 } } }, "range": [ - 91855, - 91871 + 92217, + 92233 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 22 }, "end": { - "line": 2558, + "line": 2570, "column": 38 } } @@ -204927,16 +205600,16 @@ ], "kind": "let", "range": [ - 91846, - 91871 + 92208, + 92233 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 13 }, "end": { - "line": 2558, + "line": 2570, "column": 38 } } @@ -204948,16 +205621,16 @@ "type": "Identifier", "name": "i", "range": [ - 91873, - 91874 + 92235, + 92236 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 40 }, "end": { - "line": 2558, + "line": 2570, "column": 41 } } @@ -204966,31 +205639,31 @@ "type": "Identifier", "name": "len", "range": [ - 91875, - 91878 + 92237, + 92240 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 42 }, "end": { - "line": 2558, + "line": 2570, "column": 45 } } }, "range": [ - 91873, - 91878 + 92235, + 92240 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 40 }, "end": { - "line": 2558, + "line": 2570, "column": 45 } } @@ -205002,32 +205675,32 @@ "type": "Identifier", "name": "i", "range": [ - 91880, - 91881 + 92242, + 92243 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 47 }, "end": { - "line": 2558, + "line": 2570, "column": 48 } } }, "prefix": false, "range": [ - 91880, - 91883 + 92242, + 92245 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 47 }, "end": { - "line": 2558, + "line": 2570, "column": 50 } } @@ -205050,16 +205723,16 @@ "type": "Identifier", "name": "files", "range": [ - 91901, - 91906 + 92263, + 92268 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 15 }, "end": { - "line": 2559, + "line": 2571, "column": 20 } } @@ -205068,31 +205741,31 @@ "type": "Identifier", "name": "i", "range": [ - 91907, - 91908 + 92269, + 92270 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 21 }, "end": { - "line": 2559, + "line": 2571, "column": 22 } } }, "range": [ - 91901, - 91909 + 92263, + 92271 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 15 }, "end": { - "line": 2559, + "line": 2571, "column": 23 } } @@ -205101,31 +205774,31 @@ "type": "Identifier", "name": "attr", "range": [ - 91910, - 91914 + 92272, + 92276 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 24 }, "end": { - "line": 2559, + "line": 2571, "column": 28 } } }, "range": [ - 91901, - 91915 + 92263, + 92277 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 15 }, "end": { - "line": 2559, + "line": 2571, "column": 29 } } @@ -205134,31 +205807,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 91920, - 91929 + 92282, + 92291 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 34 }, "end": { - "line": 2559, + "line": 2571, "column": 43 } } }, "range": [ - 91901, - 91929 + 92263, + 92291 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 15 }, "end": { - "line": 2559, + "line": 2571, "column": 43 } } @@ -205170,48 +205843,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 91948, - 91957 + 92310, + 92319 ], "loc": { "start": { - "line": 2560, + "line": 2572, "column": 16 }, "end": { - "line": 2560, + "line": 2572, "column": 25 } } } ], "range": [ - 91930, - 91971 + 92292, + 92333 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 44 }, "end": { - "line": 2561, + "line": 2573, "column": 13 } } }, "alternate": null, "range": [ - 91898, - 91971 + 92260, + 92333 ], "loc": { "start": { - "line": 2559, + "line": 2571, "column": 12 }, "end": { - "line": 2561, + "line": 2573, "column": 13 } } @@ -205233,16 +205906,16 @@ "type": "Identifier", "name": "files", "range": [ - 91987, - 91992 + 92349, + 92354 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 15 }, "end": { - "line": 2562, + "line": 2574, "column": 20 } } @@ -205251,31 +205924,31 @@ "type": "Identifier", "name": "i", "range": [ - 91993, - 91994 + 92355, + 92356 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 21 }, "end": { - "line": 2562, + "line": 2574, "column": 22 } } }, "range": [ - 91987, - 91995 + 92349, + 92357 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 15 }, "end": { - "line": 2562, + "line": 2574, "column": 23 } } @@ -205284,31 +205957,31 @@ "type": "Identifier", "name": "attr", "range": [ - 91996, - 92000 + 92358, + 92362 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 24 }, "end": { - "line": 2562, + "line": 2574, "column": 28 } } }, "range": [ - 91987, - 92001 + 92349, + 92363 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 15 }, "end": { - "line": 2562, + "line": 2574, "column": 29 } } @@ -205317,31 +205990,31 @@ "type": "Identifier", "name": "match", "range": [ - 92002, - 92007 + 92364, + 92369 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 30 }, "end": { - "line": 2562, + "line": 2574, "column": 35 } } }, "range": [ - 91987, - 92007 + 92349, + 92369 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 15 }, "end": { - "line": 2562, + "line": 2574, "column": 35 } } @@ -205351,32 +206024,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 92008, - 92016 + 92370, + 92378 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 36 }, "end": { - "line": 2562, + "line": 2574, "column": 44 } } } ], "range": [ - 91987, - 92017 + 92349, + 92379 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 15 }, "end": { - "line": 2562, + "line": 2574, "column": 45 } } @@ -205393,16 +206066,16 @@ "type": "Identifier", "name": "imported", "range": [ - 92036, - 92044 + 92398, + 92406 ], "loc": { "start": { - "line": 2563, + "line": 2575, "column": 16 }, "end": { - "line": 2563, + "line": 2575, "column": 24 } } @@ -205412,46 +206085,46 @@ "value": true, "raw": "true", "range": [ - 92047, - 92051 + 92409, + 92413 ], "loc": { "start": { - "line": 2563, + "line": 2575, "column": 27 }, "end": { - "line": 2563, + "line": 2575, "column": 31 } } }, "range": [ - 92036, - 92051 + 92398, + 92413 ], "loc": { "start": { - "line": 2563, + "line": 2575, "column": 16 }, "end": { - "line": 2563, + "line": 2575, "column": 31 } } }, "range": [ - 92036, - 92052 + 92398, + 92414 ], "loc": { "start": { - "line": 2563, + "line": 2575, "column": 16 }, "end": { - "line": 2563, + "line": 2575, "column": 32 } } @@ -205460,79 +206133,79 @@ "type": "BreakStatement", "label": null, "range": [ - 92069, - 92075 + 92431, + 92437 ], "loc": { "start": { - "line": 2564, + "line": 2576, "column": 16 }, "end": { - "line": 2564, + "line": 2576, "column": 22 } } } ], "range": [ - 92018, - 92089 + 92380, + 92451 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 46 }, "end": { - "line": 2565, + "line": 2577, "column": 13 } } }, "alternate": null, "range": [ - 91984, - 92089 + 92346, + 92451 ], "loc": { "start": { - "line": 2562, + "line": 2574, "column": 12 }, "end": { - "line": 2565, + "line": 2577, "column": 13 } } } ], "range": [ - 91884, - 92099 + 92246, + 92461 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 51 }, "end": { - "line": 2566, + "line": 2578, "column": 9 } } }, "range": [ - 91841, - 92099 + 92203, + 92461 ], "loc": { "start": { - "line": 2558, + "line": 2570, "column": 8 }, "end": { - "line": 2566, + "line": 2578, "column": 9 } } @@ -205543,47 +206216,47 @@ "type": "Identifier", "name": "imported", "range": [ - 92115, - 92123 + 92477, + 92485 ], "loc": { "start": { - "line": 2567, + "line": 2579, "column": 15 }, "end": { - "line": 2567, + "line": 2579, "column": 23 } } }, "range": [ - 92108, - 92124 + 92470, + 92486 ], "loc": { "start": { - "line": 2567, + "line": 2579, "column": 8 }, "end": { - "line": 2567, + "line": 2579, "column": 24 } } } ], "range": [ - 91645, - 92130 + 92007, + 92492 ], "loc": { "start": { - "line": 2553, + "line": 2565, "column": 30 }, "end": { - "line": 2568, + "line": 2580, "column": 5 } } @@ -205591,16 +206264,16 @@ "generator": false, "expression": false, "range": [ - 91629, - 92130 + 91991, + 92492 ], "loc": { "start": { - "line": 2553, + "line": 2565, "column": 14 }, "end": { - "line": 2568, + "line": 2580, "column": 5 } } @@ -205608,16 +206281,16 @@ "kind": "method", "computed": false, "range": [ - 91619, - 92130 + 91981, + 92492 ], "loc": { "start": { - "line": 2553, + "line": 2565, "column": 4 }, "end": { - "line": 2568, + "line": 2580, "column": 5 } }, @@ -205626,16 +206299,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": [ - 91395, - 91614 + 91757, + 91976 ], "loc": { "start": { - "line": 2547, + "line": 2559, "column": 4 }, "end": { - "line": 2552, + "line": 2564, "column": 7 } } @@ -205646,16 +206319,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": [ - 92136, - 92395 + 92498, + 92757 ], "loc": { "start": { - "line": 2570, + "line": 2582, "column": 4 }, "end": { - "line": 2576, + "line": 2588, "column": 7 } } @@ -205669,16 +206342,16 @@ "type": "Identifier", "name": "import", "range": [ - 92400, - 92406 + 92762, + 92768 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 4 }, "end": { - "line": 2577, + "line": 2589, "column": 10 } } @@ -205691,16 +206364,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 92407, - 92413 + 92769, + 92775 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 11 }, "end": { - "line": 2577, + "line": 2589, "column": 17 } } @@ -205709,16 +206382,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 92415, - 92423 + 92777, + 92785 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 19 }, "end": { - "line": 2577, + "line": 2589, "column": 27 } } @@ -205727,16 +206400,16 @@ "type": "Identifier", "name": "callback", "range": [ - 92425, - 92433 + 92787, + 92795 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 29 }, "end": { - "line": 2577, + "line": 2589, "column": 37 } } @@ -205745,16 +206418,16 @@ "type": "Identifier", "name": "type", "range": [ - 92435, - 92439 + 92797, + 92801 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 39 }, "end": { - "line": 2577, + "line": 2589, "column": 43 } } @@ -205772,16 +206445,16 @@ "type": "Identifier", "name": "ftype", "range": [ - 92454, - 92459 + 92816, + 92821 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 12 }, "end": { - "line": 2578, + "line": 2590, "column": 17 } } @@ -205795,32 +206468,32 @@ "type": "Identifier", "name": "type", "range": [ - 92463, - 92467 + 92825, + 92829 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 21 }, "end": { - "line": 2578, + "line": 2590, "column": 25 } } }, "prefix": true, "range": [ - 92462, - 92467 + 92824, + 92829 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 20 }, "end": { - "line": 2578, + "line": 2590, "column": 25 } } @@ -205830,16 +206503,16 @@ "value": "script", "raw": "'script'", "range": [ - 92470, - 92478 + 92832, + 92840 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 28 }, "end": { - "line": 2578, + "line": 2590, "column": 36 } } @@ -205848,46 +206521,46 @@ "type": "Identifier", "name": "type", "range": [ - 92481, - 92485 + 92843, + 92847 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 39 }, "end": { - "line": 2578, + "line": 2590, "column": 43 } } }, "range": [ - 92462, - 92485 + 92824, + 92847 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 20 }, "end": { - "line": 2578, + "line": 2590, "column": 43 } } }, "range": [ - 92454, - 92485 + 92816, + 92847 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 12 }, "end": { - "line": 2578, + "line": 2590, "column": 43 } } @@ -205898,16 +206571,16 @@ "type": "Identifier", "name": "imported", "range": [ - 92499, - 92507 + 92861, + 92869 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 12 }, "end": { - "line": 2579, + "line": 2591, "column": 20 } } @@ -205920,16 +206593,16 @@ "object": { "type": "ThisExpression", "range": [ - 92510, - 92514 + 92872, + 92876 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 23 }, "end": { - "line": 2579, + "line": 2591, "column": 27 } } @@ -205938,31 +206611,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 92515, - 92525 + 92877, + 92887 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 28 }, "end": { - "line": 2579, + "line": 2591, "column": 38 } } }, "range": [ - 92510, - 92525 + 92872, + 92887 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 23 }, "end": { - "line": 2579, + "line": 2591, "column": 38 } } @@ -205972,16 +206645,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 92526, - 92534 + 92888, + 92896 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 39 }, "end": { - "line": 2579, + "line": 2591, "column": 47 } } @@ -205990,47 +206663,47 @@ "type": "Identifier", "name": "ftype", "range": [ - 92536, - 92541 + 92898, + 92903 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 49 }, "end": { - "line": 2579, + "line": 2591, "column": 54 } } } ], "range": [ - 92510, - 92542 + 92872, + 92904 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 23 }, "end": { - "line": 2579, + "line": 2591, "column": 55 } } }, "range": [ - 92499, - 92542 + 92861, + 92904 ], "loc": { "start": { - "line": 2579, + "line": 2591, "column": 12 }, "end": { - "line": 2579, + "line": 2591, "column": 55 } } @@ -206038,16 +206711,16 @@ ], "kind": "let", "range": [ - 92450, - 92543 + 92812, + 92905 ], "loc": { "start": { - "line": 2578, + "line": 2590, "column": 8 }, "end": { - "line": 2579, + "line": 2591, "column": 56 } } @@ -206058,16 +206731,16 @@ "type": "Identifier", "name": "imported", "range": [ - 92555, - 92563 + 92917, + 92925 ], "loc": { "start": { - "line": 2580, + "line": 2592, "column": 11 }, "end": { - "line": 2580, + "line": 2592, "column": 19 } } @@ -206079,48 +206752,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 92578, - 92585 + 92940, + 92947 ], "loc": { "start": { - "line": 2581, + "line": 2593, "column": 12 }, "end": { - "line": 2581, + "line": 2593, "column": 19 } } } ], "range": [ - 92564, - 92595 + 92926, + 92957 ], "loc": { "start": { - "line": 2580, + "line": 2592, "column": 20 }, "end": { - "line": 2582, + "line": 2594, "column": 9 } } }, "alternate": null, "range": [ - 92552, - 92595 + 92914, + 92957 ], "loc": { "start": { - "line": 2580, + "line": 2592, "column": 8 }, "end": { - "line": 2582, + "line": 2594, "column": 9 } } @@ -206134,16 +206807,16 @@ "type": "Identifier", "name": "o", "range": [ - 92608, - 92609 + 92970, + 92971 ], "loc": { "start": { - "line": 2583, + "line": 2595, "column": 12 }, "end": { - "line": 2583, + "line": 2595, "column": 13 } } @@ -206151,31 +206824,31 @@ "init": { "type": "ThisExpression", "range": [ - 92612, - 92616 + 92974, + 92978 ], "loc": { "start": { - "line": 2583, + "line": 2595, "column": 16 }, "end": { - "line": 2583, + "line": 2595, "column": 20 } } }, "range": [ - 92608, - 92616 + 92970, + 92978 ], "loc": { "start": { - "line": 2583, + "line": 2595, "column": 12 }, "end": { - "line": 2583, + "line": 2595, "column": 20 } } @@ -206186,16 +206859,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 92630, - 92638 + 92992, + 93000 ], "loc": { "start": { - "line": 2584, + "line": 2596, "column": 12 }, "end": { - "line": 2584, + "line": 2596, "column": 20 } } @@ -206205,31 +206878,31 @@ "value": false, "raw": "false", "range": [ - 92641, - 92646 + 93003, + 93008 ], "loc": { "start": { - "line": 2584, + "line": 2596, "column": 23 }, "end": { - "line": 2584, + "line": 2596, "column": 28 } } }, "range": [ - 92630, - 92646 + 92992, + 93008 ], "loc": { "start": { - "line": 2584, + "line": 2596, "column": 12 }, "end": { - "line": 2584, + "line": 2596, "column": 28 } } @@ -206240,32 +206913,32 @@ "type": "Identifier", "name": "file", "range": [ - 92660, - 92664 + 93022, + 93026 ], "loc": { "start": { - "line": 2585, + "line": 2597, "column": 12 }, "end": { - "line": 2585, + "line": 2597, "column": 16 } } }, "init": null, "range": [ - 92660, - 92664 + 93022, + 93026 ], "loc": { "start": { - "line": 2585, + "line": 2597, "column": 12 }, "end": { - "line": 2585, + "line": 2597, "column": 16 } } @@ -206276,16 +206949,16 @@ "type": "Identifier", "name": "head", "range": [ - 92678, - 92682 + 93040, + 93044 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 12 }, "end": { - "line": 2586, + "line": 2598, "column": 16 } } @@ -206302,16 +206975,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 92685, - 92688 + 93047, + 93050 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 19 }, "end": { - "line": 2586, + "line": 2598, "column": 22 } } @@ -206320,31 +206993,31 @@ "type": "Identifier", "name": "tag", "range": [ - 92689, - 92692 + 93051, + 93054 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 23 }, "end": { - "line": 2586, + "line": 2598, "column": 26 } } }, "range": [ - 92685, - 92692 + 93047, + 93054 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 19 }, "end": { - "line": 2586, + "line": 2598, "column": 26 } } @@ -206354,16 +207027,16 @@ "type": "Identifier", "name": "doc", "range": [ - 92693, - 92696 + 93055, + 93058 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 27 }, "end": { - "line": 2586, + "line": 2598, "column": 30 } } @@ -206373,32 +207046,32 @@ "value": "head", "raw": "'head'", "range": [ - 92698, - 92704 + 93060, + 93066 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 32 }, "end": { - "line": 2586, + "line": 2598, "column": 38 } } } ], "range": [ - 92685, - 92705 + 93047, + 93067 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 19 }, "end": { - "line": 2586, + "line": 2598, "column": 39 } } @@ -206408,46 +207081,46 @@ "value": 0, "raw": "0", "range": [ - 92706, - 92707 + 93068, + 93069 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 40 }, "end": { - "line": 2586, + "line": 2598, "column": 41 } } }, "range": [ - 92685, - 92708 + 93047, + 93070 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 19 }, "end": { - "line": 2586, + "line": 2598, "column": 42 } } }, "range": [ - 92678, - 92708 + 93040, + 93070 ], "loc": { "start": { - "line": 2586, + "line": 2598, "column": 12 }, "end": { - "line": 2586, + "line": 2598, "column": 42 } } @@ -206455,16 +207128,16 @@ ], "kind": "let", "range": [ - 92604, - 92709 + 92966, + 93071 ], "loc": { "start": { - "line": 2583, + "line": 2595, "column": 8 }, "end": { - "line": 2586, + "line": 2598, "column": 43 } } @@ -206483,16 +207156,16 @@ "type": "Identifier", "name": "Str", "range": [ - 92722, - 92725 + 93084, + 93087 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 11 }, "end": { - "line": 2588, + "line": 2600, "column": 14 } } @@ -206501,31 +207174,31 @@ "type": "Identifier", "name": "lower", "range": [ - 92726, - 92731 + 93088, + 93093 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 15 }, "end": { - "line": 2588, + "line": 2600, "column": 20 } } }, "range": [ - 92722, - 92731 + 93084, + 93093 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 11 }, "end": { - "line": 2588, + "line": 2600, "column": 20 } } @@ -206535,32 +207208,32 @@ "type": "Identifier", "name": "ftype", "range": [ - 92732, - 92737 + 93094, + 93099 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 21 }, "end": { - "line": 2588, + "line": 2600, "column": 26 } } } ], "range": [ - 92722, - 92738 + 93084, + 93100 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 11 }, "end": { - "line": 2588, + "line": 2600, "column": 27 } } @@ -206570,31 +207243,31 @@ "value": "link", "raw": "'link'", "range": [ - 92743, - 92749 + 93105, + 93111 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 32 }, "end": { - "line": 2588, + "line": 2600, "column": 38 } } }, "range": [ - 92722, - 92749 + 93084, + 93111 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 11 }, "end": { - "line": 2588, + "line": 2600, "column": 38 } } @@ -206611,16 +207284,16 @@ "type": "Identifier", "name": "file", "range": [ - 92764, - 92768 + 93126, + 93130 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 12 }, "end": { - "line": 2589, + "line": 2601, "column": 16 } } @@ -206634,16 +207307,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 92771, - 92774 + 93133, + 93136 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 19 }, "end": { - "line": 2589, + "line": 2601, "column": 22 } } @@ -206652,31 +207325,31 @@ "type": "Identifier", "name": "create", "range": [ - 92775, - 92781 + 93137, + 93143 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 23 }, "end": { - "line": 2589, + "line": 2601, "column": 29 } } }, "range": [ - 92771, - 92781 + 93133, + 93143 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 19 }, "end": { - "line": 2589, + "line": 2601, "column": 29 } } @@ -206687,16 +207360,16 @@ "value": "link", "raw": "'link'", "range": [ - 92799, - 92805 + 93161, + 93167 ], "loc": { "start": { - "line": 2590, + "line": 2602, "column": 16 }, "end": { - "line": 2590, + "line": 2602, "column": 22 } } @@ -206709,16 +207382,16 @@ "value": "id", "raw": "'id'", "range": [ - 92824, - 92828 + 93186, + 93190 ], "loc": { "start": { - "line": 2591, + "line": 2603, "column": 17 }, "end": { - "line": 2591, + "line": 2603, "column": 21 } } @@ -206727,32 +207400,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 92830, - 92836 + 93192, + 93198 ], "loc": { "start": { - "line": 2591, + "line": 2603, "column": 23 }, "end": { - "line": 2591, + "line": 2603, "column": 29 } } } ], "range": [ - 92823, - 92837 + 93185, + 93199 ], "loc": { "start": { - "line": 2591, + "line": 2603, "column": 16 }, "end": { - "line": 2591, + "line": 2603, "column": 30 } } @@ -206765,16 +207438,16 @@ "value": "type", "raw": "'type'", "range": [ - 92840, - 92846 + 93202, + 93208 ], "loc": { "start": { - "line": 2591, + "line": 2603, "column": 33 }, "end": { - "line": 2591, + "line": 2603, "column": 39 } } @@ -206784,32 +207457,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 92848, - 92858 + 93210, + 93220 ], "loc": { "start": { - "line": 2591, + "line": 2603, "column": 41 }, "end": { - "line": 2591, + "line": 2603, "column": 51 } } } ], "range": [ - 92839, - 92859 + 93201, + 93221 ], "loc": { "start": { - "line": 2591, + "line": 2603, "column": 32 }, "end": { - "line": 2591, + "line": 2603, "column": 52 } } @@ -206822,16 +207495,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 92878, - 92883 + 93240, + 93245 ], "loc": { "start": { - "line": 2592, + "line": 2604, "column": 17 }, "end": { - "line": 2592, + "line": 2604, "column": 22 } } @@ -206841,32 +207514,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 92885, - 92897 + 93247, + 93259 ], "loc": { "start": { - "line": 2592, + "line": 2604, "column": 24 }, "end": { - "line": 2592, + "line": 2604, "column": 36 } } } ], "range": [ - 92877, - 92898 + 93239, + 93260 ], "loc": { "start": { - "line": 2592, + "line": 2604, "column": 16 }, "end": { - "line": 2592, + "line": 2604, "column": 37 } } @@ -206879,16 +207552,16 @@ "value": "href", "raw": "'href'", "range": [ - 92901, - 92907 + 93263, + 93269 ], "loc": { "start": { - "line": 2592, + "line": 2604, "column": 40 }, "end": { - "line": 2592, + "line": 2604, "column": 46 } } @@ -206897,94 +207570,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 92909, - 92917 + 93271, + 93279 ], "loc": { "start": { - "line": 2592, + "line": 2604, "column": 48 }, "end": { - "line": 2592, + "line": 2604, "column": 56 } } } ], "range": [ - 92900, - 92918 + 93262, + 93280 ], "loc": { "start": { - "line": 2592, + "line": 2604, "column": 39 }, "end": { - "line": 2592, + "line": 2604, "column": 57 } } } ], "range": [ - 92771, - 92932 + 93133, + 93294 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 19 }, "end": { - "line": 2593, + "line": 2605, "column": 13 } } }, "range": [ - 92764, - 92932 + 93126, + 93294 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 12 }, "end": { - "line": 2593, + "line": 2605, "column": 13 } } }, "range": [ - 92764, - 92933 + 93126, + 93295 ], "loc": { "start": { - "line": 2589, + "line": 2601, "column": 12 }, "end": { - "line": 2593, + "line": 2605, "column": 14 } } } ], "range": [ - 92750, - 92943 + 93112, + 93305 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 39 }, "end": { - "line": 2594, + "line": 2606, "column": 9 } } @@ -207001,16 +207674,16 @@ "type": "Identifier", "name": "file", "range": [ - 92963, - 92967 + 93325, + 93329 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 12 }, "end": { - "line": 2595, + "line": 2607, "column": 16 } } @@ -207024,16 +207697,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 92970, - 92973 + 93332, + 93335 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 19 }, "end": { - "line": 2595, + "line": 2607, "column": 22 } } @@ -207042,31 +207715,31 @@ "type": "Identifier", "name": "create", "range": [ - 92974, - 92980 + 93336, + 93342 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 23 }, "end": { - "line": 2595, + "line": 2607, "column": 29 } } }, "range": [ - 92970, - 92980 + 93332, + 93342 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 19 }, "end": { - "line": 2595, + "line": 2607, "column": 29 } } @@ -207077,16 +207750,16 @@ "value": "script", "raw": "'script'", "range": [ - 92998, - 93006 + 93360, + 93368 ], "loc": { "start": { - "line": 2596, + "line": 2608, "column": 16 }, "end": { - "line": 2596, + "line": 2608, "column": 24 } } @@ -207099,16 +207772,16 @@ "value": "id", "raw": "'id'", "range": [ - 93009, - 93013 + 93371, + 93375 ], "loc": { "start": { - "line": 2596, + "line": 2608, "column": 27 }, "end": { - "line": 2596, + "line": 2608, "column": 31 } } @@ -207117,32 +207790,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 93015, - 93021 + 93377, + 93383 ], "loc": { "start": { - "line": 2596, + "line": 2608, "column": 33 }, "end": { - "line": 2596, + "line": 2608, "column": 39 } } } ], "range": [ - 93008, - 93022 + 93370, + 93384 ], "loc": { "start": { - "line": 2596, + "line": 2608, "column": 26 }, "end": { - "line": 2596, + "line": 2608, "column": 40 } } @@ -207155,16 +207828,16 @@ "value": "type", "raw": "'type'", "range": [ - 93041, - 93047 + 93403, + 93409 ], "loc": { "start": { - "line": 2597, + "line": 2609, "column": 17 }, "end": { - "line": 2597, + "line": 2609, "column": 23 } } @@ -207174,32 +207847,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 93049, - 93066 + 93411, + 93428 ], "loc": { "start": { - "line": 2597, + "line": 2609, "column": 25 }, "end": { - "line": 2597, + "line": 2609, "column": 42 } } } ], "range": [ - 93040, - 93067 + 93402, + 93429 ], "loc": { "start": { - "line": 2597, + "line": 2609, "column": 16 }, "end": { - "line": 2597, + "line": 2609, "column": 43 } } @@ -207212,16 +207885,16 @@ "value": "src", "raw": "'src'", "range": [ - 93070, - 93075 + 93432, + 93437 ], "loc": { "start": { - "line": 2597, + "line": 2609, "column": 46 }, "end": { - "line": 2597, + "line": 2609, "column": 51 } } @@ -207230,109 +207903,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 93077, - 93085 + 93439, + 93447 ], "loc": { "start": { - "line": 2597, + "line": 2609, "column": 53 }, "end": { - "line": 2597, + "line": 2609, "column": 61 } } } ], "range": [ - 93069, - 93086 + 93431, + 93448 ], "loc": { "start": { - "line": 2597, + "line": 2609, "column": 45 }, "end": { - "line": 2597, + "line": 2609, "column": 62 } } } ], "range": [ - 92970, - 93100 + 93332, + 93462 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 19 }, "end": { - "line": 2598, + "line": 2610, "column": 13 } } }, "range": [ - 92963, - 93100 + 93325, + 93462 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 12 }, "end": { - "line": 2598, + "line": 2610, "column": 13 } } }, "range": [ - 92963, - 93101 + 93325, + 93463 ], "loc": { "start": { - "line": 2595, + "line": 2607, "column": 12 }, "end": { - "line": 2598, + "line": 2610, "column": 14 } } } ], "range": [ - 92949, - 93111 + 93311, + 93473 ], "loc": { "start": { - "line": 2594, + "line": 2606, "column": 15 }, "end": { - "line": 2599, + "line": 2611, "column": 9 } } }, "range": [ - 92719, - 93111 + 93081, + 93473 ], "loc": { "start": { - "line": 2588, + "line": 2600, "column": 8 }, "end": { - "line": 2599, + "line": 2611, "column": 9 } }, @@ -207341,16 +208014,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 93121, - 93193 + 93483, + 93555 ], "loc": { "start": { - "line": 2601, + "line": 2613, "column": 8 }, "end": { - "line": 2601, + "line": 2613, "column": 80 } } @@ -207369,16 +208042,16 @@ "type": "Identifier", "name": "file", "range": [ - 93202, - 93206 + 93564, + 93568 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 8 }, "end": { - "line": 2602, + "line": 2614, "column": 12 } } @@ -207387,31 +208060,31 @@ "type": "Identifier", "name": "onload", "range": [ - 93207, - 93213 + 93569, + 93575 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 13 }, "end": { - "line": 2602, + "line": 2614, "column": 19 } } }, "range": [ - 93202, - 93213 + 93564, + 93575 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 8 }, "end": { - "line": 2602, + "line": 2614, "column": 19 } } @@ -207426,16 +208099,16 @@ "type": "Identifier", "name": "file", "range": [ - 93216, - 93220 + 93578, + 93582 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 22 }, "end": { - "line": 2602, + "line": 2614, "column": 26 } } @@ -207444,31 +208117,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 93221, - 93239 + 93583, + 93601 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 27 }, "end": { - "line": 2602, + "line": 2614, "column": 45 } } }, "range": [ - 93216, - 93239 + 93578, + 93601 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 22 }, "end": { - "line": 2602, + "line": 2614, "column": 45 } } @@ -207492,32 +208165,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 93270, - 93278 + 93632, + 93640 ], "loc": { "start": { - "line": 2603, + "line": 2615, "column": 16 }, "end": { - "line": 2603, + "line": 2615, "column": 24 } } }, "prefix": true, "range": [ - 93269, - 93278 + 93631, + 93640 ], "loc": { "start": { - "line": 2603, + "line": 2615, "column": 15 }, "end": { - "line": 2603, + "line": 2615, "column": 24 } } @@ -207537,16 +208210,16 @@ "object": { "type": "ThisExpression", "range": [ - 93300, - 93304 + 93662, + 93666 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 18 }, "end": { - "line": 2604, + "line": 2616, "column": 22 } } @@ -207555,47 +208228,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 93305, - 93315 + 93667, + 93677 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 23 }, "end": { - "line": 2604, + "line": 2616, "column": 33 } } }, "range": [ - 93300, - 93315 + 93662, + 93677 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 18 }, "end": { - "line": 2604, + "line": 2616, "column": 33 } } }, "prefix": true, "range": [ - 93299, - 93315 + 93661, + 93677 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 17 }, "end": { - "line": 2604, + "line": 2616, "column": 33 } } @@ -207609,16 +208282,16 @@ "object": { "type": "ThisExpression", "range": [ - 93319, - 93323 + 93681, + 93685 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 37 }, "end": { - "line": 2604, + "line": 2616, "column": 41 } } @@ -207627,31 +208300,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 93324, - 93334 + 93686, + 93696 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 42 }, "end": { - "line": 2604, + "line": 2616, "column": 52 } } }, "range": [ - 93319, - 93334 + 93681, + 93696 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 37 }, "end": { - "line": 2604, + "line": 2616, "column": 52 } } @@ -207661,46 +208334,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 93339, - 93347 + 93701, + 93709 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 57 }, "end": { - "line": 2604, + "line": 2616, "column": 65 } } }, "range": [ - 93319, - 93347 + 93681, + 93709 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 37 }, "end": { - "line": 2604, + "line": 2616, "column": 65 } } }, "range": [ - 93299, - 93347 + 93661, + 93709 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 17 }, "end": { - "line": 2604, + "line": 2616, "column": 65 } } @@ -207714,16 +208387,16 @@ "object": { "type": "ThisExpression", "range": [ - 93371, - 93375 + 93733, + 93737 ], "loc": { "start": { - "line": 2605, + "line": 2617, "column": 20 }, "end": { - "line": 2605, + "line": 2617, "column": 24 } } @@ -207732,31 +208405,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 93376, - 93386 + 93738, + 93748 ], "loc": { "start": { - "line": 2605, + "line": 2617, "column": 25 }, "end": { - "line": 2605, + "line": 2617, "column": 35 } } }, "range": [ - 93371, - 93386 + 93733, + 93748 ], "loc": { "start": { - "line": 2605, + "line": 2617, "column": 20 }, "end": { - "line": 2605, + "line": 2617, "column": 35 } } @@ -207766,61 +208439,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 93391, - 93401 + 93753, + 93763 ], "loc": { "start": { - "line": 2605, + "line": 2617, "column": 40 }, "end": { - "line": 2605, + "line": 2617, "column": 50 } } }, "range": [ - 93371, - 93401 + 93733, + 93763 ], "loc": { "start": { - "line": 2605, + "line": 2617, "column": 20 }, "end": { - "line": 2605, + "line": 2617, "column": 50 } } }, "range": [ - 93299, - 93401 + 93661, + 93763 ], "loc": { "start": { - "line": 2604, + "line": 2616, "column": 17 }, "end": { - "line": 2605, + "line": 2617, "column": 50 } } }, "range": [ - 93269, - 93402 + 93631, + 93764 ], "loc": { "start": { - "line": 2603, + "line": 2615, "column": 15 }, "end": { - "line": 2605, + "line": 2617, "column": 51 } } @@ -207837,16 +208510,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 93421, - 93429 + 93783, + 93791 ], "loc": { "start": { - "line": 2606, + "line": 2618, "column": 16 }, "end": { - "line": 2606, + "line": 2618, "column": 24 } } @@ -207856,46 +208529,46 @@ "value": true, "raw": "true", "range": [ - 93432, - 93436 + 93794, + 93798 ], "loc": { "start": { - "line": 2606, + "line": 2618, "column": 27 }, "end": { - "line": 2606, + "line": 2618, "column": 31 } } }, "range": [ - 93421, - 93436 + 93783, + 93798 ], "loc": { "start": { - "line": 2606, + "line": 2618, "column": 16 }, "end": { - "line": 2606, + "line": 2618, "column": 31 } } }, "range": [ - 93421, - 93437 + 93783, + 93799 ], "loc": { "start": { - "line": 2606, + "line": 2618, "column": 16 }, "end": { - "line": 2606, + "line": 2618, "column": 32 } } @@ -207912,32 +208585,32 @@ "type": "Identifier", "name": "callback", "range": [ - 93464, - 93472 + 93826, + 93834 ], "loc": { "start": { - "line": 2607, + "line": 2619, "column": 26 }, "end": { - "line": 2607, + "line": 2619, "column": 34 } } }, "prefix": true, "range": [ - 93457, - 93472 + 93819, + 93834 ], "loc": { "start": { - "line": 2607, + "line": 2619, "column": 19 }, "end": { - "line": 2607, + "line": 2619, "column": 34 } } @@ -207947,31 +208620,31 @@ "value": "function", "raw": "'function'", "range": [ - 93477, - 93487 + 93839, + 93849 ], "loc": { "start": { - "line": 2607, + "line": 2619, "column": 39 }, "end": { - "line": 2607, + "line": 2619, "column": 49 } } }, "range": [ - 93457, - 93487 + 93819, + 93849 ], "loc": { "start": { - "line": 2607, + "line": 2619, "column": 19 }, "end": { - "line": 2607, + "line": 2619, "column": 49 } } @@ -207990,16 +208663,16 @@ "type": "Identifier", "name": "callback", "range": [ - 93510, - 93518 + 93872, + 93880 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 20 }, "end": { - "line": 2608, + "line": 2620, "column": 28 } } @@ -208008,31 +208681,31 @@ "type": "Identifier", "name": "call", "range": [ - 93519, - 93523 + 93881, + 93885 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 29 }, "end": { - "line": 2608, + "line": 2620, "column": 33 } } }, "range": [ - 93510, - 93523 + 93872, + 93885 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 20 }, "end": { - "line": 2608, + "line": 2620, "column": 33 } } @@ -208043,16 +208716,16 @@ "value": null, "raw": "null", "range": [ - 93524, - 93528 + 93886, + 93890 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 34 }, "end": { - "line": 2608, + "line": 2620, "column": 38 } } @@ -208061,127 +208734,127 @@ "type": "Identifier", "name": "o", "range": [ - 93530, - 93531 + 93892, + 93893 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 40 }, "end": { - "line": 2608, + "line": 2620, "column": 41 } } } ], "range": [ - 93510, - 93532 + 93872, + 93894 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 20 }, "end": { - "line": 2608, + "line": 2620, "column": 42 } } }, "range": [ - 93510, - 93533 + 93872, + 93895 ], "loc": { "start": { - "line": 2608, + "line": 2620, "column": 20 }, "end": { - "line": 2608, + "line": 2620, "column": 43 } } } ], "range": [ - 93488, - 93551 + 93850, + 93913 ], "loc": { "start": { - "line": 2607, + "line": 2619, "column": 50 }, "end": { - "line": 2609, + "line": 2621, "column": 17 } } }, "alternate": null, "range": [ - 93454, - 93551 + 93816, + 93913 ], "loc": { "start": { - "line": 2607, + "line": 2619, "column": 16 }, "end": { - "line": 2609, + "line": 2621, "column": 17 } } } ], "range": [ - 93403, - 93565 + 93765, + 93927 ], "loc": { "start": { - "line": 2605, + "line": 2617, "column": 52 }, "end": { - "line": 2610, + "line": 2622, "column": 13 } } }, "alternate": null, "range": [ - 93266, - 93565 + 93628, + 93927 ], "loc": { "start": { - "line": 2603, + "line": 2615, "column": 12 }, "end": { - "line": 2610, + "line": 2622, "column": 13 } } } ], "range": [ - 93252, - 93575 + 93614, + 93937 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 58 }, "end": { - "line": 2611, + "line": 2623, "column": 9 } } @@ -208189,61 +208862,61 @@ "generator": false, "expression": false, "range": [ - 93242, - 93575 + 93604, + 93937 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 48 }, "end": { - "line": 2611, + "line": 2623, "column": 9 } } }, "range": [ - 93216, - 93575 + 93578, + 93937 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 22 }, "end": { - "line": 2611, + "line": 2623, "column": 9 } } }, "range": [ - 93202, - 93575 + 93564, + 93937 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 8 }, "end": { - "line": 2611, + "line": 2623, "column": 9 } } }, "range": [ - 93202, - 93576 + 93564, + 93938 ], "loc": { "start": { - "line": 2602, + "line": 2614, "column": 8 }, "end": { - "line": 2611, + "line": 2623, "column": 10 } }, @@ -208252,16 +208925,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 93121, - 93193 + 93483, + 93555 ], "loc": { "start": { - "line": 2601, + "line": 2613, "column": 8 }, "end": { - "line": 2601, + "line": 2613, "column": 80 } } @@ -208280,16 +208953,16 @@ "type": "Identifier", "name": "file", "range": [ - 93585, - 93589 + 93947, + 93951 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 8 }, "end": { - "line": 2612, + "line": 2624, "column": 12 } } @@ -208298,31 +208971,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 93590, - 93597 + 93952, + 93959 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 13 }, "end": { - "line": 2612, + "line": 2624, "column": 20 } } }, "range": [ - 93585, - 93597 + 93947, + 93959 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 8 }, "end": { - "line": 2612, + "line": 2624, "column": 20 } } @@ -208342,16 +209015,16 @@ "type": "Identifier", "name": "Error", "range": [ - 93634, - 93639 + 93996, + 94001 ], "loc": { "start": { - "line": 2613, + "line": 2625, "column": 22 }, "end": { - "line": 2613, + "line": 2625, "column": 27 } } @@ -208365,16 +209038,16 @@ "value": "TF script could not load: ", "raw": "'TF script could not load: '", "range": [ - 93640, - 93668 + 94002, + 94030 ], "loc": { "start": { - "line": 2613, + "line": 2625, "column": 28 }, "end": { - "line": 2613, + "line": 2625, "column": 56 } } @@ -208383,78 +209056,78 @@ "type": "Identifier", "name": "filePath", "range": [ - 93671, - 93679 + 94033, + 94041 ], "loc": { "start": { - "line": 2613, + "line": 2625, "column": 59 }, "end": { - "line": 2613, + "line": 2625, "column": 67 } } }, "range": [ - 93640, - 93679 + 94002, + 94041 ], "loc": { "start": { - "line": 2613, + "line": 2625, "column": 28 }, "end": { - "line": 2613, + "line": 2625, "column": 67 } } } ], "range": [ - 93630, - 93680 + 93992, + 94042 ], "loc": { "start": { - "line": 2613, + "line": 2625, "column": 18 }, "end": { - "line": 2613, + "line": 2625, "column": 68 } } }, "range": [ - 93624, - 93681 + 93986, + 94043 ], "loc": { "start": { - "line": 2613, + "line": 2625, "column": 12 }, "end": { - "line": 2613, + "line": 2625, "column": 69 } } } ], "range": [ - 93610, - 93691 + 93972, + 94053 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 33 }, "end": { - "line": 2614, + "line": 2626, "column": 9 } } @@ -208462,46 +209135,46 @@ "generator": false, "expression": false, "range": [ - 93600, - 93691 + 93962, + 94053 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 23 }, "end": { - "line": 2614, + "line": 2626, "column": 9 } } }, "range": [ - 93585, - 93691 + 93947, + 94053 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 8 }, "end": { - "line": 2614, + "line": 2626, "column": 9 } } }, "range": [ - 93585, - 93692 + 93947, + 94054 ], "loc": { "start": { - "line": 2612, + "line": 2624, "column": 8 }, "end": { - "line": 2614, + "line": 2626, "column": 10 } } @@ -208517,16 +209190,16 @@ "type": "Identifier", "name": "head", "range": [ - 93701, - 93705 + 94063, + 94067 ], "loc": { "start": { - "line": 2615, + "line": 2627, "column": 8 }, "end": { - "line": 2615, + "line": 2627, "column": 12 } } @@ -208535,31 +209208,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 93706, - 93717 + 94068, + 94079 ], "loc": { "start": { - "line": 2615, + "line": 2627, "column": 13 }, "end": { - "line": 2615, + "line": 2627, "column": 24 } } }, "range": [ - 93701, - 93717 + 94063, + 94079 ], "loc": { "start": { - "line": 2615, + "line": 2627, "column": 8 }, "end": { - "line": 2615, + "line": 2627, "column": 24 } } @@ -208569,63 +209242,63 @@ "type": "Identifier", "name": "file", "range": [ - 93718, - 93722 + 94080, + 94084 ], "loc": { "start": { - "line": 2615, + "line": 2627, "column": 25 }, "end": { - "line": 2615, + "line": 2627, "column": 29 } } } ], "range": [ - 93701, - 93723 + 94063, + 94085 ], "loc": { "start": { - "line": 2615, + "line": 2627, "column": 8 }, "end": { - "line": 2615, + "line": 2627, "column": 30 } } }, "range": [ - 93701, - 93724 + 94063, + 94086 ], "loc": { "start": { - "line": 2615, + "line": 2627, "column": 8 }, "end": { - "line": 2615, + "line": 2627, "column": 31 } } } ], "range": [ - 92440, - 93730 + 92802, + 94092 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 44 }, "end": { - "line": 2616, + "line": 2628, "column": 5 } } @@ -208633,16 +209306,16 @@ "generator": false, "expression": false, "range": [ - 92406, - 93730 + 92768, + 94092 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 10 }, "end": { - "line": 2616, + "line": 2628, "column": 5 } } @@ -208650,16 +209323,16 @@ "kind": "method", "computed": false, "range": [ - 92400, - 93730 + 92762, + 94092 ], "loc": { "start": { - "line": 2577, + "line": 2589, "column": 4 }, "end": { - "line": 2616, + "line": 2628, "column": 5 } }, @@ -208668,16 +209341,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": [ - 92136, - 92395 + 92498, + 92757 ], "loc": { "start": { - "line": 2570, + "line": 2582, "column": 4 }, "end": { - "line": 2576, + "line": 2588, "column": 7 } } @@ -208688,16 +209361,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 93736, - 93811 + 94098, + 94173 ], "loc": { "start": { - "line": 2618, + "line": 2630, "column": 4 }, "end": { - "line": 2621, + "line": 2633, "column": 7 } } @@ -208711,16 +209384,16 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 93816, - 93823 + 94178, + 94185 ], "loc": { "start": { - "line": 2622, + "line": 2634, "column": 4 }, "end": { - "line": 2622, + "line": 2634, "column": 11 } } @@ -208740,16 +209413,16 @@ "object": { "type": "ThisExpression", "range": [ - 93842, - 93846 + 94204, + 94208 ], "loc": { "start": { - "line": 2623, + "line": 2635, "column": 15 }, "end": { - "line": 2623, + "line": 2635, "column": 19 } } @@ -208758,62 +209431,62 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 93847, - 93855 + 94209, + 94217 ], "loc": { "start": { - "line": 2623, + "line": 2635, "column": 20 }, "end": { - "line": 2623, + "line": 2635, "column": 28 } } }, "range": [ - 93842, - 93855 + 94204, + 94217 ], "loc": { "start": { - "line": 2623, + "line": 2635, "column": 15 }, "end": { - "line": 2623, + "line": 2635, "column": 28 } } }, "range": [ - 93835, - 93856 + 94197, + 94218 ], "loc": { "start": { - "line": 2623, + "line": 2635, "column": 8 }, "end": { - "line": 2623, + "line": 2635, "column": 29 } } } ], "range": [ - 93825, - 93862 + 94187, + 94224 ], "loc": { "start": { - "line": 2622, + "line": 2634, "column": 13 }, "end": { - "line": 2624, + "line": 2636, "column": 5 } } @@ -208821,16 +209494,16 @@ "generator": false, "expression": false, "range": [ - 93823, - 93862 + 94185, + 94224 ], "loc": { "start": { - "line": 2622, + "line": 2634, "column": 11 }, "end": { - "line": 2624, + "line": 2636, "column": 5 } } @@ -208838,16 +209511,16 @@ "kind": "method", "computed": false, "range": [ - 93816, - 93862 + 94178, + 94224 ], "loc": { "start": { - "line": 2622, + "line": 2634, "column": 4 }, "end": { - "line": 2624, + "line": 2636, "column": 5 } }, @@ -208856,16 +209529,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 93736, - 93811 + 94098, + 94173 ], "loc": { "start": { - "line": 2618, + "line": 2630, "column": 4 }, "end": { - "line": 2621, + "line": 2633, "column": 7 } } @@ -208876,16 +209549,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 93868, - 93947 + 94230, + 94309 ], "loc": { "start": { - "line": 2626, + "line": 2638, "column": 4 }, "end": { - "line": 2629, + "line": 2641, "column": 7 } } @@ -208899,16 +209572,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 93952, - 93964 + 94314, + 94326 ], "loc": { "start": { - "line": 2630, + "line": 2642, "column": 4 }, "end": { - "line": 2630, + "line": 2642, "column": 16 } } @@ -208931,16 +209604,16 @@ "object": { "type": "ThisExpression", "range": [ - 93983, - 93987 + 94345, + 94349 ], "loc": { "start": { - "line": 2631, + "line": 2643, "column": 15 }, "end": { - "line": 2631, + "line": 2643, "column": 19 } } @@ -208949,31 +209622,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 93988, - 93994 + 94350, + 94356 ], "loc": { "start": { - "line": 2631, + "line": 2643, "column": 20 }, "end": { - "line": 2631, + "line": 2643, "column": 26 } } }, "range": [ - 93983, - 93994 + 94345, + 94356 ], "loc": { "start": { - "line": 2631, + "line": 2643, "column": 15 }, "end": { - "line": 2631, + "line": 2643, "column": 26 } } @@ -208982,62 +209655,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 93998, - 94000 + 94360, + 94362 ], "loc": { "start": { - "line": 2631, + "line": 2643, "column": 30 }, "end": { - "line": 2631, + "line": 2643, "column": 32 } } }, "range": [ - 93983, - 94000 + 94345, + 94362 ], "loc": { "start": { - "line": 2631, + "line": 2643, "column": 15 }, "end": { - "line": 2631, + "line": 2643, "column": 32 } } }, "range": [ - 93976, - 94001 + 94338, + 94363 ], "loc": { "start": { - "line": 2631, + "line": 2643, "column": 8 }, "end": { - "line": 2631, + "line": 2643, "column": 33 } } } ], "range": [ - 93966, - 94007 + 94328, + 94369 ], "loc": { "start": { - "line": 2630, + "line": 2642, "column": 18 }, "end": { - "line": 2632, + "line": 2644, "column": 5 } } @@ -209045,16 +209718,16 @@ "generator": false, "expression": false, "range": [ - 93964, - 94007 + 94326, + 94369 ], "loc": { "start": { - "line": 2630, + "line": 2642, "column": 16 }, "end": { - "line": 2632, + "line": 2644, "column": 5 } } @@ -209062,16 +209735,16 @@ "kind": "method", "computed": false, "range": [ - 93952, - 94007 + 94314, + 94369 ], "loc": { "start": { - "line": 2630, + "line": 2642, "column": 4 }, "end": { - "line": 2632, + "line": 2644, "column": 5 } }, @@ -209080,16 +209753,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 93868, - 93947 + 94230, + 94309 ], "loc": { "start": { - "line": 2626, + "line": 2638, "column": 4 }, "end": { - "line": 2629, + "line": 2641, "column": 7 } } @@ -209100,16 +209773,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": [ - 94013, - 94189 + 94375, + 94551 ], "loc": { "start": { - "line": 2634, + "line": 2646, "column": 4 }, "end": { - "line": 2638, + "line": 2650, "column": 7 } } @@ -209123,16 +209796,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 94194, - 94206 + 94556, + 94568 ], "loc": { "start": { - "line": 2639, + "line": 2651, "column": 4 }, "end": { - "line": 2639, + "line": 2651, "column": 16 } } @@ -209145,16 +209818,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 94207, - 94213 + 94569, + 94575 ], "loc": { "start": { - "line": 2639, + "line": 2651, "column": 17 }, "end": { - "line": 2639, + "line": 2651, "column": 23 } } @@ -209172,32 +209845,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 94228, - 94234 + 94590, + 94596 ], "loc": { "start": { - "line": 2640, + "line": 2652, "column": 12 }, "end": { - "line": 2640, + "line": 2652, "column": 18 } } }, "prefix": true, "range": [ - 94227, - 94234 + 94589, + 94596 ], "loc": { "start": { - "line": 2640, + "line": 2652, "column": 11 }, "end": { - "line": 2640, + "line": 2652, "column": 18 } } @@ -209213,16 +209886,16 @@ "object": { "type": "ThisExpression", "range": [ - 94256, - 94260 + 94618, + 94622 ], "loc": { "start": { - "line": 2641, + "line": 2653, "column": 19 }, "end": { - "line": 2641, + "line": 2653, "column": 23 } } @@ -209231,78 +209904,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 94261, - 94275 + 94623, + 94637 ], "loc": { "start": { - "line": 2641, + "line": 2653, "column": 24 }, "end": { - "line": 2641, + "line": 2653, "column": 38 } } }, "range": [ - 94256, - 94275 + 94618, + 94637 ], "loc": { "start": { - "line": 2641, + "line": 2653, "column": 19 }, "end": { - "line": 2641, + "line": 2653, "column": 38 } } }, "range": [ - 94249, - 94276 + 94611, + 94638 ], "loc": { "start": { - "line": 2641, + "line": 2653, "column": 12 }, "end": { - "line": 2641, + "line": 2653, "column": 39 } } } ], "range": [ - 94235, - 94286 + 94597, + 94648 ], "loc": { "start": { - "line": 2640, + "line": 2652, "column": 19 }, "end": { - "line": 2642, + "line": 2654, "column": 9 } } }, "alternate": null, "range": [ - 94224, - 94286 + 94586, + 94648 ], "loc": { "start": { - "line": 2640, + "line": 2652, "column": 8 }, "end": { - "line": 2642, + "line": 2654, "column": 9 } } @@ -209318,16 +209991,16 @@ "object": { "type": "ThisExpression", "range": [ - 94296, - 94300 + 94658, + 94662 ], "loc": { "start": { - "line": 2644, + "line": 2656, "column": 8 }, "end": { - "line": 2644, + "line": 2656, "column": 12 } } @@ -209336,31 +210009,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 94301, - 94315 + 94663, + 94677 ], "loc": { "start": { - "line": 2644, + "line": 2656, "column": 13 }, "end": { - "line": 2644, + "line": 2656, "column": 27 } } }, "range": [ - 94296, - 94315 + 94658, + 94677 ], "loc": { "start": { - "line": 2644, + "line": 2656, "column": 8 }, "end": { - "line": 2644, + "line": 2656, "column": 27 } } @@ -209369,46 +210042,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 94318, - 94320 + 94680, + 94682 ], "loc": { "start": { - "line": 2644, + "line": 2656, "column": 30 }, "end": { - "line": 2644, + "line": 2656, "column": 32 } } }, "range": [ - 94296, - 94320 + 94658, + 94682 ], "loc": { "start": { - "line": 2644, + "line": 2656, "column": 8 }, "end": { - "line": 2644, + "line": 2656, "column": 32 } } }, "range": [ - 94296, - 94321 + 94658, + 94683 ], "loc": { "start": { - "line": 2644, + "line": 2656, "column": 8 }, "end": { - "line": 2644, + "line": 2656, "column": 33 } } @@ -209424,16 +210097,16 @@ "type": "Identifier", "name": "k", "range": [ - 94338, - 94339 + 94700, + 94701 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 16 }, "end": { - "line": 2645, + "line": 2657, "column": 17 } } @@ -209444,16 +210117,16 @@ "object": { "type": "ThisExpression", "range": [ - 94340, - 94344 + 94702, + 94706 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 18 }, "end": { - "line": 2645, + "line": 2657, "column": 22 } } @@ -209462,46 +210135,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 94345, - 94351 + 94707, + 94713 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 23 }, "end": { - "line": 2645, + "line": 2657, "column": 29 } } }, "range": [ - 94340, - 94351 + 94702, + 94713 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 18 }, "end": { - "line": 2645, + "line": 2657, "column": 29 } } }, "range": [ - 94338, - 94351 + 94700, + 94713 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 16 }, "end": { - "line": 2645, + "line": 2657, "column": 29 } } @@ -209509,16 +210182,16 @@ ], "kind": "let", "range": [ - 94334, - 94351 + 94696, + 94713 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 12 }, "end": { - "line": 2645, + "line": 2657, "column": 29 } } @@ -209530,16 +210203,16 @@ "type": "Identifier", "name": "k", "range": [ - 94353, - 94354 + 94715, + 94716 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 31 }, "end": { - "line": 2645, + "line": 2657, "column": 32 } } @@ -209552,16 +210225,16 @@ "object": { "type": "ThisExpression", "range": [ - 94355, - 94359 + 94717, + 94721 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 33 }, "end": { - "line": 2645, + "line": 2657, "column": 37 } } @@ -209570,31 +210243,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 94360, - 94369 + 94722, + 94731 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 38 }, "end": { - "line": 2645, + "line": 2657, "column": 47 } } }, "range": [ - 94355, - 94369 + 94717, + 94731 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 33 }, "end": { - "line": 2645, + "line": 2657, "column": 47 } } @@ -209605,47 +210278,47 @@ "value": true, "raw": "true", "range": [ - 94370, - 94374 + 94732, + 94736 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 48 }, "end": { - "line": 2645, + "line": 2657, "column": 52 } } } ], "range": [ - 94355, - 94375 + 94717, + 94737 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 33 }, "end": { - "line": 2645, + "line": 2657, "column": 53 } } }, "range": [ - 94353, - 94375 + 94715, + 94737 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 31 }, "end": { - "line": 2645, + "line": 2657, "column": 53 } } @@ -209657,32 +210330,32 @@ "type": "Identifier", "name": "k", "range": [ - 94377, - 94378 + 94739, + 94740 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 55 }, "end": { - "line": 2645, + "line": 2657, "column": 56 } } }, "prefix": false, "range": [ - 94377, - 94380 + 94739, + 94742 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 55 }, "end": { - "line": 2645, + "line": 2657, "column": 58 } } @@ -209699,16 +210372,16 @@ "type": "Identifier", "name": "r", "range": [ - 94399, - 94400 + 94761, + 94762 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 16 }, "end": { - "line": 2646, + "line": 2658, "column": 17 } } @@ -209725,16 +210398,16 @@ "object": { "type": "ThisExpression", "range": [ - 94403, - 94407 + 94765, + 94769 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 20 }, "end": { - "line": 2646, + "line": 2658, "column": 24 } } @@ -209743,31 +210416,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 94408, - 94411 + 94770, + 94773 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 25 }, "end": { - "line": 2646, + "line": 2658, "column": 28 } } }, "range": [ - 94403, - 94411 + 94765, + 94773 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 20 }, "end": { - "line": 2646, + "line": 2658, "column": 28 } } @@ -209776,31 +210449,31 @@ "type": "Identifier", "name": "rows", "range": [ - 94412, - 94416 + 94774, + 94778 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 29 }, "end": { - "line": 2646, + "line": 2658, "column": 33 } } }, "range": [ - 94403, - 94416 + 94765, + 94778 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 20 }, "end": { - "line": 2646, + "line": 2658, "column": 33 } } @@ -209809,46 +210482,46 @@ "type": "Identifier", "name": "k", "range": [ - 94417, - 94418 + 94779, + 94780 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 34 }, "end": { - "line": 2646, + "line": 2658, "column": 35 } } }, "range": [ - 94403, - 94419 + 94765, + 94781 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 20 }, "end": { - "line": 2646, + "line": 2658, "column": 36 } } }, "range": [ - 94399, - 94419 + 94761, + 94781 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 16 }, "end": { - "line": 2646, + "line": 2658, "column": 36 } } @@ -209856,16 +210529,16 @@ ], "kind": "let", "range": [ - 94395, - 94420 + 94757, + 94782 ], "loc": { "start": { - "line": 2646, + "line": 2658, "column": 12 }, "end": { - "line": 2646, + "line": 2658, "column": 37 } } @@ -209881,16 +210554,16 @@ "object": { "type": "ThisExpression", "range": [ - 94437, - 94441 + 94799, + 94803 ], "loc": { "start": { - "line": 2647, + "line": 2659, "column": 16 }, "end": { - "line": 2647, + "line": 2659, "column": 20 } } @@ -209899,47 +210572,47 @@ "type": "Identifier", "name": "paging", "range": [ - 94442, - 94448 + 94804, + 94810 ], "loc": { "start": { - "line": 2647, + "line": 2659, "column": 21 }, "end": { - "line": 2647, + "line": 2659, "column": 27 } } }, "range": [ - 94437, - 94448 + 94799, + 94810 ], "loc": { "start": { - "line": 2647, + "line": 2659, "column": 16 }, "end": { - "line": 2647, + "line": 2659, "column": 27 } } }, "prefix": true, "range": [ - 94436, - 94448 + 94798, + 94810 ], "loc": { "start": { - "line": 2647, + "line": 2659, "column": 15 }, "end": { - "line": 2647, + "line": 2659, "column": 27 } } @@ -209960,16 +210633,16 @@ "object": { "type": "ThisExpression", "range": [ - 94470, - 94474 + 94832, + 94836 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 19 }, "end": { - "line": 2648, + "line": 2660, "column": 23 } } @@ -209978,31 +210651,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 94475, - 94488 + 94837, + 94850 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 24 }, "end": { - "line": 2648, + "line": 2660, "column": 37 } } }, "range": [ - 94470, - 94488 + 94832, + 94850 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 19 }, "end": { - "line": 2648, + "line": 2660, "column": 37 } } @@ -210012,32 +210685,32 @@ "type": "Identifier", "name": "r", "range": [ - 94489, - 94490 + 94851, + 94852 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 38 }, "end": { - "line": 2648, + "line": 2660, "column": 39 } } } ], "range": [ - 94470, - 94491 + 94832, + 94853 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 19 }, "end": { - "line": 2648, + "line": 2660, "column": 40 } } @@ -210047,31 +210720,31 @@ "value": "none", "raw": "'none'", "range": [ - 94496, - 94502 + 94858, + 94864 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 45 }, "end": { - "line": 2648, + "line": 2660, "column": 51 } } }, "range": [ - 94470, - 94502 + 94832, + 94864 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 19 }, "end": { - "line": 2648, + "line": 2660, "column": 51 } } @@ -210092,16 +210765,16 @@ "object": { "type": "ThisExpression", "range": [ - 94525, - 94529 + 94887, + 94891 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 20 }, "end": { - "line": 2649, + "line": 2661, "column": 24 } } @@ -210110,31 +210783,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 94530, - 94544 + 94892, + 94906 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 25 }, "end": { - "line": 2649, + "line": 2661, "column": 39 } } }, "range": [ - 94525, - 94544 + 94887, + 94906 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 20 }, "end": { - "line": 2649, + "line": 2661, "column": 39 } } @@ -210143,31 +210816,31 @@ "type": "Identifier", "name": "push", "range": [ - 94545, - 94549 + 94907, + 94911 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 40 }, "end": { - "line": 2649, + "line": 2661, "column": 44 } } }, "range": [ - 94525, - 94549 + 94887, + 94911 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 20 }, "end": { - "line": 2649, + "line": 2661, "column": 44 } } @@ -210180,16 +210853,16 @@ "type": "Identifier", "name": "r", "range": [ - 94550, - 94551 + 94912, + 94913 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 45 }, "end": { - "line": 2649, + "line": 2661, "column": 46 } } @@ -210198,110 +210871,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 94552, - 94560 + 94914, + 94922 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 47 }, "end": { - "line": 2649, + "line": 2661, "column": 55 } } }, "range": [ - 94550, - 94560 + 94912, + 94922 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 45 }, "end": { - "line": 2649, + "line": 2661, "column": 55 } } } ], "range": [ - 94525, - 94561 + 94887, + 94923 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 20 }, "end": { - "line": 2649, + "line": 2661, "column": 56 } } }, "range": [ - 94525, - 94562 + 94887, + 94924 ], "loc": { "start": { - "line": 2649, + "line": 2661, "column": 20 }, "end": { - "line": 2649, + "line": 2661, "column": 57 } } } ], "range": [ - 94503, - 94580 + 94865, + 94942 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 52 }, "end": { - "line": 2650, + "line": 2662, "column": 17 } } }, "alternate": null, "range": [ - 94467, - 94580 + 94829, + 94942 ], "loc": { "start": { - "line": 2648, + "line": 2660, "column": 16 }, "end": { - "line": 2650, + "line": 2662, "column": 17 } } } ], "range": [ - 94449, - 94594 + 94811, + 94956 ], "loc": { "start": { - "line": 2647, + "line": 2659, "column": 28 }, "end": { - "line": 2651, + "line": 2663, "column": 13 } } @@ -210326,16 +210999,16 @@ "type": "Identifier", "name": "r", "range": [ - 94621, - 94622 + 94983, + 94984 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 19 }, "end": { - "line": 2652, + "line": 2664, "column": 20 } } @@ -210344,31 +211017,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 94623, - 94635 + 94985, + 94997 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 21 }, "end": { - "line": 2652, + "line": 2664, "column": 33 } } }, "range": [ - 94621, - 94635 + 94983, + 94997 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 19 }, "end": { - "line": 2652, + "line": 2664, "column": 33 } } @@ -210379,32 +211052,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 94636, - 94646 + 94998, + 95008 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 34 }, "end": { - "line": 2652, + "line": 2664, "column": 44 } } } ], "range": [ - 94621, - 94647 + 94983, + 95009 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 19 }, "end": { - "line": 2652, + "line": 2664, "column": 45 } } @@ -210414,31 +211087,31 @@ "value": "true", "raw": "'true'", "range": [ - 94652, - 94658 + 95014, + 95020 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 50 }, "end": { - "line": 2652, + "line": 2664, "column": 56 } } }, "range": [ - 94621, - 94658 + 94983, + 95020 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 19 }, "end": { - "line": 2652, + "line": 2664, "column": 56 } } @@ -210455,16 +211128,16 @@ "type": "Identifier", "name": "r", "range": [ - 94682, - 94683 + 95044, + 95045 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 20 }, "end": { - "line": 2653, + "line": 2665, "column": 21 } } @@ -210473,31 +211146,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 94684, - 94696 + 95046, + 95058 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 22 }, "end": { - "line": 2653, + "line": 2665, "column": 34 } } }, "range": [ - 94682, - 94696 + 95044, + 95058 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 20 }, "end": { - "line": 2653, + "line": 2665, "column": 34 } } @@ -210508,32 +211181,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 94697, - 94707 + 95059, + 95069 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 35 }, "end": { - "line": 2653, + "line": 2665, "column": 45 } } } ], "range": [ - 94682, - 94708 + 95044, + 95070 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 20 }, "end": { - "line": 2653, + "line": 2665, "column": 46 } } @@ -210543,46 +211216,46 @@ "value": null, "raw": "null", "range": [ - 94713, - 94717 + 95075, + 95079 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 51 }, "end": { - "line": 2653, + "line": 2665, "column": 55 } } }, "range": [ - 94682, - 94717 + 95044, + 95079 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 20 }, "end": { - "line": 2653, + "line": 2665, "column": 55 } } }, "range": [ - 94621, - 94717 + 94983, + 95079 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 19 }, "end": { - "line": 2653, + "line": 2665, "column": 55 } } @@ -210603,16 +211276,16 @@ "object": { "type": "ThisExpression", "range": [ - 94740, - 94744 + 95102, + 95106 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 20 }, "end": { - "line": 2654, + "line": 2666, "column": 24 } } @@ -210621,31 +211294,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 94745, - 94759 + 95107, + 95121 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 25 }, "end": { - "line": 2654, + "line": 2666, "column": 39 } } }, "range": [ - 94740, - 94759 + 95102, + 95121 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 20 }, "end": { - "line": 2654, + "line": 2666, "column": 39 } } @@ -210654,31 +211327,31 @@ "type": "Identifier", "name": "push", "range": [ - 94760, - 94764 + 95122, + 95126 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 40 }, "end": { - "line": 2654, + "line": 2666, "column": 44 } } }, "range": [ - 94740, - 94764 + 95102, + 95126 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 20 }, "end": { - "line": 2654, + "line": 2666, "column": 44 } } @@ -210691,16 +211364,16 @@ "type": "Identifier", "name": "r", "range": [ - 94765, - 94766 + 95127, + 95128 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 45 }, "end": { - "line": 2654, + "line": 2666, "column": 46 } } @@ -210709,156 +211382,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 94767, - 94775 + 95129, + 95137 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 47 }, "end": { - "line": 2654, + "line": 2666, "column": 55 } } }, "range": [ - 94765, - 94775 + 95127, + 95137 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 45 }, "end": { - "line": 2654, + "line": 2666, "column": 55 } } } ], "range": [ - 94740, - 94776 + 95102, + 95138 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 20 }, "end": { - "line": 2654, + "line": 2666, "column": 56 } } }, "range": [ - 94740, - 94777 + 95102, + 95139 ], "loc": { "start": { - "line": 2654, + "line": 2666, "column": 20 }, "end": { - "line": 2654, + "line": 2666, "column": 57 } } } ], "range": [ - 94718, - 94795 + 95080, + 95157 ], "loc": { "start": { - "line": 2653, + "line": 2665, "column": 56 }, "end": { - "line": 2655, + "line": 2667, "column": 17 } } }, "alternate": null, "range": [ - 94618, - 94795 + 94980, + 95157 ], "loc": { "start": { - "line": 2652, + "line": 2664, "column": 16 }, "end": { - "line": 2655, + "line": 2667, "column": 17 } } } ], "range": [ - 94600, - 94809 + 94962, + 95171 ], "loc": { "start": { - "line": 2651, + "line": 2663, "column": 19 }, "end": { - "line": 2656, + "line": 2668, "column": 13 } } }, "range": [ - 94433, - 94809 + 94795, + 95171 ], "loc": { "start": { - "line": 2647, + "line": 2659, "column": 12 }, "end": { - "line": 2656, + "line": 2668, "column": 13 } } } ], "range": [ - 94381, - 94819 + 94743, + 95181 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 59 }, "end": { - "line": 2657, + "line": 2669, "column": 9 } } }, "range": [ - 94330, - 94819 + 94692, + 95181 ], "loc": { "start": { - "line": 2645, + "line": 2657, "column": 8 }, "end": { - "line": 2657, + "line": 2669, "column": 9 } } @@ -210871,16 +211544,16 @@ "object": { "type": "ThisExpression", "range": [ - 94835, - 94839 + 95197, + 95201 ], "loc": { "start": { - "line": 2658, + "line": 2670, "column": 15 }, "end": { - "line": 2658, + "line": 2670, "column": 19 } } @@ -210889,62 +211562,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 94840, - 94854 + 95202, + 95216 ], "loc": { "start": { - "line": 2658, + "line": 2670, "column": 20 }, "end": { - "line": 2658, + "line": 2670, "column": 34 } } }, "range": [ - 94835, - 94854 + 95197, + 95216 ], "loc": { "start": { - "line": 2658, + "line": 2670, "column": 15 }, "end": { - "line": 2658, + "line": 2670, "column": 34 } } }, "range": [ - 94828, - 94855 + 95190, + 95217 ], "loc": { "start": { - "line": 2658, + "line": 2670, "column": 8 }, "end": { - "line": 2658, + "line": 2670, "column": 35 } } } ], "range": [ - 94214, - 94861 + 94576, + 95223 ], "loc": { "start": { - "line": 2639, + "line": 2651, "column": 24 }, "end": { - "line": 2659, + "line": 2671, "column": 5 } } @@ -210952,16 +211625,16 @@ "generator": false, "expression": false, "range": [ - 94206, - 94861 + 94568, + 95223 ], "loc": { "start": { - "line": 2639, + "line": 2651, "column": 16 }, "end": { - "line": 2659, + "line": 2671, "column": 5 } } @@ -210969,16 +211642,16 @@ "kind": "method", "computed": false, "range": [ - 94194, - 94861 + 94556, + 95223 ], "loc": { "start": { - "line": 2639, + "line": 2651, "column": 4 }, "end": { - "line": 2659, + "line": 2671, "column": 5 } }, @@ -210987,16 +211660,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": [ - 94013, - 94189 + 94375, + 94551 ], "loc": { "start": { - "line": 2634, + "line": 2646, "column": 4 }, "end": { - "line": 2638, + "line": 2650, "column": 7 } } @@ -211007,16 +211680,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 94867, - 94957 + 95229, + 95319 ], "loc": { "start": { - "line": 2661, + "line": 2673, "column": 4 }, "end": { - "line": 2664, + "line": 2676, "column": 7 } } @@ -211030,16 +211703,16 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 94962, - 94980 + 95324, + 95342 ], "loc": { "start": { - "line": 2665, + "line": 2677, "column": 4 }, "end": { - "line": 2665, + "line": 2677, "column": 22 } } @@ -211059,16 +211732,16 @@ "object": { "type": "ThisExpression", "range": [ - 94999, - 95003 + 95361, + 95365 ], "loc": { "start": { - "line": 2666, + "line": 2678, "column": 15 }, "end": { - "line": 2666, + "line": 2678, "column": 19 } } @@ -211077,62 +211750,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 95004, - 95019 + 95366, + 95381 ], "loc": { "start": { - "line": 2666, + "line": 2678, "column": 20 }, "end": { - "line": 2666, + "line": 2678, "column": 35 } } }, "range": [ - 94999, - 95019 + 95361, + 95381 ], "loc": { "start": { - "line": 2666, + "line": 2678, "column": 15 }, "end": { - "line": 2666, + "line": 2678, "column": 35 } } }, "range": [ - 94992, - 95020 + 95354, + 95382 ], "loc": { "start": { - "line": 2666, + "line": 2678, "column": 8 }, "end": { - "line": 2666, + "line": 2678, "column": 36 } } } ], "range": [ - 94982, - 95026 + 95344, + 95388 ], "loc": { "start": { - "line": 2665, + "line": 2677, "column": 24 }, "end": { - "line": 2667, + "line": 2679, "column": 5 } } @@ -211140,16 +211813,16 @@ "generator": false, "expression": false, "range": [ - 94980, - 95026 + 95342, + 95388 ], "loc": { "start": { - "line": 2665, + "line": 2677, "column": 22 }, "end": { - "line": 2667, + "line": 2679, "column": 5 } } @@ -211157,16 +211830,16 @@ "kind": "method", "computed": false, "range": [ - 94962, - 95026 + 95324, + 95388 ], "loc": { "start": { - "line": 2665, + "line": 2677, "column": 4 }, "end": { - "line": 2667, + "line": 2679, "column": 5 } }, @@ -211175,16 +211848,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 94867, - 94957 + 95229, + 95319 ], "loc": { "start": { - "line": 2661, + "line": 2673, "column": 4 }, "end": { - "line": 2664, + "line": 2676, "column": 7 } } @@ -211195,16 +211868,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 95032, - 95107 + 95394, + 95469 ], "loc": { "start": { - "line": 2669, + "line": 2681, "column": 4 }, "end": { - "line": 2672, + "line": 2684, "column": 7 } } @@ -211218,16 +211891,16 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 95112, - 95130 + 95474, + 95492 ], "loc": { "start": { - "line": 2673, + "line": 2685, "column": 4 }, "end": { - "line": 2673, + "line": 2685, "column": 22 } } @@ -211247,16 +211920,16 @@ "object": { "type": "ThisExpression", "range": [ - 95149, - 95153 + 95511, + 95515 ], "loc": { "start": { - "line": 2674, + "line": 2686, "column": 15 }, "end": { - "line": 2674, + "line": 2686, "column": 19 } } @@ -211265,62 +211938,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 95154, - 95164 + 95516, + 95526 ], "loc": { "start": { - "line": 2674, + "line": 2686, "column": 20 }, "end": { - "line": 2674, + "line": 2686, "column": 30 } } }, "range": [ - 95149, - 95164 + 95511, + 95526 ], "loc": { "start": { - "line": 2674, + "line": 2686, "column": 15 }, "end": { - "line": 2674, + "line": 2686, "column": 30 } } }, "range": [ - 95142, - 95165 + 95504, + 95527 ], "loc": { "start": { - "line": 2674, + "line": 2686, "column": 8 }, "end": { - "line": 2674, + "line": 2686, "column": 31 } } } ], "range": [ - 95132, - 95171 + 95494, + 95533 ], "loc": { "start": { - "line": 2673, + "line": 2685, "column": 24 }, "end": { - "line": 2675, + "line": 2687, "column": 5 } } @@ -211328,16 +212001,16 @@ "generator": false, "expression": false, "range": [ - 95130, - 95171 + 95492, + 95533 ], "loc": { "start": { - "line": 2673, + "line": 2685, "column": 22 }, "end": { - "line": 2675, + "line": 2687, "column": 5 } } @@ -211345,16 +212018,16 @@ "kind": "method", "computed": false, "range": [ - 95112, - 95171 + 95474, + 95533 ], "loc": { "start": { - "line": 2673, + "line": 2685, "column": 4 }, "end": { - "line": 2675, + "line": 2687, "column": 5 } }, @@ -211363,16 +212036,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 95032, - 95107 + 95394, + 95469 ], "loc": { "start": { - "line": 2669, + "line": 2681, "column": 4 }, "end": { - "line": 2672, + "line": 2684, "column": 7 } } @@ -211383,16 +212056,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 95177, - 95304 + 95539, + 95666 ], "loc": { "start": { - "line": 2677, + "line": 2689, "column": 4 }, "end": { - "line": 2681, + "line": 2693, "column": 7 } } @@ -211406,16 +212079,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 95309, - 95325 + 95671, + 95687 ], "loc": { "start": { - "line": 2682, + "line": 2694, "column": 4 }, "end": { - "line": 2682, + "line": 2694, "column": 20 } } @@ -211435,16 +212108,16 @@ "object": { "type": "ThisExpression", "range": [ - 95344, - 95348 + 95706, + 95710 ], "loc": { "start": { - "line": 2683, + "line": 2695, "column": 15 }, "end": { - "line": 2683, + "line": 2695, "column": 19 } } @@ -211453,62 +212126,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 95349, - 95355 + 95711, + 95717 ], "loc": { "start": { - "line": 2683, + "line": 2695, "column": 20 }, "end": { - "line": 2683, + "line": 2695, "column": 26 } } }, "range": [ - 95344, - 95355 + 95706, + 95717 ], "loc": { "start": { - "line": 2683, + "line": 2695, "column": 15 }, "end": { - "line": 2683, + "line": 2695, "column": 26 } } }, "range": [ - 95337, - 95356 + 95699, + 95718 ], "loc": { "start": { - "line": 2683, + "line": 2695, "column": 8 }, "end": { - "line": 2683, + "line": 2695, "column": 27 } } } ], "range": [ - 95327, - 95362 + 95689, + 95724 ], "loc": { "start": { - "line": 2682, + "line": 2694, "column": 22 }, "end": { - "line": 2684, + "line": 2696, "column": 5 } } @@ -211516,16 +212189,16 @@ "generator": false, "expression": false, "range": [ - 95325, - 95362 + 95687, + 95724 ], "loc": { "start": { - "line": 2682, + "line": 2694, "column": 20 }, "end": { - "line": 2684, + "line": 2696, "column": 5 } } @@ -211533,16 +212206,16 @@ "kind": "method", "computed": false, "range": [ - 95309, - 95362 + 95671, + 95724 ], "loc": { "start": { - "line": 2682, + "line": 2694, "column": 4 }, "end": { - "line": 2684, + "line": 2696, "column": 5 } }, @@ -211551,16 +212224,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 95177, - 95304 + 95539, + 95666 ], "loc": { "start": { - "line": 2677, + "line": 2689, "column": 4 }, "end": { - "line": 2681, + "line": 2693, "column": 7 } } @@ -211571,16 +212244,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 95368, - 95440 + 95730, + 95802 ], "loc": { "start": { - "line": 2686, + "line": 2698, "column": 4 }, "end": { - "line": 2689, + "line": 2701, "column": 7 } } @@ -211594,16 +212267,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 95445, - 95460 + 95807, + 95822 ], "loc": { "start": { - "line": 2690, + "line": 2702, "column": 4 }, "end": { - "line": 2690, + "line": 2702, "column": 19 } } @@ -211626,16 +212299,16 @@ "object": { "type": "ThisExpression", "range": [ - 95476, - 95480 + 95838, + 95842 ], "loc": { "start": { - "line": 2691, + "line": 2703, "column": 12 }, "end": { - "line": 2691, + "line": 2703, "column": 16 } } @@ -211644,47 +212317,47 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 95481, - 95489 + 95843, + 95851 ], "loc": { "start": { - "line": 2691, + "line": 2703, "column": 17 }, "end": { - "line": 2691, + "line": 2703, "column": 25 } } }, "range": [ - 95476, - 95489 + 95838, + 95851 ], "loc": { "start": { - "line": 2691, + "line": 2703, "column": 12 }, "end": { - "line": 2691, + "line": 2703, "column": 25 } } }, "prefix": true, "range": [ - 95475, - 95489 + 95837, + 95851 ], "loc": { "start": { - "line": 2691, + "line": 2703, "column": 11 }, "end": { - "line": 2691, + "line": 2703, "column": 25 } } @@ -211696,48 +212369,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 95504, - 95511 + 95866, + 95873 ], "loc": { "start": { - "line": 2692, + "line": 2704, "column": 12 }, "end": { - "line": 2692, + "line": 2704, "column": 19 } } } ], "range": [ - 95490, - 95521 + 95852, + 95883 ], "loc": { "start": { - "line": 2691, + "line": 2703, "column": 26 }, "end": { - "line": 2693, + "line": 2705, "column": 9 } } }, "alternate": null, "range": [ - 95472, - 95521 + 95834, + 95883 ], "loc": { "start": { - "line": 2691, + "line": 2703, "column": 8 }, "end": { - "line": 2693, + "line": 2705, "column": 9 } } @@ -211753,16 +212426,16 @@ "object": { "type": "ThisExpression", "range": [ - 95538, - 95542 + 95900, + 95904 ], "loc": { "start": { - "line": 2694, + "line": 2706, "column": 16 }, "end": { - "line": 2694, + "line": 2706, "column": 20 } } @@ -211771,31 +212444,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 95543, - 95549 + 95905, + 95911 ], "loc": { "start": { - "line": 2694, + "line": 2706, "column": 21 }, "end": { - "line": 2694, + "line": 2706, "column": 27 } } }, "range": [ - 95538, - 95549 + 95900, + 95911 ], "loc": { "start": { - "line": 2694, + "line": 2706, "column": 16 }, "end": { - "line": 2694, + "line": 2706, "column": 27 } } @@ -211805,62 +212478,62 @@ "value": 1, "raw": "1", "range": [ - 95550, - 95551 + 95912, + 95913 ], "loc": { "start": { - "line": 2694, + "line": 2706, "column": 28 }, "end": { - "line": 2694, + "line": 2706, "column": 29 } } }, "range": [ - 95538, - 95551 + 95900, + 95913 ], "loc": { "start": { - "line": 2694, + "line": 2706, "column": 16 }, "end": { - "line": 2694, + "line": 2706, "column": 29 } } }, "range": [ - 95530, - 95553 + 95892, + 95915 ], "loc": { "start": { - "line": 2694, + "line": 2706, "column": 8 }, "end": { - "line": 2694, + "line": 2706, "column": 31 } } } ], "range": [ - 95462, - 95559 + 95824, + 95921 ], "loc": { "start": { - "line": 2690, + "line": 2702, "column": 21 }, "end": { - "line": 2695, + "line": 2707, "column": 5 } } @@ -211868,16 +212541,16 @@ "generator": false, "expression": false, "range": [ - 95460, - 95559 + 95822, + 95921 ], "loc": { "start": { - "line": 2690, + "line": 2702, "column": 19 }, "end": { - "line": 2695, + "line": 2707, "column": 5 } } @@ -211885,16 +212558,16 @@ "kind": "method", "computed": false, "range": [ - 95445, - 95559 + 95807, + 95921 ], "loc": { "start": { - "line": 2690, + "line": 2702, "column": 4 }, "end": { - "line": 2695, + "line": 2707, "column": 5 } }, @@ -211903,16 +212576,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 95368, - 95440 + 95730, + 95802 ], "loc": { "start": { - "line": 2686, + "line": 2698, "column": 4 }, "end": { - "line": 2689, + "line": 2701, "column": 7 } } @@ -211923,16 +212596,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": [ - 95565, - 95705 + 95927, + 96067 ], "loc": { "start": { - "line": 2697, + "line": 2709, "column": 4 }, "end": { - "line": 2701, + "line": 2713, "column": 7 } } @@ -211946,16 +212619,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 95710, - 95726 + 96072, + 96088 ], "loc": { "start": { - "line": 2702, + "line": 2714, "column": 4 }, "end": { - "line": 2702, + "line": 2714, "column": 20 } } @@ -211968,16 +212641,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 95727, - 95735 + 96089, + 96097 ], "loc": { "start": { - "line": 2702, + "line": 2714, "column": 21 }, "end": { - "line": 2702, + "line": 2714, "column": 29 } } @@ -211995,16 +212668,16 @@ "type": "Identifier", "name": "table", "range": [ - 95750, - 95755 + 96112, + 96117 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 12 }, "end": { - "line": 2703, + "line": 2715, "column": 17 } } @@ -212017,16 +212690,16 @@ "object": { "type": "ThisExpression", "range": [ - 95758, - 95762 + 96120, + 96124 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 20 }, "end": { - "line": 2703, + "line": 2715, "column": 24 } } @@ -212035,31 +212708,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 95763, - 95773 + 96125, + 96135 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 25 }, "end": { - "line": 2703, + "line": 2715, "column": 35 } } }, "range": [ - 95758, - 95773 + 96120, + 96135 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 20 }, "end": { - "line": 2703, + "line": 2715, "column": 35 } } @@ -212076,16 +212749,16 @@ "object": { "type": "ThisExpression", "range": [ - 95776, - 95780 + 96138, + 96142 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 38 }, "end": { - "line": 2703, + "line": 2715, "column": 42 } } @@ -212094,31 +212767,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 95781, - 95784 + 96143, + 96146 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 43 }, "end": { - "line": 2703, + "line": 2715, "column": 46 } } }, "range": [ - 95776, - 95784 + 96138, + 96146 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 38 }, "end": { - "line": 2703, + "line": 2715, "column": 46 } } @@ -212127,31 +212800,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 95785, - 95795 + 96147, + 96157 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 47 }, "end": { - "line": 2703, + "line": 2715, "column": 57 } } }, "range": [ - 95776, - 95795 + 96138, + 96157 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 38 }, "end": { - "line": 2703, + "line": 2715, "column": 57 } } @@ -212160,31 +212833,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 95796, - 95803 + 96158, + 96165 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 58 }, "end": { - "line": 2703, + "line": 2715, "column": 65 } } }, "range": [ - 95776, - 95803 + 96138, + 96165 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 38 }, "end": { - "line": 2703, + "line": 2715, "column": 65 } } @@ -212195,16 +212868,16 @@ "object": { "type": "ThisExpression", "range": [ - 95806, - 95810 + 96168, + 96172 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 68 }, "end": { - "line": 2703, + "line": 2715, "column": 72 } } @@ -212213,61 +212886,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 95811, - 95814 + 96173, + 96176 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 73 }, "end": { - "line": 2703, + "line": 2715, "column": 76 } } }, "range": [ - 95806, - 95814 + 96168, + 96176 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 68 }, "end": { - "line": 2703, + "line": 2715, "column": 76 } } }, "range": [ - 95758, - 95814 + 96120, + 96176 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 20 }, "end": { - "line": 2703, + "line": 2715, "column": 76 } } }, "range": [ - 95750, - 95814 + 96112, + 96176 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 12 }, "end": { - "line": 2703, + "line": 2715, "column": 76 } } @@ -212275,16 +212948,16 @@ ], "kind": "let", "range": [ - 95746, - 95815 + 96108, + 96177 ], "loc": { "start": { - "line": 2703, + "line": 2715, "column": 8 }, "end": { - "line": 2703, + "line": 2715, "column": 77 } } @@ -212298,16 +212971,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 95828, - 95833 + 96190, + 96195 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 12 }, "end": { - "line": 2704, + "line": 2716, "column": 17 } } @@ -212321,16 +212994,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 95836, - 95839 + 96198, + 96201 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 20 }, "end": { - "line": 2704, + "line": 2716, "column": 23 } } @@ -212339,31 +213012,31 @@ "type": "Identifier", "name": "tag", "range": [ - 95840, - 95843 + 96202, + 96205 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 24 }, "end": { - "line": 2704, + "line": 2716, "column": 27 } } }, "range": [ - 95836, - 95843 + 96198, + 96205 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 20 }, "end": { - "line": 2704, + "line": 2716, "column": 27 } } @@ -212373,16 +213046,16 @@ "type": "Identifier", "name": "table", "range": [ - 95844, - 95849 + 96206, + 96211 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 28 }, "end": { - "line": 2704, + "line": 2716, "column": 33 } } @@ -212392,47 +213065,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 95851, - 95858 + 96213, + 96220 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 35 }, "end": { - "line": 2704, + "line": 2716, "column": 42 } } } ], "range": [ - 95836, - 95859 + 96198, + 96221 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 20 }, "end": { - "line": 2704, + "line": 2716, "column": 43 } } }, "range": [ - 95828, - 95859 + 96190, + 96221 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 12 }, "end": { - "line": 2704, + "line": 2716, "column": 43 } } @@ -212440,16 +213113,16 @@ ], "kind": "let", "range": [ - 95824, - 95860 + 96186, + 96222 ], "loc": { "start": { - "line": 2704, + "line": 2716, "column": 8 }, "end": { - "line": 2704, + "line": 2716, "column": 44 } } @@ -212463,16 +213136,16 @@ "type": "Identifier", "name": "headersRow", "range": [ - 95873, - 95883 + 96235, + 96245 ], "loc": { "start": { - "line": 2705, + "line": 2717, "column": 12 }, "end": { - "line": 2705, + "line": 2717, "column": 22 } } @@ -212483,16 +213156,16 @@ "object": { "type": "ThisExpression", "range": [ - 95886, - 95890 + 96248, + 96252 ], "loc": { "start": { - "line": 2705, + "line": 2717, "column": 25 }, "end": { - "line": 2705, + "line": 2717, "column": 29 } } @@ -212501,46 +213174,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 95891, - 95901 + 96253, + 96263 ], "loc": { "start": { - "line": 2705, + "line": 2717, "column": 30 }, "end": { - "line": 2705, + "line": 2717, "column": 40 } } }, "range": [ - 95886, - 95901 + 96248, + 96263 ], "loc": { "start": { - "line": 2705, + "line": 2717, "column": 25 }, "end": { - "line": 2705, + "line": 2717, "column": 40 } } }, "range": [ - 95873, - 95901 + 96235, + 96263 ], "loc": { "start": { - "line": 2705, + "line": 2717, "column": 12 }, "end": { - "line": 2705, + "line": 2717, "column": 40 } } @@ -212548,16 +213221,16 @@ ], "kind": "let", "range": [ - 95869, - 95902 + 96231, + 96264 ], "loc": { "start": { - "line": 2705, + "line": 2717, "column": 8 }, "end": { - "line": 2705, + "line": 2717, "column": 41 } } @@ -212571,32 +213244,32 @@ "type": "Identifier", "name": "header", "range": [ - 95915, - 95921 + 96277, + 96283 ], "loc": { "start": { - "line": 2706, + "line": 2718, "column": 12 }, "end": { - "line": 2706, + "line": 2718, "column": 18 } } }, "init": null, "range": [ - 95915, - 95921 + 96277, + 96283 ], "loc": { "start": { - "line": 2706, + "line": 2718, "column": 12 }, "end": { - "line": 2706, + "line": 2718, "column": 18 } } @@ -212604,16 +213277,16 @@ ], "kind": "let", "range": [ - 95911, - 95922 + 96273, + 96284 ], "loc": { "start": { - "line": 2706, + "line": 2718, "column": 8 }, "end": { - "line": 2706, + "line": 2718, "column": 19 } } @@ -212629,16 +213302,16 @@ "type": "Identifier", "name": "i", "range": [ - 95939, - 95940 + 96301, + 96302 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 16 }, "end": { - "line": 2707, + "line": 2719, "column": 17 } } @@ -212648,31 +213321,31 @@ "value": 0, "raw": "0", "range": [ - 95941, - 95942 + 96303, + 96304 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 18 }, "end": { - "line": 2707, + "line": 2719, "column": 19 } } }, "range": [ - 95939, - 95942 + 96301, + 96304 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 16 }, "end": { - "line": 2707, + "line": 2719, "column": 19 } } @@ -212680,16 +213353,16 @@ ], "kind": "let", "range": [ - 95935, - 95942 + 96297, + 96304 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 12 }, "end": { - "line": 2707, + "line": 2719, "column": 19 } } @@ -212701,16 +213374,16 @@ "type": "Identifier", "name": "i", "range": [ - 95944, - 95945 + 96306, + 96307 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 21 }, "end": { - "line": 2707, + "line": 2719, "column": 22 } } @@ -212721,16 +213394,16 @@ "object": { "type": "ThisExpression", "range": [ - 95946, - 95950 + 96308, + 96312 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 23 }, "end": { - "line": 2707, + "line": 2719, "column": 27 } } @@ -212739,46 +213412,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 95951, - 95958 + 96313, + 96320 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 28 }, "end": { - "line": 2707, + "line": 2719, "column": 35 } } }, "range": [ - 95946, - 95958 + 96308, + 96320 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 23 }, "end": { - "line": 2707, + "line": 2719, "column": 35 } } }, "range": [ - 95944, - 95958 + 96306, + 96320 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 21 }, "end": { - "line": 2707, + "line": 2719, "column": 35 } } @@ -212790,32 +213463,32 @@ "type": "Identifier", "name": "i", "range": [ - 95960, - 95961 + 96322, + 96323 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 37 }, "end": { - "line": 2707, + "line": 2719, "column": 38 } } }, "prefix": false, "range": [ - 95960, - 95963 + 96322, + 96325 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 37 }, "end": { - "line": 2707, + "line": 2719, "column": 40 } } @@ -212832,16 +213505,16 @@ "type": "Identifier", "name": "i", "range": [ - 95981, - 95982 + 96343, + 96344 ], "loc": { "start": { - "line": 2708, + "line": 2720, "column": 15 }, "end": { - "line": 2708, + "line": 2720, "column": 16 } } @@ -212850,31 +213523,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 95987, - 95995 + 96349, + 96357 ], "loc": { "start": { - "line": 2708, + "line": 2720, "column": 21 }, "end": { - "line": 2708, + "line": 2720, "column": 29 } } }, "range": [ - 95981, - 95995 + 96343, + 96357 ], "loc": { "start": { - "line": 2708, + "line": 2720, "column": 15 }, "end": { - "line": 2708, + "line": 2720, "column": 29 } } @@ -212886,48 +213559,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 96014, - 96023 + 96376, + 96385 ], "loc": { "start": { - "line": 2709, + "line": 2721, "column": 16 }, "end": { - "line": 2709, + "line": 2721, "column": 25 } } } ], "range": [ - 95996, - 96037 + 96358, + 96399 ], "loc": { "start": { - "line": 2708, + "line": 2720, "column": 30 }, "end": { - "line": 2710, + "line": 2722, "column": 13 } } }, "alternate": null, "range": [ - 95978, - 96037 + 96340, + 96399 ], "loc": { "start": { - "line": 2708, + "line": 2720, "column": 12 }, "end": { - "line": 2710, + "line": 2722, "column": 13 } } @@ -212944,16 +213617,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 96053, - 96058 + 96415, + 96420 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 15 }, "end": { - "line": 2711, + "line": 2723, "column": 20 } } @@ -212962,31 +213635,31 @@ "type": "Identifier", "name": "length", "range": [ - 96059, - 96065 + 96421, + 96427 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 21 }, "end": { - "line": 2711, + "line": 2723, "column": 27 } } }, "range": [ - 96053, - 96065 + 96415, + 96427 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 15 }, "end": { - "line": 2711, + "line": 2723, "column": 27 } } @@ -212996,31 +213669,31 @@ "value": 0, "raw": "0", "range": [ - 96070, - 96071 + 96432, + 96433 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 32 }, "end": { - "line": 2711, + "line": 2723, "column": 33 } } }, "range": [ - 96053, - 96071 + 96415, + 96433 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 15 }, "end": { - "line": 2711, + "line": 2723, "column": 33 } } @@ -213037,16 +213710,16 @@ "type": "Identifier", "name": "header", "range": [ - 96090, - 96096 + 96452, + 96458 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 16 }, "end": { - "line": 2712, + "line": 2724, "column": 22 } } @@ -213067,16 +213740,16 @@ "type": "Identifier", "name": "table", "range": [ - 96099, - 96104 + 96461, + 96466 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 25 }, "end": { - "line": 2712, + "line": 2724, "column": 30 } } @@ -213085,31 +213758,31 @@ "type": "Identifier", "name": "rows", "range": [ - 96105, - 96109 + 96467, + 96471 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 31 }, "end": { - "line": 2712, + "line": 2724, "column": 35 } } }, "range": [ - 96099, - 96109 + 96461, + 96471 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 25 }, "end": { - "line": 2712, + "line": 2724, "column": 35 } } @@ -213118,31 +213791,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 96110, - 96120 + 96472, + 96482 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 36 }, "end": { - "line": 2712, + "line": 2724, "column": 46 } } }, "range": [ - 96099, - 96121 + 96461, + 96483 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 25 }, "end": { - "line": 2712, + "line": 2724, "column": 47 } } @@ -213151,31 +213824,31 @@ "type": "Identifier", "name": "cells", "range": [ - 96122, - 96127 + 96484, + 96489 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 48 }, "end": { - "line": 2712, + "line": 2724, "column": 53 } } }, "range": [ - 96099, - 96127 + 96461, + 96489 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 25 }, "end": { - "line": 2712, + "line": 2724, "column": 53 } } @@ -213184,93 +213857,93 @@ "type": "Identifier", "name": "i", "range": [ - 96128, - 96129 + 96490, + 96491 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 54 }, "end": { - "line": 2712, + "line": 2724, "column": 55 } } }, "range": [ - 96099, - 96130 + 96461, + 96492 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 25 }, "end": { - "line": 2712, + "line": 2724, "column": 56 } } }, "range": [ - 96090, - 96130 + 96452, + 96492 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 16 }, "end": { - "line": 2712, + "line": 2724, "column": 56 } } }, "range": [ - 96090, - 96131 + 96452, + 96493 ], "loc": { "start": { - "line": 2712, + "line": 2724, "column": 16 }, "end": { - "line": 2712, + "line": 2724, "column": 57 } } } ], "range": [ - 96072, - 96145 + 96434, + 96507 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 34 }, "end": { - "line": 2713, + "line": 2725, "column": 13 } } }, "alternate": null, "range": [ - 96050, - 96145 + 96412, + 96507 ], "loc": { "start": { - "line": 2711, + "line": 2723, "column": 12 }, "end": { - "line": 2713, + "line": 2725, "column": 13 } } @@ -213287,16 +213960,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 96161, - 96166 + 96523, + 96528 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 15 }, "end": { - "line": 2714, + "line": 2726, "column": 20 } } @@ -213305,31 +213978,31 @@ "type": "Identifier", "name": "length", "range": [ - 96167, - 96173 + 96529, + 96535 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 21 }, "end": { - "line": 2714, + "line": 2726, "column": 27 } } }, "range": [ - 96161, - 96173 + 96523, + 96535 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 15 }, "end": { - "line": 2714, + "line": 2726, "column": 27 } } @@ -213339,31 +214012,31 @@ "value": 1, "raw": "1", "range": [ - 96178, - 96179 + 96540, + 96541 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 32 }, "end": { - "line": 2714, + "line": 2726, "column": 33 } } }, "range": [ - 96161, - 96179 + 96523, + 96541 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 15 }, "end": { - "line": 2714, + "line": 2726, "column": 33 } } @@ -213380,16 +214053,16 @@ "type": "Identifier", "name": "header", "range": [ - 96198, - 96204 + 96560, + 96566 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 16 }, "end": { - "line": 2715, + "line": 2727, "column": 22 } } @@ -213413,16 +214086,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 96207, - 96212 + 96569, + 96574 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 25 }, "end": { - "line": 2715, + "line": 2727, "column": 30 } } @@ -213432,31 +214105,31 @@ "value": 0, "raw": "0", "range": [ - 96213, - 96214 + 96575, + 96576 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 31 }, "end": { - "line": 2715, + "line": 2727, "column": 32 } } }, "range": [ - 96207, - 96215 + 96569, + 96577 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 25 }, "end": { - "line": 2715, + "line": 2727, "column": 33 } } @@ -213465,31 +214138,31 @@ "type": "Identifier", "name": "rows", "range": [ - 96216, - 96220 + 96578, + 96582 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 34 }, "end": { - "line": 2715, + "line": 2727, "column": 38 } } }, "range": [ - 96207, - 96220 + 96569, + 96582 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 25 }, "end": { - "line": 2715, + "line": 2727, "column": 38 } } @@ -213498,31 +214171,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 96221, - 96231 + 96583, + 96593 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 39 }, "end": { - "line": 2715, + "line": 2727, "column": 49 } } }, "range": [ - 96207, - 96232 + 96569, + 96594 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 25 }, "end": { - "line": 2715, + "line": 2727, "column": 50 } } @@ -213531,31 +214204,31 @@ "type": "Identifier", "name": "cells", "range": [ - 96233, - 96238 + 96595, + 96600 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 51 }, "end": { - "line": 2715, + "line": 2727, "column": 56 } } }, "range": [ - 96207, - 96238 + 96569, + 96600 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 25 }, "end": { - "line": 2715, + "line": 2727, "column": 56 } } @@ -213564,93 +214237,93 @@ "type": "Identifier", "name": "i", "range": [ - 96239, - 96240 + 96601, + 96602 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 57 }, "end": { - "line": 2715, + "line": 2727, "column": 58 } } }, "range": [ - 96207, - 96241 + 96569, + 96603 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 25 }, "end": { - "line": 2715, + "line": 2727, "column": 59 } } }, "range": [ - 96198, - 96241 + 96560, + 96603 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 16 }, "end": { - "line": 2715, + "line": 2727, "column": 59 } } }, "range": [ - 96198, - 96242 + 96560, + 96604 ], "loc": { "start": { - "line": 2715, + "line": 2727, "column": 16 }, "end": { - "line": 2715, + "line": 2727, "column": 60 } } } ], "range": [ - 96180, - 96256 + 96542, + 96618 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 34 }, "end": { - "line": 2716, + "line": 2728, "column": 13 } } }, "alternate": null, "range": [ - 96158, - 96256 + 96520, + 96618 ], "loc": { "start": { - "line": 2714, + "line": 2726, "column": 12 }, "end": { - "line": 2716, + "line": 2728, "column": 13 } } @@ -213659,47 +214332,47 @@ "type": "BreakStatement", "label": null, "range": [ - 96269, - 96275 + 96631, + 96637 ], "loc": { "start": { - "line": 2717, + "line": 2729, "column": 12 }, "end": { - "line": 2717, + "line": 2729, "column": 18 } } } ], "range": [ - 95964, - 96285 + 96326, + 96647 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 41 }, "end": { - "line": 2718, + "line": 2730, "column": 9 } } }, "range": [ - 95931, - 96285 + 96293, + 96647 ], "loc": { "start": { - "line": 2707, + "line": 2719, "column": 8 }, "end": { - "line": 2718, + "line": 2730, "column": 9 } } @@ -213710,47 +214383,47 @@ "type": "Identifier", "name": "header", "range": [ - 96301, - 96307 + 96663, + 96669 ], "loc": { "start": { - "line": 2719, + "line": 2731, "column": 15 }, "end": { - "line": 2719, + "line": 2731, "column": 21 } } }, "range": [ - 96294, - 96308 + 96656, + 96670 ], "loc": { "start": { - "line": 2719, + "line": 2731, "column": 8 }, "end": { - "line": 2719, + "line": 2731, "column": 22 } } } ], "range": [ - 95736, - 96314 + 96098, + 96676 ], "loc": { "start": { - "line": 2702, + "line": 2714, "column": 30 }, "end": { - "line": 2720, + "line": 2732, "column": 5 } } @@ -213758,16 +214431,16 @@ "generator": false, "expression": false, "range": [ - 95726, - 96314 + 96088, + 96676 ], "loc": { "start": { - "line": 2702, + "line": 2714, "column": 20 }, "end": { - "line": 2720, + "line": 2732, "column": 5 } } @@ -213775,16 +214448,16 @@ "kind": "method", "computed": false, "range": [ - 95710, - 96314 + 96072, + 96676 ], "loc": { "start": { - "line": 2702, + "line": 2714, "column": 4 }, "end": { - "line": 2720, + "line": 2732, "column": 5 } }, @@ -213793,16 +214466,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": [ - 95565, - 95705 + 95927, + 96067 ], "loc": { "start": { - "line": 2697, + "line": 2709, "column": 4 }, "end": { - "line": 2701, + "line": 2713, "column": 7 } } @@ -213813,16 +214486,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": [ - 96320, - 96456 + 96682, + 96818 ], "loc": { "start": { - "line": 2722, + "line": 2734, "column": 4 }, "end": { - "line": 2726, + "line": 2738, "column": 7 } } @@ -213836,16 +214509,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 96461, - 96474 + 96823, + 96836 ], "loc": { "start": { - "line": 2727, + "line": 2739, "column": 4 }, "end": { - "line": 2727, + "line": 2739, "column": 17 } } @@ -213858,16 +214531,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 96475, - 96483 + 96837, + 96845 ], "loc": { "start": { - "line": 2727, + "line": 2739, "column": 18 }, "end": { - "line": 2727, + "line": 2739, "column": 26 } } @@ -213885,16 +214558,16 @@ "type": "Identifier", "name": "colType", "range": [ - 96498, - 96505 + 96860, + 96867 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 12 }, "end": { - "line": 2728, + "line": 2740, "column": 19 } } @@ -213908,16 +214581,16 @@ "object": { "type": "ThisExpression", "range": [ - 96508, - 96512 + 96870, + 96874 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 22 }, "end": { - "line": 2728, + "line": 2740, "column": 26 } } @@ -213926,31 +214599,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 96513, - 96516 + 96875, + 96878 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 27 }, "end": { - "line": 2728, + "line": 2740, "column": 30 } } }, "range": [ - 96508, - 96516 + 96870, + 96878 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 22 }, "end": { - "line": 2728, + "line": 2740, "column": 30 } } @@ -213963,16 +214636,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 96517, - 96523 + 96879, + 96885 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 31 }, "end": { - "line": 2728, + "line": 2740, "column": 37 } } @@ -213981,61 +214654,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 96524, - 96532 + 96886, + 96894 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 38 }, "end": { - "line": 2728, + "line": 2740, "column": 46 } } }, "range": [ - 96517, - 96532 + 96879, + 96894 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 31 }, "end": { - "line": 2728, + "line": 2740, "column": 46 } } }, "range": [ - 96508, - 96533 + 96870, + 96895 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 22 }, "end": { - "line": 2728, + "line": 2740, "column": 47 } } }, "range": [ - 96498, - 96533 + 96860, + 96895 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 12 }, "end": { - "line": 2728, + "line": 2740, "column": 47 } } @@ -214043,16 +214716,16 @@ ], "kind": "let", "range": [ - 96494, - 96534 + 96856, + 96896 ], "loc": { "start": { - "line": 2728, + "line": 2740, "column": 8 }, "end": { - "line": 2728, + "line": 2740, "column": 48 } } @@ -214068,32 +214741,32 @@ "type": "Identifier", "name": "colType", "range": [ - 96551, - 96558 + 96913, + 96920 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 16 }, "end": { - "line": 2729, + "line": 2741, "column": 23 } } }, "prefix": true, "range": [ - 96550, - 96558 + 96912, + 96920 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 15 }, "end": { - "line": 2729, + "line": 2741, "column": 23 } } @@ -214104,16 +214777,16 @@ "object": { "type": "ThisExpression", "range": [ - 96561, - 96565 + 96923, + 96927 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 26 }, "end": { - "line": 2729, + "line": 2741, "column": 30 } } @@ -214122,31 +214795,31 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 96566, - 96576 + 96928, + 96938 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 31 }, "end": { - "line": 2729, + "line": 2741, "column": 41 } } }, "range": [ - 96561, - 96576 + 96923, + 96938 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 26 }, "end": { - "line": 2729, + "line": 2741, "column": 41 } } @@ -214160,16 +214833,16 @@ "type": "Identifier", "name": "Str", "range": [ - 96579, - 96582 + 96941, + 96944 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 44 }, "end": { - "line": 2729, + "line": 2741, "column": 47 } } @@ -214178,31 +214851,31 @@ "type": "Identifier", "name": "lower", "range": [ - 96583, - 96588 + 96945, + 96950 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 48 }, "end": { - "line": 2729, + "line": 2741, "column": 53 } } }, "range": [ - 96579, - 96588 + 96941, + 96950 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 44 }, "end": { - "line": 2729, + "line": 2741, "column": 53 } } @@ -214212,78 +214885,78 @@ "type": "Identifier", "name": "colType", "range": [ - 96589, - 96596 + 96951, + 96958 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 54 }, "end": { - "line": 2729, + "line": 2741, "column": 61 } } } ], "range": [ - 96579, - 96597 + 96941, + 96959 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 44 }, "end": { - "line": 2729, + "line": 2741, "column": 62 } } }, "range": [ - 96550, - 96597 + 96912, + 96959 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 15 }, "end": { - "line": 2729, + "line": 2741, "column": 62 } } }, "range": [ - 96543, - 96598 + 96905, + 96960 ], "loc": { "start": { - "line": 2729, + "line": 2741, "column": 8 }, "end": { - "line": 2729, + "line": 2741, "column": 63 } } } ], "range": [ - 96484, - 96604 + 96846, + 96966 ], "loc": { "start": { - "line": 2727, + "line": 2739, "column": 27 }, "end": { - "line": 2730, + "line": 2742, "column": 5 } } @@ -214291,16 +214964,16 @@ "generator": false, "expression": false, "range": [ - 96474, - 96604 + 96836, + 96966 ], "loc": { "start": { - "line": 2727, + "line": 2739, "column": 17 }, "end": { - "line": 2730, + "line": 2742, "column": 5 } } @@ -214308,16 +214981,16 @@ "kind": "method", "computed": false, "range": [ - 96461, - 96604 + 96823, + 96966 ], "loc": { "start": { - "line": 2727, + "line": 2739, "column": 4 }, "end": { - "line": 2730, + "line": 2742, "column": 5 } }, @@ -214326,16 +214999,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": [ - 96320, - 96456 + 96682, + 96818 ], "loc": { "start": { - "line": 2722, + "line": 2734, "column": 4 }, "end": { - "line": 2726, + "line": 2738, "column": 7 } } @@ -214346,16 +215019,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 96610, - 96692 + 96972, + 97054 ], "loc": { "start": { - "line": 2732, + "line": 2744, "column": 4 }, "end": { - "line": 2735, + "line": 2747, "column": 7 } } @@ -214369,16 +215042,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 96697, - 96716 + 97059, + 97078 ], "loc": { "start": { - "line": 2736, + "line": 2748, "column": 4 }, "end": { - "line": 2736, + "line": 2748, "column": 23 } } @@ -214400,16 +215073,16 @@ "object": { "type": "ThisExpression", "range": [ - 96735, - 96739 + 97097, + 97101 ], "loc": { "start": { - "line": 2737, + "line": 2749, "column": 15 }, "end": { - "line": 2737, + "line": 2749, "column": 19 } } @@ -214418,31 +215091,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 96740, - 96749 + 97102, + 97111 ], "loc": { "start": { - "line": 2737, + "line": 2749, "column": 20 }, "end": { - "line": 2737, + "line": 2749, "column": 29 } } }, "range": [ - 96735, - 96749 + 97097, + 97111 ], "loc": { "start": { - "line": 2737, + "line": 2749, "column": 15 }, "end": { - "line": 2737, + "line": 2749, "column": 29 } } @@ -214453,63 +215126,63 @@ "value": false, "raw": "false", "range": [ - 96750, - 96755 + 97112, + 97117 ], "loc": { "start": { - "line": 2737, + "line": 2749, "column": 30 }, "end": { - "line": 2737, + "line": 2749, "column": 35 } } } ], "range": [ - 96735, - 96756 + 97097, + 97118 ], "loc": { "start": { - "line": 2737, + "line": 2749, "column": 15 }, "end": { - "line": 2737, + "line": 2749, "column": 36 } } }, "range": [ - 96728, - 96757 + 97090, + 97119 ], "loc": { "start": { - "line": 2737, + "line": 2749, "column": 8 }, "end": { - "line": 2737, + "line": 2749, "column": 37 } } } ], "range": [ - 96718, - 96763 + 97080, + 97125 ], "loc": { "start": { - "line": 2736, + "line": 2748, "column": 25 }, "end": { - "line": 2738, + "line": 2750, "column": 5 } } @@ -214517,16 +215190,16 @@ "generator": false, "expression": false, "range": [ - 96716, - 96763 + 97078, + 97125 ], "loc": { "start": { - "line": 2736, + "line": 2748, "column": 23 }, "end": { - "line": 2738, + "line": 2750, "column": 5 } } @@ -214534,16 +215207,16 @@ "kind": "method", "computed": false, "range": [ - 96697, - 96763 + 97059, + 97125 ], "loc": { "start": { - "line": 2736, + "line": 2748, "column": 4 }, "end": { - "line": 2738, + "line": 2750, "column": 5 } }, @@ -214552,16 +215225,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 96610, - 96692 + 96972, + 97054 ], "loc": { "start": { - "line": 2732, + "line": 2744, "column": 4 }, "end": { - "line": 2735, + "line": 2747, "column": 7 } } @@ -214572,16 +215245,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 96769, - 96857 + 97131, + 97219 ], "loc": { "start": { - "line": 2740, + "line": 2752, "column": 4 }, "end": { - "line": 2743, + "line": 2755, "column": 7 } } @@ -214595,16 +215268,16 @@ "type": "Identifier", "name": "config", "range": [ - 96862, - 96868 + 97224, + 97230 ], "loc": { "start": { - "line": 2744, + "line": 2756, "column": 4 }, "end": { - "line": 2744, + "line": 2756, "column": 10 } } @@ -214624,16 +215297,16 @@ "object": { "type": "ThisExpression", "range": [ - 96887, - 96891 + 97249, + 97253 ], "loc": { "start": { - "line": 2745, + "line": 2757, "column": 15 }, "end": { - "line": 2745, + "line": 2757, "column": 19 } } @@ -214642,62 +215315,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 96892, - 96895 + 97254, + 97257 ], "loc": { "start": { - "line": 2745, + "line": 2757, "column": 20 }, "end": { - "line": 2745, + "line": 2757, "column": 23 } } }, "range": [ - 96887, - 96895 + 97249, + 97257 ], "loc": { "start": { - "line": 2745, + "line": 2757, "column": 15 }, "end": { - "line": 2745, + "line": 2757, "column": 23 } } }, "range": [ - 96880, - 96896 + 97242, + 97258 ], "loc": { "start": { - "line": 2745, + "line": 2757, "column": 8 }, "end": { - "line": 2745, + "line": 2757, "column": 24 } } } ], "range": [ - 96870, - 96902 + 97232, + 97264 ], "loc": { "start": { - "line": 2744, + "line": 2756, "column": 12 }, "end": { - "line": 2746, + "line": 2758, "column": 5 } } @@ -214705,16 +215378,16 @@ "generator": false, "expression": false, "range": [ - 96868, - 96902 + 97230, + 97264 ], "loc": { "start": { - "line": 2744, + "line": 2756, "column": 10 }, "end": { - "line": 2746, + "line": 2758, "column": 5 } } @@ -214722,16 +215395,16 @@ "kind": "method", "computed": false, "range": [ - 96862, - 96902 + 97224, + 97264 ], "loc": { "start": { - "line": 2744, + "line": 2756, "column": 4 }, "end": { - "line": 2746, + "line": 2758, "column": 5 } }, @@ -214740,16 +215413,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 96769, - 96857 + 97131, + 97219 ], "loc": { "start": { - "line": 2740, + "line": 2752, "column": 4 }, "end": { - "line": 2743, + "line": 2755, "column": 7 } } @@ -214760,7 +215433,7 @@ ], "range": [ 1012, - 96904 + 97266 ], "loc": { "start": { @@ -214768,14 +215441,14 @@ "column": 24 }, "end": { - "line": 2747, + "line": 2759, "column": 1 } } }, "range": [ 995, - 96904 + 97266 ], "loc": { "start": { @@ -214783,7 +215456,7 @@ "column": 7 }, "end": { - "line": 2747, + "line": 2759, "column": 1 } }, @@ -214794,7 +215467,7 @@ "source": null, "range": [ 988, - 96904 + 97266 ], "loc": { "start": { @@ -214802,7 +215475,7 @@ "column": 0 }, "end": { - "line": 2747, + "line": 2759, "column": 1 } } @@ -214811,7 +215484,7 @@ "sourceType": "module", "range": [ 0, - 96904 + 97266 ], "loc": { "start": { @@ -214819,7 +215492,7 @@ "column": 0 }, "end": { - "line": 2747, + "line": 2759, "column": 1 } }, @@ -215600,10 +216273,10 @@ }, { "type": "Line", - "value": "enables/disbles exact match for search", + "value": "has exact match per column", "range": [ 7135, - 7175 + 7163 ], "loc": { "start": { @@ -215612,6 +216285,24 @@ }, "end": { "line": 195, + "column": 36 + } + } + }, + { + "type": "Line", + "value": "enables/disbles exact match for search", + "range": [ + 7341, + 7381 + ], + "loc": { + "start": { + "line": 199, + "column": 8 + }, + "end": { + "line": 199, "column": 48 } } @@ -215620,16 +216311,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 7234, - 7277 + 7440, + 7483 ], "loc": { "start": { - "line": 197, + "line": 201, "column": 8 }, "end": { - "line": 197, + "line": 201, "column": 51 } } @@ -215638,16 +216329,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7342, - 7380 + 7548, + 7586 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 8 }, "end": { - "line": 199, + "line": 203, "column": 46 } } @@ -215656,16 +216347,16 @@ "type": "Line", "value": "stores active filter element", "range": [ - 7464, - 7494 + 7670, + 7700 ], "loc": { "start": { - "line": 201, + "line": 205, "column": 8 }, "end": { - "line": 201, + "line": 205, "column": 38 } } @@ -215674,16 +216365,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7534, - 7555 + 7740, + 7761 ], "loc": { "start": { - "line": 203, + "line": 207, "column": 8 }, "end": { - "line": 203, + "line": 207, "column": 29 } } @@ -215692,16 +216383,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7600, - 7629 + 7806, + 7835 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 205, + "line": 209, "column": 37 } } @@ -215710,16 +216401,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7700, - 7738 + 7906, + 7944 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 8 }, "end": { - "line": 207, + "line": 211, "column": 46 } } @@ -215728,16 +216419,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7824, - 7870 + 8030, + 8076 ], "loc": { "start": { - "line": 209, + "line": 213, "column": 8 }, "end": { - "line": 209, + "line": 213, "column": 54 } } @@ -215746,16 +216437,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7938, - 8000 + 8144, + 8206 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 8 }, "end": { - "line": 211, + "line": 215, "column": 70 } } @@ -215764,16 +216455,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 8075, - 8125 + 8281, + 8331 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 8 }, "end": { - "line": 213, + "line": 217, "column": 58 } } @@ -215782,16 +216473,16 @@ "type": "Line", "value": "delays any filtering process if loader true", "range": [ - 8168, - 8213 + 8374, + 8419 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 8 }, "end": { - "line": 215, + "line": 219, "column": 53 } } @@ -215800,16 +216491,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 8303, - 8344 + 8509, + 8550 ], "loc": { "start": { - "line": 217, + "line": 221, "column": 8 }, "end": { - "line": 217, + "line": 221, "column": 49 } } @@ -215818,16 +216509,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 8458, - 8497 + 8664, + 8703 ], "loc": { "start": { - "line": 220, + "line": 224, "column": 8 }, "end": { - "line": 220, + "line": 224, "column": 47 } } @@ -215836,16 +216527,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8563, - 8602 + 8769, + 8808 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 8 }, "end": { - "line": 222, + "line": 226, "column": 47 } } @@ -215854,16 +216545,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8713, - 8762 + 8919, + 8968 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 8 }, "end": { - "line": 225, + "line": 229, "column": 57 } } @@ -215872,16 +216563,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8873, - 8921 + 9079, + 9127 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 8 }, "end": { - "line": 228, + "line": 232, "column": 56 } } @@ -215890,16 +216581,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 9032, - 9060 + 9238, + 9266 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 8 }, "end": { - "line": 231, + "line": 235, "column": 36 } } @@ -215908,16 +216599,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 9176, - 9209 + 9382, + 9415 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 8 }, "end": { - "line": 234, + "line": 238, "column": 41 } } @@ -215926,16 +216617,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 9275, - 9302 + 9481, + 9508 ], "loc": { "start": { - "line": 236, + "line": 240, "column": 8 }, "end": { - "line": 236, + "line": 240, "column": 35 } } @@ -215944,16 +216635,16 @@ "type": "Line", "value": "popup filters", "range": [ - 9434, - 9449 + 9640, + 9655 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 8 }, "end": { - "line": 239, + "line": 243, "column": 23 } } @@ -215962,16 +216653,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9512, - 9534 + 9718, + 9740 ], "loc": { "start": { - "line": 241, + "line": 245, "column": 8 }, "end": { - "line": 241, + "line": 245, "column": 30 } } @@ -215980,16 +216671,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9608, - 9652 + 9814, + 9858 ], "loc": { "start": { - "line": 243, + "line": 247, "column": 8 }, "end": { - "line": 243, + "line": 247, "column": 52 } } @@ -215998,16 +216689,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9756, - 9810 + 9962, + 10016 ], "loc": { "start": { - "line": 246, + "line": 250, "column": 8 }, "end": { - "line": 246, + "line": 250, "column": 62 } } @@ -216016,16 +216707,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9941, - 9994 + 10147, + 10200 ], "loc": { "start": { - "line": 249, + "line": 253, "column": 8 }, "end": { - "line": 249, + "line": 253, "column": 61 } } @@ -216034,16 +216725,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 10123, - 10177 + 10329, + 10383 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 8 }, "end": { - "line": 253, + "line": 257, "column": 62 } } @@ -216052,16 +216743,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 10186, - 10211 + 10392, + 10417 ], "loc": { "start": { - "line": 254, + "line": 258, "column": 8 }, "end": { - "line": 254, + "line": 258, "column": 33 } } @@ -216070,16 +216761,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 10281, - 10333 + 10487, + 10539 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 8 }, "end": { - "line": 256, + "line": 260, "column": 60 } } @@ -216088,16 +216779,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10407, - 10434 + 10613, + 10640 ], "loc": { "start": { - "line": 258, + "line": 262, "column": 8 }, "end": { - "line": 258, + "line": 262, "column": 35 } } @@ -216106,16 +216797,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 10495, - 10551 + 10701, + 10757 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 8 }, "end": { - "line": 260, + "line": 264, "column": 64 } } @@ -216124,16 +216815,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10632, - 10659 + 10838, + 10865 ], "loc": { "start": { - "line": 262, + "line": 266, "column": 8 }, "end": { - "line": 262, + "line": 266, "column": 35 } } @@ -216142,16 +216833,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10731, - 10777 + 10937, + 10983 ], "loc": { "start": { - "line": 264, + "line": 268, "column": 8 }, "end": { - "line": 264, + "line": 268, "column": 54 } } @@ -216160,16 +216851,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10849, - 10890 + 11055, + 11096 ], "loc": { "start": { - "line": 266, + "line": 270, "column": 8 }, "end": { - "line": 266, + "line": 270, "column": 49 } } @@ -216178,16 +216869,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10960, - 11012 + 11166, + 11218 ], "loc": { "start": { - "line": 268, + "line": 272, "column": 8 }, "end": { - "line": 268, + "line": 272, "column": 60 } } @@ -216196,16 +216887,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 11143, - 11196 + 11349, + 11402 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 8 }, "end": { - "line": 271, + "line": 275, "column": 61 } } @@ -216214,16 +216905,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11332, - 11372 + 11538, + 11578 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 8 }, "end": { - "line": 274, + "line": 278, "column": 48 } } @@ -216232,16 +216923,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11558, - 11584 + 11764, + 11790 ], "loc": { "start": { - "line": 279, + "line": 283, "column": 8 }, "end": { - "line": 279, + "line": 283, "column": 34 } } @@ -216250,16 +216941,16 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12448, - 12470 + 12654, + 12676 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 8 }, "end": { - "line": 297, + "line": 301, "column": 30 } } @@ -216268,16 +216959,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12479, - 12504 + 12685, + 12710 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 8 }, "end": { - "line": 298, + "line": 302, "column": 33 } } @@ -216286,16 +216977,16 @@ "type": "Block", "value": "** status bar **", "range": [ - 12566, - 12586 + 12772, + 12792 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 8 }, "end": { - "line": 301, + "line": 305, "column": 28 } } @@ -216304,16 +216995,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12595, - 12618 + 12801, + 12824 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 8 }, "end": { - "line": 302, + "line": 306, "column": 31 } } @@ -216322,16 +217013,16 @@ "type": "Block", "value": "** loader **", "range": [ - 12676, - 12692 + 12882, + 12898 ], "loc": { "start": { - "line": 305, + "line": 309, "column": 8 }, "end": { - "line": 305, + "line": 309, "column": 24 } } @@ -216340,16 +217031,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12701, - 12744 + 12907, + 12950 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 8 }, "end": { - "line": 306, + "line": 310, "column": 51 } } @@ -216358,16 +217049,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12795, - 12837 + 13001, + 13043 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 8 }, "end": { - "line": 309, + "line": 313, "column": 50 } } @@ -216376,16 +217067,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12846, - 12885 + 13052, + 13091 ], "loc": { "start": { - "line": 310, + "line": 314, "column": 8 }, "end": { - "line": 310, + "line": 314, "column": 47 } } @@ -216394,16 +217085,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12936, - 12968 + 13142, + 13174 ], "loc": { "start": { - "line": 312, + "line": 316, "column": 8 }, "end": { - "line": 312, + "line": 316, "column": 40 } } @@ -216412,16 +217103,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 13047, - 13088 + 13253, + 13294 ], "loc": { "start": { - "line": 314, + "line": 318, "column": 8 }, "end": { - "line": 314, + "line": 318, "column": 49 } } @@ -216430,16 +217121,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 13203, - 13226 + 13409, + 13432 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 31 } } @@ -216448,16 +217139,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13281, - 13317 + 13487, + 13523 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 44 } } @@ -216466,16 +217157,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13392, - 13438 + 13598, + 13644 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 54 } } @@ -216484,16 +217175,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13546, - 13591 + 13752, + 13797 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 53 } } @@ -216502,16 +217193,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13697, - 13713 + 13903, + 13919 ], "loc": { "start": { - "line": 328, + "line": 332, "column": 8 }, "end": { - "line": 328, + "line": 332, "column": 24 } } @@ -216520,16 +217211,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13722, - 13753 + 13928, + 13959 ], "loc": { "start": { - "line": 329, + "line": 333, "column": 8 }, "end": { - "line": 329, + "line": 333, "column": 39 } } @@ -216538,16 +217229,16 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13827, - 13844 + 14033, + 14050 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 32 }, "end": { - "line": 331, + "line": 335, "column": 49 } } @@ -216556,16 +217247,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13876, - 13892 + 14082, + 14098 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 31 }, "end": { - "line": 332, + "line": 336, "column": 47 } } @@ -216574,16 +217265,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13902, - 13932 + 14108, + 14138 ], "loc": { "start": { - "line": 334, + "line": 338, "column": 8 }, "end": { - "line": 334, + "line": 338, "column": 38 } } @@ -216592,16 +217283,16 @@ "type": "Line", "value": "enables/disables auto filtering, table is filtered when user stops", "range": [ - 13941, - 14009 + 14147, + 14215 ], "loc": { "start": { - "line": 335, + "line": 339, "column": 8 }, "end": { - "line": 335, + "line": 339, "column": 76 } } @@ -216610,16 +217301,16 @@ "type": "Line", "value": "typing", "range": [ - 14018, - 14026 + 14224, + 14232 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 8 }, "end": { - "line": 336, + "line": 340, "column": 16 } } @@ -216628,16 +217319,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 14085, - 14114 + 14291, + 14320 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 8 }, "end": { - "line": 338, + "line": 342, "column": 37 } } @@ -216646,16 +217337,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 14223, - 14241 + 14429, + 14447 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 8 }, "end": { - "line": 341, + "line": 345, "column": 26 } } @@ -216664,16 +217355,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14322, - 14352 + 14528, + 14558 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 8 }, "end": { - "line": 345, + "line": 349, "column": 38 } } @@ -216682,16 +217373,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14361, - 14400 + 14567, + 14606 ], "loc": { "start": { - "line": 346, + "line": 350, "column": 8 }, "end": { - "line": 346, + "line": 350, "column": 47 } } @@ -216700,16 +217391,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14474, - 14494 + 14680, + 14700 ], "loc": { "start": { - "line": 349, + "line": 353, "column": 8 }, "end": { - "line": 349, + "line": 353, "column": 28 } } @@ -216718,16 +217409,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14503, - 14545 + 14709, + 14751 ], "loc": { "start": { - "line": 350, + "line": 354, "column": 8 }, "end": { - "line": 350, + "line": 354, "column": 50 } } @@ -216736,16 +217427,16 @@ "type": "Line", "value": "defines default thousands separator", "range": [ - 14615, - 14652 + 14821, + 14858 ], "loc": { "start": { - "line": 352, + "line": 356, "column": 8 }, "end": { - "line": 352, + "line": 356, "column": 45 } } @@ -216754,16 +217445,16 @@ "type": "Line", "value": "US = ',' EU = '.'", "range": [ - 14661, - 14680 + 14867, + 14886 ], "loc": { "start": { - "line": 353, + "line": 357, "column": 8 }, "end": { - "line": 353, + "line": 357, "column": 27 } } @@ -216772,16 +217463,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14753, - 14788 + 14959, + 14994 ], "loc": { "start": { - "line": 355, + "line": 359, "column": 8 }, "end": { - "line": 355, + "line": 359, "column": 43 } } @@ -216790,16 +217481,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14797, - 14829 + 15003, + 15035 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 8 }, "end": { - "line": 356, + "line": 360, "column": 40 } } @@ -216808,16 +217499,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14898, - 14932 + 15104, + 15138 ], "loc": { "start": { - "line": 358, + "line": 362, "column": 8 }, "end": { - "line": 358, + "line": 362, "column": 42 } } @@ -216826,16 +217517,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 15007, - 15044 + 15213, + 15250 ], "loc": { "start": { - "line": 360, + "line": 364, "column": 8 }, "end": { - "line": 360, + "line": 364, "column": 45 } } @@ -216844,16 +217535,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15130, - 15160 + 15336, + 15366 ], "loc": { "start": { - "line": 362, + "line": 366, "column": 8 }, "end": { - "line": 362, + "line": 366, "column": 38 } } @@ -216862,16 +217553,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15231, - 15267 + 15437, + 15473 ], "loc": { "start": { - "line": 364, + "line": 368, "column": 8 }, "end": { - "line": 364, + "line": 368, "column": 44 } } @@ -216880,16 +217571,16 @@ "type": "Block", "value": "** status messages **", "range": [ - 15350, - 15375 + 15556, + 15581 ], "loc": { "start": { - "line": 367, + "line": 371, "column": 8 }, "end": { - "line": 367, + "line": 371, "column": 33 } } @@ -216898,16 +217589,16 @@ "type": "Line", "value": "filtering", "range": [ - 15384, - 15395 + 15590, + 15601 ], "loc": { "start": { - "line": 368, + "line": 372, "column": 8 }, "end": { - "line": 368, + "line": 372, "column": 19 } } @@ -216916,16 +217607,16 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 15466, - 15489 + 15672, + 15695 ], "loc": { "start": { - "line": 370, + "line": 374, "column": 8 }, "end": { - "line": 370, + "line": 374, "column": 31 } } @@ -216934,16 +217625,16 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 15567, - 15590 + 15773, + 15796 ], "loc": { "start": { - "line": 372, + "line": 376, "column": 8 }, "end": { - "line": 372, + "line": 376, "column": 31 } } @@ -216952,16 +217643,16 @@ "type": "Line", "value": "changing paging page", "range": [ - 15697, - 15719 + 15903, + 15925 ], "loc": { "start": { - "line": 375, + "line": 379, "column": 8 }, "end": { - "line": 375, + "line": 379, "column": 30 } } @@ -216970,16 +217661,16 @@ "type": "Line", "value": "clearing filters", "range": [ - 15807, - 15825 + 16013, + 16031 ], "loc": { "start": { - "line": 377, + "line": 381, "column": 8 }, "end": { - "line": 377, + "line": 381, "column": 26 } } @@ -216988,16 +217679,16 @@ "type": "Line", "value": "changing nb results/page", "range": [ - 15896, - 15922 + 16102, + 16128 ], "loc": { "start": { - "line": 379, + "line": 383, "column": 8 }, "end": { - "line": 379, + "line": 383, "column": 34 } } @@ -217006,16 +217697,16 @@ "type": "Line", "value": "re-setting grid values", "range": [ - 16031, - 16055 + 16237, + 16261 ], "loc": { "start": { - "line": 382, + "line": 386, "column": 8 }, "end": { - "line": 382, + "line": 386, "column": 32 } } @@ -217024,16 +217715,16 @@ "type": "Line", "value": "re-setting page", "range": [ - 16165, - 16182 + 16371, + 16388 ], "loc": { "start": { - "line": 385, + "line": 389, "column": 8 }, "end": { - "line": 385, + "line": 389, "column": 25 } } @@ -217042,16 +217733,16 @@ "type": "Line", "value": "re-setting page length", "range": [ - 16261, - 16285 + 16467, + 16491 ], "loc": { "start": { - "line": 387, + "line": 391, "column": 8 }, "end": { - "line": 387, + "line": 391, "column": 32 } } @@ -217060,16 +217751,16 @@ "type": "Line", "value": "table sorting", "range": [ - 16396, - 16411 + 16602, + 16617 ], "loc": { "start": { - "line": 390, + "line": 394, "column": 8 }, "end": { - "line": 390, + "line": 394, "column": 23 } } @@ -217078,16 +217769,16 @@ "type": "Line", "value": "extensions loading", "range": [ - 16476, - 16496 + 16682, + 16702 ], "loc": { "start": { - "line": 392, + "line": 396, "column": 8 }, "end": { - "line": 392, + "line": 396, "column": 28 } } @@ -217096,16 +217787,16 @@ "type": "Line", "value": "themes loading", "range": [ - 16600, - 16616 + 16806, + 16822 ], "loc": { "start": { - "line": 395, + "line": 399, "column": 8 }, "end": { - "line": 395, + "line": 399, "column": 24 } } @@ -217114,16 +217805,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 16699, - 16721 + 16905, + 16927 ], "loc": { "start": { - "line": 398, + "line": 402, "column": 8 }, "end": { - "line": 398, + "line": 402, "column": 30 } } @@ -217132,16 +217823,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 16730, - 16761 + 16936, + 16967 ], "loc": { "start": { - "line": 399, + "line": 403, "column": 8 }, "end": { - "line": 399, + "line": 403, "column": 39 } } @@ -217150,16 +217841,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 16798, - 16826 + 17004, + 17032 ], "loc": { "start": { - "line": 401, + "line": 405, "column": 8 }, "end": { - "line": 401, + "line": 405, "column": 36 } } @@ -217168,16 +217859,16 @@ "type": "Line", "value": "validation button", "range": [ - 16865, - 16884 + 17071, + 17090 ], "loc": { "start": { - "line": 403, + "line": 407, "column": 8 }, "end": { - "line": 403, + "line": 407, "column": 27 } } @@ -217186,16 +217877,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 16929, - 16983 + 17135, + 17189 ], "loc": { "start": { - "line": 405, + "line": 409, "column": 8 }, "end": { - "line": 405, + "line": 409, "column": 62 } } @@ -217204,16 +217895,16 @@ "type": "Line", "value": "left div", "range": [ - 17026, - 17036 + 17232, + 17242 ], "loc": { "start": { - "line": 407, + "line": 411, "column": 8 }, "end": { - "line": 407, + "line": 411, "column": 18 } } @@ -217222,16 +217913,16 @@ "type": "Line", "value": "right div", "range": [ - 17078, - 17089 + 17284, + 17295 ], "loc": { "start": { - "line": 409, + "line": 413, "column": 8 }, "end": { - "line": 409, + "line": 413, "column": 19 } } @@ -217240,16 +217931,16 @@ "type": "Line", "value": "middle div", "range": [ - 17131, - 17143 + 17337, + 17349 ], "loc": { "start": { - "line": 411, + "line": 415, "column": 8 }, "end": { - "line": 411, + "line": 415, "column": 20 } } @@ -217258,16 +217949,16 @@ "type": "Line", "value": "filter values cookie", "range": [ - 17185, - 17207 + 17391, + 17413 ], "loc": { "start": { - "line": 413, + "line": 417, "column": 8 }, "end": { - "line": 413, + "line": 417, "column": 30 } } @@ -217276,16 +217967,16 @@ "type": "Line", "value": "page nb cookie", "range": [ - 17264, - 17280 + 17470, + 17486 ], "loc": { "start": { - "line": 415, + "line": 419, "column": 8 }, "end": { - "line": 415, + "line": 419, "column": 24 } } @@ -217294,16 +217985,16 @@ "type": "Line", "value": "page length cookie", "range": [ - 17333, - 17353 + 17539, + 17559 ], "loc": { "start": { - "line": 417, + "line": 421, "column": 8 }, "end": { - "line": 417, + "line": 421, "column": 28 } } @@ -217312,16 +218003,16 @@ "type": "Block", "value": "** cookies **", "range": [ - 17409, - 17426 + 17615, + 17632 ], "loc": { "start": { - "line": 420, + "line": 424, "column": 8 }, "end": { - "line": 420, + "line": 424, "column": 25 } } @@ -217330,16 +218021,16 @@ "type": "Line", "value": "remembers filters values on page load", "range": [ - 17473, - 17512 + 17679, + 17718 ], "loc": { "start": { - "line": 422, + "line": 426, "column": 8 }, "end": { - "line": 422, + "line": 426, "column": 47 } } @@ -217348,16 +218039,16 @@ "type": "Line", "value": "cookie storing filter values", "range": [ - 17588, - 17618 + 17794, + 17824 ], "loc": { "start": { - "line": 424, + "line": 428, "column": 8 }, "end": { - "line": 424, + "line": 428, "column": 38 } } @@ -217366,43 +218057,7 @@ "type": "Line", "value": "remembers page nb on page load", "range": [ - 17696, - 17728 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 40 - } - } - }, - { - "type": "Line", - "value": "cookie storing page nb", - "range": [ - 17806, - 17830 - ], - "loc": { - "start": { - "line": 428, - "column": 8 - }, - "end": { - "line": 428, - "column": 32 - } - } - }, - { - "type": "Line", - "value": "remembers page length on page load", - "range": [ - 17898, + 17902, 17934 ], "loc": { @@ -217412,6 +218067,42 @@ }, "end": { "line": 430, + "column": 40 + } + } + }, + { + "type": "Line", + "value": "cookie storing page nb", + "range": [ + 18012, + 18036 + ], + "loc": { + "start": { + "line": 432, + "column": 8 + }, + "end": { + "line": 432, + "column": 32 + } + } + }, + { + "type": "Line", + "value": "remembers page length on page load", + "range": [ + 18104, + 18140 + ], + "loc": { + "start": { + "line": 434, + "column": 8 + }, + "end": { + "line": 434, "column": 44 } } @@ -217420,16 +218111,16 @@ "type": "Line", "value": "cookie storing page length", "range": [ - 18013, - 18041 + 18219, + 18247 ], "loc": { "start": { - "line": 432, + "line": 436, "column": 8 }, "end": { - "line": 432, + "line": 436, "column": 36 } } @@ -217438,16 +218129,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 18112, - 18132 + 18318, + 18338 ], "loc": { "start": { - "line": 435, + "line": 439, "column": 8 }, "end": { - "line": 435, + "line": 439, "column": 28 } } @@ -217456,16 +218147,16 @@ "type": "Line", "value": "imports external script", "range": [ - 18141, - 18166 + 18347, + 18372 ], "loc": { "start": { - "line": 436, + "line": 440, "column": 8 }, "end": { - "line": 436, + "line": 440, "column": 33 } } @@ -217474,16 +218165,16 @@ "type": "Block", "value": "** themes **", "range": [ - 18277, - 18293 + 18483, + 18499 ], "loc": { "start": { - "line": 440, + "line": 444, "column": 8 }, "end": { - "line": 440, + "line": 444, "column": 24 } } @@ -217492,16 +218183,16 @@ "type": "Line", "value": "imports themes", "range": [ - 18369, - 18385 + 18575, + 18591 ], "loc": { "start": { - "line": 442, + "line": 446, "column": 8 }, "end": { - "line": 442, + "line": 446, "column": 24 } } @@ -217510,16 +218201,16 @@ "type": "Line", "value": "themes path", "range": [ - 18511, - 18524 + 18717, + 18730 ], "loc": { "start": { - "line": 445, + "line": 449, "column": 8 }, "end": { - "line": 445, + "line": 449, "column": 21 } } @@ -217528,16 +218219,16 @@ "type": "Line", "value": " Features registry", "range": [ - 18605, - 18625 + 18811, + 18831 ], "loc": { "start": { - "line": 448, + "line": 452, "column": 8 }, "end": { - "line": 448, + "line": 452, "column": 28 } } @@ -217546,16 +218237,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 18658, - 18680 + 18864, + 18886 ], "loc": { "start": { - "line": 451, + "line": 455, "column": 8 }, "end": { - "line": 451, + "line": 455, "column": 30 } } @@ -217564,16 +218255,16 @@ "type": "Block", "value": "** TF events **", "range": [ - 18721, - 18740 + 18927, + 18946 ], "loc": { "start": { - "line": 454, + "line": 458, "column": 8 }, "end": { - "line": 454, + "line": 458, "column": 27 } } @@ -217582,16 +218273,16 @@ "type": "Line", "value": " Detect key", "range": [ - 19278, - 19299 + 19484, + 19505 ], "loc": { "start": { - "line": 470, + "line": 474, "column": 12 }, "end": { - "line": 470, + "line": 474, "column": 33 } } @@ -217600,16 +218291,16 @@ "type": "Line", "value": " if auto-filter on, detect user is typing and filter columns", "range": [ - 19917, - 19979 + 20123, + 20185 ], "loc": { "start": { - "line": 487, + "line": 491, "column": 12 }, "end": { - "line": 487, + "line": 491, "column": 74 } } @@ -217618,16 +218309,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 20280, - 20306 + 20486, + 20512 ], "loc": { "start": { - "line": 497, + "line": 501, "column": 20 }, "end": { - "line": 497, + "line": 501, "column": 46 } } @@ -217636,16 +218327,16 @@ "type": "Line", "value": " if auto-filter on, detect user is typing", "range": [ - 21069, - 21112 + 21275, + 21318 ], "loc": { "start": { - "line": 516, + "line": 520, "column": 12 }, "end": { - "line": 516, + "line": 520, "column": 55 } } @@ -217654,16 +218345,16 @@ "type": "Line", "value": " if auto-filter on, clear interval on filter blur", "range": [ - 21257, - 21308 + 21463, + 21514 ], "loc": { "start": { - "line": 521, + "line": 525, "column": 12 }, "end": { - "line": 521, + "line": 525, "column": 63 } } @@ -217672,16 +218363,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 21517, - 21579 + 21723, + 21785 ], "loc": { "start": { - "line": 527, + "line": 531, "column": 16 }, "end": { - "line": 527, + "line": 531, "column": 78 } } @@ -217690,16 +218381,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 21596, - 21640 + 21802, + 21846 ], "loc": { "start": { - "line": 528, + "line": 532, "column": 16 }, "end": { - "line": 528, + "line": 532, "column": 60 } } @@ -217708,16 +218399,16 @@ "type": "Line", "value": " set focused text-box filter as active", "range": [ - 22109, - 22149 + 22315, + 22355 ], "loc": { "start": { - "line": 540, + "line": 544, "column": 12 }, "end": { - "line": 540, + "line": 544, "column": 52 } } @@ -217726,16 +218417,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 22541, - 22603 + 22747, + 22809 ], "loc": { "start": { - "line": 550, + "line": 554, "column": 16 }, "end": { - "line": 550, + "line": 554, "column": 78 } } @@ -217744,16 +218435,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 22620, - 22664 + 22826, + 22870 ], "loc": { "start": { - "line": 551, + "line": 555, "column": 16 }, "end": { - "line": 551, + "line": 555, "column": 60 } } @@ -217762,16 +218453,16 @@ "type": "Line", "value": " set focused drop-down filter as active", "range": [ - 23139, - 23180 + 23345, + 23386 ], "loc": { "start": { - "line": 563, + "line": 567, "column": 12 }, "end": { - "line": 563, + "line": 567, "column": 53 } } @@ -217780,16 +218471,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 23439, - 23484 + 23645, + 23690 ], "loc": { "start": { - "line": 569, + "line": 573, "column": 16 }, "end": { - "line": 569, + "line": 573, "column": 61 } } @@ -217798,16 +218489,16 @@ "type": "Line", "value": " filter columns on drop-down filter change", "range": [ - 23846, - 23890 + 24052, + 24096 ], "loc": { "start": { - "line": 579, + "line": 583, "column": 12 }, "end": { - "line": 579, + "line": 583, "column": 56 } } @@ -217816,16 +218507,16 @@ "type": "Line", "value": " fill checklist filter on click if required", "range": [ - 24152, - 24197 + 24358, + 24403 ], "loc": { "start": { - "line": 586, + "line": 590, "column": 12 }, "end": { - "line": 586, + "line": 590, "column": 57 } } @@ -217834,16 +218525,16 @@ "type": "Line", "value": " filter when validation button clicked", "range": [ - 24691, - 24731 + 24897, + 24937 ], "loc": { "start": { - "line": 597, + "line": 601, "column": 12 }, "end": { - "line": 597, + "line": 601, "column": 52 } } @@ -217852,16 +218543,16 @@ "type": "Block", "value": "*\n * Initialise filtering grid bar behaviours and layout\n *\n * TODO: decompose in smaller methods\n ", "range": [ - 24826, - 24945 + 25032, + 25151 ], "loc": { "start": { - "line": 604, + "line": 608, "column": 4 }, "end": { - "line": 608, + "line": 612, "column": 7 } } @@ -217870,16 +218561,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 25488, - 25522 + 25694, + 25728 ], "loc": { "start": { - "line": 629, + "line": 633, "column": 8 }, "end": { - "line": 629, + "line": 633, "column": 42 } } @@ -217888,16 +218579,16 @@ "type": "Line", "value": "loads theme", "range": [ - 25603, - 25616 + 25809, + 25822 ], "loc": { "start": { - "line": 632, + "line": 636, "column": 8 }, "end": { - "line": 632, + "line": 636, "column": 21 } } @@ -217906,16 +218597,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 26369, - 26400 + 26575, + 26606 ], "loc": { "start": { - "line": 662, + "line": 666, "column": 8 }, "end": { - "line": 662, + "line": 666, "column": 39 } } @@ -217924,16 +218615,16 @@ "type": "Line", "value": " this loop adds filters", "range": [ - 27908, - 27933 + 28114, + 28139 ], "loc": { "start": { - "line": 702, + "line": 706, "column": 39 }, "end": { - "line": 702, + "line": 706, "column": 64 } } @@ -217942,16 +218633,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 28737, - 28769 + 28943, + 28975 ], "loc": { "start": { - "line": 723, + "line": 727, "column": 20 }, "end": { - "line": 723, + "line": 727, "column": 52 } } @@ -217960,16 +218651,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 28965, - 28984 + 29171, + 29190 ], "loc": { "start": { - "line": 729, + "line": 733, "column": 20 }, "end": { - "line": 729, + "line": 733, "column": 39 } } @@ -217978,16 +218669,16 @@ "type": "Line", "value": " for ie<=6", "range": [ - 29812, - 29824 + 30018, + 30030 ], "loc": { "start": { - "line": 746, + "line": 750, "column": 61 }, "end": { - "line": 746, + "line": 750, "column": 73 } } @@ -217996,16 +218687,16 @@ "type": "Line", "value": "filter is appended in desired external element", "range": [ - 29850, - 29898 + 30056, + 30104 ], "loc": { "start": { - "line": 748, + "line": 752, "column": 24 }, "end": { - "line": 748, + "line": 752, "column": 72 } } @@ -218014,16 +218705,16 @@ "type": "Line", "value": "1st option is created here since dropdown.build isn't", "range": [ - 30714, - 30769 + 30920, + 30975 ], "loc": { "start": { - "line": 768, + "line": 772, "column": 24 }, "end": { - "line": 768, + "line": 772, "column": 79 } } @@ -218032,16 +218723,16 @@ "type": "Line", "value": "invoked", "range": [ - 30794, - 30803 + 31000, + 31009 ], "loc": { "start": { - "line": 769, + "line": 773, "column": 24 }, "end": { - "line": 769, + "line": 773, "column": 33 } } @@ -218050,16 +218741,16 @@ "type": "Line", "value": " checklist", "range": [ - 31052, - 31064 + 31258, + 31270 ], "loc": { "start": { - "line": 775, + "line": 779, "column": 20 }, "end": { - "line": 775, + "line": 779, "column": 32 } } @@ -218068,16 +218759,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 31567, - 31606 + 31773, + 31812 ], "loc": { "start": { - "line": 786, + "line": 790, "column": 24 }, "end": { - "line": 786, + "line": 790, "column": 63 } } @@ -218086,16 +218777,16 @@ "type": "Line", "value": "show/hide input", "range": [ - 32567, - 32584 + 32773, + 32790 ], "loc": { "start": { - "line": 809, + "line": 813, "column": 24 }, "end": { - "line": 809, + "line": 813, "column": 41 } } @@ -218104,16 +218795,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 33355, - 33394 + 33561, + 33600 ], "loc": { "start": { - "line": 824, + "line": 828, "column": 24 }, "end": { - "line": 824, + "line": 828, "column": 63 } } @@ -218122,16 +218813,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 34552, - 34578 + 34758, + 34784 ], "loc": { "start": { - "line": 849, + "line": 853, "column": 20 }, "end": { - "line": 849, + "line": 853, "column": 46 } } @@ -218140,16 +218831,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 34916, - 34955 + 35122, + 35161 ], "loc": { "start": { - "line": 856, + "line": 860, "column": 24 }, "end": { - "line": 856, + "line": 860, "column": 63 } } @@ -218158,16 +218849,16 @@ "type": "Line", "value": "if", "range": [ - 35288, - 35292 + 35494, + 35498 ], "loc": { "start": { - "line": 864, + "line": 868, "column": 21 }, "end": { - "line": 864, + "line": 868, "column": 25 } } @@ -218176,16 +218867,16 @@ "type": "Line", "value": " for i", "range": [ - 35311, - 35319 + 35517, + 35525 ], "loc": { "start": { - "line": 866, + "line": 870, "column": 17 }, "end": { - "line": 866, + "line": 870, "column": 25 } } @@ -218194,16 +218885,16 @@ "type": "Line", "value": "if isFirstLoad", "range": [ - 35390, - 35406 + 35596, + 35612 ], "loc": { "start": { - "line": 870, + "line": 874, "column": 13 }, "end": { - "line": 870, + "line": 874, "column": 29 } } @@ -218212,16 +218903,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 35417, - 35434 + 35623, + 35640 ], "loc": { "start": { - "line": 872, + "line": 876, "column": 9 }, "end": { - "line": 872, + "line": 876, "column": 26 } } @@ -218230,16 +218921,16 @@ "type": "Block", "value": " Filter behaviours ", "range": [ - 35444, - 35467 + 35650, + 35673 ], "loc": { "start": { - "line": 874, + "line": 878, "column": 8 }, "end": { - "line": 874, + "line": 878, "column": 31 } } @@ -218248,16 +218939,16 @@ "type": "Line", "value": " TODO: handle both cases in paging init", "range": [ - 35941, - 35982 + 36147, + 36188 ], "loc": { "start": { - "line": 891, + "line": 895, "column": 12 }, "end": { - "line": 891, + "line": 895, "column": 53 } } @@ -218266,16 +218957,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 36870, - 36902 + 37076, + 37108 ], "loc": { "start": { - "line": 924, + "line": 928, "column": 8 }, "end": { - "line": 924, + "line": 928, "column": 40 } } @@ -218284,16 +218975,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 37074, - 37096 + 37280, + 37302 ], "loc": { "start": { - "line": 933, + "line": 937, "column": 8 }, "end": { - "line": 933, + "line": 937, "column": 30 } } @@ -218302,16 +218993,16 @@ "type": "Block", "value": "*\n * Manages state messages\n * @param {String} evt Event name\n * @param {Object} cfg Config object\n ", "range": [ - 37281, - 37401 + 37487, + 37607 ], "loc": { "start": { - "line": 943, + "line": 947, "column": 4 }, "end": { - "line": 947, + "line": 951, "column": 7 } } @@ -218320,16 +219011,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 37714, - 37740 + 37920, + 37946 ], "loc": { "start": { - "line": 957, + "line": 961, "column": 12 }, "end": { - "line": 957, + "line": 961, "column": 38 } } @@ -218338,16 +219029,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 39887, - 40021 + 40093, + 40227 ], "loc": { "start": { - "line": 1023, + "line": 1027, "column": 4 }, "end": { - "line": 1027, + "line": 1031, "column": 7 } } @@ -218356,16 +219047,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 40083, - 40167 + 40289, + 40373 ], "loc": { "start": { - "line": 1032, + "line": 1036, "column": 4 }, "end": { - "line": 1034, + "line": 1038, "column": 7 } } @@ -218374,16 +219065,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 40430, - 40525 + 40636, + 40731 ], "loc": { "start": { - "line": 1046, + "line": 1050, "column": 4 }, "end": { - "line": 1049, + "line": 1053, "column": 7 } } @@ -218392,16 +219083,16 @@ "type": "Line", "value": " Trick to set publicPath dynamically for Webpack...", "range": [ - 40909, - 40962 + 41115, + 41168 ], "loc": { "start": { - "line": 1066, + "line": 1070, "column": 8 }, "end": { - "line": 1066, + "line": 1070, "column": 61 } } @@ -218410,16 +219101,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 41194, - 41337 + 41400, + 41543 ], "loc": { "start": { - "line": 1076, + "line": 1080, "column": 4 }, "end": { - "line": 1080, + "line": 1084, "column": 7 } } @@ -218428,16 +219119,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 41409, - 41539 + 41615, + 41745 ], "loc": { "start": { - "line": 1085, + "line": 1089, "column": 4 }, "end": { - "line": 1089, + "line": 1093, "column": 7 } } @@ -218446,16 +219137,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 41630, - 41711 + 41836, + 41917 ], "loc": { "start": { - "line": 1094, + "line": 1098, "column": 4 }, "end": { - "line": 1096, + "line": 1100, "column": 7 } } @@ -218464,16 +219155,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 42144, - 42210 + 42350, + 42416 ], "loc": { "start": { - "line": 1114, + "line": 1118, "column": 4 }, "end": { - "line": 1116, + "line": 1120, "column": 7 } } @@ -218482,16 +219173,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 42272, - 42294 + 42478, + 42500 ], "loc": { "start": { - "line": 1119, + "line": 1123, "column": 8 }, "end": { - "line": 1119, + "line": 1123, "column": 30 } } @@ -218500,16 +219191,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 43110, - 43164 + 43316, + 43370 ], "loc": { "start": { - "line": 1143, + "line": 1147, "column": 8 }, "end": { - "line": 1143, + "line": 1147, "column": 62 } } @@ -218518,16 +219209,16 @@ "type": "Line", "value": "Reset button", "range": [ - 43173, - 43187 + 43379, + 43393 ], "loc": { "start": { - "line": 1144, + "line": 1148, "column": 8 }, "end": { - "line": 1144, + "line": 1148, "column": 22 } } @@ -218536,16 +219227,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 43365, - 43381 + 43571, + 43587 ], "loc": { "start": { - "line": 1149, + "line": 1153, "column": 8 }, "end": { - "line": 1149, + "line": 1153, "column": 24 } } @@ -218554,16 +219245,16 @@ "type": "Line", "value": "Loader", "range": [ - 43966, - 43974 + 44172, + 44180 ], "loc": { "start": { - "line": 1159, + "line": 1163, "column": 8 }, "end": { - "line": 1159, + "line": 1163, "column": 16 } } @@ -218572,16 +219263,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 44109, - 44227 + 44315, + 44433 ], "loc": { "start": { - "line": 1165, + "line": 1169, "column": 4 }, "end": { - "line": 1168, + "line": 1172, "column": 7 } } @@ -218590,16 +219281,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 44317, - 44355 + 44523, + 44561 ], "loc": { "start": { - "line": 1173, + "line": 1177, "column": 4 }, "end": { - "line": 1175, + "line": 1179, "column": 7 } } @@ -218608,16 +219299,16 @@ "type": "Line", "value": "this loop shows all rows and removes validRow attribute", "range": [ - 44935, - 44992 + 45141, + 45198 ], "loc": { "start": { - "line": 1199, + "line": 1203, "column": 8 }, "end": { - "line": 1199, + "line": 1203, "column": 65 } } @@ -218626,16 +219317,16 @@ "type": "Line", "value": "removes alternating colors", "range": [ - 45216, - 45244 + 45422, + 45450 ], "loc": { "start": { - "line": 1207, + "line": 1211, "column": 12 }, "end": { - "line": 1207, + "line": 1211, "column": 40 } } @@ -218644,16 +219335,16 @@ "type": "Line", "value": "for j", "range": [ - 45354, - 45361 + 45560, + 45567 ], "loc": { "start": { - "line": 1212, + "line": 1216, "column": 9 }, "end": { - "line": 1212, + "line": 1216, "column": 16 } } @@ -218662,16 +219353,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 45539, - 45557 + 45745, + 45763 ], "loc": { "start": { - "line": 1219, + "line": 1223, "column": 8 }, "end": { - "line": 1219, + "line": 1223, "column": 26 } } @@ -218680,16 +219371,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 45947, - 46036 + 46153, + 46242 ], "loc": { "start": { - "line": 1234, + "line": 1238, "column": 4 }, "end": { - "line": 1236, + "line": 1240, "column": 7 } } @@ -218698,16 +219389,16 @@ "type": "Block", "value": "** container div **", "range": [ - 46119, - 46142 + 46325, + 46348 ], "loc": { "start": { - "line": 1242, + "line": 1246, "column": 8 }, "end": { - "line": 1242, + "line": 1246, "column": 31 } } @@ -218716,16 +219407,16 @@ "type": "Line", "value": "custom container", "range": [ - 46273, - 46291 + 46479, + 46497 ], "loc": { "start": { - "line": 1246, + "line": 1250, "column": 8 }, "end": { - "line": 1246, + "line": 1250, "column": 26 } } @@ -218734,16 +219425,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 46400, - 46413 + 46606, + 46619 ], "loc": { "start": { - "line": 1250, + "line": 1254, "column": 8 }, "end": { - "line": 1250, + "line": 1254, "column": 21 } } @@ -218752,16 +219443,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 46634, - 46674 + 46840, + 46880 ], "loc": { "start": { - "line": 1256, + "line": 1260, "column": 8 }, "end": { - "line": 1256, + "line": 1260, "column": 48 } } @@ -218770,16 +219461,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 46909, - 46955 + 47115, + 47161 ], "loc": { "start": { - "line": 1264, + "line": 1268, "column": 8 }, "end": { - "line": 1264, + "line": 1268, "column": 54 } } @@ -218788,16 +219479,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 47163, - 47257 + 47369, + 47463 ], "loc": { "start": { - "line": 1270, + "line": 1274, "column": 8 }, "end": { - "line": 1271, + "line": 1275, "column": 52 } } @@ -218806,16 +219497,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 47465, - 47509 + 47671, + 47715 ], "loc": { "start": { - "line": 1277, + "line": 1281, "column": 8 }, "end": { - "line": 1277, + "line": 1281, "column": 52 } } @@ -218824,16 +219515,16 @@ "type": "Line", "value": " Enable help instructions by default if topbar is generated and not", "range": [ - 47717, - 47786 + 47923, + 47992 ], "loc": { "start": { - "line": 1283, + "line": 1287, "column": 8 }, "end": { - "line": 1283, + "line": 1287, "column": 77 } } @@ -218842,16 +219533,16 @@ "type": "Line", "value": " explicitely set to false", "range": [ - 47795, - 47822 + 48001, + 48028 ], "loc": { "start": { - "line": 1284, + "line": 1288, "column": 8 }, "end": { - "line": 1284, + "line": 1288, "column": 35 } } @@ -218860,16 +219551,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 48064, - 48115 + 48270, + 48321 ], "loc": { "start": { - "line": 1294, + "line": 1298, "column": 4 }, "end": { - "line": 1296, + "line": 1300, "column": 7 } } @@ -218878,16 +219569,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 48517, - 48574 + 48723, + 48780 ], "loc": { "start": { - "line": 1313, + "line": 1317, "column": 4 }, "end": { - "line": 1315, + "line": 1319, "column": 7 } } @@ -218896,16 +219587,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 49008, - 49162 + 49214, + 49368 ], "loc": { "start": { - "line": 1331, + "line": 1335, "column": 4 }, "end": { - "line": 1335, + "line": 1339, "column": 7 } } @@ -218914,16 +219605,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 49307, - 49503 + 49513, + 49709 ], "loc": { "start": { - "line": 1341, + "line": 1345, "column": 4 }, "end": { - "line": 1346, + "line": 1350, "column": 7 } } @@ -218932,16 +219623,16 @@ "type": "Block", "value": "*\n * Reset persisted filter values\n ", "range": [ - 50442, - 50490 + 50648, + 50696 ], "loc": { "start": { - "line": 1379, + "line": 1383, "column": 4 }, "end": { - "line": 1381, + "line": 1385, "column": 7 } } @@ -218950,16 +219641,16 @@ "type": "Line", "value": "only loadFltOnDemand", "range": [ - 50519, - 50541 + 50725, + 50747 ], "loc": { "start": { - "line": 1383, + "line": 1387, "column": 8 }, "end": { - "line": 1383, + "line": 1387, "column": 30 } } @@ -218968,16 +219659,16 @@ "type": "Block", "value": "*\n * Reset persisted filter values when load filters on demand feature is\n * enabled\n * @param {String} name cookie name storing filter values\n ", "range": [ - 50926, - 51091 + 51132, + 51297 ], "loc": { "start": { - "line": 1395, + "line": 1399, "column": 4 }, "end": { - "line": 1399, + "line": 1403, "column": 7 } } @@ -218986,16 +219677,16 @@ "type": "Line", "value": "if the number of columns is the same as before page reload", "range": [ - 51407, - 51467 + 51613, + 51673 ], "loc": { "start": { - "line": 1408, + "line": 1412, "column": 8 }, "end": { - "line": 1408, + "line": 1412, "column": 68 } } @@ -219004,16 +219695,16 @@ "type": "Line", "value": " if loadFltOnDemand, drop-down needs to contain stored", "range": [ - 51790, - 51846 + 51996, + 52052 ], "loc": { "start": { - "line": 1416, + "line": 1420, "column": 16 }, "end": { - "line": 1416, + "line": 1420, "column": 72 } } @@ -219022,16 +219713,16 @@ "type": "Line", "value": " value(s) for filtering", "range": [ - 51863, - 51888 + 52069, + 52094 ], "loc": { "start": { - "line": 1417, + "line": 1421, "column": 16 }, "end": { - "line": 1417, + "line": 1421, "column": 41 } } @@ -219040,16 +219731,16 @@ "type": "Line", "value": "selects", "range": [ - 52097, - 52106 + 52303, + 52312 ], "loc": { "start": { - "line": 1422, + "line": 1426, "column": 20 }, "end": { - "line": 1422, + "line": 1426, "column": 29 } } @@ -219058,16 +219749,16 @@ "type": "Line", "value": "multiple select", "range": [ - 52377, - 52394 + 52583, + 52600 ], "loc": { "start": { - "line": 1428, + "line": 1432, "column": 20 }, "end": { - "line": 1428, + "line": 1432, "column": 37 } } @@ -219076,16 +219767,16 @@ "type": "Line", "value": " if multiFltsIndex", "range": [ - 52919, - 52939 + 53125, + 53145 ], "loc": { "start": { - "line": 1439, + "line": 1443, "column": 21 }, "end": { - "line": 1439, + "line": 1443, "column": 41 } } @@ -219094,16 +219785,16 @@ "type": "Line", "value": "end for", "range": [ - 54370, - 54379 + 54576, + 54585 ], "loc": { "start": { - "line": 1472, + "line": 1476, "column": 13 }, "end": { - "line": 1472, + "line": 1476, "column": 22 } } @@ -219112,16 +219803,16 @@ "type": "Line", "value": "end if", "range": [ - 54507, - 54515 + 54713, + 54721 ], "loc": { "start": { - "line": 1477, + "line": 1481, "column": 9 }, "end": { - "line": 1477, + "line": 1481, "column": 17 } } @@ -219130,16 +219821,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n *\n * TODO: Reduce complexity of this massive method\n ", "range": [ - 54595, - 54893 + 54801, + 55099 ], "loc": { "start": { - "line": 1484, + "line": 1488, "column": 4 }, "end": { - "line": 1490, + "line": 1494, "column": 7 } } @@ -219148,16 +219839,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 55015, - 55041 + 55221, + 55247 ], "loc": { "start": { - "line": 1495, + "line": 1499, "column": 8 }, "end": { - "line": 1495, + "line": 1499, "column": 34 } } @@ -219166,16 +219857,16 @@ "type": "Line", "value": " removes keyword highlighting", "range": [ - 55269, - 55300 + 55475, + 55506 ], "loc": { "start": { - "line": 1506, + "line": 1510, "column": 8 }, "end": { - "line": 1506, + "line": 1510, "column": 39 } } @@ -219184,16 +219875,16 @@ "type": "Line", "value": "removes popup filters active icons", "range": [ - 55406, - 55442 + 55612, + 55648 ], "loc": { "start": { - "line": 1510, + "line": 1514, "column": 8 }, "end": { - "line": 1510, + "line": 1514, "column": 44 } } @@ -219202,16 +219893,16 @@ "type": "Line", "value": "removes active column header class", "range": [ - 55534, - 55570 + 55740, + 55776 ], "loc": { "start": { - "line": 1514, + "line": 1518, "column": 8 }, "end": { - "line": 1514, + "line": 1518, "column": 44 } } @@ -219220,16 +219911,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 55664, - 55686 + 55870, + 55892 ], "loc": { "start": { - "line": 1518, + "line": 1522, "column": 8 }, "end": { - "line": 1518, + "line": 1522, "column": 30 } } @@ -219238,16 +219929,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 56237, - 56276 + 56443, + 56482 ], "loc": { "start": { - "line": 1531, + "line": 1535, "column": 12 }, "end": { - "line": 1531, + "line": 1535, "column": 51 } } @@ -219256,16 +219947,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 56289, - 56324 + 56495, + 56530 ], "loc": { "start": { - "line": 1532, + "line": 1536, "column": 12 }, "end": { - "line": 1532, + "line": 1536, "column": 47 } } @@ -219274,16 +219965,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 56470, - 56492 + 56676, + 56698 ], "loc": { "start": { - "line": 1537, + "line": 1541, "column": 8 }, "end": { - "line": 1537, + "line": 1541, "column": 30 } } @@ -219292,16 +219983,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 56548, - 56574 + 56754, + 56780 ], "loc": { "start": { - "line": 1539, + "line": 1543, "column": 12 }, "end": { - "line": 1539, + "line": 1543, "column": 38 } } @@ -219310,16 +220001,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 57232, - 57274 + 57438, + 57480 ], "loc": { "start": { - "line": 1557, + "line": 1561, "column": 8 }, "end": { - "line": 1557, + "line": 1561, "column": 50 } } @@ -219328,16 +220019,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 57330, - 57356 + 57536, + 57562 ], "loc": { "start": { - "line": 1559, + "line": 1563, "column": 12 }, "end": { - "line": 1559, + "line": 1563, "column": 38 } } @@ -219346,16 +220037,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 57453, - 57480 + 57659, + 57686 ], "loc": { "start": { - "line": 1562, + "line": 1566, "column": 12 }, "end": { - "line": 1562, + "line": 1566, "column": 39 } } @@ -219364,16 +220055,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 57774, - 57800 + 57980, + 58006 ], "loc": { "start": { - "line": 1570, + "line": 1574, "column": 16 }, "end": { - "line": 1570, + "line": 1574, "column": 42 } } @@ -219382,16 +220073,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 58014, - 58038 + 58220, + 58244 ], "loc": { "start": { - "line": 1577, + "line": 1581, "column": 12 }, "end": { - "line": 1577, + "line": 1581, "column": 36 } } @@ -219400,16 +220091,16 @@ "type": "Line", "value": "dates", "range": [ - 58549, - 58556 + 58755, + 58762 ], "loc": { "start": { - "line": 1586, + "line": 1590, "column": 12 }, "end": { - "line": 1586, + "line": 1590, "column": 19 } } @@ -219418,16 +220109,16 @@ "type": "Line", "value": " lower date", "range": [ - 58673, - 58686 + 58879, + 58892 ], "loc": { "start": { - "line": 1589, + "line": 1593, "column": 16 }, "end": { - "line": 1589, + "line": 1593, "column": 29 } } @@ -219436,16 +220127,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 58863, - 58882 + 59069, + 59088 ], "loc": { "start": { - "line": 1594, + "line": 1598, "column": 16 }, "end": { - "line": 1594, + "line": 1598, "column": 35 } } @@ -219454,16 +220145,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 59067, - 59088 + 59273, + 59294 ], "loc": { "start": { - "line": 1599, + "line": 1603, "column": 16 }, "end": { - "line": 1599, + "line": 1603, "column": 37 } } @@ -219472,16 +220163,16 @@ "type": "Line", "value": " greater date", "range": [ - 59273, - 59288 + 59479, + 59494 ], "loc": { "start": { - "line": 1604, + "line": 1608, "column": 16 }, "end": { - "line": 1604, + "line": 1608, "column": 31 } } @@ -219490,16 +220181,16 @@ "type": "Line", "value": " different date", "range": [ - 59470, - 59487 + 59676, + 59693 ], "loc": { "start": { - "line": 1609, + "line": 1613, "column": 16 }, "end": { - "line": 1609, + "line": 1613, "column": 33 } } @@ -219508,16 +220199,16 @@ "type": "Line", "value": " equal date", "range": [ - 59693, - 59706 + 59899, + 59912 ], "loc": { "start": { - "line": 1614, + "line": 1618, "column": 16 }, "end": { - "line": 1614, + "line": 1618, "column": 29 } } @@ -219526,16 +220217,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 59913, - 59974 + 60119, + 60180 ], "loc": { "start": { - "line": 1619, + "line": 1623, "column": 16 }, "end": { - "line": 1619, + "line": 1623, "column": 77 } } @@ -219544,16 +220235,16 @@ "type": "Line", "value": " like date", "range": [ - 60015, - 60027 + 60221, + 60233 ], "loc": { "start": { - "line": 1620, + "line": 1624, "column": 40 }, "end": { - "line": 1620, + "line": 1624, "column": 52 } } @@ -219562,16 +220253,16 @@ "type": "Line", "value": "empty", "range": [ - 60369, - 60376 + 60569, + 60576 ], "loc": { "start": { - "line": 1628, + "line": 1632, "column": 16 }, "end": { - "line": 1628, + "line": 1632, "column": 23 } } @@ -219580,16 +220271,16 @@ "type": "Line", "value": "non-empty", "range": [ - 60499, - 60510 + 60699, + 60710 ], "loc": { "start": { - "line": 1632, + "line": 1636, "column": 16 }, "end": { - "line": 1632, + "line": 1636, "column": 27 } } @@ -219598,16 +220289,16 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 60667, - 60702 + 60867, + 60902 ], "loc": { "start": { - "line": 1639, + "line": 1643, "column": 16 }, "end": { - "line": 1639, + "line": 1643, "column": 51 } } @@ -219616,16 +220307,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 61381, - 61443 + 61581, + 61643 ], "loc": { "start": { - "line": 1655, + "line": 1659, "column": 16 }, "end": { - "line": 1655, + "line": 1659, "column": 78 } } @@ -219634,16 +220325,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 61460, - 61468 + 61660, + 61668 ], "loc": { "start": { - "line": 1656, + "line": 1660, "column": 16 }, "end": { - "line": 1656, + "line": 1660, "column": 24 } } @@ -219652,16 +220343,16 @@ "type": "Line", "value": " lower equal", "range": [ - 61485, - 61499 + 61685, + 61699 ], "loc": { "start": { - "line": 1657, + "line": 1661, "column": 16 }, "end": { - "line": 1657, + "line": 1661, "column": 30 } } @@ -219670,16 +220361,16 @@ "type": "Line", "value": "greater equal", "range": [ - 61684, - 61699 + 61884, + 61899 ], "loc": { "start": { - "line": 1662, + "line": 1666, "column": 16 }, "end": { - "line": 1662, + "line": 1666, "column": 31 } } @@ -219688,16 +220379,16 @@ "type": "Line", "value": "lower", "range": [ - 61889, - 61896 + 62089, + 62096 ], "loc": { "start": { - "line": 1667, + "line": 1671, "column": 16 }, "end": { - "line": 1667, + "line": 1671, "column": 23 } } @@ -219706,16 +220397,16 @@ "type": "Line", "value": "greater", "range": [ - 62084, - 62093 + 62284, + 62293 ], "loc": { "start": { - "line": 1672, + "line": 1676, "column": 16 }, "end": { - "line": 1672, + "line": 1676, "column": 25 } } @@ -219724,16 +220415,16 @@ "type": "Line", "value": "different", "range": [ - 62281, - 62292 + 62481, + 62492 ], "loc": { "start": { - "line": 1677, + "line": 1681, "column": 16 }, "end": { - "line": 1677, + "line": 1681, "column": 27 } } @@ -219742,16 +220433,16 @@ "type": "Line", "value": "like", "range": [ - 62482, - 62488 + 62683, + 62689 ], "loc": { "start": { - "line": 1682, + "line": 1686, "column": 16 }, "end": { - "line": 1682, + "line": 1686, "column": 22 } } @@ -219760,16 +220451,16 @@ "type": "Line", "value": "equal", "range": [ - 62678, - 62685 + 62873, + 62880 ], "loc": { "start": { - "line": 1687, + "line": 1691, "column": 16 }, "end": { - "line": 1687, + "line": 1691, "column": 23 } } @@ -219778,16 +220469,16 @@ "type": "Line", "value": "starts with", "range": [ - 62874, - 62887 + 63063, + 63076 ], "loc": { "start": { - "line": 1692, + "line": 1696, "column": 16 }, "end": { - "line": 1692, + "line": 1696, "column": 29 } } @@ -219796,16 +220487,16 @@ "type": "Line", "value": "ends with", "range": [ - 63071, - 63082 + 63260, + 63271 ], "loc": { "start": { - "line": 1697, + "line": 1701, "column": 16 }, "end": { - "line": 1697, + "line": 1701, "column": 27 } } @@ -219814,16 +220505,16 @@ "type": "Line", "value": "empty", "range": [ - 63516, - 63523 + 63705, + 63712 ], "loc": { "start": { - "line": 1706, + "line": 1710, "column": 16 }, "end": { - "line": 1706, + "line": 1710, "column": 23 } } @@ -219832,16 +220523,16 @@ "type": "Line", "value": "non-empty", "range": [ - 63646, - 63657 + 63835, + 63846 ], "loc": { "start": { - "line": 1710, + "line": 1714, "column": 16 }, "end": { - "line": 1710, + "line": 1714, "column": 27 } } @@ -219850,16 +220541,16 @@ "type": "Line", "value": "regexp", "range": [ - 63781, - 63789 + 63970, + 63978 ], "loc": { "start": { - "line": 1714, + "line": 1718, "column": 16 }, "end": { - "line": 1714, + "line": 1718, "column": 24 } } @@ -219868,16 +220559,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 63842, - 63877 + 64031, + 64066 ], "loc": { "start": { - "line": 1716, + "line": 1720, "column": 20 }, "end": { - "line": 1716, + "line": 1720, "column": 55 } } @@ -219886,16 +220577,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 63927, - 63948 + 64116, + 64137 ], "loc": { "start": { - "line": 1718, + "line": 1722, "column": 24 }, "end": { - "line": 1718, + "line": 1722, "column": 45 } } @@ -219904,16 +220595,16 @@ "type": "Line", "value": "else", "range": [ - 64361, - 64367 + 64533, + 64539 ], "loc": { "start": { - "line": 1729, + "line": 1732, "column": 13 }, "end": { - "line": 1729, + "line": 1732, "column": 19 } } @@ -219922,16 +220613,16 @@ "type": "Line", "value": "fn", "range": [ - 64407, - 64411 + 64579, + 64583 ], "loc": { "start": { - "line": 1731, + "line": 1734, "column": 9 }, "end": { - "line": 1731, + "line": 1734, "column": 13 } } @@ -219940,16 +220631,16 @@ "type": "Block", "value": "** if table already filtered some rows are not visible **", "range": [ - 64477, - 64538 + 64649, + 64710 ], "loc": { "start": { - "line": 1734, + "line": 1737, "column": 12 }, "end": { - "line": 1734, + "line": 1737, "column": 73 } } @@ -219958,16 +220649,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 64735, - 64768 + 64907, + 64940 ], "loc": { "start": { - "line": 1742, + "line": 1745, "column": 12 }, "end": { - "line": 1742, + "line": 1745, "column": 45 } } @@ -219976,16 +220667,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 64935, - 64966 + 65107, + 65138 ], "loc": { "start": { - "line": 1749, + "line": 1752, "column": 16 }, "end": { - "line": 1749, + "line": 1752, "column": 47 } } @@ -219994,16 +220685,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 65023, - 65055 + 65195, + 65227 ], "loc": { "start": { - "line": 1752, + "line": 1755, "column": 12 }, "end": { - "line": 1752, + "line": 1755, "column": 44 } } @@ -220012,16 +220703,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 65114, - 65132 + 65286, + 65304 ], "loc": { "start": { - "line": 1754, + "line": 1757, "column": 16 }, "end": { - "line": 1754, + "line": 1757, "column": 34 } } @@ -220030,16 +220721,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 65539, - 65578 + 65711, + 65750 ], "loc": { "start": { - "line": 1765, + "line": 1768, "column": 16 }, "end": { - "line": 1765, + "line": 1768, "column": 55 } } @@ -220048,16 +220739,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 65654, - 65692 + 65826, + 65864 ], "loc": { "start": { - "line": 1767, + "line": 1770, "column": 16 }, "end": { - "line": 1767, + "line": 1770, "column": 54 } } @@ -220066,16 +220757,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 65777, - 65816 + 65949, + 65988 ], "loc": { "start": { - "line": 1769, + "line": 1772, "column": 16 }, "end": { - "line": 1769, + "line": 1772, "column": 55 } } @@ -220084,16 +220775,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 65889, - 65927 + 66061, + 66099 ], "loc": { "start": { - "line": 1771, + "line": 1774, "column": 16 }, "end": { - "line": 1771, + "line": 1774, "column": 54 } } @@ -220102,16 +220793,16 @@ "type": "Line", "value": "multiple sarch parameters", "range": [ - 66013, - 66040 + 66185, + 66212 ], "loc": { "start": { - "line": 1774, + "line": 1777, "column": 16 }, "end": { - "line": 1774, + "line": 1777, "column": 43 } } @@ -220120,16 +220811,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 66790, - 66815 + 66962, + 66987 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 16 }, "end": { - "line": 1792, + "line": 1795, "column": 41 } } @@ -220138,16 +220829,16 @@ "type": "Line", "value": "else single param", "range": [ - 67031, - 67050 + 67203, + 67222 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 17 }, "end": { - "line": 1797, + "line": 1800, "column": 36 } } @@ -220156,16 +220847,16 @@ "type": "Line", "value": "for j", "range": [ - 67979, - 67986 + 68151, + 68158 ], "loc": { "start": { - "line": 1821, + "line": 1824, "column": 13 }, "end": { - "line": 1821, + "line": 1824, "column": 20 } } @@ -220174,16 +220865,16 @@ "type": "Line", "value": " always visible rows need to be counted as valid", "range": [ - 68297, - 68347 + 68469, + 68519 ], "loc": { "start": { - "line": 1832, + "line": 1835, "column": 16 }, "end": { - "line": 1832, + "line": 1835, "column": 66 } } @@ -220192,16 +220883,16 @@ "type": "Line", "value": " for k", "range": [ - 68941, - 68949 + 69113, + 69121 ], "loc": { "start": { - "line": 1848, + "line": 1851, "column": 9 }, "end": { - "line": 1848, + "line": 1851, "column": 17 } } @@ -220210,16 +220901,16 @@ "type": "Line", "value": "applies filter props after filtering process", "range": [ - 69167, - 69213 + 69339, + 69385 ], "loc": { "start": { - "line": 1856, + "line": 1859, "column": 8 }, "end": { - "line": 1856, + "line": 1859, "column": 54 } } @@ -220228,16 +220919,16 @@ "type": "Line", "value": " Shouldn't need to care of that here...", "range": [ - 69300, - 69341 + 69472, + 69513 ], "loc": { "start": { - "line": 1860, + "line": 1863, "column": 12 }, "end": { - "line": 1860, + "line": 1863, "column": 53 } } @@ -220246,16 +220937,16 @@ "type": "Line", "value": " TODO: provide a method in paging module", "range": [ - 69354, - 69396 + 69526, + 69568 ], "loc": { "start": { - "line": 1861, + "line": 1864, "column": 12 }, "end": { - "line": 1861, + "line": 1864, "column": 54 } } @@ -220264,16 +220955,16 @@ "type": "Line", "value": "", "range": [ - 69494, - 69496 + 69666, + 69668 ], "loc": { "start": { - "line": 1864, + "line": 1867, "column": 12 }, "end": { - "line": 1864, + "line": 1867, "column": 14 } } @@ -220282,16 +220973,16 @@ "type": "Line", "value": "invokes onafter callback", "range": [ - 69574, - 69600 + 69746, + 69772 ], "loc": { "start": { - "line": 1867, + "line": 1870, "column": 8 }, "end": { - "line": 1867, + "line": 1870, "column": 34 } } @@ -220300,16 +220991,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": [ - 69702, - 69864 + 69874, + 70036 ], "loc": { "start": { - "line": 1873, + "line": 1876, "column": 4 }, "end": { - "line": 1877, + "line": 1880, "column": 7 } } @@ -220318,16 +221009,16 @@ "type": "Line", "value": "shows rows always visible", "range": [ - 69920, - 69947 + 70092, + 70119 ], "loc": { "start": { - "line": 1881, + "line": 1884, "column": 8 }, "end": { - "line": 1881, + "line": 1884, "column": 35 } } @@ -220336,16 +221027,16 @@ "type": "Line", "value": "columns operations", "range": [ - 70037, - 70057 + 70209, + 70229 ], "loc": { "start": { - "line": 1885, + "line": 1888, "column": 8 }, "end": { - "line": 1885, + "line": 1888, "column": 28 } } @@ -220354,16 +221045,16 @@ "type": "Line", "value": "re-populates drop-down filters", "range": [ - 70163, - 70195 + 70335, + 70367 ], "loc": { "start": { - "line": 1890, + "line": 1893, "column": 8 }, "end": { - "line": 1890, + "line": 1893, "column": 40 } } @@ -220372,16 +221063,16 @@ "type": "Block", "value": "*\n * Return the data of a specified colum\n * @param {Number} colindex Column index\n * @param {Boolean} num Return unformatted number\n * @param {Array} exclude List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 70461, - 70753 + 70633, + 70925 ], "loc": { "start": { - "line": 1904, + "line": 1907, "column": 4 }, "end": { - "line": 1910, + "line": 1913, "column": 7 } } @@ -220390,16 +221081,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 71033, - 71088 + 71205, + 71260 ], "loc": { "start": { - "line": 1920, + "line": 1923, "column": 12 }, "end": { - "line": 1920, + "line": 1923, "column": 67 } } @@ -220408,16 +221099,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 71295, - 71348 + 71467, + 71520 ], "loc": { "start": { - "line": 1927, + "line": 1930, "column": 12 }, "end": { - "line": 1927, + "line": 1930, "column": 65 } } @@ -220426,16 +221117,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 71424, - 71456 + 71596, + 71628 ], "loc": { "start": { - "line": 1929, + "line": 1932, "column": 16 }, "end": { - "line": 1929, + "line": 1932, "column": 48 } } @@ -220444,16 +221135,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": [ - 72102, - 72254 + 72274, + 72426 ], "loc": { "start": { - "line": 1947, + "line": 1950, "column": 4 }, "end": { - "line": 1951, + "line": 1954, "column": 7 } } @@ -220462,16 +221153,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 72663, - 72679 + 72835, + 72851 ], "loc": { "start": { - "line": 1967, + "line": 1970, "column": 8 }, "end": { - "line": 1967, + "line": 1970, "column": 24 } } @@ -220480,16 +221171,16 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 73077, - 73103 + 73249, + 73275 ], "loc": { "start": { - "line": 1978, + "line": 1981, "column": 12 }, "end": { - "line": 1978, + "line": 1981, "column": 38 } } @@ -220498,16 +221189,16 @@ "type": "Line", "value": "checklist", "range": [ - 73184, - 73195 + 73356, + 73367 ], "loc": { "start": { - "line": 1981, + "line": 1984, "column": 8 }, "end": { - "line": 1981, + "line": 1984, "column": 19 } } @@ -220516,16 +221207,16 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 73373, - 73399 + 73545, + 73571 ], "loc": { "start": { - "line": 1985, + "line": 1988, "column": 16 }, "end": { - "line": 1985, + "line": 1988, "column": 42 } } @@ -220534,16 +221225,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 73577, - 73669 + 73749, + 73841 ], "loc": { "start": { - "line": 1994, + "line": 1997, "column": 4 }, "end": { - "line": 1997, + "line": 2000, "column": 7 } } @@ -220552,16 +221243,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": [ - 74034, - 74202 + 74206, + 74374 ], "loc": { "start": { - "line": 2012, + "line": 2015, "column": 4 }, "end": { - "line": 2016, + "line": 2019, "column": 7 } } @@ -220570,16 +221261,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": [ - 74330, - 74731 + 74502, + 74903 ], "loc": { "start": { - "line": 2024, + "line": 2027, "column": 4 }, "end": { - "line": 2032, + "line": 2035, "column": 7 } } @@ -220588,16 +221279,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": [ - 75132, - 75278 + 75304, + 75450 ], "loc": { "start": { - "line": 2048, + "line": 2051, "column": 4 }, "end": { - "line": 2052, + "line": 2055, "column": 7 } } @@ -220606,16 +221297,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": [ - 75389, - 75555 + 75561, + 75727 ], "loc": { "start": { - "line": 2058, + "line": 2061, "column": 4 }, "end": { - "line": 2062, + "line": 2065, "column": 7 } } @@ -220624,16 +221315,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": [ - 75669, - 75900 + 75841, + 76072 ], "loc": { "start": { - "line": 2068, + "line": 2071, "column": 4 }, "end": { - "line": 2073, + "line": 2076, "column": 7 } } @@ -220642,16 +221333,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {Number} i Column's index\n * @param {Object} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 76120, - 76285 + 76292, + 76457 ], "loc": { "start": { - "line": 2081, + "line": 2084, "column": 4 }, "end": { - "line": 2086, + "line": 2089, "column": 7 } } @@ -220660,16 +221351,16 @@ "type": "Line", "value": "First checks for customCellData event", "range": [ - 76392, - 76431 + 76564, + 76603 ], "loc": { "start": { - "line": 2091, + "line": 2094, "column": 8 }, "end": { - "line": 2091, + "line": 2094, "column": 47 } } @@ -220678,16 +221369,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 76646, - 76902 + 76818, + 77074 ], "loc": { "start": { - "line": 2099, + "line": 2102, "column": 4 }, "end": { - "line": 2108, + "line": 2111, "column": 7 } } @@ -220696,16 +221387,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 77092, - 77124 + 77264, + 77296 ], "loc": { "start": { - "line": 2114, + "line": 2117, "column": 12 }, "end": { - "line": 2114, + "line": 2117, "column": 44 } } @@ -220714,16 +221405,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 Include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 77392, - 77712 + 77564, + 77884 ], "loc": { "start": { - "line": 2124, + "line": 2127, "column": 4 }, "end": { - "line": 2134, + "line": 2137, "column": 7 } } @@ -220732,16 +221423,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 78789, - 79049 + 78961, + 79221 ], "loc": { "start": { - "line": 2166, + "line": 2169, "column": 4 }, "end": { - "line": 2172, + "line": 2175, "column": 7 } } @@ -220750,16 +221441,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 79317, - 79345 + 79489, + 79517 ], "loc": { "start": { - "line": 2181, + "line": 2184, "column": 16 }, "end": { - "line": 2181, + "line": 2184, "column": 44 } } @@ -220768,16 +221459,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 79388, - 79413 + 79560, + 79585 ], "loc": { "start": { - "line": 2183, + "line": 2186, "column": 16 }, "end": { - "line": 2183, + "line": 2186, "column": 41 } } @@ -220786,16 +221477,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": [ - 79521, - 79670 + 79693, + 79842 ], "loc": { "start": { - "line": 2190, + "line": 2193, "column": 4 }, "end": { - "line": 2194, + "line": 2197, "column": 7 } } @@ -220804,16 +221495,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": [ - 79818, - 79991 + 79990, + 80163 ], "loc": { "start": { - "line": 2202, + "line": 2205, "column": 4 }, "end": { - "line": 2206, + "line": 2209, "column": 7 } } @@ -220822,16 +221513,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 80160, - 80192 + 80332, + 80364 ], "loc": { "start": { - "line": 2213, + "line": 2216, "column": 8 }, "end": { - "line": 2213, + "line": 2216, "column": 40 } } @@ -220840,16 +221531,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 80552, - 80599 + 80724, + 80771 ], "loc": { "start": { - "line": 2227, + "line": 2230, "column": 4 }, "end": { - "line": 2229, + "line": 2232, "column": 7 } } @@ -220858,16 +221549,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": [ - 80878, - 81024 + 81050, + 81196 ], "loc": { "start": { - "line": 2241, + "line": 2244, "column": 4 }, "end": { - "line": 2245, + "line": 2248, "column": 7 } } @@ -220876,16 +221567,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 81442, - 81460 + 81614, + 81632 ], "loc": { "start": { - "line": 2258, + "line": 2261, "column": 8 }, "end": { - "line": 2258, + "line": 2261, "column": 26 } } @@ -220894,16 +221585,16 @@ "type": "Line", "value": " let ct = 0; //keywords counter", "range": [ - 81586, - 81619 + 81758, + 81791 ], "loc": { "start": { - "line": 2261, + "line": 2264, "column": 12 }, "end": { - "line": 2261, + "line": 2264, "column": 45 } } @@ -220912,16 +221603,16 @@ "type": "Line", "value": "if", "range": [ - 82087, - 82091 + 82259, + 82263 ], "loc": { "start": { - "line": 2273, + "line": 2276, "column": 17 }, "end": { - "line": 2273, + "line": 2276, "column": 21 } } @@ -220930,16 +221621,16 @@ "type": "Line", "value": "for j", "range": [ - 82105, - 82112 + 82277, + 82284 ], "loc": { "start": { - "line": 2274, + "line": 2277, "column": 13 }, "end": { - "line": 2274, + "line": 2277, "column": 20 } } @@ -220948,16 +221639,16 @@ "type": "Line", "value": "checklist", "range": [ - 82131, - 82142 + 82303, + 82314 ], "loc": { "start": { - "line": 2276, + "line": 2279, "column": 8 }, "end": { - "line": 2276, + "line": 2279, "column": 19 } } @@ -220966,16 +221657,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": [ - 83135, - 83313 + 83307, + 83485 ], "loc": { "start": { - "line": 2303, + "line": 2306, "column": 4 }, "end": { - "line": 2307, + "line": 2310, "column": 7 } } @@ -220984,16 +221675,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 83706, - 83732 + 83878, + 83904 ], "loc": { "start": { - "line": 2323, + "line": 2326, "column": 12 }, "end": { - "line": 2323, + "line": 2326, "column": 38 } } @@ -221002,16 +221693,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 84470, - 84522 + 84642, + 84694 ], "loc": { "start": { - "line": 2345, + "line": 2348, "column": 4 }, "end": { - "line": 2347, + "line": 2350, "column": 7 } } @@ -221020,16 +221711,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 84730, - 84759 + 84902, + 84931 ], "loc": { "start": { - "line": 2354, + "line": 2357, "column": 12 }, "end": { - "line": 2354, + "line": 2357, "column": 41 } } @@ -221038,16 +221729,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 84949, - 84997 + 85121, + 85169 ], "loc": { "start": { - "line": 2365, + "line": 2368, "column": 4 }, "end": { - "line": 2367, + "line": 2370, "column": 7 } } @@ -221056,16 +221747,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 85627, - 85705 + 85799, + 85877 ], "loc": { "start": { - "line": 2387, + "line": 2390, "column": 4 }, "end": { - "line": 2389, + "line": 2392, "column": 7 } } @@ -221074,16 +221765,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 85925, - 86030 + 86097, + 86202 ], "loc": { "start": { - "line": 2397, + "line": 2400, "column": 4 }, "end": { - "line": 2400, + "line": 2403, "column": 7 } } @@ -221092,16 +221783,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 86743, - 86786 + 86915, + 86958 ], "loc": { "start": { - "line": 2418, + "line": 2421, "column": 12 }, "end": { - "line": 2418, + "line": 2421, "column": 55 } } @@ -221110,16 +221801,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 86799, - 86838 + 86971, + 87010 ], "loc": { "start": { - "line": 2419, + "line": 2422, "column": 12 }, "end": { - "line": 2419, + "line": 2422, "column": 51 } } @@ -221128,16 +221819,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 87407, - 87440 + 87579, + 87612 ], "loc": { "start": { - "line": 2433, + "line": 2436, "column": 16 }, "end": { - "line": 2433, + "line": 2436, "column": 49 } } @@ -221146,16 +221837,16 @@ "type": "Line", "value": " for i", "range": [ - 87987, - 87995 + 88159, + 88167 ], "loc": { "start": { - "line": 2449, + "line": 2452, "column": 9 }, "end": { - "line": 2449, + "line": 2452, "column": 17 } } @@ -221164,16 +221855,16 @@ "type": "Block", "value": "*\n * Re-generate the filters grid bar when previously removed\n ", "range": [ - 88007, - 88082 + 88179, + 88254 ], "loc": { "start": { - "line": 2452, + "line": 2455, "column": 4 }, "end": { - "line": 2454, + "line": 2457, "column": 7 } } @@ -221182,16 +221873,16 @@ "type": "Line", "value": " grid was removed, grid row element is stored in fltGridEl property", "range": [ - 88356, - 88425 + 88528, + 88597 ], "loc": { "start": { - "line": 2466, + "line": 2469, "column": 8 }, "end": { - "line": 2466, + "line": 2469, "column": 77 } } @@ -221200,16 +221891,16 @@ "type": "Line", "value": " If table has a thead ensure the filters row is appended in the", "range": [ - 88468, - 88533 + 88640, + 88705 ], "loc": { "start": { - "line": 2468, + "line": 2471, "column": 12 }, "end": { - "line": 2468, + "line": 2471, "column": 77 } } @@ -221218,16 +221909,16 @@ "type": "Line", "value": " thead element", "range": [ - 88546, - 88562 + 88718, + 88734 ], "loc": { "start": { - "line": 2469, + "line": 2472, "column": 12 }, "end": { - "line": 2469, + "line": 2472, "column": 28 } } @@ -221236,16 +221927,16 @@ "type": "Line", "value": " filters are appended in external placeholders elements", "range": [ - 88862, - 88919 + 89034, + 89091 ], "loc": { "start": { - "line": 2478, + "line": 2481, "column": 8 }, "end": { - "line": 2478, + "line": 2481, "column": 65 } } @@ -221254,16 +221945,16 @@ "type": "Line", "value": "IE special treatment for gridLayout, appended filters are", "range": [ - 89371, - 89430 + 89543, + 89602 ], "loc": { "start": { - "line": 2489, + "line": 2492, "column": 16 }, "end": { - "line": 2489, + "line": 2492, "column": 75 } } @@ -221272,34 +221963,52 @@ "type": "Line", "value": "empty", "range": [ - 89447, - 89454 + 89619, + 89626 ], "loc": { "start": { - "line": 2490, + "line": 2493, "column": 16 }, "end": { - "line": 2490, + "line": 2493, "column": 23 } } }, { "type": "Block", - "value": "*\n * Checks if passed data contains the searched arg\n * @param {String} arg Search term\n * @param {String} data Data string\n * @param {String} fltType Filter type ('input', 'select')\n * @param {Boolean} forceMatch Exact match\n * @return {Boolean]}\n *\n * TODO: move into string module, remove fltType in order to decouple it\n * from TableFilter module\n ", + "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 90343, - 90762 + 90515, + 90693 ], "loc": { "start": { - "line": 2520, + "line": 2523, "column": 4 }, "end": { - "line": 2530, + "line": 2527, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Checks if passed data contains the searched arg\n * @param {String} arg Search term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @return {Boolean]}\n *\n * TODO: move into string module, remove fltType in order to decouple it\n * from TableFilter module\n ", + "range": [ + 90894, + 91245 + ], + "loc": { + "start": { + "line": 2534, + "column": 4 + }, + "end": { + "line": 2543, "column": 7 } } @@ -221308,16 +222017,16 @@ "type": "Line", "value": " Improved by Cedric Wartel (cwl)", "range": [ - 90821, - 90855 + 91295, + 91329 ], "loc": { "start": { - "line": 2532, + "line": 2545, "column": 8 }, "end": { - "line": 2532, + "line": 2545, "column": 42 } } @@ -221326,16 +222035,16 @@ "type": "Line", "value": " automatic exact match for selects and special characters are now", "range": [ - 90864, - 90931 + 91338, + 91405 ], "loc": { "start": { - "line": 2533, + "line": 2546, "column": 8 }, "end": { - "line": 2533, + "line": 2546, "column": 75 } } @@ -221344,16 +222053,16 @@ "type": "Line", "value": " filtered", "range": [ - 90940, - 90951 + 91414, + 91425 ], "loc": { "start": { - "line": 2534, + "line": 2547, "column": 8 }, "end": { - "line": 2534, + "line": 2547, "column": 19 } } @@ -221362,16 +222071,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": [ - 91395, - 91614 + 91757, + 91976 ], "loc": { "start": { - "line": 2547, + "line": 2559, "column": 4 }, "end": { - "line": 2552, + "line": 2564, "column": 7 } } @@ -221380,16 +222089,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": [ - 92136, - 92395 + 92498, + 92757 ], "loc": { "start": { - "line": 2570, + "line": 2582, "column": 4 }, "end": { - "line": 2576, + "line": 2588, "column": 7 } } @@ -221398,16 +222107,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 93121, - 93193 + 93483, + 93555 ], "loc": { "start": { - "line": 2601, + "line": 2613, "column": 8 }, "end": { - "line": 2601, + "line": 2613, "column": 80 } } @@ -221416,16 +222125,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 93736, - 93811 + 94098, + 94173 ], "loc": { "start": { - "line": 2618, + "line": 2630, "column": 4 }, "end": { - "line": 2621, + "line": 2633, "column": 7 } } @@ -221434,16 +222143,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 93868, - 93947 + 94230, + 94309 ], "loc": { "start": { - "line": 2626, + "line": 2638, "column": 4 }, "end": { - "line": 2629, + "line": 2641, "column": 7 } } @@ -221452,16 +222161,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": [ - 94013, - 94189 + 94375, + 94551 ], "loc": { "start": { - "line": 2634, + "line": 2646, "column": 4 }, "end": { - "line": 2638, + "line": 2650, "column": 7 } } @@ -221470,16 +222179,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 94867, - 94957 + 95229, + 95319 ], "loc": { "start": { - "line": 2661, + "line": 2673, "column": 4 }, "end": { - "line": 2664, + "line": 2676, "column": 7 } } @@ -221488,16 +222197,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 95032, - 95107 + 95394, + 95469 ], "loc": { "start": { - "line": 2669, + "line": 2681, "column": 4 }, "end": { - "line": 2672, + "line": 2684, "column": 7 } } @@ -221506,16 +222215,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 95177, - 95304 + 95539, + 95666 ], "loc": { "start": { - "line": 2677, + "line": 2689, "column": 4 }, "end": { - "line": 2681, + "line": 2693, "column": 7 } } @@ -221524,30 +222233,12 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 95368, - 95440 + 95730, + 95802 ], "loc": { "start": { - "line": 2686, - "column": 4 - }, - "end": { - "line": 2689, - "column": 7 - } - } - }, - { - "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": [ - 95565, - 95705 - ], - "loc": { - "start": { - "line": 2697, + "line": 2698, "column": 4 }, "end": { @@ -221558,18 +222249,36 @@ }, { "type": "Block", - "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", + "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ", "range": [ - 96320, - 96456 + 95927, + 96067 ], "loc": { "start": { - "line": 2722, + "line": 2709, "column": 4 }, "end": { - "line": 2726, + "line": 2713, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", + "range": [ + 96682, + 96818 + ], + "loc": { + "start": { + "line": 2734, + "column": 4 + }, + "end": { + "line": 2738, "column": 7 } } @@ -221578,16 +222287,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 96610, - 96692 + 96972, + 97054 ], "loc": { "start": { - "line": 2732, + "line": 2744, "column": 4 }, "end": { - "line": 2735, + "line": 2747, "column": 7 } } @@ -221596,16 +222305,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 96769, - 96857 + 97131, + 97219 ], "loc": { "start": { - "line": 2740, + "line": 2752, "column": 4 }, "end": { - "line": 2743, + "line": 2755, "column": 7 } } diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index c3627f2c..ff91e11e 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -1379,6 +1379,31 @@ + + + +
+

+ exactMatchByCol: * +

+
+
+ + + +
+ + + + + + + + + public + + + @@ -2059,6 +2084,31 @@ + + + +
+

+ hasExactMatchByCol: * +

+
+
+ + + +
+ + + + + + + + + public + + + @@ -5789,6 +5839,32 @@ + + + +
+

+ isExactMatch(colIndex: Number): Boolean +

+
+
+ + +

Determines if passed filter column implements exact query match

+
+
+ + + + + + + + + public + + + @@ -6189,7 +6265,7 @@ - source + source @@ -6230,7 +6306,7 @@ - source + source @@ -6270,7 +6346,7 @@ - source + source @@ -6310,7 +6386,7 @@ - source + source @@ -6350,7 +6426,7 @@ - source + source @@ -6390,7 +6466,7 @@ - source + source @@ -6470,7 +6546,7 @@ - source + source @@ -6510,7 +6586,7 @@ - source + source @@ -6551,7 +6627,7 @@ - source + source @@ -6591,7 +6667,7 @@ - source + source @@ -6671,7 +6747,7 @@ - source + source @@ -6711,7 +6787,7 @@ - source + source @@ -6751,7 +6827,7 @@ - source + source @@ -6791,7 +6867,7 @@ - source + source @@ -6831,7 +6907,7 @@ - source + source @@ -6871,7 +6947,7 @@ - source + source @@ -6911,7 +6987,7 @@ - source + source @@ -6951,7 +7027,7 @@ - source + source @@ -6991,7 +7067,7 @@ - source + source @@ -7031,7 +7107,7 @@ - source + source @@ -7151,7 +7227,7 @@ - source + source @@ -7191,7 +7267,7 @@ - source + source @@ -7311,7 +7387,7 @@ - source + source @@ -7351,7 +7427,7 @@ - source + source @@ -7391,7 +7467,7 @@ - source + source @@ -7431,7 +7507,7 @@ - source + source @@ -7471,7 +7547,7 @@ - source + source @@ -7511,7 +7587,7 @@ - source + source @@ -7552,7 +7628,7 @@ - source + source @@ -7592,7 +7668,7 @@ - source + source @@ -7632,7 +7708,7 @@ - source + source @@ -7673,7 +7749,7 @@ - source + source @@ -7714,7 +7790,7 @@ - source + source @@ -7754,7 +7830,7 @@ - source + source @@ -7794,7 +7870,7 @@ - source + source @@ -7834,7 +7910,7 @@ - source + source @@ -7875,7 +7951,7 @@ - source + source @@ -7995,7 +8071,7 @@ - source + source @@ -8076,7 +8152,7 @@ - source + source @@ -8116,7 +8192,47 @@ - source + source + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+

+ public + + + + + exactMatchByCol: * + + + + source

@@ -8156,7 +8272,7 @@ - source + source @@ -8196,7 +8312,7 @@ - source + source @@ -8237,7 +8353,7 @@ - source + source @@ -8277,7 +8393,7 @@ - source + source @@ -8920,7 +9036,7 @@ - source + source @@ -8960,7 +9076,7 @@ - source + source @@ -9000,7 +9116,7 @@ - source + source @@ -9081,7 +9197,7 @@ - source + source @@ -9121,7 +9237,7 @@ - source + source @@ -9201,7 +9317,47 @@ - source + source + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+

+ public + + + + + hasExactMatchByCol: * + + + + source

@@ -9241,7 +9397,7 @@ - source + source @@ -9281,7 +9437,7 @@ - source + source @@ -9322,7 +9478,7 @@ - source + source @@ -9362,7 +9518,7 @@ - source + source @@ -9442,7 +9598,7 @@ - source + source @@ -9482,7 +9638,7 @@ - source + source @@ -9643,7 +9799,7 @@ - source + source @@ -9723,7 +9879,7 @@ - source + source @@ -9763,7 +9919,7 @@ - source + source @@ -9803,7 +9959,7 @@ - source + source @@ -9843,7 +9999,7 @@ - source + source @@ -9883,7 +10039,7 @@ - source + source @@ -10003,7 +10159,7 @@ - source + source @@ -10043,7 +10199,7 @@ - source + source @@ -10083,7 +10239,7 @@ - source + source @@ -10123,7 +10279,7 @@ - source + source @@ -10163,7 +10319,7 @@ - source + source @@ -10204,7 +10360,7 @@ - source + source @@ -10244,7 +10400,7 @@ - source + source @@ -10284,7 +10440,7 @@ - source + source @@ -10404,7 +10560,7 @@ - source + source @@ -10444,7 +10600,7 @@ - source + source @@ -10484,7 +10640,7 @@ - source + source @@ -10524,7 +10680,7 @@ - source + source @@ -10564,7 +10720,7 @@ - source + source @@ -10605,7 +10761,7 @@ - source + source @@ -10645,7 +10801,7 @@ - source + source @@ -10685,7 +10841,7 @@ - source + source @@ -10725,7 +10881,7 @@ - source + source @@ -10765,7 +10921,7 @@ - source + source @@ -10805,7 +10961,7 @@ - source + source @@ -10845,7 +11001,7 @@ - source + source @@ -10885,7 +11041,7 @@ - source + source @@ -11005,7 +11161,7 @@ - source + source @@ -11085,7 +11241,7 @@ - source + source @@ -11125,7 +11281,7 @@ - source + source @@ -11165,7 +11321,7 @@ - source + source @@ -11205,7 +11361,7 @@ - source + source @@ -11285,7 +11441,7 @@ - source + source @@ -11325,7 +11481,7 @@ - source + source @@ -11405,7 +11561,7 @@ - source + source @@ -11445,7 +11601,7 @@ - source + source @@ -11485,7 +11641,7 @@ - source + source @@ -11525,7 +11681,7 @@ - source + source @@ -11565,7 +11721,7 @@ - source + source @@ -11605,7 +11761,7 @@ - source + source @@ -11646,7 +11802,7 @@ - source + source @@ -11686,7 +11842,7 @@ - source + source @@ -11726,7 +11882,7 @@ - source + source @@ -11766,7 +11922,7 @@ - source + source @@ -11806,7 +11962,7 @@ - source + source @@ -11846,7 +12002,7 @@ - source + source @@ -11886,7 +12042,7 @@ - source + source @@ -11926,7 +12082,7 @@ - source + source @@ -11966,7 +12122,7 @@ - source + source @@ -12006,7 +12162,7 @@ - source + source @@ -12046,7 +12202,7 @@ - source + source @@ -12086,7 +12242,7 @@ - source + source @@ -12127,7 +12283,7 @@ - source + source @@ -12287,7 +12443,7 @@ - source + source @@ -12327,7 +12483,7 @@ - source + source @@ -12367,7 +12523,7 @@ - source + source @@ -12407,7 +12563,7 @@ - source + source @@ -12448,7 +12604,7 @@ - source + source @@ -12529,7 +12685,7 @@ - source + source @@ -12609,7 +12765,7 @@ - source + source @@ -12649,7 +12805,7 @@ - source + source @@ -12689,7 +12845,7 @@ - source + source @@ -12729,7 +12885,7 @@ - source + source @@ -12809,7 +12965,7 @@ - source + source @@ -12889,7 +13045,7 @@ - source + source @@ -13131,7 +13287,7 @@ - source + source @@ -13171,7 +13327,7 @@ - source + source @@ -13211,7 +13367,7 @@ - source + source @@ -13251,7 +13407,7 @@ - source + source @@ -13371,7 +13527,7 @@ - source + source @@ -13411,7 +13567,7 @@ - source + source @@ -13494,7 +13650,7 @@ - source + source @@ -13559,7 +13715,7 @@ - source + source @@ -13601,7 +13757,7 @@ - source + source @@ -13642,7 +13798,7 @@ - source + source @@ -13682,7 +13838,7 @@ - source + source @@ -13733,7 +13889,7 @@ - source + source @@ -13774,7 +13930,7 @@ - source + source @@ -13815,7 +13971,7 @@ - source + source @@ -13856,7 +14012,7 @@ - source + source @@ -13925,7 +14081,7 @@ - source + source @@ -13993,7 +14149,7 @@ - source + source @@ -14033,7 +14189,7 @@ - source + source @@ -14108,7 +14264,7 @@ - source + source @@ -14177,7 +14333,7 @@ - source + source @@ -14260,7 +14416,7 @@ - source + source @@ -14329,7 +14485,7 @@ custom options values and texts

- source + source @@ -14397,7 +14553,7 @@ custom options values and texts

- source + source @@ -14466,7 +14622,7 @@ custom options values and texts

- source + source @@ -14534,7 +14690,7 @@ custom options values and texts

- source + source @@ -14603,7 +14759,7 @@ custom options values and texts

- source + source @@ -14654,7 +14810,7 @@ custom options values and texts

- source + source @@ -14727,7 +14883,7 @@ custom options values and texts

- source + source @@ -14797,7 +14953,7 @@ custom options values and texts

- source + source @@ -14875,7 +15031,7 @@ Note: hidden filters are also returned

- source + source @@ -14927,7 +15083,7 @@ Note: hidden filters are also returned

- source + source @@ -14978,7 +15134,7 @@ Note: hidden filters are also returned

- source + source @@ -15030,7 +15186,7 @@ Note: hidden filters are also returned

- source + source @@ -15098,7 +15254,7 @@ Note: hidden filters are also returned

- source + source @@ -15149,7 +15305,7 @@ Note: hidden filters are also returned

- source + source @@ -15200,7 +15356,7 @@ Note: hidden filters are also returned

- source + source @@ -15269,7 +15425,7 @@ Note: hidden filters are also returned

- source + source @@ -15339,7 +15495,7 @@ defined

- source + source @@ -15391,7 +15547,7 @@ row)

- source + source @@ -15460,7 +15616,7 @@ row)

- source + source @@ -15516,7 +15672,7 @@ row)

- source + source @@ -15585,7 +15741,7 @@ row)

- source + source @@ -15653,7 +15809,7 @@ row)

- source + source @@ -15704,7 +15860,7 @@ row)

- source + source @@ -15783,7 +15939,7 @@ row)

- source + source @@ -15825,7 +15981,7 @@ row)

- source + source @@ -15866,7 +16022,7 @@ row)

- source + source @@ -15922,6 +16078,75 @@ row)

+
+
+

+ public + + + + + isExactMatch(colIndex: Number): Boolean + + + + source + +

+ + + + +

Determines if passed filter column implements exact query match

+
+ + + +
+

Params:

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

[description]

+
+
+
+ +
+

Return:

+ + + + + +
Boolean

[description]

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

@@ -15934,7 +16159,7 @@ row)

- source + source

@@ -16009,7 +16234,7 @@ row)

- source + source @@ -16051,7 +16276,7 @@ row)

- source + source @@ -16109,7 +16334,7 @@ row)

- source + source @@ -16149,7 +16374,7 @@ row)

- source + source @@ -16190,7 +16415,7 @@ row)

- source + source @@ -16231,7 +16456,7 @@ row)

- source + source @@ -16271,7 +16496,7 @@ row)

- source + source @@ -16336,7 +16561,7 @@ row)

- source + source @@ -16401,7 +16626,7 @@ row)

- source + source @@ -16442,7 +16667,7 @@ row)

- source + source @@ -16483,7 +16708,7 @@ row)

- source + source diff --git a/docs/coverage.json b/docs/coverage.json index e6f50738..515a3a31 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,7 +1,7 @@ { - "coverage": "24.41%", - "expectCount": 643, - "actualCount": 157, + "coverage": "24.45%", + "expectCount": 646, + "actualCount": 158, "files": { "src/extensions/advancedGrid/adapterEzEditTable.js": { "expectCount": 15, @@ -36,8 +36,8 @@ "actualCount": 4 }, "src/tablefilter.js": { - "expectCount": 237, - "actualCount": 72 + "expectCount": 240, + "actualCount": 73 }, "src/extensions/filtersVisibility/filtersVisibility.js": { "expectCount": 33, diff --git a/docs/dump.json b/docs/dump.json index a3df900c..6bf6b965 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -9718,7 +9718,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';\n\nvar global = window,\n isValidDate = DateHelper.isValid,\n formatDate = DateHelper.format,\n doc = global.document;\n\nexport class TableFilter{\n\n /**\n * TF object constructor\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n *\n * TODO: Accept a TABLE element or query selectors\n */\n constructor(id) {\n if(arguments.length === 0){ return; }\n\n this.id = id;\n this.version = '{VERSION}';\n this.year = new Date().getFullYear();\n this.tbl = Dom.id(id);\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 this.enableModules = false;\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 if(arguments.length > 1){\n for(let i=0, len=arguments.length; i 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 table data\n this.tblData = [];\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.alternateBgs = 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 //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.helpInstructions = 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 /*** 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 // filter when validation button clicked\n onBtnClick() {\n this.filter();\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 }\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 {\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 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 //this loop shows all rows and removes validRow attribute\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