diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index 525886c1..8a382968 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -67839,10 +67839,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Destroy all the extensions defined in the configuration object\n ", + "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ 40777, - 40858 + 40851 ], "loc": { "start": { @@ -67864,8 +67864,8 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 40863, - 40880 + 40856, + 40873 ], "loc": { "start": { @@ -67892,10 +67892,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "exts", + "name": "reg", "range": [ - 40897, - 40901 + 40890, + 40893 ], "loc": { "start": { @@ -67904,7 +67904,7 @@ }, "end": { "line": 1460, - "column": 16 + "column": 15 } } }, @@ -67914,31 +67914,31 @@ "object": { "type": "ThisExpression", "range": [ - 40904, - 40908 + 40896, + 40900 ], "loc": { "start": { "line": 1460, - "column": 19 + "column": 18 }, "end": { "line": 1460, - "column": 23 + "column": 22 } } }, "property": { "type": "Identifier", - "name": "extensions", + "name": "ExtRegistry", "range": [ - 40909, - 40919 + 40901, + 40912 ], "loc": { "start": { "line": 1460, - "column": 24 + "column": 23 }, "end": { "line": 1460, @@ -67947,13 +67947,13 @@ } }, "range": [ - 40904, - 40919 + 40896, + 40912 ], "loc": { "start": { "line": 1460, - "column": 19 + "column": 18 }, "end": { "line": 1460, @@ -67962,8 +67962,8 @@ } }, "range": [ - 40897, - 40919 + 40890, + 40912 ], "loc": { "start": { @@ -67979,8 +67979,8 @@ ], "kind": "let", "range": [ - 40893, - 40920 + 40886, + 40913 ], "loc": { "start": { @@ -67994,574 +67994,161 @@ } }, { - "type": "ForStatement", - "init": { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "i", - "range": [ - 40939, - 40940 - ], - "loc": { - "start": { - "line": 1462, - "column": 17 - }, - "end": { - "line": 1462, - "column": 18 - } - } - }, - "init": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 40943, - 40944 - ], - "loc": { - "start": { - "line": 1462, - "column": 21 - }, - "end": { - "line": 1462, - "column": 22 - } - } - }, - "range": [ - 40939, - 40944 - ], - "loc": { - "start": { - "line": 1462, - "column": 17 - }, - "end": { - "line": 1462, - "column": 22 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "len", - "range": [ - 40946, - 40949 - ], - "loc": { - "start": { - "line": 1462, - "column": 24 - }, - "end": { - "line": 1462, - "column": 27 - } - } - }, - "init": { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", - "name": "exts", + "name": "Object", "range": [ - 40952, - 40956 + 40923, + 40929 ], "loc": { "start": { "line": 1462, - "column": 30 + "column": 8 }, "end": { "line": 1462, - "column": 34 + "column": 14 } } }, "property": { "type": "Identifier", - "name": "length", + "name": "keys", "range": [ - 40957, - 40963 + 40930, + 40934 ], "loc": { "start": { "line": 1462, - "column": 35 + "column": 15 }, "end": { "line": 1462, - "column": 41 + "column": 19 } } }, "range": [ - 40952, - 40963 + 40923, + 40934 ], "loc": { "start": { "line": 1462, - "column": 30 + "column": 8 }, "end": { "line": 1462, - "column": 41 + "column": 19 } } }, + "arguments": [ + { + "type": "Identifier", + "name": "reg", + "range": [ + 40935, + 40938 + ], + "loc": { + "start": { + "line": 1462, + "column": 20 + }, + "end": { + "line": 1462, + "column": 23 + } + } + } + ], "range": [ - 40946, - 40963 + 40923, + 40939 + ], + "loc": { + "start": { + "line": 1462, + "column": 8 + }, + "end": { + "line": 1462, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "forEach", + "range": [ + 40940, + 40947 ], "loc": { "start": { "line": 1462, - "column": 24 + "column": 25 }, "end": { "line": 1462, - "column": 41 + "column": 32 } } - } - ], - "kind": "let", - "range": [ - 40935, - 40963 - ], - "loc": { - "start": { - "line": 1462, - "column": 13 }, - "end": { - "line": 1462, - "column": 41 - } - } - }, - "test": { - "type": "BinaryExpression", - "operator": "<", - "left": { - "type": "Identifier", - "name": "i", "range": [ - 40965, - 40966 + 40923, + 40947 ], "loc": { "start": { "line": 1462, - "column": 43 + "column": 8 }, "end": { "line": 1462, - "column": 44 + "column": 32 } } }, - "right": { - "type": "Identifier", - "name": "len", - "range": [ - 40969, - 40972 - ], - "loc": { - "start": { - "line": 1462, - "column": 47 - }, - "end": { - "line": 1462, - "column": 50 - } - } - }, - "range": [ - 40965, - 40972 - ], - "loc": { - "start": { - "line": 1462, - "column": 43 - }, - "end": { - "line": 1462, - "column": 50 - } - } - }, - "update": { - "type": "UpdateExpression", - "operator": "++", - "argument": { - "type": "Identifier", - "name": "i", - "range": [ - 40974, - 40975 - ], - "loc": { - "start": { - "line": 1462, - "column": 52 - }, - "end": { - "line": 1462, - "column": 53 - } - } - }, - "prefix": false, - "range": [ - 40974, - 40977 - ], - "loc": { - "start": { - "line": 1462, - "column": 52 - }, - "end": { - "line": 1462, - "column": 55 - } - } - }, - "body": { - "type": "BlockStatement", - "body": [ + "arguments": [ { - "type": "VariableDeclaration", - "declarations": [ + "type": "ArrowFunctionExpression", + "id": null, + "params": [ { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "ext", - "range": [ - 40997, - 41000 - ], - "loc": { - "start": { - "line": 1463, - "column": 16 - }, - "end": { - "line": 1463, - "column": 19 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "exts", - "range": [ - 41003, - 41007 - ], - "loc": { - "start": { - "line": 1463, - "column": 22 - }, - "end": { - "line": 1463, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "i", - "range": [ - 41008, - 41009 - ], - "loc": { - "start": { - "line": 1463, - "column": 27 - }, - "end": { - "line": 1463, - "column": 28 - } - } - }, - "range": [ - 41003, - 41010 - ], - "loc": { - "start": { - "line": 1463, - "column": 22 - }, - "end": { - "line": 1463, - "column": 29 - } - } - }, + "type": "Identifier", + "name": "key", "range": [ - 40997, - 41010 + 40949, + 40952 ], "loc": { "start": { - "line": 1463, - "column": 16 + "line": 1462, + "column": 34 }, "end": { - "line": 1463, - "column": 29 + "line": 1462, + "column": 37 } } } ], - "kind": "let", - "range": [ - 40993, - 41011 - ], - "loc": { - "start": { - "line": 1463, - "column": 12 - }, - "end": { - "line": 1463, - "column": 30 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "extInstance", - "range": [ - 41028, - 41039 - ], - "loc": { - "start": { - "line": 1464, - "column": 16 - }, - "end": { - "line": 1464, - "column": 27 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 41042, - 41046 - ], - "loc": { - "start": { - "line": 1464, - "column": 30 - }, - "end": { - "line": 1464, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "ExtRegistry", - "range": [ - 41047, - 41058 - ], - "loc": { - "start": { - "line": 1464, - "column": 35 - }, - "end": { - "line": 1464, - "column": 46 - } - } - }, - "range": [ - 41042, - 41058 - ], - "loc": { - "start": { - "line": 1464, - "column": 30 - }, - "end": { - "line": 1464, - "column": 46 - } - } - }, - "property": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "ext", - "range": [ - 41059, - 41062 - ], - "loc": { - "start": { - "line": 1464, - "column": 47 - }, - "end": { - "line": 1464, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "name", - "range": [ - 41063, - 41067 - ], - "loc": { - "start": { - "line": 1464, - "column": 51 - }, - "end": { - "line": 1464, - "column": 55 - } - } - }, - "range": [ - 41059, - 41067 - ], - "loc": { - "start": { - "line": 1464, - "column": 47 - }, - "end": { - "line": 1464, - "column": 55 - } - } - }, - "range": [ - 41042, - 41068 - ], - "loc": { - "start": { - "line": 1464, - "column": 30 - }, - "end": { - "line": 1464, - "column": 56 - } - } - }, - "range": [ - 41028, - 41068 - ], - "loc": { - "start": { - "line": 1464, - "column": 16 - }, - "end": { - "line": 1464, - "column": 56 - } - } - } - ], - "kind": "let", - "range": [ - 41024, - 41069 - ], - "loc": { - "start": { - "line": 1464, - "column": 12 - }, - "end": { - "line": 1464, - "column": 57 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "Identifier", - "name": "extInstance", - "range": [ - 41086, - 41097 - ], - "loc": { - "start": { - "line": 1465, - "column": 16 - }, - "end": { - "line": 1465, - "column": 27 - } - } - }, - "consequent": { + "body": { "type": "BlockStatement", "body": [ { @@ -68572,20 +68159,56 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "Identifier", - "name": "extInstance", + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "reg", + "range": [ + 40971, + 40974 + ], + "loc": { + "start": { + "line": 1463, + "column": 12 + }, + "end": { + "line": 1463, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "key", + "range": [ + 40975, + 40978 + ], + "loc": { + "start": { + "line": 1463, + "column": 16 + }, + "end": { + "line": 1463, + "column": 19 + } + } + }, "range": [ - 41117, - 41128 + 40971, + 40979 ], "loc": { "start": { - "line": 1466, - "column": 16 + "line": 1463, + "column": 12 }, "end": { - "line": 1466, - "column": 27 + "line": 1463, + "column": 20 } } }, @@ -68593,63 +68216,63 @@ "type": "Identifier", "name": "destroy", "range": [ - 41129, - 41136 + 40980, + 40987 ], "loc": { "start": { - "line": 1466, - "column": 28 + "line": 1463, + "column": 21 }, "end": { - "line": 1466, - "column": 35 + "line": 1463, + "column": 28 } } }, "range": [ - 41117, - 41136 + 40971, + 40987 ], "loc": { "start": { - "line": 1466, - "column": 16 + "line": 1463, + "column": 12 }, "end": { - "line": 1466, - "column": 35 + "line": 1463, + "column": 28 } } }, "arguments": [], "range": [ - 41117, - 41138 + 40971, + 40989 ], "loc": { "start": { - "line": 1466, - "column": 16 + "line": 1463, + "column": 12 }, "end": { - "line": 1466, - "column": 37 + "line": 1463, + "column": 30 } } }, "range": [ - 41117, - 41139 + 40971, + 40990 ], "loc": { "start": { - "line": 1466, - "column": 16 + "line": 1463, + "column": 12 }, "end": { - "line": 1466, - "column": 38 + "line": 1463, + "column": 31 } } }, @@ -68662,124 +68285,53 @@ "type": "MemberExpression", "computed": true, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 41156, - 41160 - ], - "loc": { - "start": { - "line": 1467, - "column": 16 - }, - "end": { - "line": 1467, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "ExtRegistry", - "range": [ - 41161, - 41172 - ], - "loc": { - "start": { - "line": 1467, - "column": 21 - }, - "end": { - "line": 1467, - "column": 32 - } - } - }, + "type": "Identifier", + "name": "reg", "range": [ - 41156, - 41172 + 41003, + 41006 ], "loc": { "start": { - "line": 1467, - "column": 16 + "line": 1464, + "column": 12 }, "end": { - "line": 1467, - "column": 32 + "line": 1464, + "column": 15 } } }, "property": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "ext", - "range": [ - 41173, - 41176 - ], - "loc": { - "start": { - "line": 1467, - "column": 33 - }, - "end": { - "line": 1467, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "name", - "range": [ - 41177, - 41181 - ], - "loc": { - "start": { - "line": 1467, - "column": 37 - }, - "end": { - "line": 1467, - "column": 41 - } - } - }, + "type": "Identifier", + "name": "key", "range": [ - 41173, - 41181 + 41007, + 41010 ], "loc": { "start": { - "line": 1467, - "column": 33 + "line": 1464, + "column": 16 }, "end": { - "line": 1467, - "column": 41 + "line": 1464, + "column": 19 } } }, "range": [ - 41156, - 41182 + 41003, + 41011 ], "loc": { "start": { - "line": 1467, - "column": 16 + "line": 1464, + "column": 12 }, "end": { - "line": 1467, - "column": 42 + "line": 1464, + "column": 20 } } }, @@ -68787,101 +68339,102 @@ "type": "Identifier", "name": "undefined", "range": [ - 41185, - 41194 + 41014, + 41023 ], "loc": { "start": { - "line": 1467, - "column": 45 + "line": 1464, + "column": 23 }, "end": { - "line": 1467, - "column": 54 + "line": 1464, + "column": 32 } } }, "range": [ - 41156, - 41194 + 41003, + 41023 ], "loc": { "start": { - "line": 1467, - "column": 16 + "line": 1464, + "column": 12 }, "end": { - "line": 1467, - "column": 54 + "line": 1464, + "column": 32 } } }, "range": [ - 41156, - 41195 + 41003, + 41024 ], "loc": { "start": { - "line": 1467, - "column": 16 + "line": 1464, + "column": 12 }, "end": { - "line": 1467, - "column": 55 + "line": 1464, + "column": 33 } } } ], "range": [ - 41099, - 41209 + 40957, + 41034 ], "loc": { "start": { - "line": 1465, - "column": 29 + "line": 1462, + "column": 42 }, "end": { - "line": 1468, - "column": 13 + "line": 1465, + "column": 9 } } }, - "alternate": null, + "generator": false, + "expression": false, "range": [ - 41082, - 41209 + 40948, + 41034 ], "loc": { "start": { - "line": 1465, - "column": 12 + "line": 1462, + "column": 33 }, "end": { - "line": 1468, - "column": 13 + "line": 1465, + "column": 9 } } } ], "range": [ - 40979, - 41219 + 40923, + 41035 ], "loc": { "start": { "line": 1462, - "column": 57 + "column": 8 }, "end": { - "line": 1469, - "column": 9 + "line": 1465, + "column": 10 } } }, "range": [ - 40930, - 41219 + 40923, + 41036 ], "loc": { "start": { @@ -68889,15 +68442,15 @@ "column": 8 }, "end": { - "line": 1469, - "column": 9 + "line": 1465, + "column": 11 } } } ], "range": [ - 40883, - 41225 + 40876, + 41042 ], "loc": { "start": { @@ -68905,7 +68458,7 @@ "column": 24 }, "end": { - "line": 1470, + "line": 1466, "column": 5 } } @@ -68913,8 +68466,8 @@ "generator": false, "expression": false, "range": [ - 40880, - 41225 + 40873, + 41042 ], "loc": { "start": { @@ -68922,7 +68475,7 @@ "column": 21 }, "end": { - "line": 1470, + "line": 1466, "column": 5 } } @@ -68930,8 +68483,8 @@ "kind": "method", "computed": false, "range": [ - 40863, - 41225 + 40856, + 41042 ], "loc": { "start": { @@ -68939,17 +68492,17 @@ "column": 4 }, "end": { - "line": 1470, + "line": 1466, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Destroy all the extensions defined in the configuration object\n ", + "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ 40777, - 40858 + 40851 ], "loc": { "start": { @@ -68968,16 +68521,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 41231, - 41297 + 41048, + 41114 ], "loc": { "start": { - "line": 1472, + "line": 1468, "column": 4 }, "end": { - "line": 1474, + "line": 1470, "column": 7 } } @@ -68991,16 +68544,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 41302, - 41312 + 41119, + 41129 ], "loc": { "start": { - "line": 1475, + "line": 1471, "column": 4 }, "end": { - "line": 1475, + "line": 1471, "column": 14 } } @@ -69021,16 +68574,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41329, - 41335 + 41146, + 41152 ], "loc": { "start": { - "line": 1476, + "line": 1472, "column": 12 }, "end": { - "line": 1476, + "line": 1472, "column": 18 } } @@ -69041,16 +68594,16 @@ "object": { "type": "ThisExpression", "range": [ - 41338, - 41342 + 41155, + 41159 ], "loc": { "start": { - "line": 1476, + "line": 1472, "column": 21 }, "end": { - "line": 1476, + "line": 1472, "column": 25 } } @@ -69059,46 +68612,46 @@ "type": "Identifier", "name": "themes", "range": [ - 41343, - 41349 + 41160, + 41166 ], "loc": { "start": { - "line": 1476, + "line": 1472, "column": 26 }, "end": { - "line": 1476, + "line": 1472, "column": 32 } } }, "range": [ - 41338, - 41349 + 41155, + 41166 ], "loc": { "start": { - "line": 1476, + "line": 1472, "column": 21 }, "end": { - "line": 1476, + "line": 1472, "column": 32 } } }, "range": [ - 41329, - 41349 + 41146, + 41166 ], "loc": { "start": { - "line": 1476, + "line": 1472, "column": 12 }, "end": { - "line": 1476, + "line": 1472, "column": 32 } } @@ -69106,16 +68659,16 @@ ], "kind": "let", "range": [ - 41325, - 41350 + 41142, + 41167 ], "loc": { "start": { - "line": 1476, + "line": 1472, "column": 8 }, "end": { - "line": 1476, + "line": 1472, "column": 33 } } @@ -69133,16 +68686,16 @@ "object": { "type": "ThisExpression", "range": [ - 41359, - 41363 + 41176, + 41180 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 8 }, "end": { - "line": 1477, + "line": 1473, "column": 12 } } @@ -69151,31 +68704,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 41364, - 41371 + 41181, + 41188 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 13 }, "end": { - "line": 1477, + "line": 1473, "column": 20 } } }, "range": [ - 41359, - 41371 + 41176, + 41188 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 8 }, "end": { - "line": 1477, + "line": 1473, "column": 20 } } @@ -69184,31 +68737,31 @@ "type": "Identifier", "name": "emit", "range": [ - 41372, - 41376 + 41189, + 41193 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 21 }, "end": { - "line": 1477, + "line": 1473, "column": 25 } } }, "range": [ - 41359, - 41376 + 41176, + 41193 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 8 }, "end": { - "line": 1477, + "line": 1473, "column": 25 } } @@ -69219,16 +68772,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 41377, - 41400 + 41194, + 41217 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 26 }, "end": { - "line": 1477, + "line": 1473, "column": 49 } } @@ -69236,47 +68789,47 @@ { "type": "ThisExpression", "range": [ - 41402, - 41406 + 41219, + 41223 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 51 }, "end": { - "line": 1477, + "line": 1473, "column": 55 } } } ], "range": [ - 41359, - 41407 + 41176, + 41224 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 8 }, "end": { - "line": 1477, + "line": 1473, "column": 56 } } }, "range": [ - 41359, - 41408 + 41176, + 41225 ], "loc": { "start": { - "line": 1477, + "line": 1473, "column": 8 }, "end": { - "line": 1477, + "line": 1473, "column": 57 } }, @@ -69285,16 +68838,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41418, - 41440 + 41235, + 41257 ], "loc": { "start": { - "line": 1479, + "line": 1475, "column": 8 }, "end": { - "line": 1479, + "line": 1475, "column": 30 } } @@ -69309,16 +68862,16 @@ "object": { "type": "ThisExpression", "range": [ - 41453, - 41457 + 41270, + 41274 ], "loc": { "start": { - "line": 1480, + "line": 1476, "column": 12 }, "end": { - "line": 1480, + "line": 1476, "column": 16 } } @@ -69327,31 +68880,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 41458, - 41476 + 41275, + 41293 ], "loc": { "start": { - "line": 1480, + "line": 1476, "column": 17 }, "end": { - "line": 1480, + "line": 1476, "column": 35 } } }, "range": [ - 41453, - 41476 + 41270, + 41293 ], "loc": { "start": { - "line": 1480, + "line": 1476, "column": 12 }, "end": { - "line": 1480, + "line": 1476, "column": 35 } } @@ -69368,16 +68921,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41496, - 41508 + 41313, + 41325 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 16 }, "end": { - "line": 1481, + "line": 1477, "column": 28 } } @@ -69391,16 +68944,16 @@ "type": "Identifier", "name": "name", "range": [ - 41513, - 41517 + 41330, + 41334 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 33 }, "end": { - "line": 1481, + "line": 1477, "column": 37 } } @@ -69410,16 +68963,16 @@ "value": "default", "raw": "'default'", "range": [ - 41519, - 41528 + 41336, + 41345 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 39 }, "end": { - "line": 1481, + "line": 1477, "column": 48 } } @@ -69429,47 +68982,47 @@ "shorthand": false, "computed": false, "range": [ - 41513, - 41528 + 41330, + 41345 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 33 }, "end": { - "line": 1481, + "line": 1477, "column": 48 } } } ], "range": [ - 41511, - 41530 + 41328, + 41347 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 31 }, "end": { - "line": 1481, + "line": 1477, "column": 50 } } }, "range": [ - 41496, - 41530 + 41313, + 41347 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 16 }, "end": { - "line": 1481, + "line": 1477, "column": 50 } } @@ -69477,16 +69030,16 @@ ], "kind": "let", "range": [ - 41492, - 41531 + 41309, + 41348 ], "loc": { "start": { - "line": 1481, + "line": 1477, "column": 12 }, "end": { - "line": 1481, + "line": 1477, "column": 51 } } @@ -69504,16 +69057,16 @@ "object": { "type": "ThisExpression", "range": [ - 41544, - 41548 + 41361, + 41365 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 12 }, "end": { - "line": 1482, + "line": 1478, "column": 16 } } @@ -69522,31 +69075,31 @@ "type": "Identifier", "name": "themes", "range": [ - 41549, - 41555 + 41366, + 41372 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 17 }, "end": { - "line": 1482, + "line": 1478, "column": 23 } } }, "range": [ - 41544, - 41555 + 41361, + 41372 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 12 }, "end": { - "line": 1482, + "line": 1478, "column": 23 } } @@ -69555,31 +69108,31 @@ "type": "Identifier", "name": "push", "range": [ - 41556, - 41560 + 41373, + 41377 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 24 }, "end": { - "line": 1482, + "line": 1478, "column": 28 } } }, "range": [ - 41544, - 41560 + 41361, + 41377 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 12 }, "end": { - "line": 1482, + "line": 1478, "column": 28 } } @@ -69589,79 +69142,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41561, - 41573 + 41378, + 41390 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 29 }, "end": { - "line": 1482, + "line": 1478, "column": 41 } } } ], "range": [ - 41544, - 41574 + 41361, + 41391 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 12 }, "end": { - "line": 1482, + "line": 1478, "column": 42 } } }, "range": [ - 41544, - 41575 + 41361, + 41392 ], "loc": { "start": { - "line": 1482, + "line": 1478, "column": 12 }, "end": { - "line": 1482, + "line": 1478, "column": 43 } } } ], "range": [ - 41478, - 41585 + 41295, + 41402 ], "loc": { "start": { - "line": 1480, + "line": 1476, "column": 37 }, "end": { - "line": 1483, + "line": 1479, "column": 9 } } }, "alternate": null, "range": [ - 41449, - 41585 + 41266, + 41402 ], "loc": { "start": { - "line": 1480, + "line": 1476, "column": 8 }, "end": { - "line": 1483, + "line": 1479, "column": 9 } }, @@ -69670,16 +69223,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41418, - 41440 + 41235, + 41257 ], "loc": { "start": { - "line": 1479, + "line": 1475, "column": 8 }, "end": { - "line": 1479, + "line": 1475, "column": 30 } } @@ -69694,16 +69247,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 41598, - 41605 + 41415, + 41422 ], "loc": { "start": { - "line": 1484, + "line": 1480, "column": 12 }, "end": { - "line": 1484, + "line": 1480, "column": 19 } } @@ -69713,32 +69266,32 @@ "type": "Identifier", "name": "themes", "range": [ - 41606, - 41612 + 41423, + 41429 ], "loc": { "start": { - "line": 1484, + "line": 1480, "column": 20 }, "end": { - "line": 1484, + "line": 1480, "column": 26 } } } ], "range": [ - 41598, - 41613 + 41415, + 41430 ], "loc": { "start": { - "line": 1484, + "line": 1480, "column": 12 }, "end": { - "line": 1484, + "line": 1480, "column": 27 } } @@ -69757,16 +69310,16 @@ "type": "Identifier", "name": "i", "range": [ - 41638, - 41639 + 41455, + 41456 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 21 }, "end": { - "line": 1485, + "line": 1481, "column": 22 } } @@ -69776,31 +69329,31 @@ "value": 0, "raw": "0", "range": [ - 41642, - 41643 + 41459, + 41460 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 25 }, "end": { - "line": 1485, + "line": 1481, "column": 26 } } }, "range": [ - 41638, - 41643 + 41455, + 41460 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 21 }, "end": { - "line": 1485, + "line": 1481, "column": 26 } } @@ -69811,16 +69364,16 @@ "type": "Identifier", "name": "len", "range": [ - 41645, - 41648 + 41462, + 41465 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 28 }, "end": { - "line": 1485, + "line": 1481, "column": 31 } } @@ -69832,16 +69385,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41651, - 41657 + 41468, + 41474 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 34 }, "end": { - "line": 1485, + "line": 1481, "column": 40 } } @@ -69850,46 +69403,46 @@ "type": "Identifier", "name": "length", "range": [ - 41658, - 41664 + 41475, + 41481 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 41 }, "end": { - "line": 1485, + "line": 1481, "column": 47 } } }, "range": [ - 41651, - 41664 + 41468, + 41481 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 34 }, "end": { - "line": 1485, + "line": 1481, "column": 47 } } }, "range": [ - 41645, - 41664 + 41462, + 41481 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 28 }, "end": { - "line": 1485, + "line": 1481, "column": 47 } } @@ -69897,16 +69450,16 @@ ], "kind": "let", "range": [ - 41634, - 41664 + 41451, + 41481 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 17 }, "end": { - "line": 1485, + "line": 1481, "column": 47 } } @@ -69918,16 +69471,16 @@ "type": "Identifier", "name": "i", "range": [ - 41666, - 41667 + 41483, + 41484 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 49 }, "end": { - "line": 1485, + "line": 1481, "column": 50 } } @@ -69936,31 +69489,31 @@ "type": "Identifier", "name": "len", "range": [ - 41670, - 41673 + 41487, + 41490 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 53 }, "end": { - "line": 1485, + "line": 1481, "column": 56 } } }, "range": [ - 41666, - 41673 + 41483, + 41490 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 49 }, "end": { - "line": 1485, + "line": 1481, "column": 56 } } @@ -69972,32 +69525,32 @@ "type": "Identifier", "name": "i", "range": [ - 41675, - 41676 + 41492, + 41493 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 58 }, "end": { - "line": 1485, + "line": 1481, "column": 59 } } }, "prefix": false, "range": [ - 41675, - 41678 + 41492, + 41495 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 58 }, "end": { - "line": 1485, + "line": 1481, "column": 61 } } @@ -70014,16 +69567,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41702, - 41707 + 41519, + 41524 ], "loc": { "start": { - "line": 1486, + "line": 1482, "column": 20 }, "end": { - "line": 1486, + "line": 1482, "column": 25 } } @@ -70035,16 +69588,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41710, - 41716 + 41527, + 41533 ], "loc": { "start": { - "line": 1486, + "line": 1482, "column": 28 }, "end": { - "line": 1486, + "line": 1482, "column": 34 } } @@ -70053,46 +69606,46 @@ "type": "Identifier", "name": "i", "range": [ - 41717, - 41718 + 41534, + 41535 ], "loc": { "start": { - "line": 1486, + "line": 1482, "column": 35 }, "end": { - "line": 1486, + "line": 1482, "column": 36 } } }, "range": [ - 41710, - 41719 + 41527, + 41536 ], "loc": { "start": { - "line": 1486, + "line": 1482, "column": 28 }, "end": { - "line": 1486, + "line": 1482, "column": 37 } } }, "range": [ - 41702, - 41719 + 41519, + 41536 ], "loc": { "start": { - "line": 1486, + "line": 1482, "column": 20 }, "end": { - "line": 1486, + "line": 1482, "column": 37 } } @@ -70100,16 +69653,16 @@ ], "kind": "let", "range": [ - 41698, - 41720 + 41515, + 41537 ], "loc": { "start": { - "line": 1486, + "line": 1482, "column": 16 }, "end": { - "line": 1486, + "line": 1482, "column": 38 } } @@ -70123,16 +69676,16 @@ "type": "Identifier", "name": "name", "range": [ - 41741, - 41745 + 41558, + 41562 ], "loc": { "start": { - "line": 1487, + "line": 1483, "column": 20 }, "end": { - "line": 1487, + "line": 1483, "column": 24 } } @@ -70144,16 +69697,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41748, - 41753 + 41565, + 41570 ], "loc": { "start": { - "line": 1487, + "line": 1483, "column": 27 }, "end": { - "line": 1487, + "line": 1483, "column": 32 } } @@ -70162,46 +69715,46 @@ "type": "Identifier", "name": "name", "range": [ - 41754, - 41758 + 41571, + 41575 ], "loc": { "start": { - "line": 1487, + "line": 1483, "column": 33 }, "end": { - "line": 1487, + "line": 1483, "column": 37 } } }, "range": [ - 41748, - 41758 + 41565, + 41575 ], "loc": { "start": { - "line": 1487, + "line": 1483, "column": 27 }, "end": { - "line": 1487, + "line": 1483, "column": 37 } } }, "range": [ - 41741, - 41758 + 41558, + 41575 ], "loc": { "start": { - "line": 1487, + "line": 1483, "column": 20 }, "end": { - "line": 1487, + "line": 1483, "column": 37 } } @@ -70209,16 +69762,16 @@ ], "kind": "let", "range": [ - 41737, - 41759 + 41554, + 41576 ], "loc": { "start": { - "line": 1487, + "line": 1483, "column": 16 }, "end": { - "line": 1487, + "line": 1483, "column": 38 } } @@ -70232,16 +69785,16 @@ "type": "Identifier", "name": "path", "range": [ - 41780, - 41784 + 41597, + 41601 ], "loc": { "start": { - "line": 1488, + "line": 1484, "column": 20 }, "end": { - "line": 1488, + "line": 1484, "column": 24 } } @@ -70253,16 +69806,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41787, - 41792 + 41604, + 41609 ], "loc": { "start": { - "line": 1488, + "line": 1484, "column": 27 }, "end": { - "line": 1488, + "line": 1484, "column": 32 } } @@ -70271,46 +69824,46 @@ "type": "Identifier", "name": "path", "range": [ - 41793, - 41797 + 41610, + 41614 ], "loc": { "start": { - "line": 1488, + "line": 1484, "column": 33 }, "end": { - "line": 1488, + "line": 1484, "column": 37 } } }, "range": [ - 41787, - 41797 + 41604, + 41614 ], "loc": { "start": { - "line": 1488, + "line": 1484, "column": 27 }, "end": { - "line": 1488, + "line": 1484, "column": 37 } } }, "range": [ - 41780, - 41797 + 41597, + 41614 ], "loc": { "start": { - "line": 1488, + "line": 1484, "column": 20 }, "end": { - "line": 1488, + "line": 1484, "column": 37 } } @@ -70318,16 +69871,16 @@ ], "kind": "let", "range": [ - 41776, - 41798 + 41593, + 41615 ], "loc": { "start": { - "line": 1488, + "line": 1484, "column": 16 }, "end": { - "line": 1488, + "line": 1484, "column": 38 } } @@ -70341,16 +69894,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41819, - 41826 + 41636, + 41643 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 20 }, "end": { - "line": 1489, + "line": 1485, "column": 27 } } @@ -70364,16 +69917,16 @@ "object": { "type": "ThisExpression", "range": [ - 41829, - 41833 + 41646, + 41650 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 30 }, "end": { - "line": 1489, + "line": 1485, "column": 34 } } @@ -70382,31 +69935,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 41834, - 41840 + 41651, + 41657 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 35 }, "end": { - "line": 1489, + "line": 1485, "column": 41 } } }, "range": [ - 41829, - 41840 + 41646, + 41657 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 30 }, "end": { - "line": 1489, + "line": 1485, "column": 41 } } @@ -70415,46 +69968,46 @@ "type": "Identifier", "name": "name", "range": [ - 41843, - 41847 + 41660, + 41664 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 44 }, "end": { - "line": 1489, + "line": 1485, "column": 48 } } }, "range": [ - 41829, - 41847 + 41646, + 41664 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 30 }, "end": { - "line": 1489, + "line": 1485, "column": 48 } } }, "range": [ - 41819, - 41847 + 41636, + 41664 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 20 }, "end": { - "line": 1489, + "line": 1485, "column": 48 } } @@ -70462,16 +70015,16 @@ ], "kind": "let", "range": [ - 41815, - 41848 + 41632, + 41665 ], "loc": { "start": { - "line": 1489, + "line": 1485, "column": 16 }, "end": { - "line": 1489, + "line": 1485, "column": 49 } } @@ -70485,16 +70038,16 @@ "type": "Identifier", "name": "name", "range": [ - 41869, - 41873 + 41686, + 41690 ], "loc": { "start": { - "line": 1490, + "line": 1486, "column": 20 }, "end": { - "line": 1490, + "line": 1486, "column": 24 } } @@ -70506,47 +70059,47 @@ "type": "Identifier", "name": "path", "range": [ - 41878, - 41882 + 41695, + 41699 ], "loc": { "start": { - "line": 1490, + "line": 1486, "column": 29 }, "end": { - "line": 1490, + "line": 1486, "column": 33 } } }, "prefix": true, "range": [ - 41877, - 41882 + 41694, + 41699 ], "loc": { "start": { - "line": 1490, + "line": 1486, "column": 28 }, "end": { - "line": 1490, + "line": 1486, "column": 33 } } }, "range": [ - 41869, - 41882 + 41686, + 41699 ], "loc": { "start": { - "line": 1490, + "line": 1486, "column": 20 }, "end": { - "line": 1490, + "line": 1486, "column": 33 } } @@ -70563,16 +70116,16 @@ "type": "Identifier", "name": "path", "range": [ - 41906, - 41910 + 41723, + 41727 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 20 }, "end": { - "line": 1491, + "line": 1487, "column": 24 } } @@ -70595,16 +70148,16 @@ "object": { "type": "ThisExpression", "range": [ - 41913, - 41917 + 41730, + 41734 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 27 }, "end": { - "line": 1491, + "line": 1487, "column": 31 } } @@ -70613,31 +70166,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 41918, - 41928 + 41735, + 41745 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 32 }, "end": { - "line": 1491, + "line": 1487, "column": 42 } } }, "range": [ - 41913, - 41928 + 41730, + 41745 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 27 }, "end": { - "line": 1491, + "line": 1487, "column": 42 } } @@ -70646,31 +70199,31 @@ "type": "Identifier", "name": "name", "range": [ - 41931, - 41935 + 41748, + 41752 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 45 }, "end": { - "line": 1491, + "line": 1487, "column": 49 } } }, "range": [ - 41913, - 41935 + 41730, + 41752 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 27 }, "end": { - "line": 1491, + "line": 1487, "column": 49 } } @@ -70680,31 +70233,31 @@ "value": "/", "raw": "'/'", "range": [ - 41938, - 41941 + 41755, + 41758 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 52 }, "end": { - "line": 1491, + "line": 1487, "column": 55 } } }, "range": [ - 41913, - 41941 + 41730, + 41758 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 27 }, "end": { - "line": 1491, + "line": 1487, "column": 55 } } @@ -70713,31 +70266,31 @@ "type": "Identifier", "name": "name", "range": [ - 41944, - 41948 + 41761, + 41765 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 58 }, "end": { - "line": 1491, + "line": 1487, "column": 62 } } }, "range": [ - 41913, - 41948 + 41730, + 41765 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 27 }, "end": { - "line": 1491, + "line": 1487, "column": 62 } } @@ -70747,77 +70300,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 41951, - 41957 + 41768, + 41774 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 65 }, "end": { - "line": 1491, + "line": 1487, "column": 71 } } }, "range": [ - 41913, - 41957 + 41730, + 41774 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 27 }, "end": { - "line": 1491, + "line": 1487, "column": 71 } } }, "range": [ - 41906, - 41957 + 41723, + 41774 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 20 }, "end": { - "line": 1491, + "line": 1487, "column": 71 } } }, "range": [ - 41906, - 41958 + 41723, + 41775 ], "loc": { "start": { - "line": 1491, + "line": 1487, "column": 20 }, "end": { - "line": 1491, + "line": 1487, "column": 72 } } } ], "range": [ - 41884, - 41976 + 41701, + 41793 ], "loc": { "start": { - "line": 1490, + "line": 1486, "column": 35 }, "end": { - "line": 1492, + "line": 1488, "column": 17 } } @@ -70834,32 +70387,32 @@ "type": "Identifier", "name": "name", "range": [ - 42003, - 42007 + 41820, + 41824 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 26 }, "end": { - "line": 1493, + "line": 1489, "column": 30 } } }, "prefix": true, "range": [ - 42002, - 42007 + 41819, + 41824 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 25 }, "end": { - "line": 1493, + "line": 1489, "column": 30 } } @@ -70871,16 +70424,16 @@ "type": "Identifier", "name": "theme", "range": [ - 42011, - 42016 + 41828, + 41833 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 34 }, "end": { - "line": 1493, + "line": 1489, "column": 39 } } @@ -70889,46 +70442,46 @@ "type": "Identifier", "name": "path", "range": [ - 42017, - 42021 + 41834, + 41838 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 40 }, "end": { - "line": 1493, + "line": 1489, "column": 44 } } }, "range": [ - 42011, - 42021 + 41828, + 41838 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 34 }, "end": { - "line": 1493, + "line": 1489, "column": 44 } } }, "range": [ - 42002, - 42021 + 41819, + 41838 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 25 }, "end": { - "line": 1493, + "line": 1489, "column": 44 } } @@ -70945,16 +70498,16 @@ "type": "Identifier", "name": "name", "range": [ - 42045, - 42049 + 41862, + 41866 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 20 }, "end": { - "line": 1494, + "line": 1490, "column": 24 } } @@ -70969,16 +70522,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 42052, - 42062 + 41869, + 41879 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 27 }, "end": { - "line": 1494, + "line": 1490, "column": 37 } } @@ -70987,31 +70540,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42063, - 42070 + 41880, + 41887 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 38 }, "end": { - "line": 1494, + "line": 1490, "column": 45 } } }, "range": [ - 42052, - 42070 + 41869, + 41887 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 27 }, "end": { - "line": 1494, + "line": 1490, "column": 45 } } @@ -71022,16 +70575,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 42071, - 42076 + 41888, + 41893 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 46 }, "end": { - "line": 1494, + "line": 1490, "column": 51 } } @@ -71040,109 +70593,109 @@ "type": "Identifier", "name": "i", "range": [ - 42078, - 42079 + 41895, + 41896 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 53 }, "end": { - "line": 1494, + "line": 1490, "column": 54 } } } ], "range": [ - 42052, - 42080 + 41869, + 41897 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 27 }, "end": { - "line": 1494, + "line": 1490, "column": 55 } } }, "range": [ - 42045, - 42080 + 41862, + 41897 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 20 }, "end": { - "line": 1494, + "line": 1490, "column": 55 } } }, "range": [ - 42045, - 42081 + 41862, + 41898 ], "loc": { "start": { - "line": 1494, + "line": 1490, "column": 20 }, "end": { - "line": 1494, + "line": 1490, "column": 56 } } } ], "range": [ - 42023, - 42099 + 41840, + 41916 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 46 }, "end": { - "line": 1495, + "line": 1491, "column": 17 } } }, "alternate": null, "range": [ - 41998, - 42099 + 41815, + 41916 ], "loc": { "start": { - "line": 1493, + "line": 1489, "column": 21 }, "end": { - "line": 1495, + "line": 1491, "column": 17 } } }, "range": [ - 41865, - 42099 + 41682, + 41916 ], "loc": { "start": { - "line": 1490, + "line": 1486, "column": 16 }, "end": { - "line": 1495, + "line": 1491, "column": 17 } } @@ -71160,16 +70713,16 @@ "object": { "type": "ThisExpression", "range": [ - 42122, - 42126 + 41939, + 41943 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 21 }, "end": { - "line": 1497, + "line": 1493, "column": 25 } } @@ -71178,31 +70731,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 42127, - 42137 + 41944, + 41954 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 26 }, "end": { - "line": 1497, + "line": 1493, "column": 36 } } }, "range": [ - 42122, - 42137 + 41939, + 41954 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 21 }, "end": { - "line": 1497, + "line": 1493, "column": 36 } } @@ -71212,16 +70765,16 @@ "type": "Identifier", "name": "path", "range": [ - 42138, - 42142 + 41955, + 41959 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 37 }, "end": { - "line": 1497, + "line": 1493, "column": 41 } } @@ -71231,48 +70784,48 @@ "value": "link", "raw": "'link'", "range": [ - 42144, - 42150 + 41961, + 41967 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 43 }, "end": { - "line": 1497, + "line": 1493, "column": 49 } } } ], "range": [ - 42122, - 42151 + 41939, + 41968 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 21 }, "end": { - "line": 1497, + "line": 1493, "column": 50 } } }, "prefix": true, "range": [ - 42121, - 42151 + 41938, + 41968 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 20 }, "end": { - "line": 1497, + "line": 1493, "column": 50 } } @@ -71290,16 +70843,16 @@ "object": { "type": "ThisExpression", "range": [ - 42175, - 42179 + 41992, + 41996 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 20 }, "end": { - "line": 1498, + "line": 1494, "column": 24 } } @@ -71308,31 +70861,31 @@ "type": "Identifier", "name": "import", "range": [ - 42180, - 42186 + 41997, + 42003 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 25 }, "end": { - "line": 1498, + "line": 1494, "column": 31 } } }, "range": [ - 42175, - 42186 + 41992, + 42003 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 20 }, "end": { - "line": 1498, + "line": 1494, "column": 31 } } @@ -71342,16 +70895,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 42187, - 42194 + 42004, + 42011 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 32 }, "end": { - "line": 1498, + "line": 1494, "column": 39 } } @@ -71360,16 +70913,16 @@ "type": "Identifier", "name": "path", "range": [ - 42196, - 42200 + 42013, + 42017 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 41 }, "end": { - "line": 1498, + "line": 1494, "column": 45 } } @@ -71379,16 +70932,16 @@ "value": null, "raw": "null", "range": [ - 42202, - 42206 + 42019, + 42023 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 47 }, "end": { - "line": 1498, + "line": 1494, "column": 51 } } @@ -71398,142 +70951,142 @@ "value": "link", "raw": "'link'", "range": [ - 42208, - 42214 + 42025, + 42031 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 53 }, "end": { - "line": 1498, + "line": 1494, "column": 59 } } } ], "range": [ - 42175, - 42215 + 41992, + 42032 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 20 }, "end": { - "line": 1498, + "line": 1494, "column": 60 } } }, "range": [ - 42175, - 42216 + 41992, + 42033 ], "loc": { "start": { - "line": 1498, + "line": 1494, "column": 20 }, "end": { - "line": 1498, + "line": 1494, "column": 61 } } } ], "range": [ - 42153, - 42234 + 41970, + 42051 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 52 }, "end": { - "line": 1499, + "line": 1495, "column": 17 } } }, "alternate": null, "range": [ - 42117, - 42234 + 41934, + 42051 ], "loc": { "start": { - "line": 1497, + "line": 1493, "column": 16 }, "end": { - "line": 1499, + "line": 1495, "column": 17 } } } ], "range": [ - 41680, - 42248 + 41497, + 42065 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 63 }, "end": { - "line": 1500, + "line": 1496, "column": 13 } } }, "range": [ - 41629, - 42248 + 41446, + 42065 ], "loc": { "start": { - "line": 1485, + "line": 1481, "column": 12 }, "end": { - "line": 1500, + "line": 1496, "column": 13 } } } ], "range": [ - 41615, - 42258 + 41432, + 42075 ], "loc": { "start": { - "line": 1484, + "line": 1480, "column": 29 }, "end": { - "line": 1501, + "line": 1497, "column": 9 } } }, "alternate": null, "range": [ - 41594, - 42258 + 41411, + 42075 ], "loc": { "start": { - "line": 1484, + "line": 1480, "column": 8 }, "end": { - "line": 1501, + "line": 1497, "column": 9 } }, @@ -71542,16 +71095,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42268, - 42294 + 42085, + 42111 ], "loc": { "start": { - "line": 1503, + "line": 1499, "column": 8 }, "end": { - "line": 1503, + "line": 1499, "column": 34 } } @@ -71569,16 +71122,16 @@ "object": { "type": "ThisExpression", "range": [ - 42303, - 42307 + 42120, + 42124 ], "loc": { "start": { - "line": 1504, + "line": 1500, "column": 8 }, "end": { - "line": 1504, + "line": 1500, "column": 12 } } @@ -71587,31 +71140,31 @@ "type": "Identifier", "name": "loader", "range": [ - 42308, - 42314 + 42125, + 42131 ], "loc": { "start": { - "line": 1504, + "line": 1500, "column": 13 }, "end": { - "line": 1504, + "line": 1500, "column": 19 } } }, "range": [ - 42303, - 42314 + 42120, + 42131 ], "loc": { "start": { - "line": 1504, + "line": 1500, "column": 8 }, "end": { - "line": 1504, + "line": 1500, "column": 19 } } @@ -71621,46 +71174,46 @@ "value": true, "raw": "true", "range": [ - 42317, - 42321 + 42134, + 42138 ], "loc": { "start": { - "line": 1504, + "line": 1500, "column": 22 }, "end": { - "line": 1504, + "line": 1500, "column": 26 } } }, "range": [ - 42303, - 42321 + 42120, + 42138 ], "loc": { "start": { - "line": 1504, + "line": 1500, "column": 8 }, "end": { - "line": 1504, + "line": 1500, "column": 26 } } }, "range": [ - 42303, - 42322 + 42120, + 42139 ], "loc": { "start": { - "line": 1504, + "line": 1500, "column": 8 }, "end": { - "line": 1504, + "line": 1500, "column": 27 } }, @@ -71669,16 +71222,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42268, - 42294 + 42085, + 42111 ], "loc": { "start": { - "line": 1503, + "line": 1499, "column": 8 }, "end": { - "line": 1503, + "line": 1499, "column": 34 } } @@ -71698,16 +71251,16 @@ "object": { "type": "ThisExpression", "range": [ - 42332, - 42336 + 42149, + 42153 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 8 }, "end": { - "line": 1506, + "line": 1502, "column": 12 } } @@ -71716,31 +71269,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 42337, - 42344 + 42154, + 42161 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 13 }, "end": { - "line": 1506, + "line": 1502, "column": 20 } } }, "range": [ - 42332, - 42344 + 42149, + 42161 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 8 }, "end": { - "line": 1506, + "line": 1502, "column": 20 } } @@ -71749,31 +71302,31 @@ "type": "Identifier", "name": "emit", "range": [ - 42345, - 42349 + 42162, + 42166 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 21 }, "end": { - "line": 1506, + "line": 1502, "column": 25 } } }, "range": [ - 42332, - 42349 + 42149, + 42166 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 8 }, "end": { - "line": 1506, + "line": 1502, "column": 25 } } @@ -71784,16 +71337,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 42350, - 42372 + 42167, + 42189 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 26 }, "end": { - "line": 1506, + "line": 1502, "column": 48 } } @@ -71801,63 +71354,63 @@ { "type": "ThisExpression", "range": [ - 42374, - 42378 + 42191, + 42195 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 50 }, "end": { - "line": 1506, + "line": 1502, "column": 54 } } } ], "range": [ - 42332, - 42379 + 42149, + 42196 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 8 }, "end": { - "line": 1506, + "line": 1502, "column": 55 } } }, "range": [ - 42332, - 42380 + 42149, + 42197 ], "loc": { "start": { - "line": 1506, + "line": 1502, "column": 8 }, "end": { - "line": 1506, + "line": 1502, "column": 56 } } } ], "range": [ - 41315, - 42386 + 41132, + 42203 ], "loc": { "start": { - "line": 1475, + "line": 1471, "column": 17 }, "end": { - "line": 1507, + "line": 1503, "column": 5 } } @@ -71865,16 +71418,16 @@ "generator": false, "expression": false, "range": [ - 41312, - 42386 + 41129, + 42203 ], "loc": { "start": { - "line": 1475, + "line": 1471, "column": 14 }, "end": { - "line": 1507, + "line": 1503, "column": 5 } } @@ -71882,16 +71435,16 @@ "kind": "method", "computed": false, "range": [ - 41302, - 42386 + 41119, + 42203 ], "loc": { "start": { - "line": 1475, + "line": 1471, "column": 4 }, "end": { - "line": 1507, + "line": 1503, "column": 5 } }, @@ -71900,16 +71453,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 41231, - 41297 + 41048, + 41114 ], "loc": { "start": { - "line": 1472, + "line": 1468, "column": 4 }, "end": { - "line": 1474, + "line": 1470, "column": 7 } } @@ -71920,16 +71473,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42392, - 42510 + 42209, + 42327 ], "loc": { "start": { - "line": 1509, + "line": 1505, "column": 4 }, "end": { - "line": 1512, + "line": 1508, "column": 7 } } @@ -71943,16 +71496,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 42515, - 42528 + 42332, + 42345 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 4 }, "end": { - "line": 1513, + "line": 1509, "column": 17 } } @@ -71967,16 +71520,16 @@ "type": "Identifier", "name": "name", "range": [ - 42529, - 42533 + 42346, + 42350 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 18 }, "end": { - "line": 1513, + "line": 1509, "column": 22 } } @@ -71986,31 +71539,31 @@ "value": "default", "raw": "'default'", "range": [ - 42536, - 42545 + 42353, + 42362 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 25 }, "end": { - "line": 1513, + "line": 1509, "column": 34 } } }, "range": [ - 42529, - 42545 + 42346, + 42362 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 18 }, "end": { - "line": 1513, + "line": 1509, "column": 34 } } @@ -72027,16 +71580,16 @@ "type": "Identifier", "name": "elm", "range": [ - 42564, - 42567 + 42381, + 42384 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 15 }, "end": { - "line": 1514, + "line": 1510, "column": 18 } } @@ -72051,16 +71604,16 @@ "object": { "type": "ThisExpression", "range": [ - 42568, - 42572 + 42385, + 42389 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 19 }, "end": { - "line": 1514, + "line": 1510, "column": 23 } } @@ -72069,31 +71622,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 42573, - 42579 + 42390, + 42396 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 24 }, "end": { - "line": 1514, + "line": 1510, "column": 30 } } }, "range": [ - 42568, - 42579 + 42385, + 42396 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 19 }, "end": { - "line": 1514, + "line": 1510, "column": 30 } } @@ -72102,78 +71655,78 @@ "type": "Identifier", "name": "name", "range": [ - 42582, - 42586 + 42399, + 42403 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 33 }, "end": { - "line": 1514, + "line": 1510, "column": 37 } } }, "range": [ - 42568, - 42586 + 42385, + 42403 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 19 }, "end": { - "line": 1514, + "line": 1510, "column": 37 } } } ], "range": [ - 42564, - 42587 + 42381, + 42404 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 15 }, "end": { - "line": 1514, + "line": 1510, "column": 38 } } }, "range": [ - 42557, - 42588 + 42374, + 42405 ], "loc": { "start": { - "line": 1514, + "line": 1510, "column": 8 }, "end": { - "line": 1514, + "line": 1510, "column": 39 } } } ], "range": [ - 42547, - 42594 + 42364, + 42411 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 36 }, "end": { - "line": 1515, + "line": 1511, "column": 5 } } @@ -72181,16 +71734,16 @@ "generator": false, "expression": false, "range": [ - 42528, - 42594 + 42345, + 42411 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 17 }, "end": { - "line": 1515, + "line": 1511, "column": 5 } } @@ -72198,16 +71751,16 @@ "kind": "method", "computed": false, "range": [ - 42515, - 42594 + 42332, + 42411 ], "loc": { "start": { - "line": 1513, + "line": 1509, "column": 4 }, "end": { - "line": 1515, + "line": 1511, "column": 5 } }, @@ -72216,16 +71769,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42392, - 42510 + 42209, + 42327 ], "loc": { "start": { - "line": 1509, + "line": 1505, "column": 4 }, "end": { - "line": 1512, + "line": 1508, "column": 7 } } @@ -72236,16 +71789,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42600, - 42638 + 42417, + 42455 ], "loc": { "start": { - "line": 1517, + "line": 1513, "column": 4 }, "end": { - "line": 1519, + "line": 1515, "column": 7 } } @@ -72259,16 +71812,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 42643, - 42650 + 42460, + 42467 ], "loc": { "start": { - "line": 1520, + "line": 1516, "column": 4 }, "end": { - "line": 1520, + "line": 1516, "column": 11 } } @@ -72291,16 +71844,16 @@ "object": { "type": "ThisExpression", "range": [ - 42668, - 42672 + 42485, + 42489 ], "loc": { "start": { - "line": 1521, + "line": 1517, "column": 13 }, "end": { - "line": 1521, + "line": 1517, "column": 17 } } @@ -72309,47 +71862,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 42673, - 42684 + 42490, + 42501 ], "loc": { "start": { - "line": 1521, + "line": 1517, "column": 18 }, "end": { - "line": 1521, + "line": 1517, "column": 29 } } }, "range": [ - 42668, - 42684 + 42485, + 42501 ], "loc": { "start": { - "line": 1521, + "line": 1517, "column": 13 }, "end": { - "line": 1521, + "line": 1517, "column": 29 } } }, "prefix": true, "range": [ - 42667, - 42684 + 42484, + 42501 ], "loc": { "start": { - "line": 1521, + "line": 1517, "column": 12 }, "end": { - "line": 1521, + "line": 1517, "column": 29 } } @@ -72361,48 +71914,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 42700, - 42707 + 42517, + 42524 ], "loc": { "start": { - "line": 1522, + "line": 1518, "column": 12 }, "end": { - "line": 1522, + "line": 1518, "column": 19 } } } ], "range": [ - 42686, - 42717 + 42503, + 42534 ], "loc": { "start": { - "line": 1521, + "line": 1517, "column": 31 }, "end": { - "line": 1523, + "line": 1519, "column": 9 } } }, "alternate": null, "range": [ - 42663, - 42717 + 42480, + 42534 ], "loc": { "start": { - "line": 1521, + "line": 1517, "column": 8 }, "end": { - "line": 1523, + "line": 1519, "column": 9 } } @@ -72416,16 +71969,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42731, - 42738 + 42548, + 42555 ], "loc": { "start": { - "line": 1525, + "line": 1521, "column": 12 }, "end": { - "line": 1525, + "line": 1521, "column": 19 } } @@ -72436,16 +71989,16 @@ "object": { "type": "ThisExpression", "range": [ - 42741, - 42745 + 42558, + 42562 ], "loc": { "start": { - "line": 1525, + "line": 1521, "column": 22 }, "end": { - "line": 1525, + "line": 1521, "column": 26 } } @@ -72454,46 +72007,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 42746, - 42753 + 42563, + 42570 ], "loc": { "start": { - "line": 1525, + "line": 1521, "column": 27 }, "end": { - "line": 1525, + "line": 1521, "column": 34 } } }, "range": [ - 42741, - 42753 + 42558, + 42570 ], "loc": { "start": { - "line": 1525, + "line": 1521, "column": 22 }, "end": { - "line": 1525, + "line": 1521, "column": 34 } } }, "range": [ - 42731, - 42753 + 42548, + 42570 ], "loc": { "start": { - "line": 1525, + "line": 1521, "column": 12 }, "end": { - "line": 1525, + "line": 1521, "column": 34 } } @@ -72501,16 +72054,16 @@ ], "kind": "let", "range": [ - 42727, - 42754 + 42544, + 42571 ], "loc": { "start": { - "line": 1525, + "line": 1521, "column": 8 }, "end": { - "line": 1525, + "line": 1521, "column": 35 } } @@ -72526,16 +72079,16 @@ "object": { "type": "ThisExpression", "range": [ - 42768, - 42772 + 42585, + 42589 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 12 }, "end": { - "line": 1527, + "line": 1523, "column": 16 } } @@ -72544,31 +72097,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 42773, - 42786 + 42590, + 42603 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 17 }, "end": { - "line": 1527, + "line": 1523, "column": 30 } } }, "range": [ - 42768, - 42786 + 42585, + 42603 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 12 }, "end": { - "line": 1527, + "line": 1523, "column": 30 } } @@ -72582,16 +72135,16 @@ "object": { "type": "ThisExpression", "range": [ - 42791, - 42795 + 42608, + 42612 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 35 }, "end": { - "line": 1527, + "line": 1523, "column": 39 } } @@ -72600,62 +72153,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 42796, - 42808 + 42613, + 42625 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 40 }, "end": { - "line": 1527, + "line": 1523, "column": 52 } } }, "range": [ - 42791, - 42808 + 42608, + 42625 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 35 }, "end": { - "line": 1527, + "line": 1523, "column": 52 } } }, "prefix": true, "range": [ - 42790, - 42808 + 42607, + 42625 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 34 }, "end": { - "line": 1527, + "line": 1523, "column": 52 } } }, "range": [ - 42768, - 42808 + 42585, + 42625 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 12 }, "end": { - "line": 1527, + "line": 1523, "column": 52 } } @@ -72673,16 +72226,16 @@ "object": { "type": "ThisExpression", "range": [ - 42824, - 42828 + 42641, + 42645 ], "loc": { "start": { - "line": 1528, + "line": 1524, "column": 12 }, "end": { - "line": 1528, + "line": 1524, "column": 16 } } @@ -72691,94 +72244,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 42829, - 42847 + 42646, + 42664 ], "loc": { "start": { - "line": 1528, + "line": 1524, "column": 17 }, "end": { - "line": 1528, + "line": 1524, "column": 35 } } }, "range": [ - 42824, - 42847 + 42641, + 42664 ], "loc": { "start": { - "line": 1528, + "line": 1524, "column": 12 }, "end": { - "line": 1528, + "line": 1524, "column": 35 } } }, "arguments": [], "range": [ - 42824, - 42849 + 42641, + 42666 ], "loc": { "start": { - "line": 1528, + "line": 1524, "column": 12 }, "end": { - "line": 1528, + "line": 1524, "column": 37 } } }, "range": [ - 42824, - 42850 + 42641, + 42667 ], "loc": { "start": { - "line": 1528, + "line": 1524, "column": 12 }, "end": { - "line": 1528, + "line": 1524, "column": 38 } } } ], "range": [ - 42810, - 42860 + 42627, + 42677 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 54 }, "end": { - "line": 1529, + "line": 1525, "column": 9 } } }, "alternate": null, "range": [ - 42764, - 42860 + 42581, + 42677 ], "loc": { "start": { - "line": 1527, + "line": 1523, "column": 8 }, "end": { - "line": 1529, + "line": 1525, "column": 9 } } @@ -72791,16 +72344,16 @@ "object": { "type": "ThisExpression", "range": [ - 42873, - 42877 + 42690, + 42694 ], "loc": { "start": { - "line": 1530, + "line": 1526, "column": 12 }, "end": { - "line": 1530, + "line": 1526, "column": 16 } } @@ -72809,31 +72362,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 42878, - 42884 + 42695, + 42701 ], "loc": { "start": { - "line": 1530, + "line": 1526, "column": 17 }, "end": { - "line": 1530, + "line": 1526, "column": 23 } } }, "range": [ - 42873, - 42884 + 42690, + 42701 ], "loc": { "start": { - "line": 1530, + "line": 1526, "column": 12 }, "end": { - "line": 1530, + "line": 1526, "column": 23 } } @@ -72851,16 +72404,16 @@ "object": { "type": "ThisExpression", "range": [ - 42900, - 42904 + 42717, + 42721 ], "loc": { "start": { - "line": 1531, + "line": 1527, "column": 12 }, "end": { - "line": 1531, + "line": 1527, "column": 16 } } @@ -72869,94 +72422,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 42905, - 42918 + 42722, + 42735 ], "loc": { "start": { - "line": 1531, + "line": 1527, "column": 17 }, "end": { - "line": 1531, + "line": 1527, "column": 30 } } }, "range": [ - 42900, - 42918 + 42717, + 42735 ], "loc": { "start": { - "line": 1531, + "line": 1527, "column": 12 }, "end": { - "line": 1531, + "line": 1527, "column": 30 } } }, "arguments": [], "range": [ - 42900, - 42920 + 42717, + 42737 ], "loc": { "start": { - "line": 1531, + "line": 1527, "column": 12 }, "end": { - "line": 1531, + "line": 1527, "column": 32 } } }, "range": [ - 42900, - 42921 + 42717, + 42738 ], "loc": { "start": { - "line": 1531, + "line": 1527, "column": 12 }, "end": { - "line": 1531, + "line": 1527, "column": 33 } } } ], "range": [ - 42886, - 42931 + 42703, + 42748 ], "loc": { "start": { - "line": 1530, + "line": 1526, "column": 25 }, "end": { - "line": 1532, + "line": 1528, "column": 9 } } }, "alternate": null, "range": [ - 42869, - 42931 + 42686, + 42748 ], "loc": { "start": { - "line": 1530, + "line": 1526, "column": 8 }, "end": { - "line": 1532, + "line": 1528, "column": 9 } } @@ -72969,16 +72522,16 @@ "object": { "type": "ThisExpression", "range": [ - 42944, - 42948 + 42761, + 42765 ], "loc": { "start": { - "line": 1533, + "line": 1529, "column": 12 }, "end": { - "line": 1533, + "line": 1529, "column": 16 } } @@ -72987,31 +72540,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 42949, - 42966 + 42766, + 42783 ], "loc": { "start": { - "line": 1533, + "line": 1529, "column": 17 }, "end": { - "line": 1533, + "line": 1529, "column": 34 } } }, "range": [ - 42944, - 42966 + 42761, + 42783 ], "loc": { "start": { - "line": 1533, + "line": 1529, "column": 12 }, "end": { - "line": 1533, + "line": 1529, "column": 34 } } @@ -73029,16 +72582,16 @@ "object": { "type": "ThisExpression", "range": [ - 42982, - 42986 + 42799, + 42803 ], "loc": { "start": { - "line": 1534, + "line": 1530, "column": 12 }, "end": { - "line": 1534, + "line": 1530, "column": 16 } } @@ -73047,62 +72600,62 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 42987, - 43005 + 42804, + 42822 ], "loc": { "start": { - "line": 1534, + "line": 1530, "column": 17 }, "end": { - "line": 1534, + "line": 1530, "column": 35 } } }, "range": [ - 42982, - 43005 + 42799, + 42822 ], "loc": { "start": { - "line": 1534, + "line": 1530, "column": 12 }, "end": { - "line": 1534, + "line": 1530, "column": 35 } } }, "arguments": [], "range": [ - 42982, - 43007 + 42799, + 42824 ], "loc": { "start": { - "line": 1534, + "line": 1530, "column": 12 }, "end": { - "line": 1534, + "line": 1530, "column": 37 } } }, "range": [ - 42982, - 43008 + 42799, + 42825 ], "loc": { "start": { - "line": 1534, + "line": 1530, "column": 12 }, "end": { - "line": 1534, + "line": 1530, "column": 38 } } @@ -73118,16 +72671,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43021, - 43028 + 42838, + 42845 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 12 }, "end": { - "line": 1535, + "line": 1531, "column": 19 } } @@ -73136,31 +72689,31 @@ "type": "Identifier", "name": "off", "range": [ - 43029, - 43032 + 42846, + 42849 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 20 }, "end": { - "line": 1535, + "line": 1531, "column": 23 } } }, "range": [ - 43021, - 43032 + 42838, + 42849 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 12 }, "end": { - "line": 1535, + "line": 1531, "column": 23 } } @@ -73174,32 +72727,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 43034, - 43052 + 42851, + 42869 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 25 }, "end": { - "line": 1535, + "line": 1531, "column": 43 } } } ], "range": [ - 43033, - 43053 + 42850, + 42870 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 24 }, "end": { - "line": 1535, + "line": 1531, "column": 44 } } @@ -73216,16 +72769,16 @@ "object": { "type": "ThisExpression", "range": [ - 43061, - 43065 + 42878, + 42882 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 52 }, "end": { - "line": 1535, + "line": 1531, "column": 56 } } @@ -73234,47 +72787,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 43066, - 43084 + 42883, + 42901 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 57 }, "end": { - "line": 1535, + "line": 1531, "column": 75 } } }, "range": [ - 43061, - 43084 + 42878, + 42901 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 52 }, "end": { - "line": 1535, + "line": 1531, "column": 75 } } }, "arguments": [], "range": [ - 43061, - 43086 + 42878, + 42903 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 52 }, "end": { - "line": 1535, + "line": 1531, "column": 77 } } @@ -73282,47 +72835,47 @@ "generator": false, "expression": true, "range": [ - 43055, - 43086 + 42872, + 42903 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 46 }, "end": { - "line": 1535, + "line": 1531, "column": 77 } } } ], "range": [ - 43021, - 43087 + 42838, + 42904 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 12 }, "end": { - "line": 1535, + "line": 1531, "column": 78 } } }, "range": [ - 43021, - 43088 + 42838, + 42905 ], "loc": { "start": { - "line": 1535, + "line": 1531, "column": 12 }, "end": { - "line": 1535, + "line": 1531, "column": 79 } } @@ -73338,16 +72891,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43101, - 43108 + 42918, + 42925 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 12 }, "end": { - "line": 1536, + "line": 1532, "column": 19 } } @@ -73356,31 +72909,31 @@ "type": "Identifier", "name": "off", "range": [ - 43109, - 43112 + 42926, + 42929 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 20 }, "end": { - "line": 1536, + "line": 1532, "column": 23 } } }, "range": [ - 43101, - 43112 + 42918, + 42929 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 12 }, "end": { - "line": 1536, + "line": 1532, "column": 23 } } @@ -73394,32 +72947,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 43114, - 43130 + 42931, + 42947 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 25 }, "end": { - "line": 1536, + "line": 1532, "column": 41 } } } ], "range": [ - 43113, - 43131 + 42930, + 42948 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 24 }, "end": { - "line": 1536, + "line": 1532, "column": 42 } } @@ -73432,16 +72985,16 @@ "type": "Identifier", "name": "tf", "range": [ - 43150, - 43152 + 42967, + 42969 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 17 }, "end": { - "line": 1537, + "line": 1533, "column": 19 } } @@ -73450,16 +73003,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 43154, - 43162 + 42971, + 42979 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 21 }, "end": { - "line": 1537, + "line": 1533, "column": 29 } } @@ -73473,16 +73026,16 @@ "object": { "type": "ThisExpression", "range": [ - 43167, - 43171 + 42984, + 42988 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 34 }, "end": { - "line": 1537, + "line": 1533, "column": 38 } } @@ -73491,31 +73044,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 43172, - 43188 + 42989, + 43005 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 39 }, "end": { - "line": 1537, + "line": 1533, "column": 55 } } }, "range": [ - 43167, - 43188 + 42984, + 43005 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 34 }, "end": { - "line": 1537, + "line": 1533, "column": 55 } } @@ -73525,32 +73078,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 43189, - 43197 + 43006, + 43014 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 56 }, "end": { - "line": 1537, + "line": 1533, "column": 64 } } } ], "range": [ - 43167, - 43198 + 42984, + 43015 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 34 }, "end": { - "line": 1537, + "line": 1533, "column": 65 } } @@ -73558,79 +73111,79 @@ "generator": false, "expression": true, "range": [ - 43149, - 43198 + 42966, + 43015 ], "loc": { "start": { - "line": 1537, + "line": 1533, "column": 16 }, "end": { - "line": 1537, + "line": 1533, "column": 65 } } } ], "range": [ - 43101, - 43199 + 42918, + 43016 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 12 }, "end": { - "line": 1537, + "line": 1533, "column": 66 } } }, "range": [ - 43101, - 43200 + 42918, + 43017 ], "loc": { "start": { - "line": 1536, + "line": 1532, "column": 12 }, "end": { - "line": 1537, + "line": 1533, "column": 67 } } } ], "range": [ - 42968, - 43210 + 42785, + 43027 ], "loc": { "start": { - "line": 1533, + "line": 1529, "column": 36 }, "end": { - "line": 1538, + "line": 1534, "column": 9 } } }, "alternate": null, "range": [ - 42940, - 43210 + 42757, + 43027 ], "loc": { "start": { - "line": 1533, + "line": 1529, "column": 8 }, "end": { - "line": 1538, + "line": 1534, "column": 9 } } @@ -73643,16 +73196,16 @@ "object": { "type": "ThisExpression", "range": [ - 43223, - 43227 + 43040, + 43044 ], "loc": { "start": { - "line": 1539, + "line": 1535, "column": 12 }, "end": { - "line": 1539, + "line": 1535, "column": 16 } } @@ -73661,31 +73214,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 43228, - 43241 + 43045, + 43058 ], "loc": { "start": { - "line": 1539, + "line": 1535, "column": 17 }, "end": { - "line": 1539, + "line": 1535, "column": 30 } } }, "range": [ - 43223, - 43241 + 43040, + 43058 ], "loc": { "start": { - "line": 1539, + "line": 1535, "column": 12 }, "end": { - "line": 1539, + "line": 1535, "column": 30 } } @@ -73703,16 +73256,16 @@ "object": { "type": "ThisExpression", "range": [ - 43257, - 43261 + 43074, + 43078 ], "loc": { "start": { - "line": 1540, + "line": 1536, "column": 12 }, "end": { - "line": 1540, + "line": 1536, "column": 16 } } @@ -73721,94 +73274,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 43262, - 43279 + 43079, + 43096 ], "loc": { "start": { - "line": 1540, + "line": 1536, "column": 17 }, "end": { - "line": 1540, + "line": 1536, "column": 34 } } }, "range": [ - 43257, - 43279 + 43074, + 43096 ], "loc": { "start": { - "line": 1540, + "line": 1536, "column": 12 }, "end": { - "line": 1540, + "line": 1536, "column": 34 } } }, "arguments": [], "range": [ - 43257, - 43281 + 43074, + 43098 ], "loc": { "start": { - "line": 1540, + "line": 1536, "column": 12 }, "end": { - "line": 1540, + "line": 1536, "column": 36 } } }, "range": [ - 43257, - 43282 + 43074, + 43099 ], "loc": { "start": { - "line": 1540, + "line": 1536, "column": 12 }, "end": { - "line": 1540, + "line": 1536, "column": 37 } } } ], "range": [ - 43243, - 43292 + 43060, + 43109 ], "loc": { "start": { - "line": 1539, + "line": 1535, "column": 32 }, "end": { - "line": 1541, + "line": 1537, "column": 9 } } }, "alternate": null, "range": [ - 43219, - 43292 + 43036, + 43109 ], "loc": { "start": { - "line": 1539, + "line": 1535, "column": 8 }, "end": { - "line": 1541, + "line": 1537, "column": 9 } } @@ -73823,16 +73376,16 @@ "object": { "type": "ThisExpression", "range": [ - 43302, - 43306 + 43119, + 43123 ], "loc": { "start": { - "line": 1543, + "line": 1539, "column": 8 }, "end": { - "line": 1543, + "line": 1539, "column": 12 } } @@ -73841,62 +73394,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 43307, - 43322 + 43124, + 43139 ], "loc": { "start": { - "line": 1543, + "line": 1539, "column": 13 }, "end": { - "line": 1543, + "line": 1539, "column": 28 } } }, "range": [ - 43302, - 43322 + 43119, + 43139 ], "loc": { "start": { - "line": 1543, + "line": 1539, "column": 8 }, "end": { - "line": 1543, + "line": 1539, "column": 28 } } }, "arguments": [], "range": [ - 43302, - 43324 + 43119, + 43141 ], "loc": { "start": { - "line": 1543, + "line": 1539, "column": 8 }, "end": { - "line": 1543, + "line": 1539, "column": 30 } } }, "range": [ - 43302, - 43325 + 43119, + 43142 ], "loc": { "start": { - "line": 1543, + "line": 1539, "column": 8 }, "end": { - "line": 1543, + "line": 1539, "column": 31 } } @@ -73912,16 +73465,16 @@ "object": { "type": "ThisExpression", "range": [ - 43339, - 43343 + 43156, + 43160 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 12 }, "end": { - "line": 1545, + "line": 1541, "column": 16 } } @@ -73930,31 +73483,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 43344, - 43351 + 43161, + 43168 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 17 }, "end": { - "line": 1545, + "line": 1541, "column": 24 } } }, "range": [ - 43339, - 43351 + 43156, + 43168 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 12 }, "end": { - "line": 1545, + "line": 1541, "column": 24 } } @@ -73968,16 +73521,16 @@ "object": { "type": "ThisExpression", "range": [ - 43356, - 43360 + 43173, + 43177 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 29 }, "end": { - "line": 1545, + "line": 1541, "column": 33 } } @@ -73986,62 +73539,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43361, - 43371 + 43178, + 43188 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 34 }, "end": { - "line": 1545, + "line": 1541, "column": 44 } } }, "range": [ - 43356, - 43371 + 43173, + 43188 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 29 }, "end": { - "line": 1545, + "line": 1541, "column": 44 } } }, "prefix": true, "range": [ - 43355, - 43371 + 43172, + 43188 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 28 }, "end": { - "line": 1545, + "line": 1541, "column": 44 } } }, "range": [ - 43339, - 43371 + 43156, + 43188 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 12 }, "end": { - "line": 1545, + "line": 1541, "column": 44 } } @@ -74062,16 +73615,16 @@ "object": { "type": "ThisExpression", "range": [ - 43387, - 43391 + 43204, + 43208 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 12 }, "end": { - "line": 1546, + "line": 1542, "column": 16 } } @@ -74080,31 +73633,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 43392, - 43395 + 43209, + 43212 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 17 }, "end": { - "line": 1546, + "line": 1542, "column": 20 } } }, "range": [ - 43387, - 43395 + 43204, + 43212 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 12 }, "end": { - "line": 1546, + "line": 1542, "column": 20 } } @@ -74113,31 +73666,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 43396, - 43405 + 43213, + 43222 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 21 }, "end": { - "line": 1546, + "line": 1542, "column": 30 } } }, "range": [ - 43387, - 43405 + 43204, + 43222 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 12 }, "end": { - "line": 1546, + "line": 1542, "column": 30 } } @@ -74149,16 +73702,16 @@ "object": { "type": "ThisExpression", "range": [ - 43406, - 43410 + 43223, + 43227 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 31 }, "end": { - "line": 1546, + "line": 1542, "column": 35 } } @@ -74167,113 +73720,113 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 43411, - 43426 + 43228, + 43243 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 36 }, "end": { - "line": 1546, + "line": 1542, "column": 51 } } }, "range": [ - 43406, - 43426 + 43223, + 43243 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 31 }, "end": { - "line": 1546, + "line": 1542, "column": 51 } } } ], "range": [ - 43387, - 43427 + 43204, + 43244 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 12 }, "end": { - "line": 1546, + "line": 1542, "column": 52 } } }, "range": [ - 43387, - 43428 + 43204, + 43245 ], "loc": { "start": { - "line": 1546, + "line": 1542, "column": 12 }, "end": { - "line": 1546, + "line": 1542, "column": 53 } } } ], "range": [ - 43373, - 43438 + 43190, + 43255 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 46 }, "end": { - "line": 1547, + "line": 1543, "column": 9 } } }, "alternate": null, "range": [ - 43335, - 43438 + 43152, + 43255 ], "loc": { "start": { - "line": 1545, + "line": 1541, "column": 8 }, "end": { - "line": 1547, + "line": 1543, "column": 9 } }, "trailingComments": [ { "type": "Line", - "value": " broadcast destroy event", + "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 43448, - 43474 + 43265, + 43332 ], "loc": { "start": { - "line": 1549, + "line": 1545, "column": 8 }, "end": { - "line": 1549, - "column": 34 + "line": 1545, + "column": 75 } } } @@ -74290,16 +73843,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43483, - 43490 + 43341, + 43348 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 8 }, "end": { - "line": 1550, + "line": 1546, "column": 15 } } @@ -74308,31 +73861,31 @@ "type": "Identifier", "name": "emit", "range": [ - 43491, - 43495 + 43349, + 43353 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 16 }, "end": { - "line": 1550, + "line": 1546, "column": 20 } } }, "range": [ - 43483, - 43495 + 43341, + 43353 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 8 }, "end": { - "line": 1550, + "line": 1546, "column": 20 } } @@ -74343,16 +73896,16 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 43496, - 43505 + 43354, + 43363 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 21 }, "end": { - "line": 1550, + "line": 1546, "column": 30 } } @@ -74360,66 +73913,66 @@ { "type": "ThisExpression", "range": [ - 43507, - 43511 + 43365, + 43369 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 32 }, "end": { - "line": 1550, + "line": 1546, "column": 36 } } } ], "range": [ - 43483, - 43512 + 43341, + 43370 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 8 }, "end": { - "line": 1550, + "line": 1546, "column": 37 } } }, "range": [ - 43483, - 43513 + 43341, + 43371 ], "loc": { "start": { - "line": 1550, + "line": 1546, "column": 8 }, "end": { - "line": 1550, + "line": 1546, "column": 38 } }, "leadingComments": [ { "type": "Line", - "value": " broadcast destroy event", + "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 43448, - 43474 + 43265, + 43332 ], "loc": { "start": { - "line": 1549, + "line": 1545, "column": 8 }, "end": { - "line": 1549, - "column": 34 + "line": 1545, + "column": 75 } } } @@ -74429,16 +73982,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43523, - 43547 + 43381, + 43405 ], "loc": { "start": { - "line": 1552, + "line": 1548, "column": 8 }, "end": { - "line": 1552, + "line": 1548, "column": 32 } } @@ -74453,16 +74006,16 @@ "object": { "type": "ThisExpression", "range": [ - 43560, - 43564 + 43418, + 43422 ], "loc": { "start": { - "line": 1553, + "line": 1549, "column": 12 }, "end": { - "line": 1553, + "line": 1549, "column": 16 } } @@ -74471,31 +74024,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 43565, - 43579 + 43423, + 43437 ], "loc": { "start": { - "line": 1553, + "line": 1549, "column": 17 }, "end": { - "line": 1553, + "line": 1549, "column": 31 } } }, "range": [ - 43560, - 43579 + 43418, + 43437 ], "loc": { "start": { - "line": 1553, + "line": 1549, "column": 12 }, "end": { - "line": 1553, + "line": 1549, "column": 31 } } @@ -74514,16 +74067,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43595, - 43602 + 43453, + 43460 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 12 }, "end": { - "line": 1554, + "line": 1550, "column": 19 } } @@ -74532,31 +74085,31 @@ "type": "Identifier", "name": "off", "range": [ - 43603, - 43606 + 43461, + 43464 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 20 }, "end": { - "line": 1554, + "line": 1550, "column": 23 } } }, "range": [ - 43595, - 43606 + 43453, + 43464 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 12 }, "end": { - "line": 1554, + "line": 1550, "column": 23 } } @@ -74570,32 +74123,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43608, - 43625 + 43466, + 43483 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 25 }, "end": { - "line": 1554, + "line": 1550, "column": 42 } } } ], "range": [ - 43607, - 43626 + 43465, + 43484 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 24 }, "end": { - "line": 1554, + "line": 1550, "column": 43 } } @@ -74612,16 +74165,16 @@ "object": { "type": "ThisExpression", "range": [ - 43634, - 43638 + 43492, + 43496 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 51 }, "end": { - "line": 1554, + "line": 1550, "column": 55 } } @@ -74630,47 +74183,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 43639, - 43656 + 43497, + 43514 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 56 }, "end": { - "line": 1554, + "line": 1550, "column": 73 } } }, "range": [ - 43634, - 43656 + 43492, + 43514 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 51 }, "end": { - "line": 1554, + "line": 1550, "column": 73 } } }, "arguments": [], "range": [ - 43634, - 43658 + 43492, + 43516 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 51 }, "end": { - "line": 1554, + "line": 1550, "column": 75 } } @@ -74678,79 +74231,79 @@ "generator": false, "expression": true, "range": [ - 43628, - 43658 + 43486, + 43516 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 45 }, "end": { - "line": 1554, + "line": 1550, "column": 75 } } } ], "range": [ - 43595, - 43659 + 43453, + 43517 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 12 }, "end": { - "line": 1554, + "line": 1550, "column": 76 } } }, "range": [ - 43595, - 43660 + 43453, + 43518 ], "loc": { "start": { - "line": 1554, + "line": 1550, "column": 12 }, "end": { - "line": 1554, + "line": 1550, "column": 77 } } } ], "range": [ - 43581, - 43670 + 43439, + 43528 ], "loc": { "start": { - "line": 1553, + "line": 1549, "column": 33 }, "end": { - "line": 1555, + "line": 1551, "column": 9 } } }, "alternate": null, "range": [ - 43556, - 43670 + 43414, + 43528 ], "loc": { "start": { - "line": 1553, + "line": 1549, "column": 8 }, "end": { - "line": 1555, + "line": 1551, "column": 9 } }, @@ -74759,16 +74312,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43523, - 43547 + 43381, + 43405 ], "loc": { "start": { - "line": 1552, + "line": 1548, "column": 8 }, "end": { - "line": 1552, + "line": 1548, "column": 32 } } @@ -74783,16 +74336,16 @@ "object": { "type": "ThisExpression", "range": [ - 43683, - 43687 + 43541, + 43545 ], "loc": { "start": { - "line": 1556, + "line": 1552, "column": 12 }, "end": { - "line": 1556, + "line": 1552, "column": 16 } } @@ -74801,31 +74354,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 43688, - 43701 + 43546, + 43559 ], "loc": { "start": { - "line": 1556, + "line": 1552, "column": 17 }, "end": { - "line": 1556, + "line": 1552, "column": 30 } } }, "range": [ - 43683, - 43701 + 43541, + 43559 ], "loc": { "start": { - "line": 1556, + "line": 1552, "column": 12 }, "end": { - "line": 1556, + "line": 1552, "column": 30 } } @@ -74844,16 +74397,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43717, - 43724 + 43575, + 43582 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 12 }, "end": { - "line": 1557, + "line": 1553, "column": 19 } } @@ -74862,31 +74415,31 @@ "type": "Identifier", "name": "off", "range": [ - 43725, - 43728 + 43583, + 43586 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 20 }, "end": { - "line": 1557, + "line": 1553, "column": 23 } } }, "range": [ - 43717, - 43728 + 43575, + 43586 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 12 }, "end": { - "line": 1557, + "line": 1553, "column": 23 } } @@ -74900,32 +74453,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43730, - 43747 + 43588, + 43605 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 25 }, "end": { - "line": 1557, + "line": 1553, "column": 42 } } } ], "range": [ - 43729, - 43748 + 43587, + 43606 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 24 }, "end": { - "line": 1557, + "line": 1553, "column": 43 } } @@ -74942,16 +74495,16 @@ "object": { "type": "ThisExpression", "range": [ - 43756, - 43760 + 43614, + 43618 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 51 }, "end": { - "line": 1557, + "line": 1553, "column": 55 } } @@ -74960,47 +74513,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 43761, - 43772 + 43619, + 43630 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 56 }, "end": { - "line": 1557, + "line": 1553, "column": 67 } } }, "range": [ - 43756, - 43772 + 43614, + 43630 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 51 }, "end": { - "line": 1557, + "line": 1553, "column": 67 } } }, "arguments": [], "range": [ - 43756, - 43774 + 43614, + 43632 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 51 }, "end": { - "line": 1557, + "line": 1553, "column": 69 } } @@ -75008,79 +74561,79 @@ "generator": false, "expression": true, "range": [ - 43750, - 43774 + 43608, + 43632 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 45 }, "end": { - "line": 1557, + "line": 1553, "column": 69 } } } ], "range": [ - 43717, - 43775 + 43575, + 43633 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 12 }, "end": { - "line": 1557, + "line": 1553, "column": 70 } } }, "range": [ - 43717, - 43776 + 43575, + 43634 ], "loc": { "start": { - "line": 1557, + "line": 1553, "column": 12 }, "end": { - "line": 1557, + "line": 1553, "column": 71 } } } ], "range": [ - 43703, - 43786 + 43561, + 43644 ], "loc": { "start": { - "line": 1556, + "line": 1552, "column": 32 }, "end": { - "line": 1558, + "line": 1554, "column": 9 } } }, "alternate": null, "range": [ - 43679, - 43786 + 43537, + 43644 ], "loc": { "start": { - "line": 1556, + "line": 1552, "column": 8 }, "end": { - "line": 1558, + "line": 1554, "column": 9 } } @@ -75098,16 +74651,16 @@ "object": { "type": "ThisExpression", "range": [ - 43795, - 43799 + 43653, + 43657 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 8 }, "end": { - "line": 1559, + "line": 1555, "column": 12 } } @@ -75116,31 +74669,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 43800, - 43807 + 43658, + 43665 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 13 }, "end": { - "line": 1559, + "line": 1555, "column": 20 } } }, "range": [ - 43795, - 43807 + 43653, + 43665 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 8 }, "end": { - "line": 1559, + "line": 1555, "column": 20 } } @@ -75149,31 +74702,31 @@ "type": "Identifier", "name": "off", "range": [ - 43808, - 43811 + 43666, + 43669 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 21 }, "end": { - "line": 1559, + "line": 1555, "column": 24 } } }, "range": [ - 43795, - 43811 + 43653, + 43669 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 8 }, "end": { - "line": 1559, + "line": 1555, "column": 24 } } @@ -75187,32 +74740,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 43813, - 43827 + 43671, + 43685 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 26 }, "end": { - "line": 1559, + "line": 1555, "column": 40 } } } ], "range": [ - 43812, - 43828 + 43670, + 43686 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 25 }, "end": { - "line": 1559, + "line": 1555, "column": 41 } } @@ -75225,16 +74778,16 @@ "type": "Identifier", "name": "tf", "range": [ - 43843, - 43845 + 43701, + 43703 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 13 }, "end": { - "line": 1560, + "line": 1556, "column": 15 } } @@ -75243,16 +74796,16 @@ "type": "Identifier", "name": "filter", "range": [ - 43847, - 43853 + 43705, + 43711 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 17 }, "end": { - "line": 1560, + "line": 1556, "column": 23 } } @@ -75266,16 +74819,16 @@ "object": { "type": "ThisExpression", "range": [ - 43858, - 43862 + 43716, + 43720 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 28 }, "end": { - "line": 1560, + "line": 1556, "column": 32 } } @@ -75284,31 +74837,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 43863, - 43880 + 43721, + 43738 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 33 }, "end": { - "line": 1560, + "line": 1556, "column": 50 } } }, "range": [ - 43858, - 43880 + 43716, + 43738 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 28 }, "end": { - "line": 1560, + "line": 1556, "column": 50 } } @@ -75321,16 +74874,16 @@ "type": "Identifier", "name": "filter", "range": [ - 43881, - 43887 + 43739, + 43745 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 51 }, "end": { - "line": 1560, + "line": 1556, "column": 57 } } @@ -75339,47 +74892,47 @@ "type": "Identifier", "name": "id", "range": [ - 43888, - 43890 + 43746, + 43748 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 58 }, "end": { - "line": 1560, + "line": 1556, "column": 60 } } }, "range": [ - 43881, - 43890 + 43739, + 43748 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 51 }, "end": { - "line": 1560, + "line": 1556, "column": 60 } } } ], "range": [ - 43858, - 43891 + 43716, + 43749 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 28 }, "end": { - "line": 1560, + "line": 1556, "column": 61 } } @@ -75387,47 +74940,47 @@ "generator": false, "expression": true, "range": [ - 43842, - 43891 + 43700, + 43749 ], "loc": { "start": { - "line": 1560, + "line": 1556, "column": 12 }, "end": { - "line": 1560, + "line": 1556, "column": 61 } } } ], "range": [ - 43795, - 43892 + 43653, + 43750 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 8 }, "end": { - "line": 1560, + "line": 1556, "column": 62 } } }, "range": [ - 43795, - 43893 + 43653, + 43751 ], "loc": { "start": { - "line": 1559, + "line": 1555, "column": 8 }, "end": { - "line": 1560, + "line": 1556, "column": 63 } } @@ -75440,16 +74993,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 43903, - 43914 + 43761, + 43772 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 8 }, "end": { - "line": 1562, + "line": 1558, "column": 19 } } @@ -75461,16 +75014,16 @@ "object": { "type": "ThisExpression", "range": [ - 43915, - 43919 + 43773, + 43777 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 20 }, "end": { - "line": 1562, + "line": 1558, "column": 24 } } @@ -75479,31 +75032,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 43920, - 43923 + 43778, + 43781 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 25 }, "end": { - "line": 1562, + "line": 1558, "column": 28 } } }, "range": [ - 43915, - 43923 + 43773, + 43781 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 20 }, "end": { - "line": 1562, + "line": 1558, "column": 28 } } @@ -75514,16 +75067,16 @@ "object": { "type": "ThisExpression", "range": [ - 43925, - 43929 + 43783, + 43787 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 30 }, "end": { - "line": 1562, + "line": 1558, "column": 34 } } @@ -75532,62 +75085,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 43930, - 43936 + 43788, + 43794 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 35 }, "end": { - "line": 1562, + "line": 1558, "column": 41 } } }, "range": [ - 43925, - 43936 + 43783, + 43794 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 30 }, "end": { - "line": 1562, + "line": 1558, "column": 41 } } } ], "range": [ - 43903, - 43937 + 43761, + 43795 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 8 }, "end": { - "line": 1562, + "line": 1558, "column": 42 } } }, "range": [ - 43903, - 43938 + 43761, + 43796 ], "loc": { "start": { - "line": 1562, + "line": 1558, "column": 8 }, "end": { - "line": 1562, + "line": 1558, "column": 43 } } @@ -75600,16 +75153,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 43947, - 43958 + 43805, + 43816 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 8 }, "end": { - "line": 1563, + "line": 1559, "column": 19 } } @@ -75621,16 +75174,16 @@ "object": { "type": "ThisExpression", "range": [ - 43959, - 43963 + 43817, + 43821 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 20 }, "end": { - "line": 1563, + "line": 1559, "column": 24 } } @@ -75639,31 +75192,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 43964, - 43967 + 43822, + 43825 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 25 }, "end": { - "line": 1563, + "line": 1559, "column": 28 } } }, "range": [ - 43959, - 43967 + 43817, + 43825 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 20 }, "end": { - "line": 1563, + "line": 1559, "column": 28 } } @@ -75674,16 +75227,16 @@ "object": { "type": "ThisExpression", "range": [ - 43969, - 43973 + 43827, + 43831 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 30 }, "end": { - "line": 1563, + "line": 1559, "column": 34 } } @@ -75692,62 +75245,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 43974, - 43988 + 43832, + 43846 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 35 }, "end": { - "line": 1563, + "line": 1559, "column": 49 } } }, "range": [ - 43969, - 43988 + 43827, + 43846 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 30 }, "end": { - "line": 1563, + "line": 1559, "column": 49 } } } ], "range": [ - 43947, - 43989 + 43805, + 43847 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 8 }, "end": { - "line": 1563, + "line": 1559, "column": 50 } } }, "range": [ - 43947, - 43990 + 43805, + 43848 ], "loc": { "start": { - "line": 1563, + "line": 1559, "column": 8 }, "end": { - "line": 1563, + "line": 1559, "column": 51 } } @@ -75763,16 +75316,16 @@ "object": { "type": "ThisExpression", "range": [ - 44000, - 44004 + 43858, + 43862 ], "loc": { "start": { - "line": 1565, + "line": 1561, "column": 8 }, "end": { - "line": 1565, + "line": 1561, "column": 12 } } @@ -75781,31 +75334,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 44005, - 44017 + 43863, + 43875 ], "loc": { "start": { - "line": 1565, + "line": 1561, "column": 13 }, "end": { - "line": 1565, + "line": 1561, "column": 25 } } }, "range": [ - 44000, - 44017 + 43858, + 43875 ], "loc": { "start": { - "line": 1565, + "line": 1561, "column": 8 }, "end": { - "line": 1565, + "line": 1561, "column": 25 } } @@ -75815,46 +75368,46 @@ "value": 0, "raw": "0", "range": [ - 44020, - 44021 + 43878, + 43879 ], "loc": { "start": { - "line": 1565, + "line": 1561, "column": 28 }, "end": { - "line": 1565, + "line": 1561, "column": 29 } } }, "range": [ - 44000, - 44021 + 43858, + 43879 ], "loc": { "start": { - "line": 1565, + "line": 1561, "column": 8 }, "end": { - "line": 1565, + "line": 1561, "column": 29 } } }, "range": [ - 44000, - 44022 + 43858, + 43880 ], "loc": { "start": { - "line": 1565, + "line": 1561, "column": 8 }, "end": { - "line": 1565, + "line": 1561, "column": 30 } } @@ -75870,16 +75423,16 @@ "object": { "type": "ThisExpression", "range": [ - 44031, - 44035 + 43889, + 43893 ], "loc": { "start": { - "line": 1566, + "line": 1562, "column": 8 }, "end": { - "line": 1566, + "line": 1562, "column": 12 } } @@ -75888,31 +75441,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 44036, - 44050 + 43894, + 43908 ], "loc": { "start": { - "line": 1566, + "line": 1562, "column": 13 }, "end": { - "line": 1566, + "line": 1562, "column": 27 } } }, "range": [ - 44031, - 44050 + 43889, + 43908 ], "loc": { "start": { - "line": 1566, + "line": 1562, "column": 8 }, "end": { - "line": 1566, + "line": 1562, "column": 27 } } @@ -75921,46 +75474,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 44053, - 44055 + 43911, + 43913 ], "loc": { "start": { - "line": 1566, + "line": 1562, "column": 30 }, "end": { - "line": 1566, + "line": 1562, "column": 32 } } }, "range": [ - 44031, - 44055 + 43889, + 43913 ], "loc": { "start": { - "line": 1566, + "line": 1562, "column": 8 }, "end": { - "line": 1566, + "line": 1562, "column": 32 } } }, "range": [ - 44031, - 44056 + 43889, + 43914 ], "loc": { "start": { - "line": 1566, + "line": 1562, "column": 8 }, "end": { - "line": 1566, + "line": 1562, "column": 33 } } @@ -75976,16 +75529,16 @@ "object": { "type": "ThisExpression", "range": [ - 44065, - 44069 + 43923, + 43927 ], "loc": { "start": { - "line": 1567, + "line": 1563, "column": 8 }, "end": { - "line": 1567, + "line": 1563, "column": 12 } } @@ -75994,31 +75547,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 44070, - 44076 + 43928, + 43934 ], "loc": { "start": { - "line": 1567, + "line": 1563, "column": 13 }, "end": { - "line": 1567, + "line": 1563, "column": 19 } } }, "range": [ - 44065, - 44076 + 43923, + 43934 ], "loc": { "start": { - "line": 1567, + "line": 1563, "column": 8 }, "end": { - "line": 1567, + "line": 1563, "column": 19 } } @@ -76027,46 +75580,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 44079, - 44081 + 43937, + 43939 ], "loc": { "start": { - "line": 1567, + "line": 1563, "column": 22 }, "end": { - "line": 1567, + "line": 1563, "column": 24 } } }, "range": [ - 44065, - 44081 + 43923, + 43939 ], "loc": { "start": { - "line": 1567, + "line": 1563, "column": 8 }, "end": { - "line": 1567, + "line": 1563, "column": 24 } } }, "range": [ - 44065, - 44082 + 43923, + 43940 ], "loc": { "start": { - "line": 1567, + "line": 1563, "column": 8 }, "end": { - "line": 1567, + "line": 1563, "column": 25 } } @@ -76082,16 +75635,16 @@ "object": { "type": "ThisExpression", "range": [ - 44091, - 44095 + 43949, + 43953 ], "loc": { "start": { - "line": 1568, + "line": 1564, "column": 8 }, "end": { - "line": 1568, + "line": 1564, "column": 12 } } @@ -76100,31 +75653,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 44096, - 44107 + 43954, + 43965 ], "loc": { "start": { - "line": 1568, + "line": 1564, "column": 13 }, "end": { - "line": 1568, + "line": 1564, "column": 24 } } }, "range": [ - 44091, - 44107 + 43949, + 43965 ], "loc": { "start": { - "line": 1568, + "line": 1564, "column": 8 }, "end": { - "line": 1568, + "line": 1564, "column": 24 } } @@ -76134,62 +75687,62 @@ "value": false, "raw": "false", "range": [ - 44110, - 44115 + 43968, + 43973 ], "loc": { "start": { - "line": 1568, + "line": 1564, "column": 27 }, "end": { - "line": 1568, + "line": 1564, "column": 32 } } }, "range": [ - 44091, - 44115 + 43949, + 43973 ], "loc": { "start": { - "line": 1568, + "line": 1564, "column": 8 }, "end": { - "line": 1568, + "line": 1564, "column": 32 } } }, "range": [ - 44091, - 44116 + 43949, + 43974 ], "loc": { "start": { - "line": 1568, + "line": 1564, "column": 8 }, "end": { - "line": 1568, + "line": 1564, "column": 33 } } } ], "range": [ - 42653, - 44122 + 42470, + 43980 ], "loc": { "start": { - "line": 1520, + "line": 1516, "column": 14 }, "end": { - "line": 1569, + "line": 1565, "column": 5 } } @@ -76197,16 +75750,16 @@ "generator": false, "expression": false, "range": [ - 42650, - 44122 + 42467, + 43980 ], "loc": { "start": { - "line": 1520, + "line": 1516, "column": 11 }, "end": { - "line": 1569, + "line": 1565, "column": 5 } } @@ -76214,16 +75767,16 @@ "kind": "method", "computed": false, "range": [ - 42643, - 44122 + 42460, + 43980 ], "loc": { "start": { - "line": 1520, + "line": 1516, "column": 4 }, "end": { - "line": 1569, + "line": 1565, "column": 5 } }, @@ -76232,16 +75785,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42600, - 42638 + 42417, + 42455 ], "loc": { "start": { - "line": 1517, + "line": 1513, "column": 4 }, "end": { - "line": 1519, + "line": 1515, "column": 7 } } @@ -76252,16 +75805,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44128, - 44217 + 43986, + 44075 ], "loc": { "start": { - "line": 1571, + "line": 1567, "column": 4 }, "end": { - "line": 1573, + "line": 1569, "column": 7 } } @@ -76275,16 +75828,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 44222, - 44232 + 44080, + 44090 ], "loc": { "start": { - "line": 1574, + "line": 1570, "column": 4 }, "end": { - "line": 1574, + "line": 1570, "column": 14 } } @@ -76304,16 +75857,16 @@ "object": { "type": "ThisExpression", "range": [ - 44249, - 44253 + 44107, + 44111 ], "loc": { "start": { - "line": 1575, + "line": 1571, "column": 12 }, "end": { - "line": 1575, + "line": 1571, "column": 16 } } @@ -76322,31 +75875,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44254, - 44260 + 44112, + 44118 ], "loc": { "start": { - "line": 1575, + "line": 1571, "column": 17 }, "end": { - "line": 1575, + "line": 1571, "column": 23 } } }, "range": [ - 44249, - 44260 + 44107, + 44118 ], "loc": { "start": { - "line": 1575, + "line": 1571, "column": 12 }, "end": { - "line": 1575, + "line": 1571, "column": 23 } } @@ -76358,48 +75911,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 44276, - 44283 + 44134, + 44141 ], "loc": { "start": { - "line": 1576, + "line": 1572, "column": 12 }, "end": { - "line": 1576, + "line": 1572, "column": 19 } } } ], "range": [ - 44262, - 44293 + 44120, + 44151 ], "loc": { "start": { - "line": 1575, + "line": 1571, "column": 25 }, "end": { - "line": 1577, + "line": 1573, "column": 9 } } }, "alternate": null, "range": [ - 44245, - 44293 + 44103, + 44151 ], "loc": { "start": { - "line": 1575, + "line": 1571, "column": 8 }, "end": { - "line": 1577, + "line": 1573, "column": 9 } }, @@ -76408,16 +75961,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44303, - 44326 + 44161, + 44184 ], "loc": { "start": { - "line": 1579, + "line": 1575, "column": 8 }, "end": { - "line": 1579, + "line": 1575, "column": 31 } } @@ -76433,16 +75986,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44339, - 44345 + 44197, + 44203 ], "loc": { "start": { - "line": 1580, + "line": 1576, "column": 12 }, "end": { - "line": 1580, + "line": 1576, "column": 18 } } @@ -76453,16 +76006,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44348, - 44357 + 44206, + 44215 ], "loc": { "start": { - "line": 1580, + "line": 1576, "column": 21 }, "end": { - "line": 1580, + "line": 1576, "column": 30 } } @@ -76473,47 +76026,47 @@ "value": "div", "raw": "'div'", "range": [ - 44358, - 44363 + 44216, + 44221 ], "loc": { "start": { - "line": 1580, + "line": 1576, "column": 31 }, "end": { - "line": 1580, + "line": 1576, "column": 36 } } } ], "range": [ - 44348, - 44364 + 44206, + 44222 ], "loc": { "start": { - "line": 1580, + "line": 1576, "column": 21 }, "end": { - "line": 1580, + "line": 1576, "column": 37 } } }, "range": [ - 44339, - 44364 + 44197, + 44222 ], "loc": { "start": { - "line": 1580, + "line": 1576, "column": 12 }, "end": { - "line": 1580, + "line": 1576, "column": 37 } } @@ -76521,16 +76074,16 @@ ], "kind": "let", "range": [ - 44335, - 44365 + 44193, + 44223 ], "loc": { "start": { - "line": 1580, + "line": 1576, "column": 8 }, "end": { - "line": 1580, + "line": 1576, "column": 38 } }, @@ -76539,16 +76092,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44303, - 44326 + 44161, + 44184 ], "loc": { "start": { - "line": 1579, + "line": 1575, "column": 8 }, "end": { - "line": 1579, + "line": 1575, "column": 31 } } @@ -76567,16 +76120,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44374, - 44380 + 44232, + 44238 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 8 }, "end": { - "line": 1581, + "line": 1577, "column": 14 } } @@ -76585,31 +76138,31 @@ "type": "Identifier", "name": "className", "range": [ - 44381, - 44390 + 44239, + 44248 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 15 }, "end": { - "line": 1581, + "line": 1577, "column": 24 } } }, "range": [ - 44374, - 44390 + 44232, + 44248 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 8 }, "end": { - "line": 1581, + "line": 1577, "column": 24 } } @@ -76620,16 +76173,16 @@ "object": { "type": "ThisExpression", "range": [ - 44393, - 44397 + 44251, + 44255 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 27 }, "end": { - "line": 1581, + "line": 1577, "column": 31 } } @@ -76638,61 +76191,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44398, - 44412 + 44256, + 44270 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 32 }, "end": { - "line": 1581, + "line": 1577, "column": 46 } } }, "range": [ - 44393, - 44412 + 44251, + 44270 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 27 }, "end": { - "line": 1581, + "line": 1577, "column": 46 } } }, "range": [ - 44374, - 44412 + 44232, + 44270 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 8 }, "end": { - "line": 1581, + "line": 1577, "column": 46 } } }, "range": [ - 44374, - 44413 + 44232, + 44271 ], "loc": { "start": { - "line": 1581, + "line": 1577, "column": 8 }, "end": { - "line": 1581, + "line": 1577, "column": 47 } }, @@ -76701,16 +76254,16 @@ "type": "Line", "value": "custom container", "range": [ - 44423, - 44441 + 44281, + 44299 ], "loc": { "start": { - "line": 1583, + "line": 1579, "column": 8 }, "end": { - "line": 1583, + "line": 1579, "column": 26 } } @@ -76725,16 +76278,16 @@ "object": { "type": "ThisExpression", "range": [ - 44454, - 44458 + 44312, + 44316 ], "loc": { "start": { - "line": 1584, + "line": 1580, "column": 12 }, "end": { - "line": 1584, + "line": 1580, "column": 16 } } @@ -76743,31 +76296,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44459, - 44471 + 44317, + 44329 ], "loc": { "start": { - "line": 1584, + "line": 1580, "column": 17 }, "end": { - "line": 1584, + "line": 1580, "column": 29 } } }, "range": [ - 44454, - 44471 + 44312, + 44329 ], "loc": { "start": { - "line": 1584, + "line": 1580, "column": 12 }, "end": { - "line": 1584, + "line": 1580, "column": 29 } } @@ -76788,16 +76341,16 @@ "type": "Identifier", "name": "elm", "range": [ - 44487, - 44490 + 44345, + 44348 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 12 }, "end": { - "line": 1585, + "line": 1581, "column": 15 } } @@ -76809,16 +76362,16 @@ "object": { "type": "ThisExpression", "range": [ - 44491, - 44495 + 44349, + 44353 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 16 }, "end": { - "line": 1585, + "line": 1581, "column": 20 } } @@ -76827,47 +76380,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44496, - 44508 + 44354, + 44366 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 21 }, "end": { - "line": 1585, + "line": 1581, "column": 33 } } }, "range": [ - 44491, - 44508 + 44349, + 44366 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 16 }, "end": { - "line": 1585, + "line": 1581, "column": 33 } } } ], "range": [ - 44487, - 44509 + 44345, + 44367 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 12 }, "end": { - "line": 1585, + "line": 1581, "column": 34 } } @@ -76876,31 +76429,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44510, - 44521 + 44368, + 44379 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 35 }, "end": { - "line": 1585, + "line": 1581, "column": 46 } } }, "range": [ - 44487, - 44521 + 44345, + 44379 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 12 }, "end": { - "line": 1585, + "line": 1581, "column": 46 } } @@ -76910,63 +76463,63 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44522, - 44528 + 44380, + 44386 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 47 }, "end": { - "line": 1585, + "line": 1581, "column": 53 } } } ], "range": [ - 44487, - 44529 + 44345, + 44387 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 12 }, "end": { - "line": 1585, + "line": 1581, "column": 54 } } }, "range": [ - 44487, - 44530 + 44345, + 44388 ], "loc": { "start": { - "line": 1585, + "line": 1581, "column": 12 }, "end": { - "line": 1585, + "line": 1581, "column": 55 } } } ], "range": [ - 44473, - 44540 + 44331, + 44398 ], "loc": { "start": { - "line": 1584, + "line": 1580, "column": 31 }, "end": { - "line": 1586, + "line": 1582, "column": 9 } }, @@ -76975,16 +76528,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44549, - 44562 + 44407, + 44420 ], "loc": { "start": { - "line": 1587, + "line": 1583, "column": 8 }, "end": { - "line": 1587, + "line": 1583, "column": 21 } } @@ -76999,16 +76552,16 @@ "object": { "type": "ThisExpression", "range": [ - 44580, - 44584 + 44438, + 44442 ], "loc": { "start": { - "line": 1588, + "line": 1584, "column": 17 }, "end": { - "line": 1588, + "line": 1584, "column": 21 } } @@ -77017,31 +76570,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44585, - 44595 + 44443, + 44453 ], "loc": { "start": { - "line": 1588, + "line": 1584, "column": 22 }, "end": { - "line": 1588, + "line": 1584, "column": 32 } } }, "range": [ - 44580, - 44595 + 44438, + 44453 ], "loc": { "start": { - "line": 1588, + "line": 1584, "column": 17 }, "end": { - "line": 1588, + "line": 1584, "column": 32 } } @@ -77058,16 +76611,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44615, - 44625 + 44473, + 44483 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 16 }, "end": { - "line": 1589, + "line": 1585, "column": 26 } } @@ -77081,16 +76634,16 @@ "object": { "type": "ThisExpression", "range": [ - 44628, - 44632 + 44486, + 44490 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 29 }, "end": { - "line": 1589, + "line": 1585, "column": 33 } } @@ -77099,31 +76652,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 44633, - 44636 + 44491, + 44494 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 34 }, "end": { - "line": 1589, + "line": 1585, "column": 37 } } }, "range": [ - 44628, - 44636 + 44486, + 44494 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 29 }, "end": { - "line": 1589, + "line": 1585, "column": 37 } } @@ -77132,46 +76685,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44637, - 44647 + 44495, + 44505 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 38 }, "end": { - "line": 1589, + "line": 1585, "column": 48 } } }, "range": [ - 44628, - 44647 + 44486, + 44505 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 29 }, "end": { - "line": 1589, + "line": 1585, "column": 48 } } }, "range": [ - 44615, - 44647 + 44473, + 44505 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 16 }, "end": { - "line": 1589, + "line": 1585, "column": 48 } } @@ -77179,16 +76732,16 @@ ], "kind": "let", "range": [ - 44611, - 44648 + 44469, + 44506 ], "loc": { "start": { - "line": 1589, + "line": 1585, "column": 12 }, "end": { - "line": 1589, + "line": 1585, "column": 49 } } @@ -77207,16 +76760,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44661, - 44671 + 44519, + 44529 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 12 }, "end": { - "line": 1590, + "line": 1586, "column": 22 } } @@ -77225,31 +76778,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 44672, - 44683 + 44530, + 44541 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 23 }, "end": { - "line": 1590, + "line": 1586, "column": 34 } } }, "range": [ - 44661, - 44683 + 44519, + 44541 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 12 }, "end": { - "line": 1590, + "line": 1586, "column": 34 } } @@ -77258,31 +76811,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44684, - 44695 + 44542, + 44553 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 35 }, "end": { - "line": 1590, + "line": 1586, "column": 46 } } }, "range": [ - 44661, - 44695 + 44519, + 44553 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 12 }, "end": { - "line": 1590, + "line": 1586, "column": 46 } } @@ -77292,47 +76845,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44696, - 44702 + 44554, + 44560 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 47 }, "end": { - "line": 1590, + "line": 1586, "column": 53 } } } ], "range": [ - 44661, - 44703 + 44519, + 44561 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 12 }, "end": { - "line": 1590, + "line": 1586, "column": 54 } } }, "range": [ - 44661, - 44704 + 44519, + 44562 ], "loc": { "start": { - "line": 1590, + "line": 1586, "column": 12 }, "end": { - "line": 1590, + "line": 1586, "column": 55 } } @@ -77349,16 +76902,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44717, - 44723 + 44575, + 44581 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 12 }, "end": { - "line": 1591, + "line": 1587, "column": 18 } } @@ -77367,31 +76920,31 @@ "type": "Identifier", "name": "className", "range": [ - 44724, - 44733 + 44582, + 44591 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 19 }, "end": { - "line": 1591, + "line": 1587, "column": 28 } } }, "range": [ - 44717, - 44733 + 44575, + 44591 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 12 }, "end": { - "line": 1591, + "line": 1587, "column": 28 } } @@ -77403,16 +76956,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44736, - 44746 + 44594, + 44604 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 31 }, "end": { - "line": 1591, + "line": 1587, "column": 41 } } @@ -77421,77 +76974,77 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44747, - 44761 + 44605, + 44619 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 42 }, "end": { - "line": 1591, + "line": 1587, "column": 56 } } }, "range": [ - 44736, - 44761 + 44594, + 44619 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 31 }, "end": { - "line": 1591, + "line": 1587, "column": 56 } } }, "range": [ - 44717, - 44761 + 44575, + 44619 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 12 }, "end": { - "line": 1591, + "line": 1587, "column": 56 } } }, "range": [ - 44717, - 44762 + 44575, + 44620 ], "loc": { "start": { - "line": 1591, + "line": 1587, "column": 12 }, "end": { - "line": 1591, + "line": 1587, "column": 57 } } } ], "range": [ - 44597, - 44772 + 44455, + 44630 ], "loc": { "start": { - "line": 1588, + "line": 1584, "column": 34 }, "end": { - "line": 1592, + "line": 1588, "column": 9 } }, @@ -77500,16 +77053,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44781, - 44821 + 44639, + 44679 ], "loc": { "start": { - "line": 1593, + "line": 1589, "column": 8 }, "end": { - "line": 1593, + "line": 1589, "column": 48 } } @@ -77528,16 +77081,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44853, - 44857 + 44711, + 44715 ], "loc": { "start": { - "line": 1595, + "line": 1591, "column": 16 }, "end": { - "line": 1595, + "line": 1591, "column": 20 } } @@ -77548,16 +77101,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44860, - 44869 + 44718, + 44727 ], "loc": { "start": { - "line": 1595, + "line": 1591, "column": 23 }, "end": { - "line": 1595, + "line": 1591, "column": 32 } } @@ -77568,47 +77121,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 44870, - 44879 + 44728, + 44737 ], "loc": { "start": { - "line": 1595, + "line": 1591, "column": 33 }, "end": { - "line": 1595, + "line": 1591, "column": 42 } } } ], "range": [ - 44860, - 44880 + 44718, + 44738 ], "loc": { "start": { - "line": 1595, + "line": 1591, "column": 23 }, "end": { - "line": 1595, + "line": 1591, "column": 43 } } }, "range": [ - 44853, - 44880 + 44711, + 44738 ], "loc": { "start": { - "line": 1595, + "line": 1591, "column": 16 }, "end": { - "line": 1595, + "line": 1591, "column": 43 } } @@ -77616,16 +77169,16 @@ ], "kind": "let", "range": [ - 44849, - 44881 + 44707, + 44739 ], "loc": { "start": { - "line": 1595, + "line": 1591, "column": 12 }, "end": { - "line": 1595, + "line": 1591, "column": 44 } } @@ -77641,16 +77194,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44894, - 44898 + 44752, + 44756 ], "loc": { "start": { - "line": 1596, + "line": 1592, "column": 12 }, "end": { - "line": 1596, + "line": 1592, "column": 16 } } @@ -77659,31 +77212,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44899, - 44910 + 44757, + 44768 ], "loc": { "start": { - "line": 1596, + "line": 1592, "column": 17 }, "end": { - "line": 1596, + "line": 1592, "column": 28 } } }, "range": [ - 44894, - 44910 + 44752, + 44768 ], "loc": { "start": { - "line": 1596, + "line": 1592, "column": 12 }, "end": { - "line": 1596, + "line": 1592, "column": 28 } } @@ -77693,47 +77246,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44911, - 44917 + 44769, + 44775 ], "loc": { "start": { - "line": 1596, + "line": 1592, "column": 29 }, "end": { - "line": 1596, + "line": 1592, "column": 35 } } } ], "range": [ - 44894, - 44918 + 44752, + 44776 ], "loc": { "start": { - "line": 1596, + "line": 1592, "column": 12 }, "end": { - "line": 1596, + "line": 1592, "column": 36 } } }, "range": [ - 44894, - 44919 + 44752, + 44777 ], "loc": { "start": { - "line": 1596, + "line": 1592, "column": 12 }, "end": { - "line": 1596, + "line": 1592, "column": 37 } } @@ -77751,16 +77304,16 @@ "object": { "type": "ThisExpression", "range": [ - 44932, - 44936 + 44790, + 44794 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 12 }, "end": { - "line": 1597, + "line": 1593, "column": 16 } } @@ -77769,31 +77322,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 44937, - 44940 + 44795, + 44798 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 17 }, "end": { - "line": 1597, + "line": 1593, "column": 20 } } }, "range": [ - 44932, - 44940 + 44790, + 44798 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 12 }, "end": { - "line": 1597, + "line": 1593, "column": 20 } } @@ -77802,31 +77355,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 44941, - 44953 + 44799, + 44811 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 21 }, "end": { - "line": 1597, + "line": 1593, "column": 33 } } }, "range": [ - 44932, - 44953 + 44790, + 44811 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 12 }, "end": { - "line": 1597, + "line": 1593, "column": 33 } } @@ -77836,16 +77389,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44954, - 44958 + 44812, + 44816 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 34 }, "end": { - "line": 1597, + "line": 1593, "column": 38 } } @@ -77859,16 +77412,16 @@ "object": { "type": "ThisExpression", "range": [ - 44960, - 44964 + 44818, + 44822 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 40 }, "end": { - "line": 1597, + "line": 1593, "column": 44 } } @@ -77877,31 +77430,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 44965, - 44968 + 44823, + 44826 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 45 }, "end": { - "line": 1597, + "line": 1593, "column": 48 } } }, "range": [ - 44960, - 44968 + 44818, + 44826 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 40 }, "end": { - "line": 1597, + "line": 1593, "column": 48 } } @@ -77910,78 +77463,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 44969, - 44979 + 44827, + 44837 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 49 }, "end": { - "line": 1597, + "line": 1593, "column": 59 } } }, "range": [ - 44960, - 44979 + 44818, + 44837 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 40 }, "end": { - "line": 1597, + "line": 1593, "column": 59 } } } ], "range": [ - 44932, - 44980 + 44790, + 44838 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 12 }, "end": { - "line": 1597, + "line": 1593, "column": 60 } } }, "range": [ - 44932, - 44981 + 44790, + 44839 ], "loc": { "start": { - "line": 1597, + "line": 1593, "column": 12 }, "end": { - "line": 1597, + "line": 1593, "column": 61 } } } ], "range": [ - 44835, - 44991 + 44693, + 44849 ], "loc": { "start": { - "line": 1594, + "line": 1590, "column": 13 }, "end": { - "line": 1598, + "line": 1594, "column": 9 } }, @@ -77990,16 +77543,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44781, - 44821 + 44639, + 44679 ], "loc": { "start": { - "line": 1593, + "line": 1589, "column": 8 }, "end": { - "line": 1593, + "line": 1589, "column": 48 } } @@ -78007,16 +77560,16 @@ ] }, "range": [ - 44576, - 44991 + 44434, + 44849 ], "loc": { "start": { - "line": 1588, + "line": 1584, "column": 13 }, "end": { - "line": 1598, + "line": 1594, "column": 9 } }, @@ -78025,16 +77578,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44549, - 44562 + 44407, + 44420 ], "loc": { "start": { - "line": 1587, + "line": 1583, "column": 8 }, "end": { - "line": 1587, + "line": 1583, "column": 21 } } @@ -78042,16 +77595,16 @@ ] }, "range": [ - 44450, - 44991 + 44308, + 44849 ], "loc": { "start": { - "line": 1584, + "line": 1580, "column": 8 }, "end": { - "line": 1598, + "line": 1594, "column": 9 } }, @@ -78060,16 +77613,16 @@ "type": "Line", "value": "custom container", "range": [ - 44423, - 44441 + 44281, + 44299 ], "loc": { "start": { - "line": 1583, + "line": 1579, "column": 8 }, "end": { - "line": 1583, + "line": 1579, "column": 26 } } @@ -78087,16 +77640,16 @@ "object": { "type": "ThisExpression", "range": [ - 45000, - 45004 + 44858, + 44862 ], "loc": { "start": { - "line": 1599, + "line": 1595, "column": 8 }, "end": { - "line": 1599, + "line": 1595, "column": 12 } } @@ -78105,31 +77658,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45005, - 45011 + 44863, + 44869 ], "loc": { "start": { - "line": 1599, + "line": 1595, "column": 13 }, "end": { - "line": 1599, + "line": 1595, "column": 19 } } }, "range": [ - 45000, - 45011 + 44858, + 44869 ], "loc": { "start": { - "line": 1599, + "line": 1595, "column": 8 }, "end": { - "line": 1599, + "line": 1595, "column": 19 } } @@ -78138,46 +77691,46 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45014, - 45020 + 44872, + 44878 ], "loc": { "start": { - "line": 1599, + "line": 1595, "column": 22 }, "end": { - "line": 1599, + "line": 1595, "column": 28 } } }, "range": [ - 45000, - 45020 + 44858, + 44878 ], "loc": { "start": { - "line": 1599, + "line": 1595, "column": 8 }, "end": { - "line": 1599, + "line": 1595, "column": 28 } } }, "range": [ - 45000, - 45021 + 44858, + 44879 ], "loc": { "start": { - "line": 1599, + "line": 1595, "column": 8 }, "end": { - "line": 1599, + "line": 1595, "column": 29 } }, @@ -78186,16 +77739,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45031, - 45077 + 44889, + 44935 ], "loc": { "start": { - "line": 1601, + "line": 1597, "column": 8 }, "end": { - "line": 1601, + "line": 1597, "column": 54 } } @@ -78211,16 +77764,16 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45090, - 45094 + 44948, + 44952 ], "loc": { "start": { - "line": 1602, + "line": 1598, "column": 12 }, "end": { - "line": 1602, + "line": 1598, "column": 16 } } @@ -78231,16 +77784,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45097, - 45106 + 44955, + 44964 ], "loc": { "start": { - "line": 1602, + "line": 1598, "column": 19 }, "end": { - "line": 1602, + "line": 1598, "column": 28 } } @@ -78251,47 +77804,47 @@ "value": "div", "raw": "'div'", "range": [ - 45107, - 45112 + 44965, + 44970 ], "loc": { "start": { - "line": 1602, + "line": 1598, "column": 29 }, "end": { - "line": 1602, + "line": 1598, "column": 34 } } } ], "range": [ - 45097, - 45113 + 44955, + 44971 ], "loc": { "start": { - "line": 1602, + "line": 1598, "column": 19 }, "end": { - "line": 1602, + "line": 1598, "column": 35 } } }, "range": [ - 45090, - 45113 + 44948, + 44971 ], "loc": { "start": { - "line": 1602, + "line": 1598, "column": 12 }, "end": { - "line": 1602, + "line": 1598, "column": 35 } } @@ -78299,16 +77852,16 @@ ], "kind": "let", "range": [ - 45086, - 45114 + 44944, + 44972 ], "loc": { "start": { - "line": 1602, + "line": 1598, "column": 8 }, "end": { - "line": 1602, + "line": 1598, "column": 36 } }, @@ -78317,16 +77870,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45031, - 45077 + 44889, + 44935 ], "loc": { "start": { - "line": 1601, + "line": 1597, "column": 8 }, "end": { - "line": 1601, + "line": 1597, "column": 54 } } @@ -78345,16 +77898,16 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45123, - 45127 + 44981, + 44985 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 8 }, "end": { - "line": 1603, + "line": 1599, "column": 12 } } @@ -78363,31 +77916,31 @@ "type": "Identifier", "name": "className", "range": [ - 45128, - 45137 + 44986, + 44995 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 13 }, "end": { - "line": 1603, + "line": 1599, "column": 22 } } }, "range": [ - 45123, - 45137 + 44981, + 44995 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 8 }, "end": { - "line": 1603, + "line": 1599, "column": 22 } } @@ -78398,16 +77951,16 @@ "object": { "type": "ThisExpression", "range": [ - 45140, - 45144 + 44998, + 45002 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 25 }, "end": { - "line": 1603, + "line": 1599, "column": 29 } } @@ -78416,61 +77969,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 45145, - 45157 + 45003, + 45015 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 30 }, "end": { - "line": 1603, + "line": 1599, "column": 42 } } }, "range": [ - 45140, - 45157 + 44998, + 45015 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 25 }, "end": { - "line": 1603, + "line": 1599, "column": 42 } } }, "range": [ - 45123, - 45157 + 44981, + 45015 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 8 }, "end": { - "line": 1603, + "line": 1599, "column": 42 } } }, "range": [ - 45123, - 45158 + 44981, + 45016 ], "loc": { "start": { - "line": 1603, + "line": 1599, "column": 8 }, "end": { - "line": 1603, + "line": 1599, "column": 43 } } @@ -78486,16 +78039,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45167, - 45173 + 45025, + 45031 ], "loc": { "start": { - "line": 1604, + "line": 1600, "column": 8 }, "end": { - "line": 1604, + "line": 1600, "column": 14 } } @@ -78504,31 +78057,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45174, - 45185 + 45032, + 45043 ], "loc": { "start": { - "line": 1604, + "line": 1600, "column": 15 }, "end": { - "line": 1604, + "line": 1600, "column": 26 } } }, "range": [ - 45167, - 45185 + 45025, + 45043 ], "loc": { "start": { - "line": 1604, + "line": 1600, "column": 8 }, "end": { - "line": 1604, + "line": 1600, "column": 26 } } @@ -78538,47 +78091,47 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45186, - 45190 + 45044, + 45048 ], "loc": { "start": { - "line": 1604, + "line": 1600, "column": 27 }, "end": { - "line": 1604, + "line": 1600, "column": 31 } } } ], "range": [ - 45167, - 45191 + 45025, + 45049 ], "loc": { "start": { - "line": 1604, + "line": 1600, "column": 8 }, "end": { - "line": 1604, + "line": 1600, "column": 32 } } }, "range": [ - 45167, - 45192 + 45025, + 45050 ], "loc": { "start": { - "line": 1604, + "line": 1600, "column": 8 }, "end": { - "line": 1604, + "line": 1600, "column": 33 } } @@ -78594,16 +78147,16 @@ "object": { "type": "ThisExpression", "range": [ - 45201, - 45205 + 45059, + 45063 ], "loc": { "start": { - "line": 1605, + "line": 1601, "column": 8 }, "end": { - "line": 1605, + "line": 1601, "column": 12 } } @@ -78612,31 +78165,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45206, - 45210 + 45064, + 45068 ], "loc": { "start": { - "line": 1605, + "line": 1601, "column": 13 }, "end": { - "line": 1605, + "line": 1601, "column": 17 } } }, "range": [ - 45201, - 45210 + 45059, + 45068 ], "loc": { "start": { - "line": 1605, + "line": 1601, "column": 8 }, "end": { - "line": 1605, + "line": 1601, "column": 17 } } @@ -78645,46 +78198,46 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45213, - 45217 + 45071, + 45075 ], "loc": { "start": { - "line": 1605, + "line": 1601, "column": 20 }, "end": { - "line": 1605, + "line": 1601, "column": 24 } } }, "range": [ - 45201, - 45217 + 45059, + 45075 ], "loc": { "start": { - "line": 1605, + "line": 1601, "column": 8 }, "end": { - "line": 1605, + "line": 1601, "column": 24 } } }, "range": [ - 45201, - 45218 + 45059, + 45076 ], "loc": { "start": { - "line": 1605, + "line": 1601, "column": 8 }, "end": { - "line": 1605, + "line": 1601, "column": 25 } }, @@ -78693,16 +78246,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45228, - 45322 + 45086, + 45180 ], "loc": { "start": { - "line": 1607, + "line": 1603, "column": 8 }, "end": { - "line": 1608, + "line": 1604, "column": 52 } } @@ -78718,16 +78271,16 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45335, - 45339 + 45193, + 45197 ], "loc": { "start": { - "line": 1609, + "line": 1605, "column": 12 }, "end": { - "line": 1609, + "line": 1605, "column": 16 } } @@ -78738,16 +78291,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45342, - 45351 + 45200, + 45209 ], "loc": { "start": { - "line": 1609, + "line": 1605, "column": 19 }, "end": { - "line": 1609, + "line": 1605, "column": 28 } } @@ -78758,47 +78311,47 @@ "value": "div", "raw": "'div'", "range": [ - 45352, - 45357 + 45210, + 45215 ], "loc": { "start": { - "line": 1609, + "line": 1605, "column": 29 }, "end": { - "line": 1609, + "line": 1605, "column": 34 } } } ], "range": [ - 45342, - 45358 + 45200, + 45216 ], "loc": { "start": { - "line": 1609, + "line": 1605, "column": 19 }, "end": { - "line": 1609, + "line": 1605, "column": 35 } } }, "range": [ - 45335, - 45358 + 45193, + 45216 ], "loc": { "start": { - "line": 1609, + "line": 1605, "column": 12 }, "end": { - "line": 1609, + "line": 1605, "column": 35 } } @@ -78806,16 +78359,16 @@ ], "kind": "let", "range": [ - 45331, - 45359 + 45189, + 45217 ], "loc": { "start": { - "line": 1609, + "line": 1605, "column": 8 }, "end": { - "line": 1609, + "line": 1605, "column": 36 } }, @@ -78824,16 +78377,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45228, - 45322 + 45086, + 45180 ], "loc": { "start": { - "line": 1607, + "line": 1603, "column": 8 }, "end": { - "line": 1608, + "line": 1604, "column": 52 } } @@ -78852,16 +78405,16 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45368, - 45372 + 45226, + 45230 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 8 }, "end": { - "line": 1610, + "line": 1606, "column": 12 } } @@ -78870,31 +78423,31 @@ "type": "Identifier", "name": "className", "range": [ - 45373, - 45382 + 45231, + 45240 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 13 }, "end": { - "line": 1610, + "line": 1606, "column": 22 } } }, "range": [ - 45368, - 45382 + 45226, + 45240 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 8 }, "end": { - "line": 1610, + "line": 1606, "column": 22 } } @@ -78905,16 +78458,16 @@ "object": { "type": "ThisExpression", "range": [ - 45385, - 45389 + 45243, + 45247 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 25 }, "end": { - "line": 1610, + "line": 1606, "column": 29 } } @@ -78923,61 +78476,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 45390, - 45402 + 45248, + 45260 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 30 }, "end": { - "line": 1610, + "line": 1606, "column": 42 } } }, "range": [ - 45385, - 45402 + 45243, + 45260 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 25 }, "end": { - "line": 1610, + "line": 1606, "column": 42 } } }, "range": [ - 45368, - 45402 + 45226, + 45260 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 8 }, "end": { - "line": 1610, + "line": 1606, "column": 42 } } }, "range": [ - 45368, - 45403 + 45226, + 45261 ], "loc": { "start": { - "line": 1610, + "line": 1606, "column": 8 }, "end": { - "line": 1610, + "line": 1606, "column": 43 } } @@ -78993,16 +78546,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45412, - 45418 + 45270, + 45276 ], "loc": { "start": { - "line": 1611, + "line": 1607, "column": 8 }, "end": { - "line": 1611, + "line": 1607, "column": 14 } } @@ -79011,31 +78564,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45419, - 45430 + 45277, + 45288 ], "loc": { "start": { - "line": 1611, + "line": 1607, "column": 15 }, "end": { - "line": 1611, + "line": 1607, "column": 26 } } }, "range": [ - 45412, - 45430 + 45270, + 45288 ], "loc": { "start": { - "line": 1611, + "line": 1607, "column": 8 }, "end": { - "line": 1611, + "line": 1607, "column": 26 } } @@ -79045,47 +78598,47 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45431, - 45435 + 45289, + 45293 ], "loc": { "start": { - "line": 1611, + "line": 1607, "column": 27 }, "end": { - "line": 1611, + "line": 1607, "column": 31 } } } ], "range": [ - 45412, - 45436 + 45270, + 45294 ], "loc": { "start": { - "line": 1611, + "line": 1607, "column": 8 }, "end": { - "line": 1611, + "line": 1607, "column": 32 } } }, "range": [ - 45412, - 45437 + 45270, + 45295 ], "loc": { "start": { - "line": 1611, + "line": 1607, "column": 8 }, "end": { - "line": 1611, + "line": 1607, "column": 33 } } @@ -79101,16 +78654,16 @@ "object": { "type": "ThisExpression", "range": [ - 45446, - 45450 + 45304, + 45308 ], "loc": { "start": { - "line": 1612, + "line": 1608, "column": 8 }, "end": { - "line": 1612, + "line": 1608, "column": 12 } } @@ -79119,31 +78672,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45451, - 45455 + 45309, + 45313 ], "loc": { "start": { - "line": 1612, + "line": 1608, "column": 13 }, "end": { - "line": 1612, + "line": 1608, "column": 17 } } }, "range": [ - 45446, - 45455 + 45304, + 45313 ], "loc": { "start": { - "line": 1612, + "line": 1608, "column": 8 }, "end": { - "line": 1612, + "line": 1608, "column": 17 } } @@ -79152,46 +78705,46 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45458, - 45462 + 45316, + 45320 ], "loc": { "start": { - "line": 1612, + "line": 1608, "column": 20 }, "end": { - "line": 1612, + "line": 1608, "column": 24 } } }, "range": [ - 45446, - 45462 + 45304, + 45320 ], "loc": { "start": { - "line": 1612, + "line": 1608, "column": 8 }, "end": { - "line": 1612, + "line": 1608, "column": 24 } } }, "range": [ - 45446, - 45463 + 45304, + 45321 ], "loc": { "start": { - "line": 1612, + "line": 1608, "column": 8 }, "end": { - "line": 1612, + "line": 1608, "column": 25 } }, @@ -79200,16 +78753,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45473, - 45517 + 45331, + 45375 ], "loc": { "start": { - "line": 1614, + "line": 1610, "column": 8 }, "end": { - "line": 1614, + "line": 1610, "column": 52 } } @@ -79225,16 +78778,16 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45530, - 45534 + 45388, + 45392 ], "loc": { "start": { - "line": 1615, + "line": 1611, "column": 12 }, "end": { - "line": 1615, + "line": 1611, "column": 16 } } @@ -79245,16 +78798,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45537, - 45546 + 45395, + 45404 ], "loc": { "start": { - "line": 1615, + "line": 1611, "column": 19 }, "end": { - "line": 1615, + "line": 1611, "column": 28 } } @@ -79265,47 +78818,47 @@ "value": "div", "raw": "'div'", "range": [ - 45547, - 45552 + 45405, + 45410 ], "loc": { "start": { - "line": 1615, + "line": 1611, "column": 29 }, "end": { - "line": 1615, + "line": 1611, "column": 34 } } } ], "range": [ - 45537, - 45553 + 45395, + 45411 ], "loc": { "start": { - "line": 1615, + "line": 1611, "column": 19 }, "end": { - "line": 1615, + "line": 1611, "column": 35 } } }, "range": [ - 45530, - 45553 + 45388, + 45411 ], "loc": { "start": { - "line": 1615, + "line": 1611, "column": 12 }, "end": { - "line": 1615, + "line": 1611, "column": 35 } } @@ -79313,16 +78866,16 @@ ], "kind": "let", "range": [ - 45526, - 45554 + 45384, + 45412 ], "loc": { "start": { - "line": 1615, + "line": 1611, "column": 8 }, "end": { - "line": 1615, + "line": 1611, "column": 36 } }, @@ -79331,16 +78884,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45473, - 45517 + 45331, + 45375 ], "loc": { "start": { - "line": 1614, + "line": 1610, "column": 8 }, "end": { - "line": 1614, + "line": 1610, "column": 52 } } @@ -79359,16 +78912,16 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45563, - 45567 + 45421, + 45425 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 8 }, "end": { - "line": 1616, + "line": 1612, "column": 12 } } @@ -79377,31 +78930,31 @@ "type": "Identifier", "name": "className", "range": [ - 45568, - 45577 + 45426, + 45435 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 13 }, "end": { - "line": 1616, + "line": 1612, "column": 22 } } }, "range": [ - 45563, - 45577 + 45421, + 45435 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 8 }, "end": { - "line": 1616, + "line": 1612, "column": 22 } } @@ -79412,16 +78965,16 @@ "object": { "type": "ThisExpression", "range": [ - 45580, - 45584 + 45438, + 45442 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 25 }, "end": { - "line": 1616, + "line": 1612, "column": 29 } } @@ -79430,61 +78983,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 45585, - 45597 + 45443, + 45455 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 30 }, "end": { - "line": 1616, + "line": 1612, "column": 42 } } }, "range": [ - 45580, - 45597 + 45438, + 45455 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 25 }, "end": { - "line": 1616, + "line": 1612, "column": 42 } } }, "range": [ - 45563, - 45597 + 45421, + 45455 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 8 }, "end": { - "line": 1616, + "line": 1612, "column": 42 } } }, "range": [ - 45563, - 45598 + 45421, + 45456 ], "loc": { "start": { - "line": 1616, + "line": 1612, "column": 8 }, "end": { - "line": 1616, + "line": 1612, "column": 43 } } @@ -79500,16 +79053,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45607, - 45613 + 45465, + 45471 ], "loc": { "start": { - "line": 1617, + "line": 1613, "column": 8 }, "end": { - "line": 1617, + "line": 1613, "column": 14 } } @@ -79518,31 +79071,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45614, - 45625 + 45472, + 45483 ], "loc": { "start": { - "line": 1617, + "line": 1613, "column": 15 }, "end": { - "line": 1617, + "line": 1613, "column": 26 } } }, "range": [ - 45607, - 45625 + 45465, + 45483 ], "loc": { "start": { - "line": 1617, + "line": 1613, "column": 8 }, "end": { - "line": 1617, + "line": 1613, "column": 26 } } @@ -79552,47 +79105,47 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45626, - 45630 + 45484, + 45488 ], "loc": { "start": { - "line": 1617, + "line": 1613, "column": 27 }, "end": { - "line": 1617, + "line": 1613, "column": 31 } } } ], "range": [ - 45607, - 45631 + 45465, + 45489 ], "loc": { "start": { - "line": 1617, + "line": 1613, "column": 8 }, "end": { - "line": 1617, + "line": 1613, "column": 32 } } }, "range": [ - 45607, - 45632 + 45465, + 45490 ], "loc": { "start": { - "line": 1617, + "line": 1613, "column": 8 }, "end": { - "line": 1617, + "line": 1613, "column": 33 } } @@ -79608,16 +79161,16 @@ "object": { "type": "ThisExpression", "range": [ - 45641, - 45645 + 45499, + 45503 ], "loc": { "start": { - "line": 1618, + "line": 1614, "column": 8 }, "end": { - "line": 1618, + "line": 1614, "column": 12 } } @@ -79626,31 +79179,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45646, - 45650 + 45504, + 45508 ], "loc": { "start": { - "line": 1618, + "line": 1614, "column": 13 }, "end": { - "line": 1618, + "line": 1614, "column": 17 } } }, "range": [ - 45641, - 45650 + 45499, + 45508 ], "loc": { "start": { - "line": 1618, + "line": 1614, "column": 8 }, "end": { - "line": 1618, + "line": 1614, "column": 17 } } @@ -79659,46 +79212,46 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45653, - 45657 + 45511, + 45515 ], "loc": { "start": { - "line": 1618, + "line": 1614, "column": 20 }, "end": { - "line": 1618, + "line": 1614, "column": 24 } } }, "range": [ - 45641, - 45657 + 45499, + 45515 ], "loc": { "start": { - "line": 1618, + "line": 1614, "column": 8 }, "end": { - "line": 1618, + "line": 1614, "column": 24 } } }, "range": [ - 45641, - 45658 + 45499, + 45516 ], "loc": { "start": { - "line": 1618, + "line": 1614, "column": 8 }, "end": { - "line": 1618, + "line": 1614, "column": 25 } }, @@ -79707,16 +79260,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45668, - 45713 + 45526, + 45571 ], "loc": { "start": { - "line": 1620, + "line": 1616, "column": 8 }, "end": { - "line": 1620, + "line": 1616, "column": 53 } } @@ -79731,16 +79284,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 45726, - 45733 + 45584, + 45591 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 12 }, "end": { - "line": 1621, + "line": 1617, "column": 19 } } @@ -79752,16 +79305,16 @@ "object": { "type": "ThisExpression", "range": [ - 45734, - 45738 + 45592, + 45596 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 20 }, "end": { - "line": 1621, + "line": 1617, "column": 24 } } @@ -79770,47 +79323,47 @@ "type": "Identifier", "name": "help", "range": [ - 45739, - 45743 + 45597, + 45601 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 25 }, "end": { - "line": 1621, + "line": 1617, "column": 29 } } }, "range": [ - 45734, - 45743 + 45592, + 45601 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 20 }, "end": { - "line": 1621, + "line": 1617, "column": 29 } } } ], "range": [ - 45726, - 45744 + 45584, + 45602 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 12 }, "end": { - "line": 1621, + "line": 1617, "column": 30 } } @@ -79835,16 +79388,16 @@ "object": { "type": "ThisExpression", "range": [ - 45888, - 45892 + 45746, + 45750 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 12 }, "end": { - "line": 1624, + "line": 1620, "column": 16 } } @@ -79853,31 +79406,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 45893, - 45896 + 45751, + 45754 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 17 }, "end": { - "line": 1624, + "line": 1620, "column": 20 } } }, "range": [ - 45888, - 45896 + 45746, + 45754 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 12 }, "end": { - "line": 1624, + "line": 1620, "column": 20 } } @@ -79886,31 +79439,31 @@ "type": "Identifier", "name": "help", "range": [ - 45897, - 45901 + 45755, + 45759 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 21 }, "end": { - "line": 1624, + "line": 1620, "column": 25 } } }, "range": [ - 45888, - 45901 + 45746, + 45759 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 12 }, "end": { - "line": 1624, + "line": 1620, "column": 25 } } @@ -79919,31 +79472,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 45902, - 45909 + 45760, + 45767 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 26 }, "end": { - "line": 1624, + "line": 1620, "column": 33 } } }, "range": [ - 45888, - 45909 + 45746, + 45767 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 12 }, "end": { - "line": 1624, + "line": 1620, "column": 33 } } @@ -79953,46 +79506,46 @@ "value": true, "raw": "true", "range": [ - 45912, - 45916 + 45770, + 45774 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 36 }, "end": { - "line": 1624, + "line": 1620, "column": 40 } } }, "range": [ - 45888, - 45916 + 45746, + 45774 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 12 }, "end": { - "line": 1624, + "line": 1620, "column": 40 } } }, "range": [ - 45888, - 45917 + 45746, + 45775 ], "loc": { "start": { - "line": 1624, + "line": 1620, "column": 12 }, "end": { - "line": 1624, + "line": 1620, "column": 41 } }, @@ -80001,16 +79554,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 45760, - 45822 + 45618, + 45680 ], "loc": { "start": { - "line": 1622, + "line": 1618, "column": 12 }, "end": { - "line": 1622, + "line": 1618, "column": 74 } } @@ -80019,16 +79572,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 45835, - 45875 + 45693, + 45733 ], "loc": { "start": { - "line": 1623, + "line": 1619, "column": 12 }, "end": { - "line": 1623, + "line": 1619, "column": 52 } } @@ -80048,16 +79601,16 @@ "object": { "type": "ThisExpression", "range": [ - 45930, - 45934 + 45788, + 45792 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 12 }, "end": { - "line": 1625, + "line": 1621, "column": 16 } } @@ -80066,31 +79619,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 45935, - 45942 + 45793, + 45800 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 17 }, "end": { - "line": 1625, + "line": 1621, "column": 24 } } }, "range": [ - 45930, - 45942 + 45788, + 45800 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 12 }, "end": { - "line": 1625, + "line": 1621, "column": 24 } } @@ -80099,31 +79652,31 @@ "type": "Identifier", "name": "emit", "range": [ - 45943, - 45947 + 45801, + 45805 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 25 }, "end": { - "line": 1625, + "line": 1621, "column": 29 } } }, "range": [ - 45930, - 45947 + 45788, + 45805 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 12 }, "end": { - "line": 1625, + "line": 1621, "column": 29 } } @@ -80134,16 +79687,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 45948, - 45959 + 45806, + 45817 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 30 }, "end": { - "line": 1625, + "line": 1621, "column": 41 } } @@ -80151,79 +79704,79 @@ { "type": "ThisExpression", "range": [ - 45961, - 45965 + 45819, + 45823 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 43 }, "end": { - "line": 1625, + "line": 1621, "column": 47 } } } ], "range": [ - 45930, - 45966 + 45788, + 45824 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 12 }, "end": { - "line": 1625, + "line": 1621, "column": 48 } } }, "range": [ - 45930, - 45967 + 45788, + 45825 ], "loc": { "start": { - "line": 1625, + "line": 1621, "column": 12 }, "end": { - "line": 1625, + "line": 1621, "column": 49 } } } ], "range": [ - 45746, - 45977 + 45604, + 45835 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 32 }, "end": { - "line": 1626, + "line": 1622, "column": 9 } } }, "alternate": null, "range": [ - 45722, - 45977 + 45580, + 45835 ], "loc": { "start": { - "line": 1621, + "line": 1617, "column": 8 }, "end": { - "line": 1626, + "line": 1622, "column": 9 } }, @@ -80232,16 +79785,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45668, - 45713 + 45526, + 45571 ], "loc": { "start": { - "line": 1620, + "line": 1616, "column": 8 }, "end": { - "line": 1620, + "line": 1616, "column": 53 } } @@ -80250,16 +79803,16 @@ } ], "range": [ - 44235, - 45983 + 44093, + 45841 ], "loc": { "start": { - "line": 1574, + "line": 1570, "column": 17 }, "end": { - "line": 1627, + "line": 1623, "column": 5 } } @@ -80267,16 +79820,16 @@ "generator": false, "expression": false, "range": [ - 44232, - 45983 + 44090, + 45841 ], "loc": { "start": { - "line": 1574, + "line": 1570, "column": 14 }, "end": { - "line": 1627, + "line": 1623, "column": 5 } } @@ -80284,16 +79837,16 @@ "kind": "method", "computed": false, "range": [ - 44222, - 45983 + 44080, + 45841 ], "loc": { "start": { - "line": 1574, + "line": 1570, "column": 4 }, "end": { - "line": 1627, + "line": 1623, "column": 5 } }, @@ -80302,16 +79855,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44128, - 44217 + 43986, + 44075 ], "loc": { "start": { - "line": 1571, + "line": 1567, "column": 4 }, "end": { - "line": 1573, + "line": 1569, "column": 7 } } @@ -80322,16 +79875,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 45989, - 46040 + 45847, + 45898 ], "loc": { "start": { - "line": 1629, + "line": 1625, "column": 4 }, "end": { - "line": 1631, + "line": 1627, "column": 7 } } @@ -80345,16 +79898,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 46045, - 46058 + 45903, + 45916 ], "loc": { "start": { - "line": 1632, + "line": 1628, "column": 4 }, "end": { - "line": 1632, + "line": 1628, "column": 17 } } @@ -80377,16 +79930,16 @@ "object": { "type": "ThisExpression", "range": [ - 46076, - 46080 + 45934, + 45938 ], "loc": { "start": { - "line": 1633, + "line": 1629, "column": 13 }, "end": { - "line": 1633, + "line": 1629, "column": 17 } } @@ -80395,47 +79948,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46081, - 46087 + 45939, + 45945 ], "loc": { "start": { - "line": 1633, + "line": 1629, "column": 18 }, "end": { - "line": 1633, + "line": 1629, "column": 24 } } }, "range": [ - 46076, - 46087 + 45934, + 45945 ], "loc": { "start": { - "line": 1633, + "line": 1629, "column": 13 }, "end": { - "line": 1633, + "line": 1629, "column": 24 } } }, "prefix": true, "range": [ - 46075, - 46087 + 45933, + 45945 ], "loc": { "start": { - "line": 1633, + "line": 1629, "column": 12 }, "end": { - "line": 1633, + "line": 1629, "column": 24 } } @@ -80447,48 +80000,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46103, - 46110 + 45961, + 45968 ], "loc": { "start": { - "line": 1634, + "line": 1630, "column": 12 }, "end": { - "line": 1634, + "line": 1630, "column": 19 } } } ], "range": [ - 46089, - 46120 + 45947, + 45978 ], "loc": { "start": { - "line": 1633, + "line": 1629, "column": 26 }, "end": { - "line": 1635, + "line": 1631, "column": 9 } } }, "alternate": null, "range": [ - 46071, - 46120 + 45929, + 45978 ], "loc": { "start": { - "line": 1633, + "line": 1629, "column": 8 }, "end": { - "line": 1635, + "line": 1631, "column": 9 } } @@ -80501,16 +80054,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 46129, - 46138 + 45987, + 45996 ], "loc": { "start": { - "line": 1636, + "line": 1632, "column": 8 }, "end": { - "line": 1636, + "line": 1632, "column": 17 } } @@ -80522,16 +80075,16 @@ "object": { "type": "ThisExpression", "range": [ - 46139, - 46143 + 45997, + 46001 ], "loc": { "start": { - "line": 1636, + "line": 1632, "column": 18 }, "end": { - "line": 1636, + "line": 1632, "column": 22 } } @@ -80540,62 +80093,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46144, - 46150 + 46002, + 46008 ], "loc": { "start": { - "line": 1636, + "line": 1632, "column": 23 }, "end": { - "line": 1636, + "line": 1632, "column": 29 } } }, "range": [ - 46139, - 46150 + 45997, + 46008 ], "loc": { "start": { - "line": 1636, + "line": 1632, "column": 18 }, "end": { - "line": 1636, + "line": 1632, "column": 29 } } } ], "range": [ - 46129, - 46151 + 45987, + 46009 ], "loc": { "start": { - "line": 1636, + "line": 1632, "column": 8 }, "end": { - "line": 1636, + "line": 1632, "column": 30 } } }, "range": [ - 46129, - 46152 + 45987, + 46010 ], "loc": { "start": { - "line": 1636, + "line": 1632, "column": 8 }, "end": { - "line": 1636, + "line": 1632, "column": 31 } } @@ -80611,16 +80164,16 @@ "object": { "type": "ThisExpression", "range": [ - 46161, - 46165 + 46019, + 46023 ], "loc": { "start": { - "line": 1637, + "line": 1633, "column": 8 }, "end": { - "line": 1637, + "line": 1633, "column": 12 } } @@ -80629,31 +80182,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46166, - 46172 + 46024, + 46030 ], "loc": { "start": { - "line": 1637, + "line": 1633, "column": 13 }, "end": { - "line": 1637, + "line": 1633, "column": 19 } } }, "range": [ - 46161, - 46172 + 46019, + 46030 ], "loc": { "start": { - "line": 1637, + "line": 1633, "column": 8 }, "end": { - "line": 1637, + "line": 1633, "column": 19 } } @@ -80663,46 +80216,46 @@ "value": null, "raw": "null", "range": [ - 46175, - 46179 + 46033, + 46037 ], "loc": { "start": { - "line": 1637, + "line": 1633, "column": 22 }, "end": { - "line": 1637, + "line": 1633, "column": 26 } } }, "range": [ - 46161, - 46179 + 46019, + 46037 ], "loc": { "start": { - "line": 1637, + "line": 1633, "column": 8 }, "end": { - "line": 1637, + "line": 1633, "column": 26 } } }, "range": [ - 46161, - 46180 + 46019, + 46038 ], "loc": { "start": { - "line": 1637, + "line": 1633, "column": 8 }, "end": { - "line": 1637, + "line": 1633, "column": 27 } } @@ -80716,16 +80269,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46194, - 46197 + 46052, + 46055 ], "loc": { "start": { - "line": 1639, + "line": 1635, "column": 12 }, "end": { - "line": 1639, + "line": 1635, "column": 15 } } @@ -80736,16 +80289,16 @@ "object": { "type": "ThisExpression", "range": [ - 46200, - 46204 + 46058, + 46062 ], "loc": { "start": { - "line": 1639, + "line": 1635, "column": 18 }, "end": { - "line": 1639, + "line": 1635, "column": 22 } } @@ -80754,46 +80307,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 46205, - 46208 + 46063, + 46066 ], "loc": { "start": { - "line": 1639, + "line": 1635, "column": 23 }, "end": { - "line": 1639, + "line": 1635, "column": 26 } } }, "range": [ - 46200, - 46208 + 46058, + 46066 ], "loc": { "start": { - "line": 1639, + "line": 1635, "column": 18 }, "end": { - "line": 1639, + "line": 1635, "column": 26 } } }, "range": [ - 46194, - 46208 + 46052, + 46066 ], "loc": { "start": { - "line": 1639, + "line": 1635, "column": 12 }, "end": { - "line": 1639, + "line": 1635, "column": 26 } } @@ -80801,16 +80354,16 @@ ], "kind": "let", "range": [ - 46190, - 46209 + 46048, + 46067 ], "loc": { "start": { - "line": 1639, + "line": 1635, "column": 8 }, "end": { - "line": 1639, + "line": 1635, "column": 27 } } @@ -80824,16 +80377,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46222, - 46230 + 46080, + 46088 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 12 }, "end": { - "line": 1640, + "line": 1636, "column": 20 } } @@ -80844,16 +80397,16 @@ "type": "Identifier", "name": "tag", "range": [ - 46233, - 46236 + 46091, + 46094 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 23 }, "end": { - "line": 1640, + "line": 1636, "column": 26 } } @@ -80863,16 +80416,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46237, - 46240 + 46095, + 46098 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 27 }, "end": { - "line": 1640, + "line": 1636, "column": 30 } } @@ -80882,47 +80435,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 46242, - 46251 + 46100, + 46109 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 32 }, "end": { - "line": 1640, + "line": 1636, "column": 41 } } } ], "range": [ - 46233, - 46252 + 46091, + 46110 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 23 }, "end": { - "line": 1640, + "line": 1636, "column": 42 } } }, "range": [ - 46222, - 46252 + 46080, + 46110 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 12 }, "end": { - "line": 1640, + "line": 1636, "column": 42 } } @@ -80930,16 +80483,16 @@ ], "kind": "let", "range": [ - 46218, - 46253 + 46076, + 46111 ], "loc": { "start": { - "line": 1640, + "line": 1636, "column": 8 }, "end": { - "line": 1640, + "line": 1636, "column": 43 } } @@ -80956,16 +80509,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46266, - 46274 + 46124, + 46132 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 12 }, "end": { - "line": 1641, + "line": 1637, "column": 20 } } @@ -80974,31 +80527,31 @@ "type": "Identifier", "name": "length", "range": [ - 46275, - 46281 + 46133, + 46139 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 21 }, "end": { - "line": 1641, + "line": 1637, "column": 27 } } }, "range": [ - 46266, - 46281 + 46124, + 46139 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 12 }, "end": { - "line": 1641, + "line": 1637, "column": 27 } } @@ -81008,31 +80561,31 @@ "value": 0, "raw": "0", "range": [ - 46284, - 46285 + 46142, + 46143 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 30 }, "end": { - "line": 1641, + "line": 1637, "column": 31 } } }, "range": [ - 46266, - 46285 + 46124, + 46143 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 12 }, "end": { - "line": 1641, + "line": 1637, "column": 31 } } @@ -81054,16 +80607,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 46301, - 46303 + 46159, + 46161 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 12 }, "end": { - "line": 1642, + "line": 1638, "column": 14 } } @@ -81072,31 +80625,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 46304, - 46311 + 46162, + 46169 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 15 }, "end": { - "line": 1642, + "line": 1638, "column": 22 } } }, "range": [ - 46301, - 46311 + 46159, + 46169 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 12 }, "end": { - "line": 1642, + "line": 1638, "column": 22 } } @@ -81105,31 +80658,31 @@ "type": "Identifier", "name": "call", "range": [ - 46312, - 46316 + 46170, + 46174 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 23 }, "end": { - "line": 1642, + "line": 1638, "column": 27 } } }, "range": [ - 46301, - 46316 + 46159, + 46174 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 12 }, "end": { - "line": 1642, + "line": 1638, "column": 27 } } @@ -81139,16 +80692,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46317, - 46325 + 46175, + 46183 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 28 }, "end": { - "line": 1642, + "line": 1638, "column": 36 } } @@ -81161,16 +80714,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46328, - 46331 + 46186, + 46189 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 39 }, "end": { - "line": 1642, + "line": 1638, "column": 42 } } @@ -81185,16 +80738,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46336, - 46339 + 46194, + 46197 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 47 }, "end": { - "line": 1642, + "line": 1638, "column": 50 } } @@ -81203,31 +80756,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 46340, - 46351 + 46198, + 46209 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 51 }, "end": { - "line": 1642, + "line": 1638, "column": 62 } } }, "range": [ - 46336, - 46351 + 46194, + 46209 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 47 }, "end": { - "line": 1642, + "line": 1638, "column": 62 } } @@ -81237,32 +80790,32 @@ "type": "Identifier", "name": "elm", "range": [ - 46352, - 46355 + 46210, + 46213 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 63 }, "end": { - "line": 1642, + "line": 1638, "column": 66 } } } ], "range": [ - 46336, - 46356 + 46194, + 46214 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 47 }, "end": { - "line": 1642, + "line": 1638, "column": 67 } } @@ -81270,95 +80823,95 @@ "generator": false, "expression": true, "range": [ - 46327, - 46356 + 46185, + 46214 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 38 }, "end": { - "line": 1642, + "line": 1638, "column": 67 } } } ], "range": [ - 46301, - 46357 + 46159, + 46215 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 12 }, "end": { - "line": 1642, + "line": 1638, "column": 68 } } }, "range": [ - 46301, - 46358 + 46159, + 46216 ], "loc": { "start": { - "line": 1642, + "line": 1638, "column": 12 }, "end": { - "line": 1642, + "line": 1638, "column": 69 } } } ], "range": [ - 46287, - 46368 + 46145, + 46226 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 33 }, "end": { - "line": 1643, + "line": 1639, "column": 9 } } }, "alternate": null, "range": [ - 46262, - 46368 + 46120, + 46226 ], "loc": { "start": { - "line": 1641, + "line": 1637, "column": 8 }, "end": { - "line": 1643, + "line": 1639, "column": 9 } } } ], "range": [ - 46061, - 46374 + 45919, + 46232 ], "loc": { "start": { - "line": 1632, + "line": 1628, "column": 20 }, "end": { - "line": 1644, + "line": 1640, "column": 5 } } @@ -81366,16 +80919,16 @@ "generator": false, "expression": false, "range": [ - 46058, - 46374 + 45916, + 46232 ], "loc": { "start": { - "line": 1632, + "line": 1628, "column": 17 }, "end": { - "line": 1644, + "line": 1640, "column": 5 } } @@ -81383,16 +80936,16 @@ "kind": "method", "computed": false, "range": [ - 46045, - 46374 + 45903, + 46232 ], "loc": { "start": { - "line": 1632, + "line": 1628, "column": 4 }, "end": { - "line": 1644, + "line": 1640, "column": 5 } }, @@ -81401,16 +80954,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 45989, - 46040 + 45847, + 45898 ], "loc": { "start": { - "line": 1629, + "line": 1625, "column": 4 }, "end": { - "line": 1631, + "line": 1627, "column": 7 } } @@ -81421,16 +80974,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46380, - 46437 + 46238, + 46295 ], "loc": { "start": { - "line": 1646, + "line": 1642, "column": 4 }, "end": { - "line": 1648, + "line": 1644, "column": 7 } } @@ -81444,16 +80997,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 46442, - 46460 + 46300, + 46318 ], "loc": { "start": { - "line": 1649, + "line": 1645, "column": 4 }, "end": { - "line": 1649, + "line": 1645, "column": 22 } } @@ -81476,16 +81029,16 @@ "object": { "type": "ThisExpression", "range": [ - 46478, - 46482 + 46336, + 46340 ], "loc": { "start": { - "line": 1650, + "line": 1646, "column": 13 }, "end": { - "line": 1650, + "line": 1646, "column": 17 } } @@ -81494,47 +81047,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 46483, - 46496 + 46341, + 46354 ], "loc": { "start": { - "line": 1650, + "line": 1646, "column": 18 }, "end": { - "line": 1650, + "line": 1646, "column": 31 } } }, "range": [ - 46478, - 46496 + 46336, + 46354 ], "loc": { "start": { - "line": 1650, + "line": 1646, "column": 13 }, "end": { - "line": 1650, + "line": 1646, "column": 31 } } }, "prefix": true, "range": [ - 46477, - 46496 + 46335, + 46354 ], "loc": { "start": { - "line": 1650, + "line": 1646, "column": 12 }, "end": { - "line": 1650, + "line": 1646, "column": 31 } } @@ -81546,48 +81099,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46512, - 46519 + 46370, + 46377 ], "loc": { "start": { - "line": 1651, + "line": 1647, "column": 12 }, "end": { - "line": 1651, + "line": 1647, "column": 19 } } } ], "range": [ - 46498, - 46529 + 46356, + 46387 ], "loc": { "start": { - "line": 1650, + "line": 1646, "column": 33 }, "end": { - "line": 1652, + "line": 1648, "column": 9 } } }, "alternate": null, "range": [ - 46473, - 46529 + 46331, + 46387 ], "loc": { "start": { - "line": 1650, + "line": 1646, "column": 8 }, "end": { - "line": 1652, + "line": 1648, "column": 9 } } @@ -81601,16 +81154,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46542, - 46545 + 46400, + 46403 ], "loc": { "start": { - "line": 1653, + "line": 1649, "column": 12 }, "end": { - "line": 1653, + "line": 1649, "column": 15 } } @@ -81621,16 +81174,16 @@ "object": { "type": "ThisExpression", "range": [ - 46548, - 46552 + 46406, + 46410 ], "loc": { "start": { - "line": 1653, + "line": 1649, "column": 18 }, "end": { - "line": 1653, + "line": 1649, "column": 22 } } @@ -81639,46 +81192,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 46553, - 46570 + 46411, + 46428 ], "loc": { "start": { - "line": 1653, + "line": 1649, "column": 23 }, "end": { - "line": 1653, + "line": 1649, "column": 40 } } }, "range": [ - 46548, - 46570 + 46406, + 46428 ], "loc": { "start": { - "line": 1653, + "line": 1649, "column": 18 }, "end": { - "line": 1653, + "line": 1649, "column": 40 } } }, "range": [ - 46542, - 46570 + 46400, + 46428 ], "loc": { "start": { - "line": 1653, + "line": 1649, "column": 12 }, "end": { - "line": 1653, + "line": 1649, "column": 40 } } @@ -81689,16 +81242,16 @@ "type": "Identifier", "name": "len", "range": [ - 46584, - 46587 + 46442, + 46445 ], "loc": { "start": { - "line": 1654, + "line": 1650, "column": 12 }, "end": { - "line": 1654, + "line": 1650, "column": 15 } } @@ -81710,16 +81263,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46590, - 46593 + 46448, + 46451 ], "loc": { "start": { - "line": 1654, + "line": 1650, "column": 18 }, "end": { - "line": 1654, + "line": 1650, "column": 21 } } @@ -81728,46 +81281,46 @@ "type": "Identifier", "name": "length", "range": [ - 46594, - 46600 + 46452, + 46458 ], "loc": { "start": { - "line": 1654, + "line": 1650, "column": 22 }, "end": { - "line": 1654, + "line": 1650, "column": 28 } } }, "range": [ - 46590, - 46600 + 46448, + 46458 ], "loc": { "start": { - "line": 1654, + "line": 1650, "column": 18 }, "end": { - "line": 1654, + "line": 1650, "column": 28 } } }, "range": [ - 46584, - 46600 + 46442, + 46458 ], "loc": { "start": { - "line": 1654, + "line": 1650, "column": 12 }, "end": { - "line": 1654, + "line": 1650, "column": 28 } } @@ -81775,16 +81328,16 @@ ], "kind": "let", "range": [ - 46538, - 46601 + 46396, + 46459 ], "loc": { "start": { - "line": 1653, + "line": 1649, "column": 8 }, "end": { - "line": 1654, + "line": 1650, "column": 29 } } @@ -81800,16 +81353,16 @@ "type": "Identifier", "name": "ct", "range": [ - 46619, - 46621 + 46477, + 46479 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 17 }, "end": { - "line": 1655, + "line": 1651, "column": 19 } } @@ -81819,31 +81372,31 @@ "value": 0, "raw": "0", "range": [ - 46624, - 46625 + 46482, + 46483 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 22 }, "end": { - "line": 1655, + "line": 1651, "column": 23 } } }, "range": [ - 46619, - 46625 + 46477, + 46483 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 17 }, "end": { - "line": 1655, + "line": 1651, "column": 23 } } @@ -81851,16 +81404,16 @@ ], "kind": "let", "range": [ - 46615, - 46625 + 46473, + 46483 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 13 }, "end": { - "line": 1655, + "line": 1651, "column": 23 } } @@ -81872,16 +81425,16 @@ "type": "Identifier", "name": "ct", "range": [ - 46627, - 46629 + 46485, + 46487 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 25 }, "end": { - "line": 1655, + "line": 1651, "column": 27 } } @@ -81890,31 +81443,31 @@ "type": "Identifier", "name": "len", "range": [ - 46632, - 46635 + 46490, + 46493 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 30 }, "end": { - "line": 1655, + "line": 1651, "column": 33 } } }, "range": [ - 46627, - 46635 + 46485, + 46493 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 25 }, "end": { - "line": 1655, + "line": 1651, "column": 33 } } @@ -81926,32 +81479,32 @@ "type": "Identifier", "name": "ct", "range": [ - 46637, - 46639 + 46495, + 46497 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 35 }, "end": { - "line": 1655, + "line": 1651, "column": 37 } } }, "prefix": false, "range": [ - 46637, - 46641 + 46495, + 46499 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 35 }, "end": { - "line": 1655, + "line": 1651, "column": 39 } } @@ -81968,16 +81521,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 46661, - 46677 + 46519, + 46535 ], "loc": { "start": { - "line": 1656, + "line": 1652, "column": 16 }, "end": { - "line": 1656, + "line": 1652, "column": 32 } } @@ -81989,16 +81542,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46680, - 46683 + 46538, + 46541 ], "loc": { "start": { - "line": 1656, + "line": 1652, "column": 35 }, "end": { - "line": 1656, + "line": 1652, "column": 38 } } @@ -82007,46 +81560,46 @@ "type": "Identifier", "name": "ct", "range": [ - 46684, - 46686 + 46542, + 46544 ], "loc": { "start": { - "line": 1656, + "line": 1652, "column": 39 }, "end": { - "line": 1656, + "line": 1652, "column": 41 } } }, "range": [ - 46680, - 46687 + 46538, + 46545 ], "loc": { "start": { - "line": 1656, + "line": 1652, "column": 35 }, "end": { - "line": 1656, + "line": 1652, "column": 42 } } }, "range": [ - 46661, - 46687 + 46519, + 46545 ], "loc": { "start": { - "line": 1656, + "line": 1652, "column": 16 }, "end": { - "line": 1656, + "line": 1652, "column": 42 } } @@ -82057,16 +81610,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46705, - 46716 + 46563, + 46574 ], "loc": { "start": { - "line": 1657, + "line": 1653, "column": 16 }, "end": { - "line": 1657, + "line": 1653, "column": 27 } } @@ -82077,16 +81630,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46719, - 46722 + 46577, + 46580 ], "loc": { "start": { - "line": 1657, + "line": 1653, "column": 30 }, "end": { - "line": 1657, + "line": 1653, "column": 33 } } @@ -82096,47 +81649,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 46723, - 46739 + 46581, + 46597 ], "loc": { "start": { - "line": 1657, + "line": 1653, "column": 34 }, "end": { - "line": 1657, + "line": 1653, "column": 50 } } } ], "range": [ - 46719, - 46740 + 46577, + 46598 ], "loc": { "start": { - "line": 1657, + "line": 1653, "column": 30 }, "end": { - "line": 1657, + "line": 1653, "column": 51 } } }, "range": [ - 46705, - 46740 + 46563, + 46598 ], "loc": { "start": { - "line": 1657, + "line": 1653, "column": 16 }, "end": { - "line": 1657, + "line": 1653, "column": 51 } } @@ -82144,16 +81697,16 @@ ], "kind": "let", "range": [ - 46657, - 46741 + 46515, + 46599 ], "loc": { "start": { - "line": 1656, + "line": 1652, "column": 12 }, "end": { - "line": 1657, + "line": 1653, "column": 52 } } @@ -82164,16 +81717,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46758, - 46769 + 46616, + 46627 ], "loc": { "start": { - "line": 1658, + "line": 1654, "column": 16 }, "end": { - "line": 1658, + "line": 1654, "column": 27 } } @@ -82193,16 +81746,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46789, - 46800 + 46647, + 46658 ], "loc": { "start": { - "line": 1659, + "line": 1655, "column": 16 }, "end": { - "line": 1659, + "line": 1655, "column": 27 } } @@ -82211,31 +81764,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 46801, - 46810 + 46659, + 46668 ], "loc": { "start": { - "line": 1659, + "line": 1655, "column": 28 }, "end": { - "line": 1659, + "line": 1655, "column": 37 } } }, "range": [ - 46789, - 46810 + 46647, + 46668 ], "loc": { "start": { - "line": 1659, + "line": 1655, "column": 16 }, "end": { - "line": 1659, + "line": 1655, "column": 37 } } @@ -82245,125 +81798,125 @@ "value": "", "raw": "''", "range": [ - 46813, - 46815 + 46671, + 46673 ], "loc": { "start": { - "line": 1659, + "line": 1655, "column": 40 }, "end": { - "line": 1659, + "line": 1655, "column": 42 } } }, "range": [ - 46789, - 46815 + 46647, + 46673 ], "loc": { "start": { - "line": 1659, + "line": 1655, "column": 16 }, "end": { - "line": 1659, + "line": 1655, "column": 42 } } }, "range": [ - 46789, - 46816 + 46647, + 46674 ], "loc": { "start": { - "line": 1659, + "line": 1655, "column": 16 }, "end": { - "line": 1659, + "line": 1655, "column": 43 } } } ], "range": [ - 46771, - 46830 + 46629, + 46688 ], "loc": { "start": { - "line": 1658, + "line": 1654, "column": 29 }, "end": { - "line": 1660, + "line": 1656, "column": 13 } } }, "alternate": null, "range": [ - 46754, - 46830 + 46612, + 46688 ], "loc": { "start": { - "line": 1658, + "line": 1654, "column": 12 }, "end": { - "line": 1660, + "line": 1656, "column": 13 } } } ], "range": [ - 46643, - 46840 + 46501, + 46698 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 41 }, "end": { - "line": 1661, + "line": 1657, "column": 9 } } }, "range": [ - 46610, - 46840 + 46468, + 46698 ], "loc": { "start": { - "line": 1655, + "line": 1651, "column": 8 }, "end": { - "line": 1661, + "line": 1657, "column": 9 } } } ], "range": [ - 46463, - 46846 + 46321, + 46704 ], "loc": { "start": { - "line": 1649, + "line": 1645, "column": 25 }, "end": { - "line": 1662, + "line": 1658, "column": 5 } } @@ -82371,16 +81924,16 @@ "generator": false, "expression": false, "range": [ - 46460, - 46846 + 46318, + 46704 ], "loc": { "start": { - "line": 1649, + "line": 1645, "column": 22 }, "end": { - "line": 1662, + "line": 1658, "column": 5 } } @@ -82388,16 +81941,16 @@ "kind": "method", "computed": false, "range": [ - 46442, - 46846 + 46300, + 46704 ], "loc": { "start": { - "line": 1649, + "line": 1645, "column": 4 }, "end": { - "line": 1662, + "line": 1658, "column": 5 } }, @@ -82406,16 +81959,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46380, - 46437 + 46238, + 46295 ], "loc": { "start": { - "line": 1646, + "line": 1642, "column": 4 }, "end": { - "line": 1648, + "line": 1644, "column": 7 } } @@ -82426,16 +81979,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": [ - 46852, - 47006 + 46710, + 46864 ], "loc": { "start": { - "line": 1664, + "line": 1660, "column": 4 }, "end": { - "line": 1668, + "line": 1664, "column": 7 } } @@ -82449,16 +82002,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 47011, - 47026 + 46869, + 46884 ], "loc": { "start": { - "line": 1669, + "line": 1665, "column": 4 }, "end": { - "line": 1669, + "line": 1665, "column": 19 } } @@ -82471,16 +82024,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47027, - 47035 + 46885, + 46893 ], "loc": { "start": { - "line": 1669, + "line": 1665, "column": 20 }, "end": { - "line": 1669, + "line": 1665, "column": 28 } } @@ -82500,16 +82053,16 @@ "object": { "type": "ThisExpression", "range": [ - 47054, - 47058 + 46912, + 46916 ], "loc": { "start": { - "line": 1670, + "line": 1666, "column": 15 }, "end": { - "line": 1670, + "line": 1666, "column": 19 } } @@ -82518,31 +82071,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 47059, - 47075 + 46917, + 46933 ], "loc": { "start": { - "line": 1670, + "line": 1666, "column": 20 }, "end": { - "line": 1670, + "line": 1666, "column": 36 } } }, "range": [ - 47054, - 47075 + 46912, + 46933 ], "loc": { "start": { - "line": 1670, + "line": 1666, "column": 15 }, "end": { - "line": 1670, + "line": 1666, "column": 36 } } @@ -82564,16 +82117,16 @@ "object": { "type": "ThisExpression", "range": [ - 47091, - 47095 + 46949, + 46953 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 12 }, "end": { - "line": 1671, + "line": 1667, "column": 16 } } @@ -82582,31 +82135,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47096, - 47109 + 46954, + 46967 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 17 }, "end": { - "line": 1671, + "line": 1667, "column": 30 } } }, "range": [ - 47091, - 47109 + 46949, + 46967 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 12 }, "end": { - "line": 1671, + "line": 1667, "column": 30 } } @@ -82615,31 +82168,31 @@ "type": "Identifier", "name": "cols", "range": [ - 47110, - 47114 + 46968, + 46972 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 31 }, "end": { - "line": 1671, + "line": 1667, "column": 35 } } }, "range": [ - 47091, - 47114 + 46949, + 46972 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 12 }, "end": { - "line": 1671, + "line": 1667, "column": 35 } } @@ -82648,31 +82201,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47115, - 47122 + 46973, + 46980 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 36 }, "end": { - "line": 1671, + "line": 1667, "column": 43 } } }, "range": [ - 47091, - 47122 + 46949, + 46980 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 12 }, "end": { - "line": 1671, + "line": 1667, "column": 43 } } @@ -82682,32 +82235,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47123, - 47131 + 46981, + 46989 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 44 }, "end": { - "line": 1671, + "line": 1667, "column": 52 } } } ], "range": [ - 47091, - 47132 + 46949, + 46990 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 12 }, "end": { - "line": 1671, + "line": 1667, "column": 53 } } @@ -82720,93 +82273,93 @@ "value": 1, "raw": "1", "range": [ - 47138, - 47139 + 46996, + 46997 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 59 }, "end": { - "line": 1671, + "line": 1667, "column": 60 } } }, "prefix": true, "range": [ - 47137, - 47139 + 46995, + 46997 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 58 }, "end": { - "line": 1671, + "line": 1667, "column": 60 } } }, "range": [ - 47091, - 47139 + 46949, + 46997 ], "loc": { "start": { - "line": 1671, + "line": 1667, "column": 12 }, "end": { - "line": 1671, + "line": 1667, "column": 60 } } }, "range": [ - 47054, - 47139 + 46912, + 46997 ], "loc": { "start": { - "line": 1670, + "line": 1666, "column": 15 }, "end": { - "line": 1671, + "line": 1667, "column": 60 } } }, "range": [ - 47047, - 47140 + 46905, + 46998 ], "loc": { "start": { - "line": 1670, + "line": 1666, "column": 8 }, "end": { - "line": 1671, + "line": 1667, "column": 61 } } } ], "range": [ - 47037, - 47146 + 46895, + 47004 ], "loc": { "start": { - "line": 1669, + "line": 1665, "column": 30 }, "end": { - "line": 1672, + "line": 1668, "column": 5 } } @@ -82814,16 +82367,16 @@ "generator": false, "expression": false, "range": [ - 47026, - 47146 + 46884, + 47004 ], "loc": { "start": { - "line": 1669, + "line": 1665, "column": 19 }, "end": { - "line": 1672, + "line": 1668, "column": 5 } } @@ -82831,16 +82384,16 @@ "kind": "method", "computed": false, "range": [ - 47011, - 47146 + 46869, + 47004 ], "loc": { "start": { - "line": 1669, + "line": 1665, "column": 4 }, "end": { - "line": 1672, + "line": 1668, "column": 5 } }, @@ -82849,16 +82402,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": [ - 46852, - 47006 + 46710, + 46864 ], "loc": { "start": { - "line": 1664, + "line": 1660, "column": 4 }, "end": { - "line": 1668, + "line": 1664, "column": 7 } } @@ -82869,16 +82422,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": [ - 47152, - 47348 + 47010, + 47206 ], "loc": { "start": { - "line": 1674, + "line": 1670, "column": 4 }, "end": { - "line": 1679, + "line": 1675, "column": 7 } } @@ -82892,16 +82445,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 47353, - 47369 + 47211, + 47227 ], "loc": { "start": { - "line": 1680, + "line": 1676, "column": 4 }, "end": { - "line": 1680, + "line": 1676, "column": 20 } } @@ -82914,16 +82467,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47370, - 47378 + 47228, + 47236 ], "loc": { "start": { - "line": 1680, + "line": 1676, "column": 21 }, "end": { - "line": 1680, + "line": 1676, "column": 29 } } @@ -82943,16 +82496,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 47394, - 47401 + 47252, + 47259 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 12 }, "end": { - "line": 1681, + "line": 1677, "column": 19 } } @@ -82962,32 +82515,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47402, - 47410 + 47260, + 47268 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 20 }, "end": { - "line": 1681, + "line": 1677, "column": 28 } } } ], "range": [ - 47394, - 47411 + 47252, + 47269 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 12 }, "end": { - "line": 1681, + "line": 1677, "column": 29 } } @@ -83003,16 +82556,16 @@ "object": { "type": "ThisExpression", "range": [ - 47416, - 47420 + 47274, + 47278 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 34 }, "end": { - "line": 1681, + "line": 1677, "column": 38 } } @@ -83021,31 +82574,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 47421, - 47436 + 47279, + 47294 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 39 }, "end": { - "line": 1681, + "line": 1677, "column": 54 } } }, "range": [ - 47416, - 47436 + 47274, + 47294 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 34 }, "end": { - "line": 1681, + "line": 1677, "column": 54 } } @@ -83055,63 +82608,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47437, - 47445 + 47295, + 47303 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 55 }, "end": { - "line": 1681, + "line": 1677, "column": 63 } } } ], "range": [ - 47416, - 47446 + 47274, + 47304 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 34 }, "end": { - "line": 1681, + "line": 1677, "column": 64 } } }, "prefix": true, "range": [ - 47415, - 47446 + 47273, + 47304 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 33 }, "end": { - "line": 1681, + "line": 1677, "column": 64 } } }, "range": [ - 47394, - 47446 + 47252, + 47304 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 12 }, "end": { - "line": 1681, + "line": 1677, "column": 64 } } @@ -83123,48 +82676,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 47462, - 47469 + 47320, + 47327 ], "loc": { "start": { - "line": 1682, + "line": 1678, "column": 12 }, "end": { - "line": 1682, + "line": 1678, "column": 19 } } } ], "range": [ - 47448, - 47479 + 47306, + 47337 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 66 }, "end": { - "line": 1683, + "line": 1679, "column": 9 } } }, "alternate": null, "range": [ - 47390, - 47479 + 47248, + 47337 ], "loc": { "start": { - "line": 1681, + "line": 1677, "column": 8 }, "end": { - "line": 1683, + "line": 1679, "column": 9 } } @@ -83178,16 +82731,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47493, - 47506 + 47351, + 47364 ], "loc": { "start": { - "line": 1685, + "line": 1681, "column": 12 }, "end": { - "line": 1685, + "line": 1681, "column": 25 } } @@ -83198,16 +82751,16 @@ "object": { "type": "ThisExpression", "range": [ - 47509, - 47513 + 47367, + 47371 ], "loc": { "start": { - "line": 1685, + "line": 1681, "column": 28 }, "end": { - "line": 1685, + "line": 1681, "column": 32 } } @@ -83216,46 +82769,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47514, - 47527 + 47372, + 47385 ], "loc": { "start": { - "line": 1685, + "line": 1681, "column": 33 }, "end": { - "line": 1685, + "line": 1681, "column": 46 } } }, "range": [ - 47509, - 47527 + 47367, + 47385 ], "loc": { "start": { - "line": 1685, + "line": 1681, "column": 28 }, "end": { - "line": 1685, + "line": 1681, "column": 46 } } }, "range": [ - 47493, - 47527 + 47351, + 47385 ], "loc": { "start": { - "line": 1685, + "line": 1681, "column": 12 }, "end": { - "line": 1685, + "line": 1681, "column": 46 } } @@ -83263,16 +82816,16 @@ ], "kind": "let", "range": [ - 47489, - 47528 + 47347, + 47386 ], "loc": { "start": { - "line": 1685, + "line": 1681, "column": 8 }, "end": { - "line": 1685, + "line": 1681, "column": 47 } } @@ -83286,16 +82839,16 @@ "type": "Identifier", "name": "cols", "range": [ - 47541, - 47545 + 47399, + 47403 ], "loc": { "start": { - "line": 1686, + "line": 1682, "column": 12 }, "end": { - "line": 1686, + "line": 1682, "column": 16 } } @@ -83307,16 +82860,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47548, - 47561 + 47406, + 47419 ], "loc": { "start": { - "line": 1686, + "line": 1682, "column": 19 }, "end": { - "line": 1686, + "line": 1682, "column": 32 } } @@ -83325,46 +82878,46 @@ "type": "Identifier", "name": "cols", "range": [ - 47562, - 47566 + 47420, + 47424 ], "loc": { "start": { - "line": 1686, + "line": 1682, "column": 33 }, "end": { - "line": 1686, + "line": 1682, "column": 37 } } }, "range": [ - 47548, - 47566 + 47406, + 47424 ], "loc": { "start": { - "line": 1686, + "line": 1682, "column": 19 }, "end": { - "line": 1686, + "line": 1682, "column": 37 } } }, "range": [ - 47541, - 47566 + 47399, + 47424 ], "loc": { "start": { - "line": 1686, + "line": 1682, "column": 12 }, "end": { - "line": 1686, + "line": 1682, "column": 37 } } @@ -83372,16 +82925,16 @@ ], "kind": "let", "range": [ - 47537, - 47567 + 47395, + 47425 ], "loc": { "start": { - "line": 1686, + "line": 1682, "column": 8 }, "end": { - "line": 1686, + "line": 1682, "column": 38 } } @@ -83395,16 +82948,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47580, - 47586 + 47438, + 47444 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 12 }, "end": { - "line": 1687, + "line": 1683, "column": 18 } } @@ -83413,31 +82966,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47589, - 47591 + 47447, + 47449 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 21 }, "end": { - "line": 1687, + "line": 1683, "column": 23 } } }, "range": [ - 47580, - 47591 + 47438, + 47449 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 12 }, "end": { - "line": 1687, + "line": 1683, "column": 23 } } @@ -83448,16 +83001,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47593, - 47601 + 47451, + 47459 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 25 }, "end": { - "line": 1687, + "line": 1683, "column": 33 } } @@ -83466,31 +83019,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47604, - 47606 + 47462, + 47464 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 36 }, "end": { - "line": 1687, + "line": 1683, "column": 38 } } }, "range": [ - 47593, - 47606 + 47451, + 47464 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 25 }, "end": { - "line": 1687, + "line": 1683, "column": 38 } } @@ -83498,16 +83051,16 @@ ], "kind": "let", "range": [ - 47576, - 47607 + 47434, + 47465 ], "loc": { "start": { - "line": 1687, + "line": 1683, "column": 8 }, "end": { - "line": 1687, + "line": 1683, "column": 39 } } @@ -83521,16 +83074,16 @@ "type": "Identifier", "name": "index", "range": [ - 47620, - 47625 + 47478, + 47483 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 12 }, "end": { - "line": 1688, + "line": 1684, "column": 17 } } @@ -83544,16 +83097,16 @@ "type": "Identifier", "name": "cols", "range": [ - 47628, - 47632 + 47486, + 47490 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 20 }, "end": { - "line": 1688, + "line": 1684, "column": 24 } } @@ -83562,31 +83115,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47633, - 47640 + 47491, + 47498 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 25 }, "end": { - "line": 1688, + "line": 1684, "column": 32 } } }, "range": [ - 47628, - 47640 + 47486, + 47498 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 20 }, "end": { - "line": 1688, + "line": 1684, "column": 32 } } @@ -83596,47 +83149,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47641, - 47649 + 47499, + 47507 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 33 }, "end": { - "line": 1688, + "line": 1684, "column": 41 } } } ], "range": [ - 47628, - 47650 + 47486, + 47508 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 20 }, "end": { - "line": 1688, + "line": 1684, "column": 42 } } }, "range": [ - 47620, - 47650 + 47478, + 47508 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 12 }, "end": { - "line": 1688, + "line": 1684, "column": 42 } } @@ -83644,16 +83197,16 @@ ], "kind": "let", "range": [ - 47616, - 47651 + 47474, + 47509 ], "loc": { "start": { - "line": 1688, + "line": 1684, "column": 8 }, "end": { - "line": 1688, + "line": 1684, "column": 43 } } @@ -83667,16 +83220,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47664, - 47673 + 47522, + 47531 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 12 }, "end": { - "line": 1689, + "line": 1685, "column": 21 } } @@ -83691,16 +83244,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47676, - 47689 + 47534, + 47547 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 24 }, "end": { - "line": 1689, + "line": 1685, "column": 37 } } @@ -83709,31 +83262,31 @@ "type": "Identifier", "name": "values", "range": [ - 47690, - 47696 + 47548, + 47554 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 38 }, "end": { - "line": 1689, + "line": 1685, "column": 44 } } }, "range": [ - 47676, - 47696 + 47534, + 47554 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 24 }, "end": { - "line": 1689, + "line": 1685, "column": 44 } } @@ -83742,46 +83295,46 @@ "type": "Identifier", "name": "index", "range": [ - 47697, - 47702 + 47555, + 47560 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 45 }, "end": { - "line": 1689, + "line": 1685, "column": 50 } } }, "range": [ - 47676, - 47703 + 47534, + 47561 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 24 }, "end": { - "line": 1689, + "line": 1685, "column": 51 } } }, "range": [ - 47664, - 47703 + 47522, + 47561 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 12 }, "end": { - "line": 1689, + "line": 1685, "column": 51 } } @@ -83789,16 +83342,16 @@ ], "kind": "let", "range": [ - 47660, - 47704 + 47518, + 47562 ], "loc": { "start": { - "line": 1689, + "line": 1685, "column": 8 }, "end": { - "line": 1689, + "line": 1685, "column": 52 } } @@ -83812,16 +83365,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 47717, - 47725 + 47575, + 47583 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 12 }, "end": { - "line": 1690, + "line": 1686, "column": 20 } } @@ -83836,16 +83389,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47728, - 47741 + 47586, + 47599 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 23 }, "end": { - "line": 1690, + "line": 1686, "column": 36 } } @@ -83854,31 +83407,31 @@ "type": "Identifier", "name": "texts", "range": [ - 47742, - 47747 + 47600, + 47605 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 37 }, "end": { - "line": 1690, + "line": 1686, "column": 42 } } }, "range": [ - 47728, - 47747 + 47586, + 47605 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 23 }, "end": { - "line": 1690, + "line": 1686, "column": 42 } } @@ -83887,46 +83440,46 @@ "type": "Identifier", "name": "index", "range": [ - 47748, - 47753 + 47606, + 47611 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 43 }, "end": { - "line": 1690, + "line": 1686, "column": 48 } } }, "range": [ - 47728, - 47754 + 47586, + 47612 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 23 }, "end": { - "line": 1690, + "line": 1686, "column": 49 } } }, "range": [ - 47717, - 47754 + 47575, + 47612 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 12 }, "end": { - "line": 1690, + "line": 1686, "column": 49 } } @@ -83934,16 +83487,16 @@ ], "kind": "let", "range": [ - 47713, - 47755 + 47571, + 47613 ], "loc": { "start": { - "line": 1690, + "line": 1686, "column": 8 }, "end": { - "line": 1690, + "line": 1686, "column": 50 } } @@ -83957,16 +83510,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 47768, - 47775 + 47626, + 47633 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 12 }, "end": { - "line": 1691, + "line": 1687, "column": 19 } } @@ -83981,16 +83534,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47778, - 47791 + 47636, + 47649 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 22 }, "end": { - "line": 1691, + "line": 1687, "column": 35 } } @@ -83999,31 +83552,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 47792, - 47797 + 47650, + 47655 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 36 }, "end": { - "line": 1691, + "line": 1687, "column": 41 } } }, "range": [ - 47778, - 47797 + 47636, + 47655 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 22 }, "end": { - "line": 1691, + "line": 1687, "column": 41 } } @@ -84032,46 +83585,46 @@ "type": "Identifier", "name": "index", "range": [ - 47798, - 47803 + 47656, + 47661 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 42 }, "end": { - "line": 1691, + "line": 1687, "column": 47 } } }, "range": [ - 47778, - 47804 + 47636, + 47662 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 22 }, "end": { - "line": 1691, + "line": 1687, "column": 48 } } }, "range": [ - 47768, - 47804 + 47626, + 47662 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 12 }, "end": { - "line": 1691, + "line": 1687, "column": 48 } } @@ -84079,16 +83632,16 @@ ], "kind": "let", "range": [ - 47764, - 47805 + 47622, + 47663 ], "loc": { "start": { - "line": 1691, + "line": 1687, "column": 8 }, "end": { - "line": 1691, + "line": 1687, "column": 49 } } @@ -84104,16 +83657,16 @@ "type": "Identifier", "name": "r", "range": [ - 47824, - 47825 + 47682, + 47683 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 17 }, "end": { - "line": 1693, + "line": 1689, "column": 18 } } @@ -84123,31 +83676,31 @@ "value": 0, "raw": "0", "range": [ - 47828, - 47829 + 47686, + 47687 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 21 }, "end": { - "line": 1693, + "line": 1689, "column": 22 } } }, "range": [ - 47824, - 47829 + 47682, + 47687 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 17 }, "end": { - "line": 1693, + "line": 1689, "column": 22 } } @@ -84158,16 +83711,16 @@ "type": "Identifier", "name": "len", "range": [ - 47831, - 47834 + 47689, + 47692 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 24 }, "end": { - "line": 1693, + "line": 1689, "column": 27 } } @@ -84179,16 +83732,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47837, - 47846 + 47695, + 47704 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 30 }, "end": { - "line": 1693, + "line": 1689, "column": 39 } } @@ -84197,46 +83750,46 @@ "type": "Identifier", "name": "length", "range": [ - 47847, - 47853 + 47705, + 47711 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 40 }, "end": { - "line": 1693, + "line": 1689, "column": 46 } } }, "range": [ - 47837, - 47853 + 47695, + 47711 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 30 }, "end": { - "line": 1693, + "line": 1689, "column": 46 } } }, "range": [ - 47831, - 47853 + 47689, + 47711 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 24 }, "end": { - "line": 1693, + "line": 1689, "column": 46 } } @@ -84244,16 +83797,16 @@ ], "kind": "let", "range": [ - 47820, - 47853 + 47678, + 47711 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 13 }, "end": { - "line": 1693, + "line": 1689, "column": 46 } } @@ -84265,16 +83818,16 @@ "type": "Identifier", "name": "r", "range": [ - 47855, - 47856 + 47713, + 47714 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 48 }, "end": { - "line": 1693, + "line": 1689, "column": 49 } } @@ -84283,31 +83836,31 @@ "type": "Identifier", "name": "len", "range": [ - 47859, - 47862 + 47717, + 47720 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 52 }, "end": { - "line": 1693, + "line": 1689, "column": 55 } } }, "range": [ - 47855, - 47862 + 47713, + 47720 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 48 }, "end": { - "line": 1693, + "line": 1689, "column": 55 } } @@ -84319,32 +83872,32 @@ "type": "Identifier", "name": "r", "range": [ - 47864, - 47865 + 47722, + 47723 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 57 }, "end": { - "line": 1693, + "line": 1689, "column": 58 } } }, "prefix": false, "range": [ - 47864, - 47867 + 47722, + 47725 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 57 }, "end": { - "line": 1693, + "line": 1689, "column": 60 } } @@ -84363,16 +83916,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47883, - 47891 + 47741, + 47749 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 12 }, "end": { - "line": 1694, + "line": 1690, "column": 20 } } @@ -84381,31 +83934,31 @@ "type": "Identifier", "name": "push", "range": [ - 47892, - 47896 + 47750, + 47754 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 21 }, "end": { - "line": 1694, + "line": 1690, "column": 25 } } }, "range": [ - 47883, - 47896 + 47741, + 47754 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 12 }, "end": { - "line": 1694, + "line": 1690, "column": 25 } } @@ -84418,16 +83971,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47897, - 47906 + 47755, + 47764 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 26 }, "end": { - "line": 1694, + "line": 1690, "column": 35 } } @@ -84436,62 +83989,62 @@ "type": "Identifier", "name": "r", "range": [ - 47907, - 47908 + 47765, + 47766 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 36 }, "end": { - "line": 1694, + "line": 1690, "column": 37 } } }, "range": [ - 47897, - 47909 + 47755, + 47767 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 26 }, "end": { - "line": 1694, + "line": 1690, "column": 38 } } } ], "range": [ - 47883, - 47910 + 47741, + 47768 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 12 }, "end": { - "line": 1694, + "line": 1690, "column": 39 } } }, "range": [ - 47883, - 47911 + 47741, + 47769 ], "loc": { "start": { - "line": 1694, + "line": 1690, "column": 12 }, "end": { - "line": 1694, + "line": 1690, "column": 40 } } @@ -84505,16 +84058,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 47928, - 47936 + 47786, + 47794 ], "loc": { "start": { - "line": 1695, + "line": 1691, "column": 16 }, "end": { - "line": 1695, + "line": 1691, "column": 24 } } @@ -84523,31 +84076,31 @@ "type": "Identifier", "name": "r", "range": [ - 47937, - 47938 + 47795, + 47796 ], "loc": { "start": { - "line": 1695, + "line": 1691, "column": 25 }, "end": { - "line": 1695, + "line": 1691, "column": 26 } } }, "range": [ - 47928, - 47939 + 47786, + 47797 ], "loc": { "start": { - "line": 1695, + "line": 1691, "column": 16 }, "end": { - "line": 1695, + "line": 1691, "column": 27 } } @@ -84566,16 +84119,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47959, - 47965 + 47817, + 47823 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 16 }, "end": { - "line": 1696, + "line": 1692, "column": 22 } } @@ -84584,31 +84137,31 @@ "type": "Identifier", "name": "push", "range": [ - 47966, - 47970 + 47824, + 47828 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 23 }, "end": { - "line": 1696, + "line": 1692, "column": 27 } } }, "range": [ - 47959, - 47970 + 47817, + 47828 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 16 }, "end": { - "line": 1696, + "line": 1692, "column": 27 } } @@ -84621,16 +84174,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 47971, - 47979 + 47829, + 47837 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 28 }, "end": { - "line": 1696, + "line": 1692, "column": 36 } } @@ -84639,78 +84192,78 @@ "type": "Identifier", "name": "r", "range": [ - 47980, - 47981 + 47838, + 47839 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 37 }, "end": { - "line": 1696, + "line": 1692, "column": 38 } } }, "range": [ - 47971, - 47982 + 47829, + 47840 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 28 }, "end": { - "line": 1696, + "line": 1692, "column": 39 } } } ], "range": [ - 47959, - 47983 + 47817, + 47841 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 16 }, "end": { - "line": 1696, + "line": 1692, "column": 40 } } }, "range": [ - 47959, - 47984 + 47817, + 47842 ], "loc": { "start": { - "line": 1696, + "line": 1692, "column": 16 }, "end": { - "line": 1696, + "line": 1692, "column": 41 } } } ], "range": [ - 47941, - 47998 + 47799, + 47856 ], "loc": { "start": { - "line": 1695, + "line": 1691, "column": 29 }, "end": { - "line": 1697, + "line": 1693, "column": 13 } } @@ -84729,16 +84282,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48022, - 48028 + 47880, + 47886 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 16 }, "end": { - "line": 1698, + "line": 1694, "column": 22 } } @@ -84747,31 +84300,31 @@ "type": "Identifier", "name": "push", "range": [ - 48029, - 48033 + 47887, + 47891 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 23 }, "end": { - "line": 1698, + "line": 1694, "column": 27 } } }, "range": [ - 48022, - 48033 + 47880, + 47891 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 16 }, "end": { - "line": 1698, + "line": 1694, "column": 27 } } @@ -84784,16 +84337,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48034, - 48043 + 47892, + 47901 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 28 }, "end": { - "line": 1698, + "line": 1694, "column": 37 } } @@ -84802,124 +84355,124 @@ "type": "Identifier", "name": "r", "range": [ - 48044, - 48045 + 47902, + 47903 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 38 }, "end": { - "line": 1698, + "line": 1694, "column": 39 } } }, "range": [ - 48034, - 48046 + 47892, + 47904 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 28 }, "end": { - "line": 1698, + "line": 1694, "column": 40 } } } ], "range": [ - 48022, - 48047 + 47880, + 47905 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 16 }, "end": { - "line": 1698, + "line": 1694, "column": 41 } } }, "range": [ - 48022, - 48048 + 47880, + 47906 ], "loc": { "start": { - "line": 1698, + "line": 1694, "column": 16 }, "end": { - "line": 1698, + "line": 1694, "column": 42 } } } ], "range": [ - 48004, - 48062 + 47862, + 47920 ], "loc": { "start": { - "line": 1697, + "line": 1693, "column": 19 }, "end": { - "line": 1699, + "line": 1695, "column": 13 } } }, "range": [ - 47924, - 48062 + 47782, + 47920 ], "loc": { "start": { - "line": 1695, + "line": 1691, "column": 12 }, "end": { - "line": 1699, + "line": 1695, "column": 13 } } } ], "range": [ - 47869, - 48072 + 47727, + 47930 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 62 }, "end": { - "line": 1700, + "line": 1696, "column": 9 } } }, "range": [ - 47815, - 48072 + 47673, + 47930 ], "loc": { "start": { - "line": 1693, + "line": 1689, "column": 8 }, "end": { - "line": 1700, + "line": 1696, "column": 9 } } @@ -84930,16 +84483,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 48085, - 48092 + 47943, + 47950 ], "loc": { "start": { - "line": 1701, + "line": 1697, "column": 12 }, "end": { - "line": 1701, + "line": 1697, "column": 19 } } @@ -84958,16 +84511,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48108, - 48116 + 47966, + 47974 ], "loc": { "start": { - "line": 1702, + "line": 1698, "column": 12 }, "end": { - "line": 1702, + "line": 1698, "column": 20 } } @@ -84976,62 +84529,62 @@ "type": "Identifier", "name": "sort", "range": [ - 48117, - 48121 + 47975, + 47979 ], "loc": { "start": { - "line": 1702, + "line": 1698, "column": 21 }, "end": { - "line": 1702, + "line": 1698, "column": 25 } } }, "range": [ - 48108, - 48121 + 47966, + 47979 ], "loc": { "start": { - "line": 1702, + "line": 1698, "column": 12 }, "end": { - "line": 1702, + "line": 1698, "column": 25 } } }, "arguments": [], "range": [ - 48108, - 48123 + 47966, + 47981 ], "loc": { "start": { - "line": 1702, + "line": 1698, "column": 12 }, "end": { - "line": 1702, + "line": 1698, "column": 27 } } }, "range": [ - 48108, - 48124 + 47966, + 47982 ], "loc": { "start": { - "line": 1702, + "line": 1698, "column": 12 }, "end": { - "line": 1702, + "line": 1698, "column": 28 } } @@ -85047,16 +84600,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48137, - 48143 + 47995, + 48001 ], "loc": { "start": { - "line": 1703, + "line": 1699, "column": 12 }, "end": { - "line": 1703, + "line": 1699, "column": 18 } } @@ -85065,94 +84618,94 @@ "type": "Identifier", "name": "sort", "range": [ - 48144, - 48148 + 48002, + 48006 ], "loc": { "start": { - "line": 1703, + "line": 1699, "column": 19 }, "end": { - "line": 1703, + "line": 1699, "column": 23 } } }, "range": [ - 48137, - 48148 + 47995, + 48006 ], "loc": { "start": { - "line": 1703, + "line": 1699, "column": 12 }, "end": { - "line": 1703, + "line": 1699, "column": 23 } } }, "arguments": [], "range": [ - 48137, - 48150 + 47995, + 48008 ], "loc": { "start": { - "line": 1703, + "line": 1699, "column": 12 }, "end": { - "line": 1703, + "line": 1699, "column": 25 } } }, "range": [ - 48137, - 48151 + 47995, + 48009 ], "loc": { "start": { - "line": 1703, + "line": 1699, "column": 12 }, "end": { - "line": 1703, + "line": 1699, "column": 26 } } } ], "range": [ - 48094, - 48161 + 47952, + 48019 ], "loc": { "start": { - "line": 1701, + "line": 1697, "column": 21 }, "end": { - "line": 1704, + "line": 1700, "column": 9 } } }, "alternate": null, "range": [ - 48081, - 48161 + 47939, + 48019 ], "loc": { "start": { - "line": 1701, + "line": 1697, "column": 8 }, "end": { - "line": 1704, + "line": 1700, "column": 9 } } @@ -85166,16 +84719,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48178, - 48186 + 48036, + 48044 ], "loc": { "start": { - "line": 1705, + "line": 1701, "column": 16 }, "end": { - "line": 1705, + "line": 1701, "column": 24 } } @@ -85184,63 +84737,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48188, - 48194 + 48046, + 48052 ], "loc": { "start": { - "line": 1705, + "line": 1701, "column": 26 }, "end": { - "line": 1705, + "line": 1701, "column": 32 } } } ], "range": [ - 48177, - 48195 + 48035, + 48053 ], "loc": { "start": { - "line": 1705, + "line": 1701, "column": 15 }, "end": { - "line": 1705, + "line": 1701, "column": 33 } } }, "range": [ - 48170, - 48196 + 48028, + 48054 ], "loc": { "start": { - "line": 1705, + "line": 1701, "column": 8 }, "end": { - "line": 1705, + "line": 1701, "column": 34 } } } ], "range": [ - 47380, - 48202 + 47238, + 48060 ], "loc": { "start": { - "line": 1680, + "line": 1676, "column": 31 }, "end": { - "line": 1706, + "line": 1702, "column": 5 } } @@ -85248,16 +84801,16 @@ "generator": false, "expression": false, "range": [ - 47369, - 48202 + 47227, + 48060 ], "loc": { "start": { - "line": 1680, + "line": 1676, "column": 20 }, "end": { - "line": 1706, + "line": 1702, "column": 5 } } @@ -85265,16 +84818,16 @@ "kind": "method", "computed": false, "range": [ - 47353, - 48202 + 47211, + 48060 ], "loc": { "start": { - "line": 1680, + "line": 1676, "column": 4 }, "end": { - "line": 1706, + "line": 1702, "column": 5 } }, @@ -85283,16 +84836,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": [ - 47152, - 47348 + 47010, + 47206 ], "loc": { "start": { - "line": 1674, + "line": 1670, "column": 4 }, "end": { - "line": 1679, + "line": 1675, "column": 7 } } @@ -85303,16 +84856,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 48208, - 48445 + 48066, + 48303 ], "loc": { "start": { - "line": 1708, + "line": 1704, "column": 4 }, "end": { - "line": 1712, + "line": 1708, "column": 7 } } @@ -85326,16 +84879,16 @@ "type": "Identifier", "name": "filter", "range": [ - 48450, - 48456 + 48308, + 48314 ], "loc": { "start": { - "line": 1713, + "line": 1709, "column": 4 }, "end": { - "line": 1713, + "line": 1709, "column": 10 } } @@ -85361,16 +84914,16 @@ "object": { "type": "ThisExpression", "range": [ - 48474, - 48478 + 48332, + 48336 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 13 }, "end": { - "line": 1714, + "line": 1710, "column": 17 } } @@ -85379,47 +84932,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 48479, - 48486 + 48337, + 48344 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 18 }, "end": { - "line": 1714, + "line": 1710, "column": 25 } } }, "range": [ - 48474, - 48486 + 48332, + 48344 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 13 }, "end": { - "line": 1714, + "line": 1710, "column": 25 } } }, "prefix": true, "range": [ - 48473, - 48486 + 48331, + 48344 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 12 }, "end": { - "line": 1714, + "line": 1710, "column": 25 } } @@ -85433,16 +84986,16 @@ "object": { "type": "ThisExpression", "range": [ - 48491, - 48495 + 48349, + 48353 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 30 }, "end": { - "line": 1714, + "line": 1710, "column": 34 } } @@ -85451,62 +85004,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 48496, - 48507 + 48354, + 48365 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 35 }, "end": { - "line": 1714, + "line": 1710, "column": 46 } } }, "range": [ - 48491, - 48507 + 48349, + 48365 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 30 }, "end": { - "line": 1714, + "line": 1710, "column": 46 } } }, "prefix": true, "range": [ - 48490, - 48507 + 48348, + 48365 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 29 }, "end": { - "line": 1714, + "line": 1710, "column": 46 } } }, "range": [ - 48473, - 48507 + 48331, + 48365 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 12 }, "end": { - "line": 1714, + "line": 1710, "column": 46 } } @@ -85518,48 +85071,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 48523, - 48530 + 48381, + 48388 ], "loc": { "start": { - "line": 1715, + "line": 1711, "column": 12 }, "end": { - "line": 1715, + "line": 1711, "column": 19 } } } ], "range": [ - 48509, - 48540 + 48367, + 48398 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 48 }, "end": { - "line": 1716, + "line": 1712, "column": 9 } } }, "alternate": null, "range": [ - 48469, - 48540 + 48327, + 48398 ], "loc": { "start": { - "line": 1714, + "line": 1710, "column": 8 }, "end": { - "line": 1716, + "line": 1712, "column": 9 } }, @@ -85568,16 +85121,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 48549, - 48573 + 48407, + 48431 ], "loc": { "start": { - "line": 1717, + "line": 1713, "column": 8 }, "end": { - "line": 1717, + "line": 1713, "column": 32 } } @@ -85594,16 +85147,16 @@ "object": { "type": "ThisExpression", "range": [ - 48582, - 48586 + 48440, + 48444 ], "loc": { "start": { - "line": 1718, + "line": 1714, "column": 8 }, "end": { - "line": 1718, + "line": 1714, "column": 12 } } @@ -85612,31 +85165,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 48587, - 48601 + 48445, + 48459 ], "loc": { "start": { - "line": 1718, + "line": 1714, "column": 13 }, "end": { - "line": 1718, + "line": 1714, "column": 27 } } }, "range": [ - 48582, - 48601 + 48440, + 48459 ], "loc": { "start": { - "line": 1718, + "line": 1714, "column": 8 }, "end": { - "line": 1718, + "line": 1714, "column": 27 } } @@ -85645,47 +85198,47 @@ { "type": "ThisExpression", "range": [ - 48602, - 48606 + 48460, + 48464 ], "loc": { "start": { - "line": 1718, + "line": 1714, "column": 28 }, "end": { - "line": 1718, + "line": 1714, "column": 32 } } } ], "range": [ - 48582, - 48607 + 48440, + 48465 ], "loc": { "start": { - "line": 1718, + "line": 1714, "column": 8 }, "end": { - "line": 1718, + "line": 1714, "column": 33 } } }, "range": [ - 48582, - 48608 + 48440, + 48466 ], "loc": { "start": { - "line": 1718, + "line": 1714, "column": 8 }, "end": { - "line": 1718, + "line": 1714, "column": 34 } }, @@ -85694,16 +85247,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 48549, - 48573 + 48407, + 48431 ], "loc": { "start": { - "line": 1717, + "line": 1713, "column": 8 }, "end": { - "line": 1717, + "line": 1713, "column": 32 } } @@ -85723,16 +85276,16 @@ "object": { "type": "ThisExpression", "range": [ - 48617, - 48621 + 48475, + 48479 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 8 }, "end": { - "line": 1719, + "line": 1715, "column": 12 } } @@ -85741,31 +85294,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 48622, - 48629 + 48480, + 48487 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 13 }, "end": { - "line": 1719, + "line": 1715, "column": 20 } } }, "range": [ - 48617, - 48629 + 48475, + 48487 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 8 }, "end": { - "line": 1719, + "line": 1715, "column": 20 } } @@ -85774,31 +85327,31 @@ "type": "Identifier", "name": "emit", "range": [ - 48630, - 48634 + 48488, + 48492 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 21 }, "end": { - "line": 1719, + "line": 1715, "column": 25 } } }, "range": [ - 48617, - 48634 + 48475, + 48492 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 8 }, "end": { - "line": 1719, + "line": 1715, "column": 25 } } @@ -85809,16 +85362,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 48635, - 48653 + 48493, + 48511 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 26 }, "end": { - "line": 1719, + "line": 1715, "column": 44 } } @@ -85826,47 +85379,47 @@ { "type": "ThisExpression", "range": [ - 48655, - 48659 + 48513, + 48517 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 46 }, "end": { - "line": 1719, + "line": 1715, "column": 50 } } } ], "range": [ - 48617, - 48660 + 48475, + 48518 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 8 }, "end": { - "line": 1719, + "line": 1715, "column": 51 } } }, "range": [ - 48617, - 48661 + 48475, + 48519 ], "loc": { "start": { - "line": 1719, + "line": 1715, "column": 8 }, "end": { - "line": 1719, + "line": 1715, "column": 52 } } @@ -85880,16 +85433,16 @@ "type": "Identifier", "name": "row", "range": [ - 48675, - 48678 + 48533, + 48536 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 12 }, "end": { - "line": 1721, + "line": 1717, "column": 15 } } @@ -85903,16 +85456,16 @@ "object": { "type": "ThisExpression", "range": [ - 48681, - 48685 + 48539, + 48543 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 18 }, "end": { - "line": 1721, + "line": 1717, "column": 22 } } @@ -85921,31 +85474,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 48686, - 48689 + 48544, + 48547 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 23 }, "end": { - "line": 1721, + "line": 1717, "column": 26 } } }, "range": [ - 48681, - 48689 + 48539, + 48547 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 18 }, "end": { - "line": 1721, + "line": 1717, "column": 26 } } @@ -85954,46 +85507,46 @@ "type": "Identifier", "name": "rows", "range": [ - 48690, - 48694 + 48548, + 48552 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 27 }, "end": { - "line": 1721, + "line": 1717, "column": 31 } } }, "range": [ - 48681, - 48694 + 48539, + 48552 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 18 }, "end": { - "line": 1721, + "line": 1717, "column": 31 } } }, "range": [ - 48675, - 48694 + 48533, + 48552 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 12 }, "end": { - "line": 1721, + "line": 1717, "column": 31 } } @@ -86004,16 +85557,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 48708, - 48714 + 48566, + 48572 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 12 }, "end": { - "line": 1722, + "line": 1718, "column": 18 } } @@ -86026,16 +85579,16 @@ "object": { "type": "ThisExpression", "range": [ - 48717, - 48721 + 48575, + 48579 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 21 }, "end": { - "line": 1722, + "line": 1718, "column": 25 } } @@ -86044,31 +85597,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 48722, - 48731 + 48580, + 48589 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 26 }, "end": { - "line": 1722, + "line": 1718, "column": 35 } } }, "range": [ - 48717, - 48731 + 48575, + 48589 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 21 }, "end": { - "line": 1722, + "line": 1718, "column": 35 } } @@ -86079,47 +85632,47 @@ "value": true, "raw": "true", "range": [ - 48732, - 48736 + 48590, + 48594 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 36 }, "end": { - "line": 1722, + "line": 1718, "column": 40 } } } ], "range": [ - 48717, - 48737 + 48575, + 48595 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 21 }, "end": { - "line": 1722, + "line": 1718, "column": 41 } } }, "range": [ - 48708, - 48737 + 48566, + 48595 ], "loc": { "start": { - "line": 1722, + "line": 1718, "column": 12 }, "end": { - "line": 1722, + "line": 1718, "column": 41 } } @@ -86130,16 +85683,16 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 48751, - 48761 + 48609, + 48619 ], "loc": { "start": { - "line": 1723, + "line": 1719, "column": 12 }, "end": { - "line": 1723, + "line": 1719, "column": 22 } } @@ -86149,31 +85702,31 @@ "value": 0, "raw": "0", "range": [ - 48764, - 48765 + 48622, + 48623 ], "loc": { "start": { - "line": 1723, + "line": 1719, "column": 25 }, "end": { - "line": 1723, + "line": 1719, "column": 26 } } }, "range": [ - 48751, - 48765 + 48609, + 48623 ], "loc": { "start": { - "line": 1723, + "line": 1719, "column": 12 }, "end": { - "line": 1723, + "line": 1719, "column": 26 } } @@ -86181,16 +85734,16 @@ ], "kind": "let", "range": [ - 48671, - 48766 + 48529, + 48624 ], "loc": { "start": { - "line": 1721, + "line": 1717, "column": 8 }, "end": { - "line": 1723, + "line": 1719, "column": 27 } } @@ -86206,16 +85759,16 @@ "object": { "type": "ThisExpression", "range": [ - 48776, - 48780 + 48634, + 48638 ], "loc": { "start": { - "line": 1725, + "line": 1721, "column": 8 }, "end": { - "line": 1725, + "line": 1721, "column": 12 } } @@ -86224,31 +85777,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 48781, - 48795 + 48639, + 48653 ], "loc": { "start": { - "line": 1725, + "line": 1721, "column": 13 }, "end": { - "line": 1725, + "line": 1721, "column": 27 } } }, "range": [ - 48776, - 48795 + 48634, + 48653 ], "loc": { "start": { - "line": 1725, + "line": 1721, "column": 8 }, "end": { - "line": 1725, + "line": 1721, "column": 27 } } @@ -86257,46 +85810,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 48798, - 48800 + 48656, + 48658 ], "loc": { "start": { - "line": 1725, + "line": 1721, "column": 30 }, "end": { - "line": 1725, + "line": 1721, "column": 32 } } }, "range": [ - 48776, - 48800 + 48634, + 48658 ], "loc": { "start": { - "line": 1725, + "line": 1721, "column": 8 }, "end": { - "line": 1725, + "line": 1721, "column": 32 } } }, "range": [ - 48776, - 48801 + 48634, + 48659 ], "loc": { "start": { - "line": 1725, + "line": 1721, "column": 8 }, "end": { - "line": 1725, + "line": 1721, "column": 33 } }, @@ -86305,16 +85858,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 48810, - 48832 + 48668, + 48690 ], "loc": { "start": { - "line": 1726, + "line": 1722, "column": 8 }, "end": { - "line": 1726, + "line": 1722, "column": 30 } } @@ -86330,16 +85883,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 48845, - 48855 + 48703, + 48713 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 12 }, "end": { - "line": 1727, + "line": 1723, "column": 22 } } @@ -86352,16 +85905,16 @@ "object": { "type": "ThisExpression", "range": [ - 48858, - 48862 + 48716, + 48720 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 25 }, "end": { - "line": 1727, + "line": 1723, "column": 29 } } @@ -86370,62 +85923,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 48863, - 48878 + 48721, + 48736 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 30 }, "end": { - "line": 1727, + "line": 1723, "column": 45 } } }, "range": [ - 48858, - 48878 + 48716, + 48736 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 25 }, "end": { - "line": 1727, + "line": 1723, "column": 45 } } }, "arguments": [], "range": [ - 48858, - 48880 + 48716, + 48738 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 25 }, "end": { - "line": 1727, + "line": 1723, "column": 47 } } }, "range": [ - 48845, - 48880 + 48703, + 48738 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 12 }, "end": { - "line": 1727, + "line": 1723, "column": 47 } } @@ -86433,16 +85986,16 @@ ], "kind": "let", "range": [ - 48841, - 48881 + 48699, + 48739 ], "loc": { "start": { - "line": 1727, + "line": 1723, "column": 8 }, "end": { - "line": 1727, + "line": 1723, "column": 48 } }, @@ -86451,16 +86004,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 48810, - 48832 + 48668, + 48690 ], "loc": { "start": { - "line": 1726, + "line": 1722, "column": 8 }, "end": { - "line": 1726, + "line": 1722, "column": 30 } } @@ -86478,16 +86031,16 @@ "type": "Identifier", "name": "k", "range": [ - 48900, - 48901 + 48758, + 48759 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 17 }, "end": { - "line": 1729, + "line": 1725, "column": 18 } } @@ -86498,16 +86051,16 @@ "object": { "type": "ThisExpression", "range": [ - 48904, - 48908 + 48762, + 48766 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 21 }, "end": { - "line": 1729, + "line": 1725, "column": 25 } } @@ -86516,46 +86069,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 48909, - 48915 + 48767, + 48773 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 26 }, "end": { - "line": 1729, + "line": 1725, "column": 32 } } }, "range": [ - 48904, - 48915 + 48762, + 48773 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 21 }, "end": { - "line": 1729, + "line": 1725, "column": 32 } } }, "range": [ - 48900, - 48915 + 48758, + 48773 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 17 }, "end": { - "line": 1729, + "line": 1725, "column": 32 } } @@ -86563,16 +86116,16 @@ ], "kind": "let", "range": [ - 48896, - 48915 + 48754, + 48773 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 13 }, "end": { - "line": 1729, + "line": 1725, "column": 32 } } @@ -86584,16 +86137,16 @@ "type": "Identifier", "name": "k", "range": [ - 48917, - 48918 + 48775, + 48776 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 34 }, "end": { - "line": 1729, + "line": 1725, "column": 35 } } @@ -86602,31 +86155,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 48921, - 48927 + 48779, + 48785 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 38 }, "end": { - "line": 1729, + "line": 1725, "column": 44 } } }, "range": [ - 48917, - 48927 + 48775, + 48785 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 34 }, "end": { - "line": 1729, + "line": 1725, "column": 44 } } @@ -86638,32 +86191,32 @@ "type": "Identifier", "name": "k", "range": [ - 48929, - 48930 + 48787, + 48788 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 46 }, "end": { - "line": 1729, + "line": 1725, "column": 47 } } }, "prefix": false, "range": [ - 48929, - 48932 + 48787, + 48790 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 46 }, "end": { - "line": 1729, + "line": 1725, "column": 49 } } @@ -86689,16 +86242,16 @@ "type": "Identifier", "name": "row", "range": [ - 49001, - 49004 + 48859, + 48862 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 12 }, "end": { - "line": 1731, + "line": 1727, "column": 15 } } @@ -86707,31 +86260,31 @@ "type": "Identifier", "name": "k", "range": [ - 49005, - 49006 + 48863, + 48864 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 16 }, "end": { - "line": 1731, + "line": 1727, "column": 17 } } }, "range": [ - 49001, - 49007 + 48859, + 48865 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 12 }, "end": { - "line": 1731, + "line": 1727, "column": 18 } } @@ -86740,31 +86293,31 @@ "type": "Identifier", "name": "style", "range": [ - 49008, - 49013 + 48866, + 48871 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 19 }, "end": { - "line": 1731, + "line": 1727, "column": 24 } } }, "range": [ - 49001, - 49013 + 48859, + 48871 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 12 }, "end": { - "line": 1731, + "line": 1727, "column": 24 } } @@ -86773,31 +86326,31 @@ "type": "Identifier", "name": "display", "range": [ - 49014, - 49021 + 48872, + 48879 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 25 }, "end": { - "line": 1731, + "line": 1727, "column": 32 } } }, "range": [ - 49001, - 49021 + 48859, + 48879 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 12 }, "end": { - "line": 1731, + "line": 1727, "column": 32 } } @@ -86807,46 +86360,46 @@ "value": "", "raw": "''", "range": [ - 49024, - 49026 + 48882, + 48884 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 35 }, "end": { - "line": 1731, + "line": 1727, "column": 37 } } }, "range": [ - 49001, - 49026 + 48859, + 48884 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 12 }, "end": { - "line": 1731, + "line": 1727, "column": 37 } } }, "range": [ - 49001, - 49027 + 48859, + 48885 ], "loc": { "start": { - "line": 1731, + "line": 1727, "column": 12 }, "end": { - "line": 1731, + "line": 1727, "column": 38 } }, @@ -86855,16 +86408,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 48948, - 48988 + 48806, + 48846 ], "loc": { "start": { - "line": 1730, + "line": 1726, "column": 12 }, "end": { - "line": 1730, + "line": 1726, "column": 52 } } @@ -86880,16 +86433,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49045, - 49050 + 48903, + 48908 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 16 }, "end": { - "line": 1733, + "line": 1729, "column": 21 } } @@ -86904,16 +86457,16 @@ "type": "Identifier", "name": "row", "range": [ - 49053, - 49056 + 48911, + 48914 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 24 }, "end": { - "line": 1733, + "line": 1729, "column": 27 } } @@ -86922,31 +86475,31 @@ "type": "Identifier", "name": "k", "range": [ - 49057, - 49058 + 48915, + 48916 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 28 }, "end": { - "line": 1733, + "line": 1729, "column": 29 } } }, "range": [ - 49053, - 49059 + 48911, + 48917 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 24 }, "end": { - "line": 1733, + "line": 1729, "column": 30 } } @@ -86955,46 +86508,46 @@ "type": "Identifier", "name": "cells", "range": [ - 49060, - 49065 + 48918, + 48923 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 31 }, "end": { - "line": 1733, + "line": 1729, "column": 36 } } }, "range": [ - 49053, - 49065 + 48911, + 48923 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 24 }, "end": { - "line": 1733, + "line": 1729, "column": 36 } } }, "range": [ - 49045, - 49065 + 48903, + 48923 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 16 }, "end": { - "line": 1733, + "line": 1729, "column": 36 } } @@ -87002,16 +86555,16 @@ ], "kind": "let", "range": [ - 49041, - 49066 + 48899, + 48924 ], "loc": { "start": { - "line": 1733, + "line": 1729, "column": 12 }, "end": { - "line": 1733, + "line": 1729, "column": 37 } } @@ -87025,16 +86578,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49083, - 49090 + 48941, + 48948 ], "loc": { "start": { - "line": 1734, + "line": 1730, "column": 16 }, "end": { - "line": 1734, + "line": 1730, "column": 23 } } @@ -87046,16 +86599,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49093, - 49098 + 48951, + 48956 ], "loc": { "start": { - "line": 1734, + "line": 1730, "column": 26 }, "end": { - "line": 1734, + "line": 1730, "column": 31 } } @@ -87064,46 +86617,46 @@ "type": "Identifier", "name": "length", "range": [ - 49099, - 49105 + 48957, + 48963 ], "loc": { "start": { - "line": 1734, + "line": 1730, "column": 32 }, "end": { - "line": 1734, + "line": 1730, "column": 38 } } }, "range": [ - 49093, - 49105 + 48951, + 48963 ], "loc": { "start": { - "line": 1734, + "line": 1730, "column": 26 }, "end": { - "line": 1734, + "line": 1730, "column": 38 } } }, "range": [ - 49083, - 49105 + 48941, + 48963 ], "loc": { "start": { - "line": 1734, + "line": 1730, "column": 16 }, "end": { - "line": 1734, + "line": 1730, "column": 38 } } @@ -87111,16 +86664,16 @@ ], "kind": "let", "range": [ - 49079, - 49106 + 48937, + 48964 ], "loc": { "start": { - "line": 1734, + "line": 1730, "column": 12 }, "end": { - "line": 1734, + "line": 1730, "column": 39 } }, @@ -87129,16 +86682,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49120, - 49153 + 48978, + 49011 ], "loc": { "start": { - "line": 1736, + "line": 1732, "column": 12 }, "end": { - "line": 1736, + "line": 1732, "column": 45 } } @@ -87154,16 +86707,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49170, - 49177 + 49028, + 49035 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 16 }, "end": { - "line": 1737, + "line": 1733, "column": 23 } } @@ -87174,16 +86727,16 @@ "object": { "type": "ThisExpression", "range": [ - 49182, - 49186 + 49040, + 49044 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 28 }, "end": { - "line": 1737, + "line": 1733, "column": 32 } } @@ -87192,46 +86745,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 49187, - 49194 + 49045, + 49052 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 33 }, "end": { - "line": 1737, + "line": 1733, "column": 40 } } }, "range": [ - 49182, - 49194 + 49040, + 49052 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 28 }, "end": { - "line": 1737, + "line": 1733, "column": 40 } } }, "range": [ - 49170, - 49194 + 49028, + 49052 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 16 }, "end": { - "line": 1737, + "line": 1733, "column": 40 } } @@ -87243,48 +86796,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 49214, - 49223 + 49072, + 49081 ], "loc": { "start": { - "line": 1738, + "line": 1734, "column": 16 }, "end": { - "line": 1738, + "line": 1734, "column": 25 } } } ], "range": [ - 49196, - 49237 + 49054, + 49095 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 42 }, "end": { - "line": 1739, + "line": 1735, "column": 13 } } }, "alternate": null, "range": [ - 49166, - 49237 + 49024, + 49095 ], "loc": { "start": { - "line": 1737, + "line": 1733, "column": 12 }, "end": { - "line": 1739, + "line": 1735, "column": 13 } }, @@ -87293,16 +86846,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49120, - 49153 + 48978, + 49011 ], "loc": { "start": { - "line": 1736, + "line": 1732, "column": 12 }, "end": { - "line": 1736, + "line": 1732, "column": 45 } } @@ -87318,16 +86871,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 49255, - 49264 + 49113, + 49122 ], "loc": { "start": { - "line": 1741, + "line": 1737, "column": 16 }, "end": { - "line": 1741, + "line": 1737, "column": 25 } } @@ -87336,31 +86889,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49267, - 49269 + 49125, + 49127 ], "loc": { "start": { - "line": 1741, + "line": 1737, "column": 28 }, "end": { - "line": 1741, + "line": 1737, "column": 30 } } }, "range": [ - 49255, - 49269 + 49113, + 49127 ], "loc": { "start": { - "line": 1741, + "line": 1737, "column": 16 }, "end": { - "line": 1741, + "line": 1737, "column": 30 } } @@ -87371,16 +86924,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 49287, - 49297 + 49145, + 49155 ], "loc": { "start": { - "line": 1742, + "line": 1738, "column": 16 }, "end": { - "line": 1742, + "line": 1738, "column": 26 } } @@ -87390,31 +86943,31 @@ "value": true, "raw": "true", "range": [ - 49300, - 49304 + 49158, + 49162 ], "loc": { "start": { - "line": 1742, + "line": 1738, "column": 29 }, "end": { - "line": 1742, + "line": 1738, "column": 33 } } }, "range": [ - 49287, - 49304 + 49145, + 49162 ], "loc": { "start": { - "line": 1742, + "line": 1738, "column": 16 }, "end": { - "line": 1742, + "line": 1738, "column": 33 } } @@ -87425,16 +86978,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 49370, - 49387 + 49228, + 49245 ], "loc": { "start": { - "line": 1744, + "line": 1740, "column": 16 }, "end": { - "line": 1744, + "line": 1740, "column": 33 } } @@ -87444,31 +86997,31 @@ "value": false, "raw": "false", "range": [ - 49390, - 49395 + 49248, + 49253 ], "loc": { "start": { - "line": 1744, + "line": 1740, "column": 36 }, "end": { - "line": 1744, + "line": 1740, "column": 41 } } }, "range": [ - 49370, - 49395 + 49228, + 49253 ], "loc": { "start": { - "line": 1744, + "line": 1740, "column": 16 }, "end": { - "line": 1744, + "line": 1740, "column": 41 } }, @@ -87477,16 +87030,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 49322, - 49353 + 49180, + 49211 ], "loc": { "start": { - "line": 1743, + "line": 1739, "column": 16 }, "end": { - "line": 1743, + "line": 1739, "column": 47 } } @@ -87496,16 +87049,16 @@ ], "kind": "let", "range": [ - 49251, - 49396 + 49109, + 49254 ], "loc": { "start": { - "line": 1741, + "line": 1737, "column": 12 }, "end": { - "line": 1744, + "line": 1740, "column": 42 } }, @@ -87514,16 +87067,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49410, - 49442 + 49268, + 49300 ], "loc": { "start": { - "line": 1746, + "line": 1742, "column": 12 }, "end": { - "line": 1746, + "line": 1742, "column": 44 } } @@ -87541,16 +87094,16 @@ "type": "Identifier", "name": "j", "range": [ - 49464, - 49465 + 49322, + 49323 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 21 }, "end": { - "line": 1747, + "line": 1743, "column": 22 } } @@ -87560,31 +87113,31 @@ "value": 0, "raw": "0", "range": [ - 49468, - 49469 + 49326, + 49327 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 25 }, "end": { - "line": 1747, + "line": 1743, "column": 26 } } }, "range": [ - 49464, - 49469 + 49322, + 49327 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 21 }, "end": { - "line": 1747, + "line": 1743, "column": 26 } } @@ -87592,16 +87145,16 @@ ], "kind": "let", "range": [ - 49460, - 49469 + 49318, + 49327 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 17 }, "end": { - "line": 1747, + "line": 1743, "column": 26 } } @@ -87613,16 +87166,16 @@ "type": "Identifier", "name": "j", "range": [ - 49471, - 49472 + 49329, + 49330 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 28 }, "end": { - "line": 1747, + "line": 1743, "column": 29 } } @@ -87631,31 +87184,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49475, - 49482 + 49333, + 49340 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 32 }, "end": { - "line": 1747, + "line": 1743, "column": 39 } } }, "range": [ - 49471, - 49482 + 49329, + 49340 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 28 }, "end": { - "line": 1747, + "line": 1743, "column": 39 } } @@ -87667,32 +87220,32 @@ "type": "Identifier", "name": "j", "range": [ - 49484, - 49485 + 49342, + 49343 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 41 }, "end": { - "line": 1747, + "line": 1743, "column": 42 } } }, "prefix": false, "range": [ - 49484, - 49487 + 49342, + 49345 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 41 }, "end": { - "line": 1747, + "line": 1743, "column": 44 } } @@ -87709,16 +87262,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49546, - 49548 + 49404, + 49406 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 20 }, "end": { - "line": 1749, + "line": 1745, "column": 22 } } @@ -87730,16 +87283,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 49551, - 49561 + 49409, + 49419 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 25 }, "end": { - "line": 1749, + "line": 1745, "column": 35 } } @@ -87752,16 +87305,16 @@ "object": { "type": "ThisExpression", "range": [ - 49562, - 49566 + 49420, + 49424 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 36 }, "end": { - "line": 1749, + "line": 1745, "column": 40 } } @@ -87770,31 +87323,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 49567, - 49582 + 49425, + 49440 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 41 }, "end": { - "line": 1749, + "line": 1745, "column": 56 } } }, "range": [ - 49562, - 49582 + 49420, + 49440 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 36 }, "end": { - "line": 1749, + "line": 1745, "column": 56 } } @@ -87804,16 +87357,16 @@ "value": 0, "raw": "0", "range": [ - 49585, - 49586 + 49443, + 49444 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 59 }, "end": { - "line": 1749, + "line": 1745, "column": 60 } } @@ -87822,61 +87375,61 @@ "type": "Identifier", "name": "j", "range": [ - 49589, - 49590 + 49447, + 49448 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 63 }, "end": { - "line": 1749, + "line": 1745, "column": 64 } } }, "range": [ - 49562, - 49590 + 49420, + 49448 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 36 }, "end": { - "line": 1749, + "line": 1745, "column": 64 } } }, "range": [ - 49551, - 49591 + 49409, + 49449 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 25 }, "end": { - "line": 1749, + "line": 1745, "column": 65 } } }, "range": [ - 49546, - 49591 + 49404, + 49449 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 20 }, "end": { - "line": 1749, + "line": 1745, "column": 65 } } @@ -87884,16 +87437,16 @@ ], "kind": "let", "range": [ - 49542, - 49592 + 49400, + 49450 ], "loc": { "start": { - "line": 1749, + "line": 1745, "column": 16 }, "end": { - "line": 1749, + "line": 1745, "column": 66 } }, @@ -87902,16 +87455,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 49507, - 49525 + 49365, + 49383 ], "loc": { "start": { - "line": 1748, + "line": 1744, "column": 16 }, "end": { - "line": 1748, + "line": 1744, "column": 34 } } @@ -87927,16 +87480,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49614, - 49616 + 49472, + 49474 ], "loc": { "start": { - "line": 1751, + "line": 1747, "column": 20 }, "end": { - "line": 1751, + "line": 1747, "column": 22 } } @@ -87946,31 +87499,31 @@ "value": "", "raw": "''", "range": [ - 49621, - 49623 + 49479, + 49481 ], "loc": { "start": { - "line": 1751, + "line": 1747, "column": 27 }, "end": { - "line": 1751, + "line": 1747, "column": 29 } } }, "range": [ - 49614, - 49623 + 49472, + 49481 ], "loc": { "start": { - "line": 1751, + "line": 1747, "column": 20 }, "end": { - "line": 1751, + "line": 1747, "column": 29 } } @@ -87982,48 +87535,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 49647, - 49656 + 49505, + 49514 ], "loc": { "start": { - "line": 1752, + "line": 1748, "column": 20 }, "end": { - "line": 1752, + "line": 1748, "column": 29 } } } ], "range": [ - 49625, - 49674 + 49483, + 49532 ], "loc": { "start": { - "line": 1751, + "line": 1747, "column": 31 }, "end": { - "line": 1753, + "line": 1749, "column": 17 } } }, "alternate": null, "range": [ - 49610, - 49674 + 49468, + 49532 ], "loc": { "start": { - "line": 1751, + "line": 1747, "column": 16 }, "end": { - "line": 1753, + "line": 1749, "column": 17 } } @@ -88037,16 +87590,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 49696, - 49705 + 49554, + 49563 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 20 }, "end": { - "line": 1755, + "line": 1751, "column": 29 } } @@ -88057,16 +87610,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 49708, - 49717 + 49566, + 49575 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 32 }, "end": { - "line": 1755, + "line": 1751, "column": 41 } } @@ -88080,16 +87633,16 @@ "object": { "type": "ThisExpression", "range": [ - 49718, - 49722 + 49576, + 49580 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 42 }, "end": { - "line": 1755, + "line": 1751, "column": 46 } } @@ -88098,31 +87651,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 49723, - 49735 + 49581, + 49593 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 47 }, "end": { - "line": 1755, + "line": 1751, "column": 59 } } }, "range": [ - 49718, - 49735 + 49576, + 49593 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 42 }, "end": { - "line": 1755, + "line": 1751, "column": 59 } } @@ -88135,16 +87688,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49736, - 49741 + 49594, + 49599 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 60 }, "end": { - "line": 1755, + "line": 1751, "column": 65 } } @@ -88153,47 +87706,47 @@ "type": "Identifier", "name": "j", "range": [ - 49742, - 49743 + 49600, + 49601 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 66 }, "end": { - "line": 1755, + "line": 1751, "column": 67 } } }, "range": [ - 49736, - 49744 + 49594, + 49602 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 60 }, "end": { - "line": 1755, + "line": 1751, "column": 68 } } } ], "range": [ - 49718, - 49745 + 49576, + 49603 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 42 }, "end": { - "line": 1755, + "line": 1751, "column": 69 } } @@ -88204,16 +87757,16 @@ "object": { "type": "ThisExpression", "range": [ - 49767, - 49771 + 49625, + 49629 ], "loc": { "start": { - "line": 1756, + "line": 1752, "column": 20 }, "end": { - "line": 1756, + "line": 1752, "column": 24 } } @@ -88222,62 +87775,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49772, - 49785 + 49630, + 49643 ], "loc": { "start": { - "line": 1756, + "line": 1752, "column": 25 }, "end": { - "line": 1756, + "line": 1752, "column": 38 } } }, "range": [ - 49767, - 49785 + 49625, + 49643 ], "loc": { "start": { - "line": 1756, + "line": 1752, "column": 20 }, "end": { - "line": 1756, + "line": 1752, "column": 38 } } } ], "range": [ - 49708, - 49786 + 49566, + 49644 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 32 }, "end": { - "line": 1756, + "line": 1752, "column": 39 } } }, "range": [ - 49696, - 49786 + 49554, + 49644 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 20 }, "end": { - "line": 1756, + "line": 1752, "column": 39 } } @@ -88285,16 +87838,16 @@ ], "kind": "let", "range": [ - 49692, - 49787 + 49550, + 49645 ], "loc": { "start": { - "line": 1755, + "line": 1751, "column": 16 }, "end": { - "line": 1756, + "line": 1752, "column": 40 } }, @@ -88303,16 +87856,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49805, - 49844 + 49663, + 49702 ], "loc": { "start": { - "line": 1758, + "line": 1754, "column": 16 }, "end": { - "line": 1758, + "line": 1754, "column": 55 } } @@ -88328,16 +87881,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 49865, - 49874 + 49723, + 49732 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 20 }, "end": { - "line": 1759, + "line": 1755, "column": 29 } } @@ -88356,16 +87909,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49877, - 49879 + 49735, + 49737 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 32 }, "end": { - "line": 1759, + "line": 1755, "column": 34 } } @@ -88374,47 +87927,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49880, - 49888 + 49738, + 49746 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 35 }, "end": { - "line": 1759, + "line": 1755, "column": 43 } } }, "range": [ - 49877, - 49888 + 49735, + 49746 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 32 }, "end": { - "line": 1759, + "line": 1755, "column": 43 } } }, "arguments": [], "range": [ - 49877, - 49890 + 49735, + 49748 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 32 }, "end": { - "line": 1759, + "line": 1755, "column": 45 } } @@ -88423,31 +87976,31 @@ "type": "Identifier", "name": "split", "range": [ - 49891, - 49896 + 49749, + 49754 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 46 }, "end": { - "line": 1759, + "line": 1755, "column": 51 } } }, "range": [ - 49877, - 49896 + 49735, + 49754 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 32 }, "end": { - "line": 1759, + "line": 1755, "column": 51 } } @@ -88459,16 +88012,16 @@ "object": { "type": "ThisExpression", "range": [ - 49897, - 49901 + 49755, + 49759 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 52 }, "end": { - "line": 1759, + "line": 1755, "column": 56 } } @@ -88477,62 +88030,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 49902, - 49912 + 49760, + 49770 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 57 }, "end": { - "line": 1759, + "line": 1755, "column": 67 } } }, "range": [ - 49897, - 49912 + 49755, + 49770 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 52 }, "end": { - "line": 1759, + "line": 1755, "column": 67 } } } ], "range": [ - 49877, - 49913 + 49735, + 49771 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 32 }, "end": { - "line": 1759, + "line": 1755, "column": 68 } } }, "range": [ - 49865, - 49913 + 49723, + 49771 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 20 }, "end": { - "line": 1759, + "line": 1755, "column": 68 } } @@ -88543,16 +88096,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 49994, - 50006 + 49852, + 49864 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 20 }, "end": { - "line": 1761, + "line": 1757, "column": 32 } } @@ -88567,16 +88120,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50009, - 50018 + 49867, + 49876 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 35 }, "end": { - "line": 1761, + "line": 1757, "column": 44 } } @@ -88585,31 +88138,31 @@ "type": "Identifier", "name": "length", "range": [ - 50019, - 50025 + 49877, + 49883 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 45 }, "end": { - "line": 1761, + "line": 1757, "column": 51 } } }, "range": [ - 50009, - 50025 + 49867, + 49883 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 35 }, "end": { - "line": 1761, + "line": 1757, "column": 51 } } @@ -88619,46 +88172,46 @@ "value": 1, "raw": "1", "range": [ - 50028, - 50029 + 49886, + 49887 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 54 }, "end": { - "line": 1761, + "line": 1757, "column": 55 } } }, "range": [ - 50009, - 50029 + 49867, + 49887 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 35 }, "end": { - "line": 1761, + "line": 1757, "column": 55 } } }, "range": [ - 49994, - 50029 + 49852, + 49887 ], "loc": { "start": { - "line": 1761, + "line": 1757, "column": 20 }, "end": { - "line": 1761, + "line": 1757, "column": 55 } }, @@ -88667,16 +88220,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 49935, - 49973 + 49793, + 49831 ], "loc": { "start": { - "line": 1760, + "line": 1756, "column": 20 }, "end": { - "line": 1760, + "line": 1756, "column": 58 } } @@ -88689,16 +88242,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50111, - 50121 + 49969, + 49979 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 20 }, "end": { - "line": 1763, + "line": 1759, "column": 30 } } @@ -88717,16 +88270,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50124, - 50126 + 49982, + 49984 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 33 }, "end": { - "line": 1763, + "line": 1759, "column": 35 } } @@ -88735,47 +88288,47 @@ "type": "Identifier", "name": "toString", "range": [ - 50127, - 50135 + 49985, + 49993 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 36 }, "end": { - "line": 1763, + "line": 1759, "column": 44 } } }, "range": [ - 50124, - 50135 + 49982, + 49993 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 33 }, "end": { - "line": 1763, + "line": 1759, "column": 44 } } }, "arguments": [], "range": [ - 50124, - 50137 + 49982, + 49995 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 33 }, "end": { - "line": 1763, + "line": 1759, "column": 46 } } @@ -88784,31 +88337,31 @@ "type": "Identifier", "name": "split", "range": [ - 50138, - 50143 + 49996, + 50001 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 47 }, "end": { - "line": 1763, + "line": 1759, "column": 52 } } }, "range": [ - 50124, - 50143 + 49982, + 50001 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 33 }, "end": { - "line": 1763, + "line": 1759, "column": 52 } } @@ -88820,16 +88373,16 @@ "object": { "type": "ThisExpression", "range": [ - 50144, - 50148 + 50002, + 50006 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 53 }, "end": { - "line": 1763, + "line": 1759, "column": 57 } } @@ -88838,62 +88391,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 50149, - 50159 + 50007, + 50017 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 58 }, "end": { - "line": 1763, + "line": 1759, "column": 68 } } }, "range": [ - 50144, - 50159 + 50002, + 50017 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 53 }, "end": { - "line": 1763, + "line": 1759, "column": 68 } } } ], "range": [ - 50124, - 50160 + 49982, + 50018 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 33 }, "end": { - "line": 1763, + "line": 1759, "column": 69 } } }, "range": [ - 50111, - 50160 + 49969, + 50018 ], "loc": { "start": { - "line": 1763, + "line": 1759, "column": 20 }, "end": { - "line": 1763, + "line": 1759, "column": 69 } }, @@ -88902,16 +88455,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 50051, - 50090 + 49909, + 49948 ], "loc": { "start": { - "line": 1762, + "line": 1758, "column": 20 }, "end": { - "line": 1762, + "line": 1758, "column": 59 } } @@ -88924,16 +88477,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50241, - 50254 + 50099, + 50112 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 20 }, "end": { - "line": 1765, + "line": 1761, "column": 33 } } @@ -88948,16 +88501,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50257, - 50267 + 50115, + 50125 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 36 }, "end": { - "line": 1765, + "line": 1761, "column": 46 } } @@ -88966,31 +88519,31 @@ "type": "Identifier", "name": "length", "range": [ - 50268, - 50274 + 50126, + 50132 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 47 }, "end": { - "line": 1765, + "line": 1761, "column": 53 } } }, "range": [ - 50257, - 50274 + 50115, + 50132 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 36 }, "end": { - "line": 1765, + "line": 1761, "column": 53 } } @@ -89000,46 +88553,46 @@ "value": 1, "raw": "1", "range": [ - 50277, - 50278 + 50135, + 50136 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 56 }, "end": { - "line": 1765, + "line": 1761, "column": 57 } } }, "range": [ - 50257, - 50278 + 50115, + 50136 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 36 }, "end": { - "line": 1765, + "line": 1761, "column": 57 } } }, "range": [ - 50241, - 50278 + 50099, + 50136 ], "loc": { "start": { - "line": 1765, + "line": 1761, "column": 20 }, "end": { - "line": 1765, + "line": 1761, "column": 57 } }, @@ -89048,16 +88601,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 50182, - 50220 + 50040, + 50078 ], "loc": { "start": { - "line": 1764, + "line": 1760, "column": 20 }, "end": { - "line": 1764, + "line": 1760, "column": 58 } } @@ -89067,16 +88620,16 @@ ], "kind": "let", "range": [ - 49861, - 50279 + 49719, + 50137 ], "loc": { "start": { - "line": 1759, + "line": 1755, "column": 16 }, "end": { - "line": 1765, + "line": 1761, "column": 58 } }, @@ -89085,16 +88638,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49805, - 49844 + 49663, + 49702 ], "loc": { "start": { - "line": 1758, + "line": 1754, "column": 16 }, "end": { - "line": 1758, + "line": 1754, "column": 55 } } @@ -89105,16 +88658,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50297, - 50330 + 50155, + 50188 ], "loc": { "start": { - "line": 1767, + "line": 1763, "column": 16 }, "end": { - "line": 1767, + "line": 1763, "column": 49 } } @@ -89135,16 +88688,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50351, - 50358 + 50209, + 50216 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 20 }, "end": { - "line": 1768, + "line": 1764, "column": 27 } } @@ -89154,32 +88707,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50359, - 50361 + 50217, + 50219 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 28 }, "end": { - "line": 1768, + "line": 1764, "column": 30 } } } ], "range": [ - 50351, - 50362 + 50209, + 50220 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 20 }, "end": { - "line": 1768, + "line": 1764, "column": 31 } } @@ -89188,31 +88741,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50366, - 50378 + 50224, + 50236 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 35 }, "end": { - "line": 1768, + "line": 1764, "column": 47 } } }, "range": [ - 50351, - 50378 + 50209, + 50236 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 20 }, "end": { - "line": 1768, + "line": 1764, "column": 47 } } @@ -89221,31 +88774,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50382, - 50395 + 50240, + 50253 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 51 }, "end": { - "line": 1768, + "line": 1764, "column": 64 } } }, "range": [ - 50351, - 50395 + 50209, + 50253 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 20 }, "end": { - "line": 1768, + "line": 1764, "column": 64 } } @@ -89262,32 +88815,32 @@ "type": "Identifier", "name": "cS", "range": [ - 50423, - 50425 + 50281, + 50283 ], "loc": { "start": { - "line": 1769, + "line": 1765, "column": 24 }, "end": { - "line": 1769, + "line": 1765, "column": 26 } } }, "init": null, "range": [ - 50423, - 50425 + 50281, + 50283 ], "loc": { "start": { - "line": 1769, + "line": 1765, "column": 24 }, "end": { - "line": 1769, + "line": 1765, "column": 26 } } @@ -89298,32 +88851,32 @@ "type": "Identifier", "name": "s", "range": [ - 50451, - 50452 + 50309, + 50310 ], "loc": { "start": { - "line": 1770, + "line": 1766, "column": 24 }, "end": { - "line": 1770, + "line": 1766, "column": 25 } } }, "init": null, "range": [ - 50451, - 50452 + 50309, + 50310 ], "loc": { "start": { - "line": 1770, + "line": 1766, "column": 24 }, "end": { - "line": 1770, + "line": 1766, "column": 25 } } @@ -89334,16 +88887,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50478, - 50483 + 50336, + 50341 ], "loc": { "start": { - "line": 1771, + "line": 1767, "column": 24 }, "end": { - "line": 1771, + "line": 1767, "column": 29 } } @@ -89353,31 +88906,31 @@ "value": false, "raw": "false", "range": [ - 50486, - 50491 + 50344, + 50349 ], "loc": { "start": { - "line": 1771, + "line": 1767, "column": 32 }, "end": { - "line": 1771, + "line": 1767, "column": 37 } } }, "range": [ - 50478, - 50491 + 50336, + 50349 ], "loc": { "start": { - "line": 1771, + "line": 1767, "column": 24 }, "end": { - "line": 1771, + "line": 1767, "column": 37 } } @@ -89385,16 +88938,16 @@ ], "kind": "let", "range": [ - 50419, - 50492 + 50277, + 50350 ], "loc": { "start": { - "line": 1769, + "line": 1765, "column": 20 }, "end": { - "line": 1771, + "line": 1767, "column": 38 } } @@ -89407,16 +88960,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50517, - 50524 + 50375, + 50382 ], "loc": { "start": { - "line": 1772, + "line": 1768, "column": 24 }, "end": { - "line": 1772, + "line": 1768, "column": 31 } } @@ -89426,32 +88979,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50525, - 50527 + 50383, + 50385 ], "loc": { "start": { - "line": 1772, + "line": 1768, "column": 32 }, "end": { - "line": 1772, + "line": 1768, "column": 34 } } } ], "range": [ - 50517, - 50528 + 50375, + 50386 ], "loc": { "start": { - "line": 1772, + "line": 1768, "column": 24 }, "end": { - "line": 1772, + "line": 1768, "column": 35 } } @@ -89468,16 +89021,16 @@ "type": "Identifier", "name": "s", "range": [ - 50556, - 50557 + 50414, + 50415 ], "loc": { "start": { - "line": 1773, + "line": 1769, "column": 24 }, "end": { - "line": 1773, + "line": 1769, "column": 25 } } @@ -89486,62 +89039,62 @@ "type": "Identifier", "name": "sA", "range": [ - 50560, - 50562 + 50418, + 50420 ], "loc": { "start": { - "line": 1773, + "line": 1769, "column": 28 }, "end": { - "line": 1773, + "line": 1769, "column": 30 } } }, "range": [ - 50556, - 50562 + 50414, + 50420 ], "loc": { "start": { - "line": 1773, + "line": 1769, "column": 24 }, "end": { - "line": 1773, + "line": 1769, "column": 30 } } }, "range": [ - 50556, - 50563 + 50414, + 50421 ], "loc": { "start": { - "line": 1773, + "line": 1769, "column": 24 }, "end": { - "line": 1773, + "line": 1769, "column": 31 } } } ], "range": [ - 50530, - 50585 + 50388, + 50443 ], "loc": { "start": { - "line": 1772, + "line": 1768, "column": 37 }, "end": { - "line": 1774, + "line": 1770, "column": 21 } } @@ -89558,16 +89111,16 @@ "type": "Identifier", "name": "s", "range": [ - 50617, - 50618 + 50475, + 50476 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 24 }, "end": { - "line": 1775, + "line": 1771, "column": 25 } } @@ -89578,16 +89131,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50621, - 50633 + 50479, + 50491 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 28 }, "end": { - "line": 1775, + "line": 1771, "column": 40 } } @@ -89596,16 +89149,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50636, - 50645 + 50494, + 50503 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 43 }, "end": { - "line": 1775, + "line": 1771, "column": 52 } } @@ -89614,92 +89167,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50648, - 50658 + 50506, + 50516 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 55 }, "end": { - "line": 1775, + "line": 1771, "column": 65 } } }, "range": [ - 50621, - 50658 + 50479, + 50516 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 28 }, "end": { - "line": 1775, + "line": 1771, "column": 65 } } }, "range": [ - 50617, - 50658 + 50475, + 50516 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 24 }, "end": { - "line": 1775, + "line": 1771, "column": 65 } } }, "range": [ - 50617, - 50659 + 50475, + 50517 ], "loc": { "start": { - "line": 1775, + "line": 1771, "column": 24 }, "end": { - "line": 1775, + "line": 1771, "column": 66 } } } ], "range": [ - 50591, - 50681 + 50449, + 50539 ], "loc": { "start": { - "line": 1774, + "line": 1770, "column": 27 }, "end": { - "line": 1776, + "line": 1772, "column": 21 } } }, "range": [ - 50513, - 50681 + 50371, + 50539 ], "loc": { "start": { - "line": 1772, + "line": 1768, "column": 20 }, "end": { - "line": 1776, + "line": 1772, "column": 21 } }, @@ -89708,16 +89261,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 50702, - 50757 + 50560, + 50615 ], "loc": { "start": { - "line": 1777, + "line": 1773, "column": 20 }, "end": { - "line": 1777, + "line": 1773, "column": 75 } } @@ -89735,16 +89288,16 @@ "type": "Identifier", "name": "w", "range": [ - 50787, - 50788 + 50645, + 50646 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 29 }, "end": { - "line": 1778, + "line": 1774, "column": 30 } } @@ -89754,31 +89307,31 @@ "value": 0, "raw": "0", "range": [ - 50791, - 50792 + 50649, + 50650 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 33 }, "end": { - "line": 1778, + "line": 1774, "column": 34 } } }, "range": [ - 50787, - 50792 + 50645, + 50650 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 29 }, "end": { - "line": 1778, + "line": 1774, "column": 34 } } @@ -89789,16 +89342,16 @@ "type": "Identifier", "name": "len", "range": [ - 50794, - 50797 + 50652, + 50655 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 36 }, "end": { - "line": 1778, + "line": 1774, "column": 39 } } @@ -89810,16 +89363,16 @@ "type": "Identifier", "name": "s", "range": [ - 50800, - 50801 + 50658, + 50659 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 42 }, "end": { - "line": 1778, + "line": 1774, "column": 43 } } @@ -89828,46 +89381,46 @@ "type": "Identifier", "name": "length", "range": [ - 50802, - 50808 + 50660, + 50666 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 44 }, "end": { - "line": 1778, + "line": 1774, "column": 50 } } }, "range": [ - 50800, - 50808 + 50658, + 50666 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 42 }, "end": { - "line": 1778, + "line": 1774, "column": 50 } } }, "range": [ - 50794, - 50808 + 50652, + 50666 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 36 }, "end": { - "line": 1778, + "line": 1774, "column": 50 } } @@ -89875,16 +89428,16 @@ ], "kind": "let", "range": [ - 50783, - 50808 + 50641, + 50666 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 25 }, "end": { - "line": 1778, + "line": 1774, "column": 50 } } @@ -89896,16 +89449,16 @@ "type": "Identifier", "name": "w", "range": [ - 50810, - 50811 + 50668, + 50669 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 52 }, "end": { - "line": 1778, + "line": 1774, "column": 53 } } @@ -89914,31 +89467,31 @@ "type": "Identifier", "name": "len", "range": [ - 50814, - 50817 + 50672, + 50675 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 56 }, "end": { - "line": 1778, + "line": 1774, "column": 59 } } }, "range": [ - 50810, - 50817 + 50668, + 50675 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 52 }, "end": { - "line": 1778, + "line": 1774, "column": 59 } } @@ -89950,32 +89503,32 @@ "type": "Identifier", "name": "w", "range": [ - 50819, - 50820 + 50677, + 50678 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 61 }, "end": { - "line": 1778, + "line": 1774, "column": 62 } } }, "prefix": false, "range": [ - 50819, - 50822 + 50677, + 50680 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 61 }, "end": { - "line": 1778, + "line": 1774, "column": 64 } } @@ -89992,16 +89545,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50850, - 50852 + 50708, + 50710 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 24 }, "end": { - "line": 1779, + "line": 1775, "column": 26 } } @@ -90012,16 +89565,16 @@ "type": "Identifier", "name": "trim", "range": [ - 50855, - 50859 + 50713, + 50717 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 29 }, "end": { - "line": 1779, + "line": 1775, "column": 33 } } @@ -90034,16 +89587,16 @@ "type": "Identifier", "name": "s", "range": [ - 50860, - 50861 + 50718, + 50719 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 34 }, "end": { - "line": 1779, + "line": 1775, "column": 35 } } @@ -90052,77 +89605,77 @@ "type": "Identifier", "name": "w", "range": [ - 50862, - 50863 + 50720, + 50721 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 36 }, "end": { - "line": 1779, + "line": 1775, "column": 37 } } }, "range": [ - 50860, - 50864 + 50718, + 50722 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 34 }, "end": { - "line": 1779, + "line": 1775, "column": 38 } } } ], "range": [ - 50855, - 50865 + 50713, + 50723 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 29 }, "end": { - "line": 1779, + "line": 1775, "column": 39 } } }, "range": [ - 50850, - 50865 + 50708, + 50723 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 24 }, "end": { - "line": 1779, + "line": 1775, "column": 39 } } }, "range": [ - 50850, - 50866 + 50708, + 50724 ], "loc": { "start": { - "line": 1779, + "line": 1775, "column": 24 }, "end": { - "line": 1779, + "line": 1775, "column": 40 } } @@ -90136,16 +89689,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50891, - 50896 + 50749, + 50754 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 24 }, "end": { - "line": 1780, + "line": 1776, "column": 29 } } @@ -90158,16 +89711,16 @@ "object": { "type": "ThisExpression", "range": [ - 50899, - 50903 + 50757, + 50761 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 32 }, "end": { - "line": 1780, + "line": 1776, "column": 36 } } @@ -90176,31 +89729,31 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 50904, - 50913 + 50762, + 50771 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 37 }, "end": { - "line": 1780, + "line": 1776, "column": 46 } } }, "range": [ - 50899, - 50913 + 50757, + 50771 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 32 }, "end": { - "line": 1780, + "line": 1776, "column": 46 } } @@ -90210,16 +89763,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50914, - 50916 + 50772, + 50774 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 47 }, "end": { - "line": 1780, + "line": 1776, "column": 49 } } @@ -90228,16 +89781,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 50918, - 50927 + 50776, + 50785 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 51 }, "end": { - "line": 1780, + "line": 1776, "column": 60 } } @@ -90246,62 +89799,62 @@ "type": "Identifier", "name": "j", "range": [ - 50929, - 50930 + 50787, + 50788 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 62 }, "end": { - "line": 1780, + "line": 1776, "column": 63 } } } ], "range": [ - 50899, - 50931 + 50757, + 50789 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 32 }, "end": { - "line": 1780, + "line": 1776, "column": 64 } } }, "range": [ - 50891, - 50931 + 50749, + 50789 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 24 }, "end": { - "line": 1780, + "line": 1776, "column": 64 } } }, "range": [ - 50891, - 50932 + 50749, + 50790 ], "loc": { "start": { - "line": 1780, + "line": 1776, "column": 24 }, "end": { - "line": 1780, + "line": 1776, "column": 65 } } @@ -90312,16 +89865,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50962, - 50967 + 50820, + 50825 ], "loc": { "start": { - "line": 1782, + "line": 1778, "column": 28 }, "end": { - "line": 1782, + "line": 1778, "column": 33 } } @@ -90342,16 +89895,16 @@ "object": { "type": "ThisExpression", "range": [ - 50999, - 51003 + 50857, + 50861 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 28 }, "end": { - "line": 1783, + "line": 1779, "column": 32 } } @@ -90360,31 +89913,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51004, - 51011 + 50862, + 50869 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 33 }, "end": { - "line": 1783, + "line": 1779, "column": 40 } } }, "range": [ - 50999, - 51011 + 50857, + 50869 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 28 }, "end": { - "line": 1783, + "line": 1779, "column": 40 } } @@ -90393,31 +89946,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51012, - 51016 + 50870, + 50874 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 41 }, "end": { - "line": 1783, + "line": 1779, "column": 45 } } }, "range": [ - 50999, - 51016 + 50857, + 50874 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 28 }, "end": { - "line": 1783, + "line": 1779, "column": 45 } } @@ -90428,16 +89981,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 51017, - 51036 + 50875, + 50894 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 46 }, "end": { - "line": 1783, + "line": 1779, "column": 65 } } @@ -90445,16 +89998,16 @@ { "type": "ThisExpression", "range": [ - 51038, - 51042 + 50896, + 50900 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 67 }, "end": { - "line": 1783, + "line": 1779, "column": 71 } } @@ -90466,16 +90019,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51076, - 51081 + 50934, + 50939 ], "loc": { "start": { - "line": 1784, + "line": 1780, "column": 32 }, "end": { - "line": 1784, + "line": 1780, "column": 37 } } @@ -90484,31 +90037,31 @@ "type": "Identifier", "name": "j", "range": [ - 51082, - 51083 + 50940, + 50941 ], "loc": { "start": { - "line": 1784, + "line": 1780, "column": 38 }, "end": { - "line": 1784, + "line": 1780, "column": 39 } } }, "range": [ - 51076, - 51084 + 50934, + 50942 ], "loc": { "start": { - "line": 1784, + "line": 1780, "column": 32 }, "end": { - "line": 1784, + "line": 1780, "column": 40 } } @@ -90517,79 +90070,79 @@ "type": "Identifier", "name": "cS", "range": [ - 51086, - 51088 + 50944, + 50946 ], "loc": { "start": { - "line": 1784, + "line": 1780, "column": 42 }, "end": { - "line": 1784, + "line": 1780, "column": 44 } } } ], "range": [ - 50999, - 51089 + 50857, + 50947 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 28 }, "end": { - "line": 1784, + "line": 1780, "column": 45 } } }, "range": [ - 50999, - 51090 + 50857, + 50948 ], "loc": { "start": { - "line": 1783, + "line": 1779, "column": 28 }, "end": { - "line": 1784, + "line": 1780, "column": 46 } } } ], "range": [ - 50969, - 51116 + 50827, + 50974 ], "loc": { "start": { - "line": 1782, + "line": 1778, "column": 35 }, "end": { - "line": 1785, + "line": 1781, "column": 25 } } }, "alternate": null, "range": [ - 50958, - 51116 + 50816, + 50974 ], "loc": { "start": { - "line": 1782, + "line": 1778, "column": 24 }, "end": { - "line": 1785, + "line": 1781, "column": 25 } } @@ -90606,16 +90159,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51146, - 51158 + 51004, + 51016 ], "loc": { "start": { - "line": 1786, + "line": 1782, "column": 29 }, "end": { - "line": 1786, + "line": 1782, "column": 41 } } @@ -90624,31 +90177,31 @@ "type": "Identifier", "name": "occur", "range": [ - 51162, - 51167 + 51020, + 51025 ], "loc": { "start": { - "line": 1786, + "line": 1782, "column": 45 }, "end": { - "line": 1786, + "line": 1782, "column": 50 } } }, "range": [ - 51146, - 51167 + 51004, + 51025 ], "loc": { "start": { - "line": 1786, + "line": 1782, "column": 29 }, "end": { - "line": 1786, + "line": 1782, "column": 50 } } @@ -90660,16 +90213,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51201, - 51214 + 51059, + 51072 ], "loc": { "start": { - "line": 1787, + "line": 1783, "column": 29 }, "end": { - "line": 1787, + "line": 1783, "column": 42 } } @@ -90681,62 +90234,62 @@ "type": "Identifier", "name": "occur", "range": [ - 51219, - 51224 + 51077, + 51082 ], "loc": { "start": { - "line": 1787, + "line": 1783, "column": 47 }, "end": { - "line": 1787, + "line": 1783, "column": 52 } } }, "prefix": true, "range": [ - 51218, - 51224 + 51076, + 51082 ], "loc": { "start": { - "line": 1787, + "line": 1783, "column": 46 }, "end": { - "line": 1787, + "line": 1783, "column": 52 } } }, "range": [ - 51201, - 51224 + 51059, + 51082 ], "loc": { "start": { - "line": 1787, + "line": 1783, "column": 29 }, "end": { - "line": 1787, + "line": 1783, "column": 52 } } }, "range": [ - 51145, - 51225 + 51003, + 51083 ], "loc": { "start": { - "line": 1786, + "line": 1782, "column": 28 }, "end": { - "line": 1787, + "line": 1783, "column": 53 } } @@ -90748,48 +90301,48 @@ "type": "BreakStatement", "label": null, "range": [ - 51257, - 51263 + 51115, + 51121 ], "loc": { "start": { - "line": 1788, + "line": 1784, "column": 28 }, "end": { - "line": 1788, + "line": 1784, "column": 34 } } } ], "range": [ - 51227, - 51289 + 51085, + 51147 ], "loc": { "start": { - "line": 1787, + "line": 1783, "column": 55 }, "end": { - "line": 1789, + "line": 1785, "column": 25 } } }, "alternate": null, "range": [ - 51141, - 51289 + 50999, + 51147 ], "loc": { "start": { - "line": 1786, + "line": 1782, "column": 24 }, "end": { - "line": 1789, + "line": 1785, "column": 25 } } @@ -90805,16 +90358,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 51318, - 51325 + 51176, + 51183 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 28 }, "end": { - "line": 1790, + "line": 1786, "column": 35 } } @@ -90824,32 +90377,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51326, - 51328 + 51184, + 51186 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 36 }, "end": { - "line": 1790, + "line": 1786, "column": 38 } } } ], "range": [ - 51318, - 51329 + 51176, + 51187 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 28 }, "end": { - "line": 1790, + "line": 1786, "column": 39 } } @@ -90858,31 +90411,31 @@ "type": "Identifier", "name": "occur", "range": [ - 51333, - 51338 + 51191, + 51196 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 43 }, "end": { - "line": 1790, + "line": 1786, "column": 48 } } }, "range": [ - 51318, - 51338 + 51176, + 51196 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 28 }, "end": { - "line": 1790, + "line": 1786, "column": 48 } } @@ -90894,79 +90447,79 @@ "type": "BreakStatement", "label": null, "range": [ - 51370, - 51376 + 51228, + 51234 ], "loc": { "start": { - "line": 1791, + "line": 1787, "column": 28 }, "end": { - "line": 1791, + "line": 1787, "column": 34 } } } ], "range": [ - 51340, - 51402 + 51198, + 51260 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 50 }, "end": { - "line": 1792, + "line": 1788, "column": 25 } } }, "alternate": null, "range": [ - 51314, - 51402 + 51172, + 51260 ], "loc": { "start": { - "line": 1790, + "line": 1786, "column": 24 }, "end": { - "line": 1792, + "line": 1788, "column": 25 } } } ], "range": [ - 50824, - 51424 + 50682, + 51282 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 66 }, "end": { - "line": 1793, + "line": 1789, "column": 21 } } }, "range": [ - 50778, - 51424 + 50636, + 51282 ], "loc": { "start": { - "line": 1778, + "line": 1774, "column": 20 }, "end": { - "line": 1793, + "line": 1789, "column": 21 } }, @@ -90975,16 +90528,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 50702, - 50757 + 50560, + 50615 ], "loc": { "start": { - "line": 1777, + "line": 1773, "column": 20 }, "end": { - "line": 1777, + "line": 1773, "column": 75 } } @@ -91003,16 +90556,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51445, - 51454 + 51303, + 51312 ], "loc": { "start": { - "line": 1794, + "line": 1790, "column": 20 }, "end": { - "line": 1794, + "line": 1790, "column": 29 } } @@ -91021,31 +90574,31 @@ "type": "Identifier", "name": "j", "range": [ - 51455, - 51456 + 51313, + 51314 ], "loc": { "start": { - "line": 1794, + "line": 1790, "column": 30 }, "end": { - "line": 1794, + "line": 1790, "column": 31 } } }, "range": [ - 51445, - 51457 + 51303, + 51315 ], "loc": { "start": { - "line": 1794, + "line": 1790, "column": 20 }, "end": { - "line": 1794, + "line": 1790, "column": 32 } } @@ -91054,62 +90607,62 @@ "type": "Identifier", "name": "occur", "range": [ - 51460, - 51465 + 51318, + 51323 ], "loc": { "start": { - "line": 1794, + "line": 1790, "column": 35 }, "end": { - "line": 1794, + "line": 1790, "column": 40 } } }, "range": [ - 51445, - 51465 + 51303, + 51323 ], "loc": { "start": { - "line": 1794, + "line": 1790, "column": 20 }, "end": { - "line": 1794, + "line": 1790, "column": 40 } } }, "range": [ - 51445, - 51466 + 51303, + 51324 ], "loc": { "start": { - "line": 1794, + "line": 1790, "column": 20 }, "end": { - "line": 1794, + "line": 1790, "column": 41 } } } ], "range": [ - 50397, - 51485 + 50255, + 51343 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 66 }, "end": { - "line": 1796, + "line": 1792, "column": 17 } }, @@ -91118,16 +90671,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51502, - 51527 + 51360, + 51385 ], "loc": { "start": { - "line": 1797, + "line": 1793, "column": 16 }, "end": { - "line": 1797, + "line": 1793, "column": 41 } } @@ -91149,16 +90702,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51571, - 51580 + 51429, + 51438 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 20 }, "end": { - "line": 1799, + "line": 1795, "column": 29 } } @@ -91167,31 +90720,31 @@ "type": "Identifier", "name": "j", "range": [ - 51581, - 51582 + 51439, + 51440 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 30 }, "end": { - "line": 1799, + "line": 1795, "column": 31 } } }, "range": [ - 51571, - 51583 + 51429, + 51441 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 20 }, "end": { - "line": 1799, + "line": 1795, "column": 32 } } @@ -91204,16 +90757,16 @@ "object": { "type": "ThisExpression", "range": [ - 51586, - 51590 + 51444, + 51448 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 35 }, "end": { - "line": 1799, + "line": 1795, "column": 39 } } @@ -91222,31 +90775,31 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 51591, - 51600 + 51449, + 51458 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 40 }, "end": { - "line": 1799, + "line": 1795, "column": 49 } } }, "range": [ - 51586, - 51600 + 51444, + 51458 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 35 }, "end": { - "line": 1799, + "line": 1795, "column": 49 } } @@ -91258,16 +90811,16 @@ "type": "Identifier", "name": "trim", "range": [ - 51601, - 51605 + 51459, + 51463 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 50 }, "end": { - "line": 1799, + "line": 1795, "column": 54 } } @@ -91277,32 +90830,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51606, - 51608 + 51464, + 51466 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 55 }, "end": { - "line": 1799, + "line": 1795, "column": 57 } } } ], "range": [ - 51601, - 51609 + 51459, + 51467 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 50 }, "end": { - "line": 1799, + "line": 1795, "column": 58 } } @@ -91311,16 +90864,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 51611, - 51620 + 51469, + 51478 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 60 }, "end": { - "line": 1799, + "line": 1795, "column": 69 } } @@ -91329,62 +90882,62 @@ "type": "Identifier", "name": "j", "range": [ - 51622, - 51623 + 51480, + 51481 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 71 }, "end": { - "line": 1799, + "line": 1795, "column": 72 } } } ], "range": [ - 51586, - 51624 + 51444, + 51482 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 35 }, "end": { - "line": 1799, + "line": 1795, "column": 73 } } }, "range": [ - 51571, - 51624 + 51429, + 51482 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 20 }, "end": { - "line": 1799, + "line": 1795, "column": 73 } } }, "range": [ - 51571, - 51625 + 51429, + 51483 ], "loc": { "start": { - "line": 1799, + "line": 1795, "column": 20 }, "end": { - "line": 1799, + "line": 1795, "column": 74 } } @@ -91398,16 +90951,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51650, - 51659 + 51508, + 51517 ], "loc": { "start": { - "line": 1800, + "line": 1796, "column": 24 }, "end": { - "line": 1800, + "line": 1796, "column": 33 } } @@ -91416,31 +90969,31 @@ "type": "Identifier", "name": "j", "range": [ - 51660, - 51661 + 51518, + 51519 ], "loc": { "start": { - "line": 1800, + "line": 1796, "column": 34 }, "end": { - "line": 1800, + "line": 1796, "column": 35 } } }, "range": [ - 51650, - 51662 + 51508, + 51520 ], "loc": { "start": { - "line": 1800, + "line": 1796, "column": 24 }, "end": { - "line": 1800, + "line": 1796, "column": 36 } } @@ -91461,16 +91014,16 @@ "object": { "type": "ThisExpression", "range": [ - 51690, - 51694 + 51548, + 51552 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 24 }, "end": { - "line": 1801, + "line": 1797, "column": 28 } } @@ -91479,31 +91032,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51695, - 51702 + 51553, + 51560 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 29 }, "end": { - "line": 1801, + "line": 1797, "column": 36 } } }, "range": [ - 51690, - 51702 + 51548, + 51560 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 24 }, "end": { - "line": 1801, + "line": 1797, "column": 36 } } @@ -91512,31 +91065,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51703, - 51707 + 51561, + 51565 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 37 }, "end": { - "line": 1801, + "line": 1797, "column": 41 } } }, "range": [ - 51690, - 51707 + 51548, + 51565 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 24 }, "end": { - "line": 1801, + "line": 1797, "column": 41 } } @@ -91547,16 +91100,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 51708, - 51727 + 51566, + 51585 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 42 }, "end": { - "line": 1801, + "line": 1797, "column": 61 } } @@ -91564,16 +91117,16 @@ { "type": "ThisExpression", "range": [ - 51729, - 51733 + 51587, + 51591 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 63 }, "end": { - "line": 1801, + "line": 1797, "column": 67 } } @@ -91585,16 +91138,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51735, - 51740 + 51593, + 51598 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 69 }, "end": { - "line": 1801, + "line": 1797, "column": 74 } } @@ -91603,31 +91156,31 @@ "type": "Identifier", "name": "j", "range": [ - 51741, - 51742 + 51599, + 51600 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 75 }, "end": { - "line": 1801, + "line": 1797, "column": 76 } } }, "range": [ - 51735, - 51743 + 51593, + 51601 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 69 }, "end": { - "line": 1801, + "line": 1797, "column": 77 } } @@ -91636,95 +91189,95 @@ "type": "Identifier", "name": "sA", "range": [ - 51773, - 51775 + 51631, + 51633 ], "loc": { "start": { - "line": 1802, + "line": 1798, "column": 28 }, "end": { - "line": 1802, + "line": 1798, "column": 30 } } } ], "range": [ - 51690, - 51776 + 51548, + 51634 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 24 }, "end": { - "line": 1802, + "line": 1798, "column": 31 } } }, "range": [ - 51690, - 51777 + 51548, + 51635 ], "loc": { "start": { - "line": 1801, + "line": 1797, "column": 24 }, "end": { - "line": 1802, + "line": 1798, "column": 32 } } } ], "range": [ - 51664, - 51799 + 51522, + 51657 ], "loc": { "start": { - "line": 1800, + "line": 1796, "column": 38 }, "end": { - "line": 1803, + "line": 1799, "column": 21 } } }, "alternate": null, "range": [ - 51646, - 51799 + 51504, + 51657 ], "loc": { "start": { - "line": 1800, + "line": 1796, "column": 20 }, "end": { - "line": 1803, + "line": 1799, "column": 21 } } } ], "range": [ - 51549, - 51817 + 51407, + 51675 ], "loc": { "start": { - "line": 1798, + "line": 1794, "column": 21 }, "end": { - "line": 1804, + "line": 1800, "column": 17 } }, @@ -91733,16 +91286,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51502, - 51527 + 51360, + 51385 ], "loc": { "start": { - "line": 1797, + "line": 1793, "column": 16 }, "end": { - "line": 1797, + "line": 1793, "column": 41 } } @@ -91750,16 +91303,16 @@ ] }, "range": [ - 50347, - 51817 + 50205, + 51675 ], "loc": { "start": { - "line": 1768, + "line": 1764, "column": 16 }, "end": { - "line": 1804, + "line": 1800, "column": 17 } }, @@ -91768,16 +91321,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50297, - 50330 + 50155, + 50188 ], "loc": { "start": { - "line": 1767, + "line": 1763, "column": 16 }, "end": { - "line": 1767, + "line": 1763, "column": 49 } } @@ -91788,16 +91341,16 @@ "type": "Line", "value": "else single param", "range": [ - 51817, - 51836 + 51675, + 51694 ], "loc": { "start": { - "line": 1804, + "line": 1800, "column": 17 }, "end": { - "line": 1804, + "line": 1800, "column": 36 } } @@ -91816,16 +91369,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51859, - 51868 + 51717, + 51726 ], "loc": { "start": { - "line": 1806, + "line": 1802, "column": 21 }, "end": { - "line": 1806, + "line": 1802, "column": 30 } } @@ -91834,47 +91387,47 @@ "type": "Identifier", "name": "j", "range": [ - 51869, - 51870 + 51727, + 51728 ], "loc": { "start": { - "line": 1806, + "line": 1802, "column": 31 }, "end": { - "line": 1806, + "line": 1802, "column": 32 } } }, "range": [ - 51859, - 51871 + 51717, + 51729 ], "loc": { "start": { - "line": 1806, + "line": 1802, "column": 21 }, "end": { - "line": 1806, + "line": 1802, "column": 33 } } }, "prefix": true, "range": [ - 51858, - 51871 + 51716, + 51729 ], "loc": { "start": { - "line": 1806, + "line": 1802, "column": 20 }, "end": { - "line": 1806, + "line": 1802, "column": 33 } } @@ -91891,16 +91444,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51895, - 51905 + 51753, + 51763 ], "loc": { "start": { - "line": 1807, + "line": 1803, "column": 20 }, "end": { - "line": 1807, + "line": 1803, "column": 30 } } @@ -91910,78 +91463,78 @@ "value": false, "raw": "false", "range": [ - 51908, - 51913 + 51766, + 51771 ], "loc": { "start": { - "line": 1807, + "line": 1803, "column": 33 }, "end": { - "line": 1807, + "line": 1803, "column": 38 } } }, "range": [ - 51895, - 51913 + 51753, + 51771 ], "loc": { "start": { - "line": 1807, + "line": 1803, "column": 20 }, "end": { - "line": 1807, + "line": 1803, "column": 38 } } }, "range": [ - 51895, - 51914 + 51753, + 51772 ], "loc": { "start": { - "line": 1807, + "line": 1803, "column": 20 }, "end": { - "line": 1807, + "line": 1803, "column": 39 } } } ], "range": [ - 51873, - 51932 + 51731, + 51790 ], "loc": { "start": { - "line": 1806, + "line": 1802, "column": 35 }, "end": { - "line": 1808, + "line": 1804, "column": 17 } } }, "alternate": null, "range": [ - 51854, - 51932 + 51712, + 51790 ], "loc": { "start": { - "line": 1806, + "line": 1802, "column": 16 }, "end": { - "line": 1808, + "line": 1804, "column": 17 } }, @@ -91990,16 +91543,16 @@ "type": "Line", "value": "else single param", "range": [ - 51817, - 51836 + 51675, + 51694 ], "loc": { "start": { - "line": 1804, + "line": 1800, "column": 17 }, "end": { - "line": 1804, + "line": 1800, "column": 36 } } @@ -92017,16 +91570,16 @@ "object": { "type": "ThisExpression", "range": [ - 51953, - 51957 + 51811, + 51815 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 20 }, "end": { - "line": 1809, + "line": 1805, "column": 24 } } @@ -92035,31 +91588,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 51958, - 51973 + 51816, + 51831 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 25 }, "end": { - "line": 1809, + "line": 1805, "column": 40 } } }, "range": [ - 51953, - 51973 + 51811, + 51831 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 20 }, "end": { - "line": 1809, + "line": 1805, "column": 40 } } @@ -92071,16 +91624,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51977, - 51986 + 51835, + 51844 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 44 }, "end": { - "line": 1809, + "line": 1805, "column": 53 } } @@ -92089,46 +91642,46 @@ "type": "Identifier", "name": "j", "range": [ - 51987, - 51988 + 51845, + 51846 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 54 }, "end": { - "line": 1809, + "line": 1805, "column": 55 } } }, "range": [ - 51977, - 51989 + 51835, + 51847 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 44 }, "end": { - "line": 1809, + "line": 1805, "column": 56 } } }, "range": [ - 51953, - 51989 + 51811, + 51847 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 20 }, "end": { - "line": 1809, + "line": 1805, "column": 56 } } @@ -92145,16 +91698,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52013, - 52030 + 51871, + 51888 ], "loc": { "start": { - "line": 1810, + "line": 1806, "column": 20 }, "end": { - "line": 1810, + "line": 1806, "column": 37 } } @@ -92164,78 +91717,78 @@ "value": true, "raw": "true", "range": [ - 52033, - 52037 + 51891, + 51895 ], "loc": { "start": { - "line": 1810, + "line": 1806, "column": 40 }, "end": { - "line": 1810, + "line": 1806, "column": 44 } } }, "range": [ - 52013, - 52037 + 51871, + 51895 ], "loc": { "start": { - "line": 1810, + "line": 1806, "column": 20 }, "end": { - "line": 1810, + "line": 1806, "column": 44 } } }, "range": [ - 52013, - 52038 + 51871, + 51896 ], "loc": { "start": { - "line": 1810, + "line": 1806, "column": 20 }, "end": { - "line": 1810, + "line": 1806, "column": 45 } } } ], "range": [ - 51991, - 52056 + 51849, + 51914 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 58 }, "end": { - "line": 1811, + "line": 1807, "column": 17 } } }, "alternate": null, "range": [ - 51949, - 52056 + 51807, + 51914 ], "loc": { "start": { - "line": 1809, + "line": 1805, "column": 16 }, "end": { - "line": 1811, + "line": 1807, "column": 17 } } @@ -92253,16 +91806,16 @@ "object": { "type": "ThisExpression", "range": [ - 52074, - 52078 + 51932, + 51936 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 16 }, "end": { - "line": 1813, + "line": 1809, "column": 20 } } @@ -92271,31 +91824,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52079, - 52086 + 51937, + 51944 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 21 }, "end": { - "line": 1813, + "line": 1809, "column": 28 } } }, "range": [ - 52074, - 52086 + 51932, + 51944 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 16 }, "end": { - "line": 1813, + "line": 1809, "column": 28 } } @@ -92304,31 +91857,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52087, - 52091 + 51945, + 51949 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 29 }, "end": { - "line": 1813, + "line": 1809, "column": 33 } } }, "range": [ - 52074, - 52091 + 51932, + 51949 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 16 }, "end": { - "line": 1813, + "line": 1809, "column": 33 } } @@ -92339,16 +91892,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 52092, - 52108 + 51950, + 51966 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 34 }, "end": { - "line": 1813, + "line": 1809, "column": 50 } } @@ -92356,16 +91909,16 @@ { "type": "ThisExpression", "range": [ - 52110, - 52114 + 51968, + 51972 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 52 }, "end": { - "line": 1813, + "line": 1809, "column": 56 } } @@ -92374,16 +91927,16 @@ "type": "Identifier", "name": "j", "range": [ - 52116, - 52117 + 51974, + 51975 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 58 }, "end": { - "line": 1813, + "line": 1809, "column": 59 } } @@ -92395,16 +91948,16 @@ "type": "Identifier", "name": "cells", "range": [ - 52119, - 52124 + 51977, + 51982 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 61 }, "end": { - "line": 1813, + "line": 1809, "column": 66 } } @@ -92413,93 +91966,93 @@ "type": "Identifier", "name": "j", "range": [ - 52125, - 52126 + 51983, + 51984 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 67 }, "end": { - "line": 1813, + "line": 1809, "column": 68 } } }, "range": [ - 52119, - 52127 + 51977, + 51985 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 61 }, "end": { - "line": 1813, + "line": 1809, "column": 69 } } } ], "range": [ - 52074, - 52128 + 51932, + 51986 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 16 }, "end": { - "line": 1813, + "line": 1809, "column": 70 } } }, "range": [ - 52074, - 52129 + 51932, + 51987 ], "loc": { "start": { - "line": 1813, + "line": 1809, "column": 16 }, "end": { - "line": 1813, + "line": 1809, "column": 71 } } } ], "range": [ - 49489, - 52143 + 49347, + 52001 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 46 }, "end": { - "line": 1814, + "line": 1810, "column": 13 } } }, "range": [ - 49455, - 52143 + 49313, + 52001 ], "loc": { "start": { - "line": 1747, + "line": 1743, "column": 12 }, "end": { - "line": 1814, + "line": 1810, "column": 13 } }, @@ -92508,16 +92061,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49410, - 49442 + 49268, + 49300 ], "loc": { "start": { - "line": 1746, + "line": 1742, "column": 12 }, "end": { - "line": 1746, + "line": 1742, "column": 44 } } @@ -92528,16 +92081,16 @@ "type": "Line", "value": "for j", "range": [ - 52143, - 52150 + 52001, + 52008 ], "loc": { "start": { - "line": 1814, + "line": 1810, "column": 13 }, "end": { - "line": 1814, + "line": 1810, "column": 20 } } @@ -92555,16 +92108,16 @@ "object": { "type": "ThisExpression", "range": [ - 52168, - 52172 + 52026, + 52030 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 16 }, "end": { - "line": 1816, + "line": 1812, "column": 20 } } @@ -92573,31 +92126,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52173, - 52188 + 52031, + 52046 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 21 }, "end": { - "line": 1816, + "line": 1812, "column": 36 } } }, "range": [ - 52168, - 52188 + 52026, + 52046 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 16 }, "end": { - "line": 1816, + "line": 1812, "column": 36 } } @@ -92606,31 +92159,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52192, - 52209 + 52050, + 52067 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 40 }, "end": { - "line": 1816, + "line": 1812, "column": 57 } } }, "range": [ - 52168, - 52209 + 52026, + 52067 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 16 }, "end": { - "line": 1816, + "line": 1812, "column": 57 } } @@ -92647,16 +92200,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52229, - 52239 + 52087, + 52097 ], "loc": { "start": { - "line": 1817, + "line": 1813, "column": 16 }, "end": { - "line": 1817, + "line": 1813, "column": 26 } } @@ -92666,78 +92219,78 @@ "value": true, "raw": "true", "range": [ - 52242, - 52246 + 52100, + 52104 ], "loc": { "start": { - "line": 1817, + "line": 1813, "column": 29 }, "end": { - "line": 1817, + "line": 1813, "column": 33 } } }, "range": [ - 52229, - 52246 + 52087, + 52104 ], "loc": { "start": { - "line": 1817, + "line": 1813, "column": 16 }, "end": { - "line": 1817, + "line": 1813, "column": 33 } } }, "range": [ - 52229, - 52247 + 52087, + 52105 ], "loc": { "start": { - "line": 1817, + "line": 1813, "column": 16 }, "end": { - "line": 1817, + "line": 1813, "column": 34 } } } ], "range": [ - 52211, - 52261 + 52069, + 52119 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 59 }, "end": { - "line": 1818, + "line": 1814, "column": 13 } } }, "alternate": null, "range": [ - 52164, - 52261 + 52022, + 52119 ], "loc": { "start": { - "line": 1816, + "line": 1812, "column": 12 }, "end": { - "line": 1818, + "line": 1814, "column": 13 } }, @@ -92746,16 +92299,16 @@ "type": "Line", "value": "for j", "range": [ - 52143, - 52150 + 52001, + 52008 ], "loc": { "start": { - "line": 1814, + "line": 1810, "column": 13 }, "end": { - "line": 1814, + "line": 1810, "column": 20 } } @@ -92772,16 +92325,16 @@ "object": { "type": "ThisExpression", "range": [ - 52275, - 52279 + 52133, + 52137 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 12 }, "end": { - "line": 1820, + "line": 1816, "column": 16 } } @@ -92790,31 +92343,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 52280, - 52291 + 52138, + 52149 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 17 }, "end": { - "line": 1820, + "line": 1816, "column": 28 } } }, "range": [ - 52275, - 52291 + 52133, + 52149 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 12 }, "end": { - "line": 1820, + "line": 1816, "column": 28 } } @@ -92824,16 +92377,16 @@ "type": "Identifier", "name": "k", "range": [ - 52292, - 52293 + 52150, + 52151 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 29 }, "end": { - "line": 1820, + "line": 1816, "column": 30 } } @@ -92842,47 +92395,47 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52295, - 52305 + 52153, + 52163 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 32 }, "end": { - "line": 1820, + "line": 1816, "column": 42 } } } ], "range": [ - 52275, - 52306 + 52133, + 52164 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 12 }, "end": { - "line": 1820, + "line": 1816, "column": 43 } } }, "range": [ - 52275, - 52307 + 52133, + 52165 ], "loc": { "start": { - "line": 1820, + "line": 1816, "column": 12 }, "end": { - "line": 1820, + "line": 1816, "column": 44 } } @@ -92896,32 +92449,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52325, - 52335 + 52183, + 52193 ], "loc": { "start": { - "line": 1821, + "line": 1817, "column": 17 }, "end": { - "line": 1821, + "line": 1817, "column": 27 } } }, "prefix": true, "range": [ - 52324, - 52335 + 52182, + 52193 ], "loc": { "start": { - "line": 1821, + "line": 1817, "column": 16 }, "end": { - "line": 1821, + "line": 1817, "column": 27 } } @@ -92938,79 +92491,79 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 52355, - 52365 + 52213, + 52223 ], "loc": { "start": { - "line": 1822, + "line": 1818, "column": 16 }, "end": { - "line": 1822, + "line": 1818, "column": 26 } } }, "prefix": false, "range": [ - 52355, - 52367 + 52213, + 52225 ], "loc": { "start": { - "line": 1822, + "line": 1818, "column": 16 }, "end": { - "line": 1822, + "line": 1818, "column": 28 } } }, "range": [ - 52355, - 52368 + 52213, + 52226 ], "loc": { "start": { - "line": 1822, + "line": 1818, "column": 16 }, "end": { - "line": 1822, + "line": 1818, "column": 29 } } } ], "range": [ - 52337, - 52382 + 52195, + 52240 ], "loc": { "start": { - "line": 1821, + "line": 1817, "column": 29 }, "end": { - "line": 1823, + "line": 1819, "column": 13 } } }, "alternate": null, "range": [ - 52320, - 52382 + 52178, + 52240 ], "loc": { "start": { - "line": 1821, + "line": 1817, "column": 12 }, "end": { - "line": 1823, + "line": 1819, "column": 13 } } @@ -93028,16 +92581,16 @@ "object": { "type": "ThisExpression", "range": [ - 52396, - 52400 + 52254, + 52258 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 12 }, "end": { - "line": 1825, + "line": 1821, "column": 16 } } @@ -93046,31 +92599,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52401, - 52408 + 52259, + 52266 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 17 }, "end": { - "line": 1825, + "line": 1821, "column": 24 } } }, "range": [ - 52396, - 52408 + 52254, + 52266 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 12 }, "end": { - "line": 1825, + "line": 1821, "column": 24 } } @@ -93079,31 +92632,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52409, - 52413 + 52267, + 52271 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 25 }, "end": { - "line": 1825, + "line": 1821, "column": 29 } } }, "range": [ - 52396, - 52413 + 52254, + 52271 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 12 }, "end": { - "line": 1825, + "line": 1821, "column": 29 } } @@ -93114,16 +92667,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 52414, - 52429 + 52272, + 52287 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 30 }, "end": { - "line": 1825, + "line": 1821, "column": 45 } } @@ -93131,16 +92684,16 @@ { "type": "ThisExpression", "range": [ - 52431, - 52435 + 52289, + 52293 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 47 }, "end": { - "line": 1825, + "line": 1821, "column": 51 } } @@ -93149,16 +92702,16 @@ "type": "Identifier", "name": "k", "range": [ - 52437, - 52438 + 52295, + 52296 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 53 }, "end": { - "line": 1825, + "line": 1821, "column": 54 } } @@ -93172,16 +92725,16 @@ "object": { "type": "ThisExpression", "range": [ - 52456, - 52460 + 52314, + 52318 ], "loc": { "start": { - "line": 1826, + "line": 1822, "column": 16 }, "end": { - "line": 1826, + "line": 1822, "column": 20 } } @@ -93190,31 +92743,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 52461, - 52475 + 52319, + 52333 ], "loc": { "start": { - "line": 1826, + "line": 1822, "column": 21 }, "end": { - "line": 1826, + "line": 1822, "column": 35 } } }, "range": [ - 52456, - 52475 + 52314, + 52333 ], "loc": { "start": { - "line": 1826, + "line": 1822, "column": 16 }, "end": { - "line": 1826, + "line": 1822, "column": 35 } } @@ -93223,31 +92776,31 @@ "type": "Identifier", "name": "length", "range": [ - 52476, - 52482 + 52334, + 52340 ], "loc": { "start": { - "line": 1826, + "line": 1822, "column": 36 }, "end": { - "line": 1826, + "line": 1822, "column": 42 } } }, "range": [ - 52456, - 52482 + 52314, + 52340 ], "loc": { "start": { - "line": 1826, + "line": 1822, "column": 16 }, "end": { - "line": 1826, + "line": 1822, "column": 42 } } @@ -93256,78 +92809,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52484, - 52494 + 52342, + 52352 ], "loc": { "start": { - "line": 1826, + "line": 1822, "column": 44 }, "end": { - "line": 1826, + "line": 1822, "column": 54 } } } ], "range": [ - 52396, - 52495 + 52254, + 52353 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 12 }, "end": { - "line": 1826, + "line": 1822, "column": 55 } } }, "range": [ - 52396, - 52496 + 52254, + 52354 ], "loc": { "start": { - "line": 1825, + "line": 1821, "column": 12 }, "end": { - "line": 1826, + "line": 1822, "column": 56 } } } ], "range": [ - 48934, - 52506 + 48792, + 52364 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 51 }, "end": { - "line": 1827, + "line": 1823, "column": 9 } } }, "range": [ - 48891, - 52506 + 48749, + 52364 ], "loc": { "start": { - "line": 1729, + "line": 1725, "column": 8 }, "end": { - "line": 1827, + "line": 1823, "column": 9 } }, @@ -93336,16 +92889,16 @@ "type": "Line", "value": " for k", "range": [ - 52506, - 52514 + 52364, + 52372 ], "loc": { "start": { - "line": 1827, + "line": 1823, "column": 9 }, "end": { - "line": 1827, + "line": 1823, "column": 17 } } @@ -93363,16 +92916,16 @@ "object": { "type": "ThisExpression", "range": [ - 52524, - 52528 + 52382, + 52386 ], "loc": { "start": { - "line": 1829, + "line": 1825, "column": 8 }, "end": { - "line": 1829, + "line": 1825, "column": 12 } } @@ -93381,31 +92934,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 52529, - 52541 + 52387, + 52399 ], "loc": { "start": { - "line": 1829, + "line": 1825, "column": 13 }, "end": { - "line": 1829, + "line": 1825, "column": 25 } } }, "range": [ - 52524, - 52541 + 52382, + 52399 ], "loc": { "start": { - "line": 1829, + "line": 1825, "column": 8 }, "end": { - "line": 1829, + "line": 1825, "column": 25 } } @@ -93414,46 +92967,46 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 52544, - 52554 + 52402, + 52412 ], "loc": { "start": { - "line": 1829, + "line": 1825, "column": 28 }, "end": { - "line": 1829, + "line": 1825, "column": 38 } } }, "range": [ - 52524, - 52554 + 52382, + 52412 ], "loc": { "start": { - "line": 1829, + "line": 1825, "column": 8 }, "end": { - "line": 1829, + "line": 1825, "column": 38 } } }, "range": [ - 52524, - 52555 + 52382, + 52413 ], "loc": { "start": { - "line": 1829, + "line": 1825, "column": 8 }, "end": { - "line": 1829, + "line": 1825, "column": 39 } }, @@ -93462,16 +93015,16 @@ "type": "Line", "value": " for k", "range": [ - 52506, - 52514 + 52364, + 52372 ], "loc": { "start": { - "line": 1827, + "line": 1823, "column": 9 }, "end": { - "line": 1827, + "line": 1823, "column": 17 } } @@ -93482,16 +93035,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 52565, - 52594 + 52423, + 52452 ], "loc": { "start": { - "line": 1831, + "line": 1827, "column": 8 }, "end": { - "line": 1831, + "line": 1827, "column": 37 } } @@ -93508,16 +93061,16 @@ "object": { "type": "ThisExpression", "range": [ - 52603, - 52607 + 52461, + 52465 ], "loc": { "start": { - "line": 1832, + "line": 1828, "column": 8 }, "end": { - "line": 1832, + "line": 1828, "column": 12 } } @@ -93526,31 +93079,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 52608, - 52621 + 52466, + 52479 ], "loc": { "start": { - "line": 1832, + "line": 1828, "column": 13 }, "end": { - "line": 1832, + "line": 1828, "column": 26 } } }, "range": [ - 52603, - 52621 + 52461, + 52479 ], "loc": { "start": { - "line": 1832, + "line": 1828, "column": 8 }, "end": { - "line": 1832, + "line": 1828, "column": 26 } } @@ -93559,47 +93112,47 @@ { "type": "ThisExpression", "range": [ - 52622, - 52626 + 52480, + 52484 ], "loc": { "start": { - "line": 1832, + "line": 1828, "column": 27 }, "end": { - "line": 1832, + "line": 1828, "column": 31 } } } ], "range": [ - 52603, - 52627 + 52461, + 52485 ], "loc": { "start": { - "line": 1832, + "line": 1828, "column": 8 }, "end": { - "line": 1832, + "line": 1828, "column": 32 } } }, "range": [ - 52603, - 52628 + 52461, + 52486 ], "loc": { "start": { - "line": 1832, + "line": 1828, "column": 8 }, "end": { - "line": 1832, + "line": 1828, "column": 33 } }, @@ -93608,16 +93161,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 52565, - 52594 + 52423, + 52452 ], "loc": { "start": { - "line": 1831, + "line": 1827, "column": 8 }, "end": { - "line": 1831, + "line": 1827, "column": 37 } } @@ -93637,16 +93190,16 @@ "object": { "type": "ThisExpression", "range": [ - 52638, - 52642 + 52496, + 52500 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 8 }, "end": { - "line": 1834, + "line": 1830, "column": 12 } } @@ -93655,31 +93208,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52643, - 52650 + 52501, + 52508 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 13 }, "end": { - "line": 1834, + "line": 1830, "column": 20 } } }, "range": [ - 52638, - 52650 + 52496, + 52508 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 8 }, "end": { - "line": 1834, + "line": 1830, "column": 20 } } @@ -93688,31 +93241,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52651, - 52655 + 52509, + 52513 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 21 }, "end": { - "line": 1834, + "line": 1830, "column": 25 } } }, "range": [ - 52638, - 52655 + 52496, + 52513 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 8 }, "end": { - "line": 1834, + "line": 1830, "column": 25 } } @@ -93723,16 +93276,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 52656, - 52673 + 52514, + 52531 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 26 }, "end": { - "line": 1834, + "line": 1830, "column": 43 } } @@ -93740,16 +93293,16 @@ { "type": "ThisExpression", "range": [ - 52675, - 52679 + 52533, + 52537 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 45 }, "end": { - "line": 1834, + "line": 1830, "column": 49 } } @@ -93758,63 +93311,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 52681, - 52691 + 52539, + 52549 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 51 }, "end": { - "line": 1834, + "line": 1830, "column": 61 } } } ], "range": [ - 52638, - 52692 + 52496, + 52550 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 8 }, "end": { - "line": 1834, + "line": 1830, "column": 62 } } }, "range": [ - 52638, - 52693 + 52496, + 52551 ], "loc": { "start": { - "line": 1834, + "line": 1830, "column": 8 }, "end": { - "line": 1834, + "line": 1830, "column": 63 } } } ], "range": [ - 48459, - 52699 + 48317, + 52557 ], "loc": { "start": { - "line": 1713, + "line": 1709, "column": 13 }, "end": { - "line": 1835, + "line": 1831, "column": 5 } } @@ -93822,16 +93375,16 @@ "generator": false, "expression": false, "range": [ - 48456, - 52699 + 48314, + 52557 ], "loc": { "start": { - "line": 1713, + "line": 1709, "column": 10 }, "end": { - "line": 1835, + "line": 1831, "column": 5 } } @@ -93839,16 +93392,16 @@ "kind": "method", "computed": false, "range": [ - 48450, - 52699 + 48308, + 52557 ], "loc": { "start": { - "line": 1713, + "line": 1709, "column": 4 }, "end": { - "line": 1835, + "line": 1831, "column": 5 } }, @@ -93857,16 +93410,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 48208, - 48445 + 48066, + 48303 ], "loc": { "start": { - "line": 1708, + "line": 1704, "column": 4 }, "end": { - "line": 1712, + "line": 1708, "column": 7 } } @@ -93877,16 +93430,16 @@ "type": "Block", "value": "*\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @returns {Boolean}\n ", "range": [ - 52705, - 52929 + 52563, + 52787 ], "loc": { "start": { - "line": 1837, + "line": 1833, "column": 4 }, "end": { - "line": 1843, + "line": 1839, "column": 7 } } @@ -93900,16 +93453,16 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 52934, - 52943 + 52792, + 52801 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 4 }, "end": { - "line": 1844, + "line": 1840, "column": 13 } } @@ -93922,16 +93475,16 @@ "type": "Identifier", "name": "term", "range": [ - 52944, - 52948 + 52802, + 52806 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 14 }, "end": { - "line": 1844, + "line": 1840, "column": 18 } } @@ -93940,16 +93493,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 52950, - 52959 + 52808, + 52817 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 20 }, "end": { - "line": 1844, + "line": 1840, "column": 29 } } @@ -93958,16 +93511,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 52961, - 52967 + 52819, + 52825 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 31 }, "end": { - "line": 1844, + "line": 1840, "column": 37 } } @@ -93985,32 +93538,32 @@ "type": "Identifier", "name": "numData", "range": [ - 52983, - 52990 + 52841, + 52848 ], "loc": { "start": { - "line": 1845, + "line": 1841, "column": 12 }, "end": { - "line": 1845, + "line": 1841, "column": 19 } } }, "init": null, "range": [ - 52983, - 52990 + 52841, + 52848 ], "loc": { "start": { - "line": 1845, + "line": 1841, "column": 12 }, "end": { - "line": 1845, + "line": 1841, "column": 19 } } @@ -94018,16 +93571,16 @@ ], "kind": "let", "range": [ - 52979, - 52991 + 52837, + 52849 ], "loc": { "start": { - "line": 1845, + "line": 1841, "column": 8 }, "end": { - "line": 1845, + "line": 1841, "column": 20 } } @@ -94041,16 +93594,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 53004, - 53011 + 52862, + 52869 ], "loc": { "start": { - "line": 1846, + "line": 1842, "column": 12 }, "end": { - "line": 1846, + "line": 1842, "column": 19 } } @@ -94061,16 +93614,16 @@ "object": { "type": "ThisExpression", "range": [ - 53014, - 53018 + 52872, + 52876 ], "loc": { "start": { - "line": 1846, + "line": 1842, "column": 22 }, "end": { - "line": 1846, + "line": 1842, "column": 26 } } @@ -94079,46 +93632,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 53019, - 53035 + 52877, + 52893 ], "loc": { "start": { - "line": 1846, + "line": 1842, "column": 27 }, "end": { - "line": 1846, + "line": 1842, "column": 43 } } }, "range": [ - 53014, - 53035 + 52872, + 52893 ], "loc": { "start": { - "line": 1846, + "line": 1842, "column": 22 }, "end": { - "line": 1846, + "line": 1842, "column": 43 } } }, "range": [ - 53004, - 53035 + 52862, + 52893 ], "loc": { "start": { - "line": 1846, + "line": 1842, "column": 12 }, "end": { - "line": 1846, + "line": 1842, "column": 43 } } @@ -94126,16 +93679,16 @@ ], "kind": "let", "range": [ - 53000, - 53036 + 52858, + 52894 ], "loc": { "start": { - "line": 1846, + "line": 1842, "column": 8 }, "end": { - "line": 1846, + "line": 1842, "column": 44 } } @@ -94149,17 +93702,392 @@ "type": "Identifier", "name": "reLe", "range": [ - 53049, + 52907, + 52911 + ], + "loc": { + "start": { + "line": 1843, + "column": 12 + }, + "end": { + "line": 1843, + "column": 16 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 52918, + 52924 + ], + "loc": { + "start": { + "line": 1843, + "column": 23 + }, + "end": { + "line": 1843, + "column": 29 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 52925, + 52929 + ], + "loc": { + "start": { + "line": 1843, + "column": 30 + }, + "end": { + "line": 1843, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "leOperator", + "range": [ + 52930, + 52940 + ], + "loc": { + "start": { + "line": 1843, + "column": 35 + }, + "end": { + "line": 1843, + "column": 45 + } + } + }, + "range": [ + 52925, + 52940 + ], + "loc": { + "start": { + "line": 1843, + "column": 30 + }, + "end": { + "line": 1843, + "column": 45 + } + } + } + ], + "range": [ + 52914, + 52941 + ], + "loc": { + "start": { + "line": 1843, + "column": 19 + }, + "end": { + "line": 1843, + "column": 46 + } + } + }, + "range": [ + 52907, + 52941 + ], + "loc": { + "start": { + "line": 1843, + "column": 12 + }, + "end": { + "line": 1843, + "column": 46 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "reGe", + "range": [ + 52955, + 52959 + ], + "loc": { + "start": { + "line": 1844, + "column": 12 + }, + "end": { + "line": 1844, + "column": 16 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 52966, + 52972 + ], + "loc": { + "start": { + "line": 1844, + "column": 23 + }, + "end": { + "line": 1844, + "column": 29 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 52973, + 52977 + ], + "loc": { + "start": { + "line": 1844, + "column": 30 + }, + "end": { + "line": 1844, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "geOperator", + "range": [ + 52978, + 52988 + ], + "loc": { + "start": { + "line": 1844, + "column": 35 + }, + "end": { + "line": 1844, + "column": 45 + } + } + }, + "range": [ + 52973, + 52988 + ], + "loc": { + "start": { + "line": 1844, + "column": 30 + }, + "end": { + "line": 1844, + "column": 45 + } + } + } + ], + "range": [ + 52962, + 52989 + ], + "loc": { + "start": { + "line": 1844, + "column": 19 + }, + "end": { + "line": 1844, + "column": 46 + } + } + }, + "range": [ + 52955, + 52989 + ], + "loc": { + "start": { + "line": 1844, + "column": 12 + }, + "end": { + "line": 1844, + "column": 46 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "reL", + "range": [ + 53003, + 53006 + ], + "loc": { + "start": { + "line": 1845, + "column": 12 + }, + "end": { + "line": 1845, + "column": 15 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 53013, + 53019 + ], + "loc": { + "start": { + "line": 1845, + "column": 22 + }, + "end": { + "line": 1845, + "column": 28 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 53020, + 53024 + ], + "loc": { + "start": { + "line": 1845, + "column": 29 + }, + "end": { + "line": 1845, + "column": 33 + } + } + }, + "property": { + "type": "Identifier", + "name": "lwOperator", + "range": [ + 53025, + 53035 + ], + "loc": { + "start": { + "line": 1845, + "column": 34 + }, + "end": { + "line": 1845, + "column": 44 + } + } + }, + "range": [ + 53020, + 53035 + ], + "loc": { + "start": { + "line": 1845, + "column": 29 + }, + "end": { + "line": 1845, + "column": 44 + } + } + } + ], + "range": [ + 53009, + 53036 + ], + "loc": { + "start": { + "line": 1845, + "column": 18 + }, + "end": { + "line": 1845, + "column": 45 + } + } + }, + "range": [ + 53003, + 53036 + ], + "loc": { + "start": { + "line": 1845, + "column": 12 + }, + "end": { + "line": 1845, + "column": 45 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "reG", + "range": [ + 53050, 53053 ], "loc": { "start": { - "line": 1847, + "line": 1846, "column": 12 }, "end": { - "line": 1847, - "column": 16 + "line": 1846, + "column": 15 } } }, @@ -94174,12 +94102,12 @@ ], "loc": { "start": { - "line": 1847, - "column": 23 + "line": 1846, + "column": 22 }, "end": { - "line": 1847, - "column": 29 + "line": 1846, + "column": 28 } } }, @@ -94195,30 +94123,30 @@ ], "loc": { "start": { - "line": 1847, - "column": 30 + "line": 1846, + "column": 29 }, "end": { - "line": 1847, - "column": 34 + "line": 1846, + "column": 33 } } }, "property": { "type": "Identifier", - "name": "leOperator", + "name": "grOperator", "range": [ 53072, 53082 ], "loc": { "start": { - "line": 1847, - "column": 35 + "line": 1846, + "column": 34 }, "end": { - "line": 1847, - "column": 45 + "line": 1846, + "column": 44 } } }, @@ -94228,12 +94156,12 @@ ], "loc": { "start": { - "line": 1847, - "column": 30 + "line": 1846, + "column": 29 }, "end": { - "line": 1847, - "column": 45 + "line": 1846, + "column": 44 } } } @@ -94244,27 +94172,27 @@ ], "loc": { "start": { - "line": 1847, - "column": 19 + "line": 1846, + "column": 18 }, "end": { - "line": 1847, - "column": 46 + "line": 1846, + "column": 45 } } }, "range": [ - 53049, + 53050, 53083 ], "loc": { "start": { - "line": 1847, + "line": 1846, "column": 12 }, "end": { - "line": 1847, - "column": 46 + "line": 1846, + "column": 45 } } }, @@ -94272,19 +94200,19 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "reGe", + "name": "reD", "range": [ 53097, - 53101 + 53100 ], "loc": { "start": { - "line": 1848, + "line": 1847, "column": 12 }, "end": { - "line": 1848, - "column": 16 + "line": 1847, + "column": 15 } } }, @@ -94294,17 +94222,17 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53108, - 53114 + 53107, + 53113 ], "loc": { "start": { - "line": 1848, - "column": 23 + "line": 1847, + "column": 22 }, "end": { - "line": 1848, - "column": 29 + "line": 1847, + "column": 28 } } }, @@ -94315,81 +94243,81 @@ "object": { "type": "ThisExpression", "range": [ - 53115, - 53119 + 53114, + 53118 ], "loc": { "start": { - "line": 1848, - "column": 30 + "line": 1847, + "column": 29 }, "end": { - "line": 1848, - "column": 34 + "line": 1847, + "column": 33 } } }, "property": { "type": "Identifier", - "name": "geOperator", + "name": "dfOperator", "range": [ - 53120, - 53130 + 53119, + 53129 ], "loc": { "start": { - "line": 1848, - "column": 35 + "line": 1847, + "column": 34 }, "end": { - "line": 1848, - "column": 45 + "line": 1847, + "column": 44 } } }, "range": [ - 53115, - 53130 + 53114, + 53129 ], "loc": { "start": { - "line": 1848, - "column": 30 + "line": 1847, + "column": 29 }, "end": { - "line": 1848, - "column": 45 + "line": 1847, + "column": 44 } } } ], "range": [ - 53104, - 53131 + 53103, + 53130 ], "loc": { "start": { - "line": 1848, - "column": 19 + "line": 1847, + "column": 18 }, "end": { - "line": 1848, - "column": 46 + "line": 1847, + "column": 45 } } }, "range": [ 53097, - 53131 + 53130 ], "loc": { "start": { - "line": 1848, + "line": 1847, "column": 12 }, "end": { - "line": 1848, - "column": 46 + "line": 1847, + "column": 45 } } }, @@ -94397,19 +94325,19 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "reL", + "name": "reLk", "range": [ - 53145, + 53144, 53148 ], "loc": { "start": { - "line": 1849, + "line": 1848, "column": 12 }, "end": { - "line": 1849, - "column": 15 + "line": 1848, + "column": 16 } } }, @@ -94424,386 +94352,11 @@ ], "loc": { "start": { - "line": 1849, - "column": 22 - }, - "end": { - "line": 1849, - "column": 28 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 53162, - 53166 - ], - "loc": { - "start": { - "line": 1849, - "column": 29 - }, - "end": { - "line": 1849, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "lwOperator", - "range": [ - 53167, - 53177 - ], - "loc": { - "start": { - "line": 1849, - "column": 34 - }, - "end": { - "line": 1849, - "column": 44 - } - } - }, - "range": [ - 53162, - 53177 - ], - "loc": { - "start": { - "line": 1849, - "column": 29 - }, - "end": { - "line": 1849, - "column": 44 - } - } - } - ], - "range": [ - 53151, - 53178 - ], - "loc": { - "start": { - "line": 1849, - "column": 18 - }, - "end": { - "line": 1849, - "column": 45 - } - } - }, - "range": [ - 53145, - 53178 - ], - "loc": { - "start": { - "line": 1849, - "column": 12 - }, - "end": { - "line": 1849, - "column": 45 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "reG", - "range": [ - 53192, - 53195 - ], - "loc": { - "start": { - "line": 1850, - "column": 12 - }, - "end": { - "line": 1850, - "column": 15 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 53202, - 53208 - ], - "loc": { - "start": { - "line": 1850, - "column": 22 - }, - "end": { - "line": 1850, - "column": 28 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 53209, - 53213 - ], - "loc": { - "start": { - "line": 1850, - "column": 29 - }, - "end": { - "line": 1850, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "grOperator", - "range": [ - 53214, - 53224 - ], - "loc": { - "start": { - "line": 1850, - "column": 34 - }, - "end": { - "line": 1850, - "column": 44 - } - } - }, - "range": [ - 53209, - 53224 - ], - "loc": { - "start": { - "line": 1850, - "column": 29 - }, - "end": { - "line": 1850, - "column": 44 - } - } - } - ], - "range": [ - 53198, - 53225 - ], - "loc": { - "start": { - "line": 1850, - "column": 18 - }, - "end": { - "line": 1850, - "column": 45 - } - } - }, - "range": [ - 53192, - 53225 - ], - "loc": { - "start": { - "line": 1850, - "column": 12 - }, - "end": { - "line": 1850, - "column": 45 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "reD", - "range": [ - 53239, - 53242 - ], - "loc": { - "start": { - "line": 1851, - "column": 12 - }, - "end": { - "line": 1851, - "column": 15 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 53249, - 53255 - ], - "loc": { - "start": { - "line": 1851, - "column": 22 - }, - "end": { - "line": 1851, - "column": 28 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 53256, - 53260 - ], - "loc": { - "start": { - "line": 1851, - "column": 29 - }, - "end": { - "line": 1851, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "dfOperator", - "range": [ - 53261, - 53271 - ], - "loc": { - "start": { - "line": 1851, - "column": 34 - }, - "end": { - "line": 1851, - "column": 44 - } - } - }, - "range": [ - 53256, - 53271 - ], - "loc": { - "start": { - "line": 1851, - "column": 29 - }, - "end": { - "line": 1851, - "column": 44 - } - } - } - ], - "range": [ - 53245, - 53272 - ], - "loc": { - "start": { - "line": 1851, - "column": 18 - }, - "end": { - "line": 1851, - "column": 45 - } - } - }, - "range": [ - 53239, - 53272 - ], - "loc": { - "start": { - "line": 1851, - "column": 12 - }, - "end": { - "line": 1851, - "column": 45 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "reLk", - "range": [ - 53286, - 53290 - ], - "loc": { - "start": { - "line": 1852, - "column": 12 - }, - "end": { - "line": 1852, - "column": 16 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 53297, - 53303 - ], - "loc": { - "start": { - "line": 1852, + "line": 1848, "column": 23 }, "end": { - "line": 1852, + "line": 1848, "column": 29 } } @@ -94815,16 +94368,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 53304, - 53310 + 53162, + 53168 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 30 }, "end": { - "line": 1852, + "line": 1848, "column": 36 } } @@ -94836,16 +94389,16 @@ "object": { "type": "ThisExpression", "range": [ - 53311, - 53315 + 53169, + 53173 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 37 }, "end": { - "line": 1852, + "line": 1848, "column": 41 } } @@ -94854,78 +94407,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 53316, - 53326 + 53174, + 53184 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 42 }, "end": { - "line": 1852, + "line": 1848, "column": 52 } } }, "range": [ - 53311, - 53326 + 53169, + 53184 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 37 }, "end": { - "line": 1852, + "line": 1848, "column": 52 } } } ], "range": [ - 53304, - 53327 + 53162, + 53185 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 30 }, "end": { - "line": 1852, + "line": 1848, "column": 53 } } } ], "range": [ - 53293, - 53328 + 53151, + 53186 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 19 }, "end": { - "line": 1852, + "line": 1848, "column": 54 } } }, "range": [ - 53286, - 53328 + 53144, + 53186 ], "loc": { "start": { - "line": 1852, + "line": 1848, "column": 12 }, "end": { - "line": 1852, + "line": 1848, "column": 54 } } @@ -94936,16 +94489,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 53342, - 53346 + 53200, + 53204 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 12 }, "end": { - "line": 1853, + "line": 1849, "column": 16 } } @@ -94956,16 +94509,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53353, - 53359 + 53211, + 53217 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 23 }, "end": { - "line": 1853, + "line": 1849, "column": 29 } } @@ -94977,16 +94530,16 @@ "object": { "type": "ThisExpression", "range": [ - 53360, - 53364 + 53218, + 53222 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 30 }, "end": { - "line": 1853, + "line": 1849, "column": 34 } } @@ -94995,62 +94548,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 53365, - 53375 + 53223, + 53233 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 35 }, "end": { - "line": 1853, + "line": 1849, "column": 45 } } }, "range": [ - 53360, - 53375 + 53218, + 53233 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 30 }, "end": { - "line": 1853, + "line": 1849, "column": 45 } } } ], "range": [ - 53349, - 53376 + 53207, + 53234 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 19 }, "end": { - "line": 1853, + "line": 1849, "column": 46 } } }, "range": [ - 53342, - 53376 + 53200, + 53234 ], "loc": { "start": { - "line": 1853, + "line": 1849, "column": 12 }, "end": { - "line": 1853, + "line": 1849, "column": 46 } } @@ -95061,16 +94614,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 53390, - 53394 + 53248, + 53252 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 12 }, "end": { - "line": 1854, + "line": 1850, "column": 16 } } @@ -95081,16 +94634,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53401, - 53407 + 53259, + 53265 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 23 }, "end": { - "line": 1854, + "line": 1850, "column": 29 } } @@ -95102,16 +94655,16 @@ "object": { "type": "ThisExpression", "range": [ - 53408, - 53412 + 53266, + 53270 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 30 }, "end": { - "line": 1854, + "line": 1850, "column": 34 } } @@ -95120,62 +94673,62 @@ "type": "Identifier", "name": "stOperator", "range": [ - 53413, - 53423 + 53271, + 53281 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 35 }, "end": { - "line": 1854, + "line": 1850, "column": 45 } } }, "range": [ - 53408, - 53423 + 53266, + 53281 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 30 }, "end": { - "line": 1854, + "line": 1850, "column": 45 } } } ], "range": [ - 53397, - 53424 + 53255, + 53282 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 19 }, "end": { - "line": 1854, + "line": 1850, "column": 46 } } }, "range": [ - 53390, - 53424 + 53248, + 53282 ], "loc": { "start": { - "line": 1854, + "line": 1850, "column": 12 }, "end": { - "line": 1854, + "line": 1850, "column": 46 } } @@ -95186,16 +94739,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 53438, - 53442 + 53296, + 53300 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 12 }, "end": { - "line": 1855, + "line": 1851, "column": 16 } } @@ -95206,16 +94759,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53449, - 53455 + 53307, + 53313 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 23 }, "end": { - "line": 1855, + "line": 1851, "column": 29 } } @@ -95227,16 +94780,16 @@ "object": { "type": "ThisExpression", "range": [ - 53456, - 53460 + 53314, + 53318 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 30 }, "end": { - "line": 1855, + "line": 1851, "column": 34 } } @@ -95245,62 +94798,62 @@ "type": "Identifier", "name": "enOperator", "range": [ - 53461, - 53471 + 53319, + 53329 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 35 }, "end": { - "line": 1855, + "line": 1851, "column": 45 } } }, "range": [ - 53456, - 53471 + 53314, + 53329 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 30 }, "end": { - "line": 1855, + "line": 1851, "column": 45 } } } ], "range": [ - 53445, - 53472 + 53303, + 53330 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 19 }, "end": { - "line": 1855, + "line": 1851, "column": 46 } } }, "range": [ - 53438, - 53472 + 53296, + 53330 ], "loc": { "start": { - "line": 1855, + "line": 1851, "column": 12 }, "end": { - "line": 1855, + "line": 1851, "column": 46 } } @@ -95311,16 +94864,16 @@ "type": "Identifier", "name": "reEm", "range": [ - 53586, - 53590 + 53444, + 53448 ], "loc": { "start": { - "line": 1858, + "line": 1854, "column": 12 }, "end": { - "line": 1858, + "line": 1854, "column": 16 } } @@ -95331,16 +94884,16 @@ "object": { "type": "ThisExpression", "range": [ - 53593, - 53597 + 53451, + 53455 ], "loc": { "start": { - "line": 1858, + "line": 1854, "column": 19 }, "end": { - "line": 1858, + "line": 1854, "column": 23 } } @@ -95349,46 +94902,46 @@ "type": "Identifier", "name": "emOperator", "range": [ - 53598, - 53608 + 53456, + 53466 ], "loc": { "start": { - "line": 1858, + "line": 1854, "column": 24 }, "end": { - "line": 1858, + "line": 1854, "column": 34 } } }, "range": [ - 53593, - 53608 + 53451, + 53466 ], "loc": { "start": { - "line": 1858, + "line": 1854, "column": 19 }, "end": { - "line": 1858, + "line": 1854, "column": 34 } } }, "range": [ - 53586, - 53608 + 53444, + 53466 ], "loc": { "start": { - "line": 1858, + "line": 1854, "column": 12 }, "end": { - "line": 1858, + "line": 1854, "column": 34 } }, @@ -95397,16 +94950,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 53486, - 53525 + 53344, + 53383 ], "loc": { "start": { - "line": 1856, + "line": 1852, "column": 12 }, "end": { - "line": 1856, + "line": 1852, "column": 51 } } @@ -95415,16 +94968,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 53538, - 53573 + 53396, + 53431 ], "loc": { "start": { - "line": 1857, + "line": 1853, "column": 12 }, "end": { - "line": 1857, + "line": 1853, "column": 47 } } @@ -95437,16 +94990,16 @@ "type": "Identifier", "name": "reNm", "range": [ - 53622, - 53626 + 53480, + 53484 ], "loc": { "start": { - "line": 1859, + "line": 1855, "column": 12 }, "end": { - "line": 1859, + "line": 1855, "column": 16 } } @@ -95457,16 +95010,16 @@ "object": { "type": "ThisExpression", "range": [ - 53629, - 53633 + 53487, + 53491 ], "loc": { "start": { - "line": 1859, + "line": 1855, "column": 19 }, "end": { - "line": 1859, + "line": 1855, "column": 23 } } @@ -95475,46 +95028,46 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 53634, - 53644 + 53492, + 53502 ], "loc": { "start": { - "line": 1859, + "line": 1855, "column": 24 }, "end": { - "line": 1859, + "line": 1855, "column": 34 } } }, "range": [ - 53629, - 53644 + 53487, + 53502 ], "loc": { "start": { - "line": 1859, + "line": 1855, "column": 19 }, "end": { - "line": 1859, + "line": 1855, "column": 34 } } }, "range": [ - 53622, - 53644 + 53480, + 53502 ], "loc": { "start": { - "line": 1859, + "line": 1855, "column": 12 }, "end": { - "line": 1859, + "line": 1855, "column": 34 } } @@ -95525,16 +95078,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 53658, - 53662 + 53516, + 53520 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 12 }, "end": { - "line": 1860, + "line": 1856, "column": 16 } } @@ -95545,16 +95098,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53669, - 53675 + 53527, + 53533 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 23 }, "end": { - "line": 1860, + "line": 1856, "column": 29 } } @@ -95566,16 +95119,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 53676, - 53682 + 53534, + 53540 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 30 }, "end": { - "line": 1860, + "line": 1856, "column": 36 } } @@ -95587,16 +95140,16 @@ "object": { "type": "ThisExpression", "range": [ - 53683, - 53687 + 53541, + 53545 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 37 }, "end": { - "line": 1860, + "line": 1856, "column": 41 } } @@ -95605,78 +95158,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 53688, - 53699 + 53546, + 53557 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 42 }, "end": { - "line": 1860, + "line": 1856, "column": 53 } } }, "range": [ - 53683, - 53699 + 53541, + 53557 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 37 }, "end": { - "line": 1860, + "line": 1856, "column": 53 } } } ], "range": [ - 53676, - 53700 + 53534, + 53558 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 30 }, "end": { - "line": 1860, + "line": 1856, "column": 54 } } } ], "range": [ - 53665, - 53701 + 53523, + 53559 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 19 }, "end": { - "line": 1860, + "line": 1856, "column": 55 } } }, "range": [ - 53658, - 53701 + 53516, + 53559 ], "loc": { "start": { - "line": 1860, + "line": 1856, "column": 12 }, "end": { - "line": 1860, + "line": 1856, "column": 55 } } @@ -95684,16 +95237,16 @@ ], "kind": "let", "range": [ - 53045, - 53702 + 52903, + 53560 ], "loc": { "start": { - "line": 1847, + "line": 1843, "column": 8 }, "end": { - "line": 1860, + "line": 1856, "column": 56 } } @@ -95707,16 +95260,16 @@ "type": "Identifier", "name": "term", "range": [ - 53712, - 53716 + 53570, + 53574 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 8 }, "end": { - "line": 1862, + "line": 1858, "column": 12 } } @@ -95727,16 +95280,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 53719, - 53728 + 53577, + 53586 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 15 }, "end": { - "line": 1862, + "line": 1858, "column": 24 } } @@ -95746,16 +95299,16 @@ "type": "Identifier", "name": "term", "range": [ - 53729, - 53733 + 53587, + 53591 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 25 }, "end": { - "line": 1862, + "line": 1858, "column": 29 } } @@ -95766,16 +95319,16 @@ "object": { "type": "ThisExpression", "range": [ - 53735, - 53739 + 53593, + 53597 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 31 }, "end": { - "line": 1862, + "line": 1858, "column": 35 } } @@ -95784,77 +95337,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 53740, - 53753 + 53598, + 53611 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 36 }, "end": { - "line": 1862, + "line": 1858, "column": 49 } } }, "range": [ - 53735, - 53753 + 53593, + 53611 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 31 }, "end": { - "line": 1862, + "line": 1858, "column": 49 } } } ], "range": [ - 53719, - 53754 + 53577, + 53612 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 15 }, "end": { - "line": 1862, + "line": 1858, "column": 50 } } }, "range": [ - 53712, - 53754 + 53570, + 53612 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 8 }, "end": { - "line": 1862, + "line": 1858, "column": 50 } } }, "range": [ - 53712, - 53755 + 53570, + 53613 ], "loc": { "start": { - "line": 1862, + "line": 1858, "column": 8 }, "end": { - "line": 1862, + "line": 1858, "column": 51 } } @@ -95868,16 +95421,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53769, - 53778 + 53627, + 53636 ], "loc": { "start": { - "line": 1864, + "line": 1860, "column": 12 }, "end": { - "line": 1864, + "line": 1860, "column": 21 } } @@ -95887,31 +95440,31 @@ "value": false, "raw": "false", "range": [ - 53781, - 53786 + 53639, + 53644 ], "loc": { "start": { - "line": 1864, + "line": 1860, "column": 24 }, "end": { - "line": 1864, + "line": 1860, "column": 29 } } }, "range": [ - 53769, - 53786 + 53627, + 53644 ], "loc": { "start": { - "line": 1864, + "line": 1860, "column": 12 }, "end": { - "line": 1864, + "line": 1860, "column": 29 } } @@ -95919,16 +95472,16 @@ ], "kind": "let", "range": [ - 53765, - 53787 + 53623, + 53645 ], "loc": { "start": { - "line": 1864, + "line": 1860, "column": 8 }, "end": { - "line": 1864, + "line": 1860, "column": 30 } }, @@ -95937,16 +95490,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 53797, - 53824 + 53655, + 53682 ], "loc": { "start": { - "line": 1866, + "line": 1862, "column": 8 }, "end": { - "line": 1866, + "line": 1862, "column": 35 } } @@ -95962,16 +95515,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 53837, - 53842 + 53695, + 53700 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 12 }, "end": { - "line": 1867, + "line": 1863, "column": 17 } } @@ -95985,16 +95538,16 @@ "type": "Identifier", "name": "reL", "range": [ - 53845, - 53848 + 53703, + 53706 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 20 }, "end": { - "line": 1867, + "line": 1863, "column": 23 } } @@ -96003,31 +95556,31 @@ "type": "Identifier", "name": "test", "range": [ - 53849, - 53853 + 53707, + 53711 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 24 }, "end": { - "line": 1867, + "line": 1863, "column": 28 } } }, "range": [ - 53845, - 53853 + 53703, + 53711 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 20 }, "end": { - "line": 1867, + "line": 1863, "column": 28 } } @@ -96037,47 +95590,47 @@ "type": "Identifier", "name": "term", "range": [ - 53854, - 53858 + 53712, + 53716 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 29 }, "end": { - "line": 1867, + "line": 1863, "column": 33 } } } ], "range": [ - 53845, - 53859 + 53703, + 53717 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 20 }, "end": { - "line": 1867, + "line": 1863, "column": 34 } } }, "range": [ - 53837, - 53859 + 53695, + 53717 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 12 }, "end": { - "line": 1867, + "line": 1863, "column": 34 } } @@ -96088,16 +95641,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 53873, - 53878 + 53731, + 53736 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 12 }, "end": { - "line": 1868, + "line": 1864, "column": 17 } } @@ -96111,16 +95664,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 53881, - 53885 + 53739, + 53743 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 20 }, "end": { - "line": 1868, + "line": 1864, "column": 24 } } @@ -96129,31 +95682,31 @@ "type": "Identifier", "name": "test", "range": [ - 53886, - 53890 + 53744, + 53748 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 25 }, "end": { - "line": 1868, + "line": 1864, "column": 29 } } }, "range": [ - 53881, - 53890 + 53739, + 53748 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 20 }, "end": { - "line": 1868, + "line": 1864, "column": 29 } } @@ -96163,47 +95716,47 @@ "type": "Identifier", "name": "term", "range": [ - 53891, - 53895 + 53749, + 53753 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 30 }, "end": { - "line": 1868, + "line": 1864, "column": 34 } } } ], "range": [ - 53881, - 53896 + 53739, + 53754 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 20 }, "end": { - "line": 1868, + "line": 1864, "column": 35 } } }, "range": [ - 53873, - 53896 + 53731, + 53754 ], "loc": { "start": { - "line": 1868, + "line": 1864, "column": 12 }, "end": { - "line": 1868, + "line": 1864, "column": 35 } } @@ -96214,16 +95767,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 53910, - 53915 + 53768, + 53773 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 12 }, "end": { - "line": 1869, + "line": 1865, "column": 17 } } @@ -96237,16 +95790,16 @@ "type": "Identifier", "name": "reG", "range": [ - 53918, - 53921 + 53776, + 53779 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 20 }, "end": { - "line": 1869, + "line": 1865, "column": 23 } } @@ -96255,31 +95808,31 @@ "type": "Identifier", "name": "test", "range": [ - 53922, - 53926 + 53780, + 53784 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 24 }, "end": { - "line": 1869, + "line": 1865, "column": 28 } } }, "range": [ - 53918, - 53926 + 53776, + 53784 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 20 }, "end": { - "line": 1869, + "line": 1865, "column": 28 } } @@ -96289,47 +95842,47 @@ "type": "Identifier", "name": "term", "range": [ - 53927, - 53931 + 53785, + 53789 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 29 }, "end": { - "line": 1869, + "line": 1865, "column": 33 } } } ], "range": [ - 53918, - 53932 + 53776, + 53790 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 20 }, "end": { - "line": 1869, + "line": 1865, "column": 34 } } }, "range": [ - 53910, - 53932 + 53768, + 53790 ], "loc": { "start": { - "line": 1869, + "line": 1865, "column": 12 }, "end": { - "line": 1869, + "line": 1865, "column": 34 } } @@ -96340,16 +95893,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 53946, - 53951 + 53804, + 53809 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 12 }, "end": { - "line": 1870, + "line": 1866, "column": 17 } } @@ -96363,16 +95916,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 53954, - 53958 + 53812, + 53816 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 20 }, "end": { - "line": 1870, + "line": 1866, "column": 24 } } @@ -96381,31 +95934,31 @@ "type": "Identifier", "name": "test", "range": [ - 53959, - 53963 + 53817, + 53821 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 25 }, "end": { - "line": 1870, + "line": 1866, "column": 29 } } }, "range": [ - 53954, - 53963 + 53812, + 53821 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 20 }, "end": { - "line": 1870, + "line": 1866, "column": 29 } } @@ -96415,47 +95968,47 @@ "type": "Identifier", "name": "term", "range": [ - 53964, - 53968 + 53822, + 53826 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 30 }, "end": { - "line": 1870, + "line": 1866, "column": 34 } } } ], "range": [ - 53954, - 53969 + 53812, + 53827 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 20 }, "end": { - "line": 1870, + "line": 1866, "column": 35 } } }, "range": [ - 53946, - 53969 + 53804, + 53827 ], "loc": { "start": { - "line": 1870, + "line": 1866, "column": 12 }, "end": { - "line": 1870, + "line": 1866, "column": 35 } } @@ -96466,16 +96019,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 53983, - 53988 + 53841, + 53846 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 12 }, "end": { - "line": 1871, + "line": 1867, "column": 17 } } @@ -96489,16 +96042,16 @@ "type": "Identifier", "name": "reD", "range": [ - 53991, - 53994 + 53849, + 53852 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 20 }, "end": { - "line": 1871, + "line": 1867, "column": 23 } } @@ -96507,31 +96060,31 @@ "type": "Identifier", "name": "test", "range": [ - 53995, - 53999 + 53853, + 53857 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 24 }, "end": { - "line": 1871, + "line": 1867, "column": 28 } } }, "range": [ - 53991, - 53999 + 53849, + 53857 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 20 }, "end": { - "line": 1871, + "line": 1867, "column": 28 } } @@ -96541,47 +96094,47 @@ "type": "Identifier", "name": "term", "range": [ - 54000, - 54004 + 53858, + 53862 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 29 }, "end": { - "line": 1871, + "line": 1867, "column": 33 } } } ], "range": [ - 53991, - 54005 + 53849, + 53863 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 20 }, "end": { - "line": 1871, + "line": 1867, "column": 34 } } }, "range": [ - 53983, - 54005 + 53841, + 53863 ], "loc": { "start": { - "line": 1871, + "line": 1867, "column": 12 }, "end": { - "line": 1871, + "line": 1867, "column": 34 } } @@ -96592,16 +96145,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 54019, - 54024 + 53877, + 53882 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 12 }, "end": { - "line": 1872, + "line": 1868, "column": 17 } } @@ -96615,16 +96168,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 54027, - 54031 + 53885, + 53889 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 20 }, "end": { - "line": 1872, + "line": 1868, "column": 24 } } @@ -96633,31 +96186,31 @@ "type": "Identifier", "name": "test", "range": [ - 54032, - 54036 + 53890, + 53894 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 25 }, "end": { - "line": 1872, + "line": 1868, "column": 29 } } }, "range": [ - 54027, - 54036 + 53885, + 53894 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 20 }, "end": { - "line": 1872, + "line": 1868, "column": 29 } } @@ -96667,47 +96220,47 @@ "type": "Identifier", "name": "term", "range": [ - 54037, - 54041 + 53895, + 53899 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 30 }, "end": { - "line": 1872, + "line": 1868, "column": 34 } } } ], "range": [ - 54027, - 54042 + 53885, + 53900 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 20 }, "end": { - "line": 1872, + "line": 1868, "column": 35 } } }, "range": [ - 54019, - 54042 + 53877, + 53900 ], "loc": { "start": { - "line": 1872, + "line": 1868, "column": 12 }, "end": { - "line": 1872, + "line": 1868, "column": 35 } } @@ -96718,16 +96271,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 54056, - 54061 + 53914, + 53919 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 12 }, "end": { - "line": 1873, + "line": 1869, "column": 17 } } @@ -96741,16 +96294,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 54064, - 54068 + 53922, + 53926 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 20 }, "end": { - "line": 1873, + "line": 1869, "column": 24 } } @@ -96759,31 +96312,31 @@ "type": "Identifier", "name": "test", "range": [ - 54069, - 54073 + 53927, + 53931 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 25 }, "end": { - "line": 1873, + "line": 1869, "column": 29 } } }, "range": [ - 54064, - 54073 + 53922, + 53931 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 20 }, "end": { - "line": 1873, + "line": 1869, "column": 29 } } @@ -96793,47 +96346,47 @@ "type": "Identifier", "name": "term", "range": [ - 54074, - 54078 + 53932, + 53936 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 30 }, "end": { - "line": 1873, + "line": 1869, "column": 34 } } } ], "range": [ - 54064, - 54079 + 53922, + 53937 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 20 }, "end": { - "line": 1873, + "line": 1869, "column": 35 } } }, "range": [ - 54056, - 54079 + 53914, + 53937 ], "loc": { "start": { - "line": 1873, + "line": 1869, "column": 12 }, "end": { - "line": 1873, + "line": 1869, "column": 35 } } @@ -96844,16 +96397,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 54136, - 54141 + 53994, + 53999 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 12 }, "end": { - "line": 1875, + "line": 1871, "column": 17 } } @@ -96867,16 +96420,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 54144, - 54148 + 54002, + 54006 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 20 }, "end": { - "line": 1875, + "line": 1871, "column": 24 } } @@ -96885,31 +96438,31 @@ "type": "Identifier", "name": "test", "range": [ - 54149, - 54153 + 54007, + 54011 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 25 }, "end": { - "line": 1875, + "line": 1871, "column": 29 } } }, "range": [ - 54144, - 54153 + 54002, + 54011 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 20 }, "end": { - "line": 1875, + "line": 1871, "column": 29 } } @@ -96919,47 +96472,47 @@ "type": "Identifier", "name": "term", "range": [ - 54154, - 54158 + 54012, + 54016 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 30 }, "end": { - "line": 1875, + "line": 1871, "column": 34 } } } ], "range": [ - 54144, - 54159 + 54002, + 54017 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 20 }, "end": { - "line": 1875, + "line": 1871, "column": 35 } } }, "range": [ - 54136, - 54159 + 53994, + 54017 ], "loc": { "start": { - "line": 1875, + "line": 1871, "column": 12 }, "end": { - "line": 1875, + "line": 1871, "column": 35 } }, @@ -96968,16 +96521,16 @@ "type": "Line", "value": " hatermN = re_an.test(term),", "range": [ - 54093, - 54123 + 53951, + 53981 ], "loc": { "start": { - "line": 1874, + "line": 1870, "column": 12 }, "end": { - "line": 1874, + "line": 1870, "column": 42 } } @@ -96990,16 +96543,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 54173, - 54178 + 54031, + 54036 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 12 }, "end": { - "line": 1876, + "line": 1872, "column": 17 } } @@ -97013,16 +96566,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 54181, - 54185 + 54039, + 54043 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 20 }, "end": { - "line": 1876, + "line": 1872, "column": 24 } } @@ -97031,31 +96584,31 @@ "type": "Identifier", "name": "test", "range": [ - 54186, - 54190 + 54044, + 54048 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 25 }, "end": { - "line": 1876, + "line": 1872, "column": 29 } } }, "range": [ - 54181, - 54190 + 54039, + 54048 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 20 }, "end": { - "line": 1876, + "line": 1872, "column": 29 } } @@ -97065,47 +96618,47 @@ "type": "Identifier", "name": "term", "range": [ - 54191, - 54195 + 54049, + 54053 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 30 }, "end": { - "line": 1876, + "line": 1872, "column": 34 } } } ], "range": [ - 54181, - 54196 + 54039, + 54054 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 20 }, "end": { - "line": 1876, + "line": 1872, "column": 35 } } }, "range": [ - 54173, - 54196 + 54031, + 54054 ], "loc": { "start": { - "line": 1876, + "line": 1872, "column": 12 }, "end": { - "line": 1876, + "line": 1872, "column": 35 } } @@ -97116,16 +96669,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 54210, - 54215 + 54068, + 54073 ], "loc": { "start": { - "line": 1877, + "line": 1873, "column": 12 }, "end": { - "line": 1877, + "line": 1873, "column": 17 } } @@ -97137,16 +96690,16 @@ "type": "Identifier", "name": "reEm", "range": [ - 54219, - 54223 + 54077, + 54081 ], "loc": { "start": { - "line": 1877, + "line": 1873, "column": 21 }, "end": { - "line": 1877, + "line": 1873, "column": 25 } } @@ -97155,46 +96708,46 @@ "type": "Identifier", "name": "term", "range": [ - 54228, - 54232 + 54086, + 54090 ], "loc": { "start": { - "line": 1877, + "line": 1873, "column": 30 }, "end": { - "line": 1877, + "line": 1873, "column": 34 } } }, "range": [ - 54219, - 54232 + 54077, + 54090 ], "loc": { "start": { - "line": 1877, + "line": 1873, "column": 21 }, "end": { - "line": 1877, + "line": 1873, "column": 34 } } }, "range": [ - 54210, - 54233 + 54068, + 54091 ], "loc": { "start": { - "line": 1877, + "line": 1873, "column": 12 }, "end": { - "line": 1877, + "line": 1873, "column": 35 } } @@ -97205,16 +96758,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 54247, - 54252 + 54105, + 54110 ], "loc": { "start": { - "line": 1878, + "line": 1874, "column": 12 }, "end": { - "line": 1878, + "line": 1874, "column": 17 } } @@ -97226,16 +96779,16 @@ "type": "Identifier", "name": "reNm", "range": [ - 54256, - 54260 + 54114, + 54118 ], "loc": { "start": { - "line": 1878, + "line": 1874, "column": 21 }, "end": { - "line": 1878, + "line": 1874, "column": 25 } } @@ -97244,46 +96797,46 @@ "type": "Identifier", "name": "term", "range": [ - 54265, - 54269 + 54123, + 54127 ], "loc": { "start": { - "line": 1878, + "line": 1874, "column": 30 }, "end": { - "line": 1878, + "line": 1874, "column": 34 } } }, "range": [ - 54256, - 54269 + 54114, + 54127 ], "loc": { "start": { - "line": 1878, + "line": 1874, "column": 21 }, "end": { - "line": 1878, + "line": 1874, "column": 34 } } }, "range": [ - 54247, - 54270 + 54105, + 54128 ], "loc": { "start": { - "line": 1878, + "line": 1874, "column": 12 }, "end": { - "line": 1878, + "line": 1874, "column": 35 } } @@ -97294,16 +96847,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 54284, - 54289 + 54142, + 54147 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 12 }, "end": { - "line": 1879, + "line": 1875, "column": 17 } } @@ -97317,16 +96870,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 54292, - 54296 + 54150, + 54154 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 20 }, "end": { - "line": 1879, + "line": 1875, "column": 24 } } @@ -97335,31 +96888,31 @@ "type": "Identifier", "name": "test", "range": [ - 54297, - 54301 + 54155, + 54159 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 25 }, "end": { - "line": 1879, + "line": 1875, "column": 29 } } }, "range": [ - 54292, - 54301 + 54150, + 54159 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 20 }, "end": { - "line": 1879, + "line": 1875, "column": 29 } } @@ -97369,47 +96922,47 @@ "type": "Identifier", "name": "term", "range": [ - 54302, - 54306 + 54160, + 54164 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 30 }, "end": { - "line": 1879, + "line": 1875, "column": 34 } } } ], "range": [ - 54292, - 54307 + 54150, + 54165 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 20 }, "end": { - "line": 1879, + "line": 1875, "column": 35 } } }, "range": [ - 54284, - 54307 + 54142, + 54165 ], "loc": { "start": { - "line": 1879, + "line": 1875, "column": 12 }, "end": { - "line": 1879, + "line": 1875, "column": 35 } } @@ -97417,16 +96970,16 @@ ], "kind": "let", "range": [ - 53833, - 54308 + 53691, + 54166 ], "loc": { "start": { - "line": 1867, + "line": 1863, "column": 8 }, "end": { - "line": 1879, + "line": 1875, "column": 36 } }, @@ -97435,16 +96988,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 53797, - 53824 + 53655, + 53682 ], "loc": { "start": { - "line": 1866, + "line": 1862, "column": 8 }, "end": { - "line": 1866, + "line": 1862, "column": 35 } } @@ -97455,16 +97008,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 54318, - 54357 + 54176, + 54215 ], "loc": { "start": { - "line": 1881, + "line": 1877, "column": 8 }, "end": { - "line": 1881, + "line": 1877, "column": 47 } } @@ -97481,16 +97034,16 @@ "object": { "type": "ThisExpression", "range": [ - 54370, - 54374 + 54228, + 54232 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 12 }, "end": { - "line": 1882, + "line": 1878, "column": 16 } } @@ -97499,31 +97052,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 54375, - 54382 + 54233, + 54240 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 17 }, "end": { - "line": 1882, + "line": 1878, "column": 24 } } }, "range": [ - 54370, - 54382 + 54228, + 54240 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 12 }, "end": { - "line": 1882, + "line": 1878, "column": 24 } } @@ -97533,16 +97086,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 54383, - 54389 + 54241, + 54247 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 25 }, "end": { - "line": 1882, + "line": 1878, "column": 31 } } @@ -97554,48 +97107,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 54392, - 54396 + 54250, + 54254 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 34 }, "end": { - "line": 1882, + "line": 1878, "column": 38 } } } ], "range": [ - 54391, - 54397 + 54249, + 54255 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 33 }, "end": { - "line": 1882, + "line": 1878, "column": 39 } } } ], "range": [ - 54370, - 54398 + 54228, + 54256 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 12 }, "end": { - "line": 1882, + "line": 1878, "column": 40 } } @@ -97612,32 +97165,32 @@ "type": "Identifier", "name": "dte1", "range": [ - 54418, - 54422 + 54276, + 54280 ], "loc": { "start": { - "line": 1883, + "line": 1879, "column": 16 }, "end": { - "line": 1883, + "line": 1879, "column": 20 } } }, "init": null, "range": [ - 54418, - 54422 + 54276, + 54280 ], "loc": { "start": { - "line": 1883, + "line": 1879, "column": 16 }, "end": { - "line": 1883, + "line": 1879, "column": 20 } } @@ -97648,32 +97201,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 54424, - 54428 + 54282, + 54286 ], "loc": { "start": { - "line": 1883, + "line": 1879, "column": 22 }, "end": { - "line": 1883, + "line": 1879, "column": 26 } } }, "init": null, "range": [ - 54424, - 54428 + 54282, + 54286 ], "loc": { "start": { - "line": 1883, + "line": 1879, "column": 22 }, "end": { - "line": 1883, + "line": 1879, "column": 26 } } @@ -97681,16 +97234,16 @@ ], "kind": "let", "range": [ - 54414, - 54429 + 54272, + 54287 ], "loc": { "start": { - "line": 1883, + "line": 1879, "column": 12 }, "end": { - "line": 1883, + "line": 1879, "column": 27 } } @@ -97704,16 +97257,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54447, - 54455 + 54305, + 54313 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 16 }, "end": { - "line": 1885, + "line": 1881, "column": 24 } } @@ -97727,16 +97280,16 @@ "object": { "type": "ThisExpression", "range": [ - 54458, - 54462 + 54316, + 54320 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 27 }, "end": { - "line": 1885, + "line": 1881, "column": 31 } } @@ -97745,31 +97298,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 54463, - 54466 + 54321, + 54324 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 32 }, "end": { - "line": 1885, + "line": 1881, "column": 35 } } }, "range": [ - 54458, - 54466 + 54316, + 54324 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 27 }, "end": { - "line": 1885, + "line": 1881, "column": 35 } } @@ -97778,46 +97331,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 54467, - 54475 + 54325, + 54333 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 36 }, "end": { - "line": 1885, + "line": 1881, "column": 44 } } }, "range": [ - 54458, - 54475 + 54316, + 54333 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 27 }, "end": { - "line": 1885, + "line": 1881, "column": 44 } } }, "range": [ - 54447, - 54475 + 54305, + 54333 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 16 }, "end": { - "line": 1885, + "line": 1881, "column": 44 } } @@ -97825,16 +97378,16 @@ ], "kind": "let", "range": [ - 54443, - 54476 + 54301, + 54334 ], "loc": { "start": { - "line": 1885, + "line": 1881, "column": 12 }, "end": { - "line": 1885, + "line": 1881, "column": 45 } } @@ -97848,16 +97401,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54493, - 54504 + 54351, + 54362 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 16 }, "end": { - "line": 1886, + "line": 1882, "column": 27 } } @@ -97874,16 +97427,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54507, - 54515 + 54365, + 54373 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 30 }, "end": { - "line": 1886, + "line": 1882, "column": 38 } } @@ -97892,31 +97445,31 @@ "type": "Identifier", "name": "isValid", "range": [ - 54516, - 54523 + 54374, + 54381 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 39 }, "end": { - "line": 1886, + "line": 1882, "column": 46 } } }, "range": [ - 54507, - 54523 + 54365, + 54381 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 30 }, "end": { - "line": 1886, + "line": 1882, "column": 46 } } @@ -97925,31 +97478,31 @@ "type": "Identifier", "name": "bind", "range": [ - 54524, - 54528 + 54382, + 54386 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 47 }, "end": { - "line": 1886, + "line": 1882, "column": 51 } } }, "range": [ - 54507, - 54528 + 54365, + 54386 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 30 }, "end": { - "line": 1886, + "line": 1882, "column": 51 } } @@ -97959,47 +97512,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 54529, - 54537 + 54387, + 54395 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 52 }, "end": { - "line": 1886, + "line": 1882, "column": 60 } } } ], "range": [ - 54507, - 54538 + 54365, + 54396 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 30 }, "end": { - "line": 1886, + "line": 1882, "column": 61 } } }, "range": [ - 54493, - 54538 + 54351, + 54396 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 16 }, "end": { - "line": 1886, + "line": 1882, "column": 61 } } @@ -98007,16 +97560,16 @@ ], "kind": "let", "range": [ - 54489, - 54539 + 54347, + 54397 ], "loc": { "start": { - "line": 1886, + "line": 1882, "column": 12 }, "end": { - "line": 1886, + "line": 1882, "column": 62 } } @@ -98030,16 +97583,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54556, - 54565 + 54414, + 54423 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 16 }, "end": { - "line": 1887, + "line": 1883, "column": 25 } } @@ -98056,16 +97609,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54568, - 54576 + 54426, + 54434 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 28 }, "end": { - "line": 1887, + "line": 1883, "column": 36 } } @@ -98074,31 +97627,31 @@ "type": "Identifier", "name": "parse", "range": [ - 54577, - 54582 + 54435, + 54440 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 37 }, "end": { - "line": 1887, + "line": 1883, "column": 42 } } }, "range": [ - 54568, - 54582 + 54426, + 54440 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 28 }, "end": { - "line": 1887, + "line": 1883, "column": 42 } } @@ -98107,31 +97660,31 @@ "type": "Identifier", "name": "bind", "range": [ - 54583, - 54587 + 54441, + 54445 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 43 }, "end": { - "line": 1887, + "line": 1883, "column": 47 } } }, "range": [ - 54568, - 54587 + 54426, + 54445 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 28 }, "end": { - "line": 1887, + "line": 1883, "column": 47 } } @@ -98141,47 +97694,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 54588, - 54596 + 54446, + 54454 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 48 }, "end": { - "line": 1887, + "line": 1883, "column": 56 } } } ], "range": [ - 54568, - 54597 + 54426, + 54455 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 28 }, "end": { - "line": 1887, + "line": 1883, "column": 57 } } }, "range": [ - 54556, - 54597 + 54414, + 54455 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 16 }, "end": { - "line": 1887, + "line": 1883, "column": 57 } } @@ -98189,16 +97742,16 @@ ], "kind": "let", "range": [ - 54552, - 54598 + 54410, + 54456 ], "loc": { "start": { - "line": 1887, + "line": 1883, "column": 12 }, "end": { - "line": 1887, + "line": 1883, "column": 58 } } @@ -98212,16 +97765,16 @@ "type": "Identifier", "name": "locale", "range": [ - 54615, - 54621 + 54473, + 54479 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 16 }, "end": { - "line": 1888, + "line": 1884, "column": 22 } } @@ -98241,16 +97794,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54624, - 54632 + 54482, + 54490 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 25 }, "end": { - "line": 1888, + "line": 1884, "column": 33 } } @@ -98259,31 +97812,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 54633, - 54643 + 54491, + 54501 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 34 }, "end": { - "line": 1888, + "line": 1884, "column": 44 } } }, "range": [ - 54624, - 54643 + 54482, + 54501 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 25 }, "end": { - "line": 1888, + "line": 1884, "column": 44 } } @@ -98293,32 +97846,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 54644, - 54650 + 54502, + 54508 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 45 }, "end": { - "line": 1888, + "line": 1884, "column": 51 } } } ], "range": [ - 54624, - 54651 + 54482, + 54509 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 25 }, "end": { - "line": 1888, + "line": 1884, "column": 52 } } @@ -98327,31 +97880,31 @@ "type": "Identifier", "name": "locale", "range": [ - 54652, - 54658 + 54510, + 54516 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 53 }, "end": { - "line": 1888, + "line": 1884, "column": 59 } } }, "range": [ - 54624, - 54658 + 54482, + 54516 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 25 }, "end": { - "line": 1888, + "line": 1884, "column": 59 } } @@ -98362,16 +97915,16 @@ "object": { "type": "ThisExpression", "range": [ - 54662, - 54666 + 54520, + 54524 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 63 }, "end": { - "line": 1888, + "line": 1884, "column": 67 } } @@ -98380,61 +97933,61 @@ "type": "Identifier", "name": "locale", "range": [ - 54667, - 54673 + 54525, + 54531 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 68 }, "end": { - "line": 1888, + "line": 1884, "column": 74 } } }, "range": [ - 54662, - 54673 + 54520, + 54531 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 63 }, "end": { - "line": 1888, + "line": 1884, "column": 74 } } }, "range": [ - 54624, - 54673 + 54482, + 54531 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 25 }, "end": { - "line": 1888, + "line": 1884, "column": 74 } } }, "range": [ - 54615, - 54673 + 54473, + 54531 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 16 }, "end": { - "line": 1888, + "line": 1884, "column": 74 } } @@ -98442,16 +97995,16 @@ ], "kind": "let", "range": [ - 54611, - 54674 + 54469, + 54532 ], "loc": { "start": { - "line": 1888, + "line": 1884, "column": 12 }, "end": { - "line": 1888, + "line": 1884, "column": 75 } }, @@ -98460,16 +98013,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 54688, - 54713 + 54546, + 54571 ], "loc": { "start": { - "line": 1890, + "line": 1886, "column": 12 }, "end": { - "line": 1890, + "line": 1886, "column": 37 } } @@ -98485,8 +98038,540 @@ "type": "Identifier", "name": "isLDate", "range": [ - 54730, - 54737 + 54588, + 54595 + ], + "loc": { + "start": { + "line": 1887, + "column": 16 + }, + "end": { + "line": 1887, + "column": 23 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasLO", + "range": [ + 54598, + 54603 + ], + "loc": { + "start": { + "line": 1887, + "column": 26 + }, + "end": { + "line": 1887, + "column": 31 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 54623, + 54634 + ], + "loc": { + "start": { + "line": 1888, + "column": 16 + }, + "end": { + "line": 1888, + "column": 27 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "term", + "range": [ + 54635, + 54639 + ], + "loc": { + "start": { + "line": 1888, + "column": 28 + }, + "end": { + "line": 1888, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 54640, + 54647 + ], + "loc": { + "start": { + "line": 1888, + "column": 33 + }, + "end": { + "line": 1888, + "column": 40 + } + } + }, + "range": [ + 54635, + 54647 + ], + "loc": { + "start": { + "line": 1888, + "column": 28 + }, + "end": { + "line": 1888, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "reL", + "range": [ + 54648, + 54651 + ], + "loc": { + "start": { + "line": 1888, + "column": 41 + }, + "end": { + "line": 1888, + "column": 44 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 54653, + 54655 + ], + "loc": { + "start": { + "line": 1888, + "column": 46 + }, + "end": { + "line": 1888, + "column": 48 + } + } + } + ], + "range": [ + 54635, + 54656 + ], + "loc": { + "start": { + "line": 1888, + "column": 28 + }, + "end": { + "line": 1888, + "column": 49 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 54658, + 54664 + ], + "loc": { + "start": { + "line": 1888, + "column": 51 + }, + "end": { + "line": 1888, + "column": 57 + } + } + } + ], + "range": [ + 54623, + 54665 + ], + "loc": { + "start": { + "line": 1888, + "column": 16 + }, + "end": { + "line": 1888, + "column": 58 + } + } + }, + "range": [ + 54598, + 54665 + ], + "loc": { + "start": { + "line": 1887, + "column": 26 + }, + "end": { + "line": 1888, + "column": 58 + } + } + }, + "range": [ + 54588, + 54665 + ], + "loc": { + "start": { + "line": 1887, + "column": 16 + }, + "end": { + "line": 1888, + "column": 58 + } + } + } + ], + "kind": "let", + "range": [ + 54584, + 54666 + ], + "loc": { + "start": { + "line": 1887, + "column": 12 + }, + "end": { + "line": 1888, + "column": 59 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Search arg dates tests", + "range": [ + 54546, + 54571 + ], + "loc": { + "start": { + "line": 1886, + "column": 12 + }, + "end": { + "line": 1886, + "column": 37 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isLEDate", + "range": [ + 54683, + 54691 + ], + "loc": { + "start": { + "line": 1889, + "column": 16 + }, + "end": { + "line": 1889, + "column": 24 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasLE", + "range": [ + 54694, + 54699 + ], + "loc": { + "start": { + "line": 1889, + "column": 27 + }, + "end": { + "line": 1889, + "column": 32 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 54719, + 54730 + ], + "loc": { + "start": { + "line": 1890, + "column": 16 + }, + "end": { + "line": 1890, + "column": 27 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "term", + "range": [ + 54731, + 54735 + ], + "loc": { + "start": { + "line": 1890, + "column": 28 + }, + "end": { + "line": 1890, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 54736, + 54743 + ], + "loc": { + "start": { + "line": 1890, + "column": 33 + }, + "end": { + "line": 1890, + "column": 40 + } + } + }, + "range": [ + 54731, + 54743 + ], + "loc": { + "start": { + "line": 1890, + "column": 28 + }, + "end": { + "line": 1890, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "reLe", + "range": [ + 54744, + 54748 + ], + "loc": { + "start": { + "line": 1890, + "column": 41 + }, + "end": { + "line": 1890, + "column": 45 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 54750, + 54752 + ], + "loc": { + "start": { + "line": 1890, + "column": 47 + }, + "end": { + "line": 1890, + "column": 49 + } + } + } + ], + "range": [ + 54731, + 54753 + ], + "loc": { + "start": { + "line": 1890, + "column": 28 + }, + "end": { + "line": 1890, + "column": 50 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 54755, + 54761 + ], + "loc": { + "start": { + "line": 1890, + "column": 52 + }, + "end": { + "line": 1890, + "column": 58 + } + } + } + ], + "range": [ + 54719, + 54762 + ], + "loc": { + "start": { + "line": 1890, + "column": 16 + }, + "end": { + "line": 1890, + "column": 59 + } + } + }, + "range": [ + 54694, + 54762 + ], + "loc": { + "start": { + "line": 1889, + "column": 27 + }, + "end": { + "line": 1890, + "column": 59 + } + } + }, + "range": [ + 54683, + 54762 + ], + "loc": { + "start": { + "line": 1889, + "column": 16 + }, + "end": { + "line": 1890, + "column": 59 + } + } + } + ], + "kind": "let", + "range": [ + 54679, + 54763 + ], + "loc": { + "start": { + "line": 1889, + "column": 12 + }, + "end": { + "line": 1890, + "column": 60 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isGDate", + "range": [ + 54780, + 54787 ], "loc": { "start": { @@ -98504,10 +98589,10 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasLO", + "name": "hasGR", "range": [ - 54740, - 54745 + 54790, + 54795 ], "loc": { "start": { @@ -98526,8 +98611,8 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54765, - 54776 + 54815, + 54826 ], "loc": { "start": { @@ -98550,8 +98635,8 @@ "type": "Identifier", "name": "term", "range": [ - 54777, - 54781 + 54827, + 54831 ], "loc": { "start": { @@ -98568,8 +98653,8 @@ "type": "Identifier", "name": "replace", "range": [ - 54782, - 54789 + 54832, + 54839 ], "loc": { "start": { @@ -98583,8 +98668,8 @@ } }, "range": [ - 54777, - 54789 + 54827, + 54839 ], "loc": { "start": { @@ -98600,10 +98685,10 @@ "arguments": [ { "type": "Identifier", - "name": "reL", + "name": "reG", "range": [ - 54790, - 54793 + 54840, + 54843 ], "loc": { "start": { @@ -98621,8 +98706,8 @@ "value": "", "raw": "''", "range": [ - 54795, - 54797 + 54845, + 54847 ], "loc": { "start": { @@ -98637,8 +98722,8 @@ } ], "range": [ - 54777, - 54798 + 54827, + 54848 ], "loc": { "start": { @@ -98655,8 +98740,8 @@ "type": "Identifier", "name": "locale", "range": [ - 54800, - 54806 + 54850, + 54856 ], "loc": { "start": { @@ -98671,8 +98756,8 @@ } ], "range": [ - 54765, - 54807 + 54815, + 54857 ], "loc": { "start": { @@ -98686,8 +98771,8 @@ } }, "range": [ - 54740, - 54807 + 54790, + 54857 ], "loc": { "start": { @@ -98701,8 +98786,8 @@ } }, "range": [ - 54730, - 54807 + 54780, + 54857 ], "loc": { "start": { @@ -98718,8 +98803,8 @@ ], "kind": "let", "range": [ - 54726, - 54808 + 54776, + 54858 ], "loc": { "start": { @@ -98730,27 +98815,7 @@ "line": 1892, "column": 59 } - }, - "leadingComments": [ - { - "type": "Line", - "value": " Search arg dates tests", - "range": [ - 54688, - 54713 - ], - "loc": { - "start": { - "line": 1890, - "column": 12 - }, - "end": { - "line": 1890, - "column": 37 - } - } - } - ] + } }, { "type": "VariableDeclaration", @@ -98759,10 +98824,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isLEDate", + "name": "isGEDate", "range": [ - 54825, - 54833 + 54875, + 54883 ], "loc": { "start": { @@ -98780,10 +98845,10 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasLE", + "name": "hasGE", "range": [ - 54836, - 54841 + 54886, + 54891 ], "loc": { "start": { @@ -98802,8 +98867,8 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54861, - 54872 + 54911, + 54922 ], "loc": { "start": { @@ -98826,8 +98891,8 @@ "type": "Identifier", "name": "term", "range": [ - 54873, - 54877 + 54923, + 54927 ], "loc": { "start": { @@ -98844,8 +98909,8 @@ "type": "Identifier", "name": "replace", "range": [ - 54878, - 54885 + 54928, + 54935 ], "loc": { "start": { @@ -98859,8 +98924,8 @@ } }, "range": [ - 54873, - 54885 + 54923, + 54935 ], "loc": { "start": { @@ -98876,10 +98941,10 @@ "arguments": [ { "type": "Identifier", - "name": "reLe", + "name": "reGe", "range": [ - 54886, - 54890 + 54936, + 54940 ], "loc": { "start": { @@ -98897,8 +98962,8 @@ "value": "", "raw": "''", "range": [ - 54892, - 54894 + 54942, + 54944 ], "loc": { "start": { @@ -98913,8 +98978,8 @@ } ], "range": [ - 54873, - 54895 + 54923, + 54945 ], "loc": { "start": { @@ -98931,8 +98996,8 @@ "type": "Identifier", "name": "locale", "range": [ - 54897, - 54903 + 54947, + 54953 ], "loc": { "start": { @@ -98947,8 +99012,8 @@ } ], "range": [ - 54861, - 54904 + 54911, + 54954 ], "loc": { "start": { @@ -98962,8 +99027,8 @@ } }, "range": [ - 54836, - 54904 + 54886, + 54954 ], "loc": { "start": { @@ -98977,8 +99042,8 @@ } }, "range": [ - 54825, - 54904 + 54875, + 54954 ], "loc": { "start": { @@ -98994,8 +99059,8 @@ ], "kind": "let", "range": [ - 54821, - 54905 + 54871, + 54955 ], "loc": { "start": { @@ -99015,10 +99080,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isGDate", + "name": "isDFDate", "range": [ - 54922, - 54929 + 54972, + 54980 ], "loc": { "start": { @@ -99027,7 +99092,7 @@ }, "end": { "line": 1895, - "column": 23 + "column": 24 } } }, @@ -99036,19 +99101,19 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasGR", + "name": "hasDF", "range": [ - 54932, - 54937 + 54983, + 54988 ], "loc": { "start": { "line": 1895, - "column": 26 + "column": 27 }, "end": { "line": 1895, - "column": 31 + "column": 32 } } }, @@ -99058,8 +99123,8 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54957, - 54968 + 55008, + 55019 ], "loc": { "start": { @@ -99082,8 +99147,8 @@ "type": "Identifier", "name": "term", "range": [ - 54969, - 54973 + 55020, + 55024 ], "loc": { "start": { @@ -99100,8 +99165,8 @@ "type": "Identifier", "name": "replace", "range": [ - 54974, - 54981 + 55025, + 55032 ], "loc": { "start": { @@ -99115,8 +99180,8 @@ } }, "range": [ - 54969, - 54981 + 55020, + 55032 ], "loc": { "start": { @@ -99132,10 +99197,10 @@ "arguments": [ { "type": "Identifier", - "name": "reG", + "name": "reD", "range": [ - 54982, - 54985 + 55033, + 55036 ], "loc": { "start": { @@ -99153,8 +99218,8 @@ "value": "", "raw": "''", "range": [ - 54987, - 54989 + 55038, + 55040 ], "loc": { "start": { @@ -99169,8 +99234,8 @@ } ], "range": [ - 54969, - 54990 + 55020, + 55041 ], "loc": { "start": { @@ -99187,8 +99252,8 @@ "type": "Identifier", "name": "locale", "range": [ - 54992, - 54998 + 55043, + 55049 ], "loc": { "start": { @@ -99203,8 +99268,8 @@ } ], "range": [ - 54957, - 54999 + 55008, + 55050 ], "loc": { "start": { @@ -99218,13 +99283,13 @@ } }, "range": [ - 54932, - 54999 + 54983, + 55050 ], "loc": { "start": { "line": 1895, - "column": 26 + "column": 27 }, "end": { "line": 1896, @@ -99233,8 +99298,8 @@ } }, "range": [ - 54922, - 54999 + 54972, + 55050 ], "loc": { "start": { @@ -99250,8 +99315,8 @@ ], "kind": "let", "range": [ - 54918, - 55000 + 54968, + 55051 ], "loc": { "start": { @@ -99271,10 +99336,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "isGEDate", + "name": "isEQDate", "range": [ - 55017, - 55025 + 55068, + 55076 ], "loc": { "start": { @@ -99292,10 +99357,10 @@ "operator": "&&", "left": { "type": "Identifier", - "name": "hasGE", + "name": "hasEQ", "range": [ - 55028, - 55033 + 55079, + 55084 ], "loc": { "start": { @@ -99314,8 +99379,8 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 55053, - 55064 + 55104, + 55115 ], "loc": { "start": { @@ -99338,8 +99403,8 @@ "type": "Identifier", "name": "term", "range": [ - 55065, - 55069 + 55116, + 55120 ], "loc": { "start": { @@ -99356,8 +99421,8 @@ "type": "Identifier", "name": "replace", "range": [ - 55070, - 55077 + 55121, + 55128 ], "loc": { "start": { @@ -99371,8 +99436,8 @@ } }, "range": [ - 55065, - 55077 + 55116, + 55128 ], "loc": { "start": { @@ -99388,10 +99453,10 @@ "arguments": [ { "type": "Identifier", - "name": "reGe", + "name": "reEq", "range": [ - 55078, - 55082 + 55129, + 55133 ], "loc": { "start": { @@ -99409,8 +99474,8 @@ "value": "", "raw": "''", "range": [ - 55084, - 55086 + 55135, + 55137 ], "loc": { "start": { @@ -99425,8 +99490,8 @@ } ], "range": [ - 55065, - 55087 + 55116, + 55138 ], "loc": { "start": { @@ -99443,8 +99508,8 @@ "type": "Identifier", "name": "locale", "range": [ - 55089, - 55095 + 55140, + 55146 ], "loc": { "start": { @@ -99459,8 +99524,8 @@ } ], "range": [ - 55053, - 55096 + 55104, + 55147 ], "loc": { "start": { @@ -99474,8 +99539,8 @@ } }, "range": [ - 55028, - 55096 + 55079, + 55147 ], "loc": { "start": { @@ -99489,8 +99554,8 @@ } }, "range": [ - 55017, - 55096 + 55068, + 55147 ], "loc": { "start": { @@ -99506,8 +99571,8 @@ ], "kind": "let", "range": [ - 55013, - 55097 + 55064, + 55148 ], "loc": { "start": { @@ -99520,518 +99585,6 @@ } } }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isDFDate", - "range": [ - 55114, - 55122 - ], - "loc": { - "start": { - "line": 1899, - "column": 16 - }, - "end": { - "line": 1899, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasDF", - "range": [ - 55125, - 55130 - ], - "loc": { - "start": { - "line": 1899, - "column": 27 - }, - "end": { - "line": 1899, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 55150, - 55161 - ], - "loc": { - "start": { - "line": 1900, - "column": 16 - }, - "end": { - "line": 1900, - "column": 27 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "term", - "range": [ - 55162, - 55166 - ], - "loc": { - "start": { - "line": 1900, - "column": 28 - }, - "end": { - "line": 1900, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 55167, - 55174 - ], - "loc": { - "start": { - "line": 1900, - "column": 33 - }, - "end": { - "line": 1900, - "column": 40 - } - } - }, - "range": [ - 55162, - 55174 - ], - "loc": { - "start": { - "line": 1900, - "column": 28 - }, - "end": { - "line": 1900, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "reD", - "range": [ - 55175, - 55178 - ], - "loc": { - "start": { - "line": 1900, - "column": 41 - }, - "end": { - "line": 1900, - "column": 44 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 55180, - 55182 - ], - "loc": { - "start": { - "line": 1900, - "column": 46 - }, - "end": { - "line": 1900, - "column": 48 - } - } - } - ], - "range": [ - 55162, - 55183 - ], - "loc": { - "start": { - "line": 1900, - "column": 28 - }, - "end": { - "line": 1900, - "column": 49 - } - } - }, - { - "type": "Identifier", - "name": "locale", - "range": [ - 55185, - 55191 - ], - "loc": { - "start": { - "line": 1900, - "column": 51 - }, - "end": { - "line": 1900, - "column": 57 - } - } - } - ], - "range": [ - 55150, - 55192 - ], - "loc": { - "start": { - "line": 1900, - "column": 16 - }, - "end": { - "line": 1900, - "column": 58 - } - } - }, - "range": [ - 55125, - 55192 - ], - "loc": { - "start": { - "line": 1899, - "column": 27 - }, - "end": { - "line": 1900, - "column": 58 - } - } - }, - "range": [ - 55114, - 55192 - ], - "loc": { - "start": { - "line": 1899, - "column": 16 - }, - "end": { - "line": 1900, - "column": 58 - } - } - } - ], - "kind": "let", - "range": [ - 55110, - 55193 - ], - "loc": { - "start": { - "line": 1899, - "column": 12 - }, - "end": { - "line": 1900, - "column": 59 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isEQDate", - "range": [ - 55210, - 55218 - ], - "loc": { - "start": { - "line": 1901, - "column": 16 - }, - "end": { - "line": 1901, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasEQ", - "range": [ - 55221, - 55226 - ], - "loc": { - "start": { - "line": 1901, - "column": 27 - }, - "end": { - "line": 1901, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 55246, - 55257 - ], - "loc": { - "start": { - "line": 1902, - "column": 16 - }, - "end": { - "line": 1902, - "column": 27 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "term", - "range": [ - 55258, - 55262 - ], - "loc": { - "start": { - "line": 1902, - "column": 28 - }, - "end": { - "line": 1902, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 55263, - 55270 - ], - "loc": { - "start": { - "line": 1902, - "column": 33 - }, - "end": { - "line": 1902, - "column": 40 - } - } - }, - "range": [ - 55258, - 55270 - ], - "loc": { - "start": { - "line": 1902, - "column": 28 - }, - "end": { - "line": 1902, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "reEq", - "range": [ - 55271, - 55275 - ], - "loc": { - "start": { - "line": 1902, - "column": 41 - }, - "end": { - "line": 1902, - "column": 45 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 55277, - 55279 - ], - "loc": { - "start": { - "line": 1902, - "column": 47 - }, - "end": { - "line": 1902, - "column": 49 - } - } - } - ], - "range": [ - 55258, - 55280 - ], - "loc": { - "start": { - "line": 1902, - "column": 28 - }, - "end": { - "line": 1902, - "column": 50 - } - } - }, - { - "type": "Identifier", - "name": "locale", - "range": [ - 55282, - 55288 - ], - "loc": { - "start": { - "line": 1902, - "column": 52 - }, - "end": { - "line": 1902, - "column": 58 - } - } - } - ], - "range": [ - 55246, - 55289 - ], - "loc": { - "start": { - "line": 1902, - "column": 16 - }, - "end": { - "line": 1902, - "column": 59 - } - } - }, - "range": [ - 55221, - 55289 - ], - "loc": { - "start": { - "line": 1901, - "column": 27 - }, - "end": { - "line": 1902, - "column": 59 - } - } - }, - "range": [ - 55210, - 55289 - ], - "loc": { - "start": { - "line": 1901, - "column": 16 - }, - "end": { - "line": 1902, - "column": 59 - } - } - } - ], - "kind": "let", - "range": [ - 55206, - 55290 - ], - "loc": { - "start": { - "line": 1901, - "column": 12 - }, - "end": { - "line": 1902, - "column": 60 - } - } - }, { "type": "ExpressionStatement", "expression": { @@ -100041,16 +99594,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55304, - 55308 + 55162, + 55166 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 12 }, "end": { - "line": 1904, + "line": 1900, "column": 16 } } @@ -100061,16 +99614,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55311, - 55320 + 55169, + 55178 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 19 }, "end": { - "line": 1904, + "line": 1900, "column": 28 } } @@ -100080,16 +99633,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 55321, - 55330 + 55179, + 55188 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 29 }, "end": { - "line": 1904, + "line": 1900, "column": 38 } } @@ -100098,62 +99651,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55332, - 55338 + 55190, + 55196 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 40 }, "end": { - "line": 1904, + "line": 1900, "column": 46 } } } ], "range": [ - 55311, - 55339 + 55169, + 55197 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 19 }, "end": { - "line": 1904, + "line": 1900, "column": 47 } } }, "range": [ - 55304, - 55339 + 55162, + 55197 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 12 }, "end": { - "line": 1904, + "line": 1900, "column": 47 } } }, "range": [ - 55304, - 55340 + 55162, + 55198 ], "loc": { "start": { - "line": 1904, + "line": 1900, "column": 12 }, "end": { - "line": 1904, + "line": 1900, "column": 48 } }, @@ -100162,16 +99715,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 55354, - 55373 + 55212, + 55231 ], "loc": { "start": { - "line": 1906, + "line": 1902, "column": 12 }, "end": { - "line": 1906, + "line": 1902, "column": 31 } } @@ -100184,16 +99737,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 55390, - 55398 + 55248, + 55256 ], "loc": { "start": { - "line": 1907, + "line": 1903, "column": 16 }, "end": { - "line": 1907, + "line": 1903, "column": 24 } } @@ -100210,16 +99763,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55418, - 55422 + 55276, + 55280 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 16 }, "end": { - "line": 1908, + "line": 1904, "column": 20 } } @@ -100230,16 +99783,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55425, - 55434 + 55283, + 55292 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 23 }, "end": { - "line": 1908, + "line": 1904, "column": 32 } } @@ -100254,16 +99807,16 @@ "type": "Identifier", "name": "term", "range": [ - 55435, - 55439 + 55293, + 55297 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 33 }, "end": { - "line": 1908, + "line": 1904, "column": 37 } } @@ -100272,31 +99825,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55440, - 55447 + 55298, + 55305 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 38 }, "end": { - "line": 1908, + "line": 1904, "column": 45 } } }, "range": [ - 55435, - 55447 + 55293, + 55305 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 33 }, "end": { - "line": 1908, + "line": 1904, "column": 45 } } @@ -100306,16 +99859,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 55448, - 55452 + 55306, + 55310 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 46 }, "end": { - "line": 1908, + "line": 1904, "column": 50 } } @@ -100325,32 +99878,32 @@ "value": "", "raw": "''", "range": [ - 55454, - 55456 + 55312, + 55314 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 52 }, "end": { - "line": 1908, + "line": 1904, "column": 54 } } } ], "range": [ - 55435, - 55457 + 55293, + 55315 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 33 }, "end": { - "line": 1908, + "line": 1904, "column": 55 } } @@ -100359,62 +99912,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55459, - 55465 + 55317, + 55323 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 57 }, "end": { - "line": 1908, + "line": 1904, "column": 63 } } } ], "range": [ - 55425, - 55466 + 55283, + 55324 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 23 }, "end": { - "line": 1908, + "line": 1904, "column": 64 } } }, "range": [ - 55418, - 55466 + 55276, + 55324 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 16 }, "end": { - "line": 1908, + "line": 1904, "column": 64 } } }, "range": [ - 55418, - 55467 + 55276, + 55325 ], "loc": { "start": { - "line": 1908, + "line": 1904, "column": 16 }, "end": { - "line": 1908, + "line": 1904, "column": 65 } } @@ -100428,16 +99981,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55484, - 55493 + 55342, + 55351 ], "loc": { "start": { - "line": 1909, + "line": 1905, "column": 16 }, "end": { - "line": 1909, + "line": 1905, "column": 25 } } @@ -100449,16 +100002,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55496, - 55500 + 55354, + 55358 ], "loc": { "start": { - "line": 1909, + "line": 1905, "column": 28 }, "end": { - "line": 1909, + "line": 1905, "column": 32 } } @@ -100467,77 +100020,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55504, - 55508 + 55362, + 55366 ], "loc": { "start": { - "line": 1909, + "line": 1905, "column": 36 }, "end": { - "line": 1909, + "line": 1905, "column": 40 } } }, "range": [ - 55496, - 55508 + 55354, + 55366 ], "loc": { "start": { - "line": 1909, + "line": 1905, "column": 28 }, "end": { - "line": 1909, + "line": 1905, "column": 40 } } }, "range": [ - 55484, - 55508 + 55342, + 55366 ], "loc": { "start": { - "line": 1909, + "line": 1905, "column": 16 }, "end": { - "line": 1909, + "line": 1905, "column": 40 } } }, "range": [ - 55484, - 55509 + 55342, + 55367 ], "loc": { "start": { - "line": 1909, + "line": 1905, "column": 16 }, "end": { - "line": 1909, + "line": 1905, "column": 41 } } } ], "range": [ - 55400, - 55523 + 55258, + 55381 ], "loc": { "start": { - "line": 1907, + "line": 1903, "column": 26 }, "end": { - "line": 1910, + "line": 1906, "column": 13 } }, @@ -100546,16 +100099,16 @@ "type": "Line", "value": " lower date", "range": [ - 55536, - 55549 + 55394, + 55407 ], "loc": { "start": { - "line": 1911, + "line": 1907, "column": 12 }, "end": { - "line": 1911, + "line": 1907, "column": 25 } } @@ -100568,16 +100121,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 55571, - 55578 + 55429, + 55436 ], "loc": { "start": { - "line": 1912, + "line": 1908, "column": 21 }, "end": { - "line": 1912, + "line": 1908, "column": 28 } } @@ -100594,16 +100147,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55598, - 55602 + 55456, + 55460 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 16 }, "end": { - "line": 1913, + "line": 1909, "column": 20 } } @@ -100614,16 +100167,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55605, - 55614 + 55463, + 55472 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 23 }, "end": { - "line": 1913, + "line": 1909, "column": 32 } } @@ -100638,16 +100191,16 @@ "type": "Identifier", "name": "term", "range": [ - 55615, - 55619 + 55473, + 55477 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 33 }, "end": { - "line": 1913, + "line": 1909, "column": 37 } } @@ -100656,31 +100209,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55620, - 55627 + 55478, + 55485 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 38 }, "end": { - "line": 1913, + "line": 1909, "column": 45 } } }, "range": [ - 55615, - 55627 + 55473, + 55485 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 33 }, "end": { - "line": 1913, + "line": 1909, "column": 45 } } @@ -100690,16 +100243,16 @@ "type": "Identifier", "name": "reL", "range": [ - 55628, - 55631 + 55486, + 55489 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 46 }, "end": { - "line": 1913, + "line": 1909, "column": 49 } } @@ -100709,32 +100262,32 @@ "value": "", "raw": "''", "range": [ - 55633, - 55635 + 55491, + 55493 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 51 }, "end": { - "line": 1913, + "line": 1909, "column": 53 } } } ], "range": [ - 55615, - 55636 + 55473, + 55494 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 33 }, "end": { - "line": 1913, + "line": 1909, "column": 54 } } @@ -100743,62 +100296,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55638, - 55644 + 55496, + 55502 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 56 }, "end": { - "line": 1913, + "line": 1909, "column": 62 } } } ], "range": [ - 55605, - 55645 + 55463, + 55503 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 23 }, "end": { - "line": 1913, + "line": 1909, "column": 63 } } }, "range": [ - 55598, - 55645 + 55456, + 55503 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 16 }, "end": { - "line": 1913, + "line": 1909, "column": 63 } } }, "range": [ - 55598, - 55646 + 55456, + 55504 ], "loc": { "start": { - "line": 1913, + "line": 1909, "column": 16 }, "end": { - "line": 1913, + "line": 1909, "column": 64 } } @@ -100812,16 +100365,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55663, - 55672 + 55521, + 55530 ], "loc": { "start": { - "line": 1914, + "line": 1910, "column": 16 }, "end": { - "line": 1914, + "line": 1910, "column": 25 } } @@ -100833,16 +100386,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55675, - 55679 + 55533, + 55537 ], "loc": { "start": { - "line": 1914, + "line": 1910, "column": 28 }, "end": { - "line": 1914, + "line": 1910, "column": 32 } } @@ -100851,77 +100404,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55682, - 55686 + 55540, + 55544 ], "loc": { "start": { - "line": 1914, + "line": 1910, "column": 35 }, "end": { - "line": 1914, + "line": 1910, "column": 39 } } }, "range": [ - 55675, - 55686 + 55533, + 55544 ], "loc": { "start": { - "line": 1914, + "line": 1910, "column": 28 }, "end": { - "line": 1914, + "line": 1910, "column": 39 } } }, "range": [ - 55663, - 55686 + 55521, + 55544 ], "loc": { "start": { - "line": 1914, + "line": 1910, "column": 16 }, "end": { - "line": 1914, + "line": 1910, "column": 39 } } }, "range": [ - 55663, - 55687 + 55521, + 55545 ], "loc": { "start": { - "line": 1914, + "line": 1910, "column": 16 }, "end": { - "line": 1914, + "line": 1910, "column": 40 } } } ], "range": [ - 55580, - 55701 + 55438, + 55559 ], "loc": { "start": { - "line": 1912, + "line": 1908, "column": 30 }, "end": { - "line": 1915, + "line": 1911, "column": 13 } }, @@ -100930,16 +100483,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 55714, - 55735 + 55572, + 55593 ], "loc": { "start": { - "line": 1916, + "line": 1912, "column": 12 }, "end": { - "line": 1916, + "line": 1912, "column": 33 } } @@ -100952,16 +100505,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 55757, - 55765 + 55615, + 55623 ], "loc": { "start": { - "line": 1917, + "line": 1913, "column": 21 }, "end": { - "line": 1917, + "line": 1913, "column": 29 } } @@ -100978,16 +100531,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55785, - 55789 + 55643, + 55647 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 16 }, "end": { - "line": 1918, + "line": 1914, "column": 20 } } @@ -100998,16 +100551,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55792, - 55801 + 55650, + 55659 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 23 }, "end": { - "line": 1918, + "line": 1914, "column": 32 } } @@ -101022,16 +100575,16 @@ "type": "Identifier", "name": "term", "range": [ - 55802, - 55806 + 55660, + 55664 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 33 }, "end": { - "line": 1918, + "line": 1914, "column": 37 } } @@ -101040,31 +100593,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55807, - 55814 + 55665, + 55672 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 38 }, "end": { - "line": 1918, + "line": 1914, "column": 45 } } }, "range": [ - 55802, - 55814 + 55660, + 55672 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 33 }, "end": { - "line": 1918, + "line": 1914, "column": 45 } } @@ -101074,16 +100627,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 55815, - 55819 + 55673, + 55677 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 46 }, "end": { - "line": 1918, + "line": 1914, "column": 50 } } @@ -101093,32 +100646,32 @@ "value": "", "raw": "''", "range": [ - 55821, - 55823 + 55679, + 55681 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 52 }, "end": { - "line": 1918, + "line": 1914, "column": 54 } } } ], "range": [ - 55802, - 55824 + 55660, + 55682 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 33 }, "end": { - "line": 1918, + "line": 1914, "column": 55 } } @@ -101127,62 +100680,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55826, - 55832 + 55684, + 55690 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 57 }, "end": { - "line": 1918, + "line": 1914, "column": 63 } } } ], "range": [ - 55792, - 55833 + 55650, + 55691 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 23 }, "end": { - "line": 1918, + "line": 1914, "column": 64 } } }, "range": [ - 55785, - 55833 + 55643, + 55691 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 16 }, "end": { - "line": 1918, + "line": 1914, "column": 64 } } }, "range": [ - 55785, - 55834 + 55643, + 55692 ], "loc": { "start": { - "line": 1918, + "line": 1914, "column": 16 }, "end": { - "line": 1918, + "line": 1914, "column": 65 } } @@ -101196,16 +100749,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55851, - 55860 + 55709, + 55718 ], "loc": { "start": { - "line": 1919, + "line": 1915, "column": 16 }, "end": { - "line": 1919, + "line": 1915, "column": 25 } } @@ -101217,16 +100770,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55863, - 55867 + 55721, + 55725 ], "loc": { "start": { - "line": 1919, + "line": 1915, "column": 28 }, "end": { - "line": 1919, + "line": 1915, "column": 32 } } @@ -101235,77 +100788,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55871, - 55875 + 55729, + 55733 ], "loc": { "start": { - "line": 1919, + "line": 1915, "column": 36 }, "end": { - "line": 1919, + "line": 1915, "column": 40 } } }, "range": [ - 55863, - 55875 + 55721, + 55733 ], "loc": { "start": { - "line": 1919, + "line": 1915, "column": 28 }, "end": { - "line": 1919, + "line": 1915, "column": 40 } } }, "range": [ - 55851, - 55875 + 55709, + 55733 ], "loc": { "start": { - "line": 1919, + "line": 1915, "column": 16 }, "end": { - "line": 1919, + "line": 1915, "column": 40 } } }, "range": [ - 55851, - 55876 + 55709, + 55734 ], "loc": { "start": { - "line": 1919, + "line": 1915, "column": 16 }, "end": { - "line": 1919, + "line": 1915, "column": 41 } } } ], "range": [ - 55767, - 55890 + 55625, + 55748 ], "loc": { "start": { - "line": 1917, + "line": 1913, "column": 31 }, "end": { - "line": 1920, + "line": 1916, "column": 13 } }, @@ -101314,16 +100867,16 @@ "type": "Line", "value": " greater date", "range": [ - 55903, - 55918 + 55761, + 55776 ], "loc": { "start": { - "line": 1921, + "line": 1917, "column": 12 }, "end": { - "line": 1921, + "line": 1917, "column": 27 } } @@ -101336,16 +100889,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 55940, - 55947 + 55798, + 55805 ], "loc": { "start": { - "line": 1922, + "line": 1918, "column": 21 }, "end": { - "line": 1922, + "line": 1918, "column": 28 } } @@ -101362,16 +100915,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55967, - 55971 + 55825, + 55829 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 16 }, "end": { - "line": 1923, + "line": 1919, "column": 20 } } @@ -101382,16 +100935,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55974, - 55983 + 55832, + 55841 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 23 }, "end": { - "line": 1923, + "line": 1919, "column": 32 } } @@ -101406,16 +100959,16 @@ "type": "Identifier", "name": "term", "range": [ - 55984, - 55988 + 55842, + 55846 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 33 }, "end": { - "line": 1923, + "line": 1919, "column": 37 } } @@ -101424,31 +100977,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55989, - 55996 + 55847, + 55854 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 38 }, "end": { - "line": 1923, + "line": 1919, "column": 45 } } }, "range": [ - 55984, - 55996 + 55842, + 55854 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 33 }, "end": { - "line": 1923, + "line": 1919, "column": 45 } } @@ -101458,16 +101011,16 @@ "type": "Identifier", "name": "reG", "range": [ - 55997, - 56000 + 55855, + 55858 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 46 }, "end": { - "line": 1923, + "line": 1919, "column": 49 } } @@ -101477,32 +101030,32 @@ "value": "", "raw": "''", "range": [ - 56002, - 56004 + 55860, + 55862 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 51 }, "end": { - "line": 1923, + "line": 1919, "column": 53 } } } ], "range": [ - 55984, - 56005 + 55842, + 55863 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 33 }, "end": { - "line": 1923, + "line": 1919, "column": 54 } } @@ -101511,62 +101064,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56007, - 56013 + 55865, + 55871 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 56 }, "end": { - "line": 1923, + "line": 1919, "column": 62 } } } ], "range": [ - 55974, - 56014 + 55832, + 55872 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 23 }, "end": { - "line": 1923, + "line": 1919, "column": 63 } } }, "range": [ - 55967, - 56014 + 55825, + 55872 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 16 }, "end": { - "line": 1923, + "line": 1919, "column": 63 } } }, "range": [ - 55967, - 56015 + 55825, + 55873 ], "loc": { "start": { - "line": 1923, + "line": 1919, "column": 16 }, "end": { - "line": 1923, + "line": 1919, "column": 64 } } @@ -101580,16 +101133,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56032, - 56041 + 55890, + 55899 ], "loc": { "start": { - "line": 1924, + "line": 1920, "column": 16 }, "end": { - "line": 1924, + "line": 1920, "column": 25 } } @@ -101601,16 +101154,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56044, - 56048 + 55902, + 55906 ], "loc": { "start": { - "line": 1924, + "line": 1920, "column": 28 }, "end": { - "line": 1924, + "line": 1920, "column": 32 } } @@ -101619,77 +101172,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 56051, - 56055 + 55909, + 55913 ], "loc": { "start": { - "line": 1924, + "line": 1920, "column": 35 }, "end": { - "line": 1924, + "line": 1920, "column": 39 } } }, "range": [ - 56044, - 56055 + 55902, + 55913 ], "loc": { "start": { - "line": 1924, + "line": 1920, "column": 28 }, "end": { - "line": 1924, + "line": 1920, "column": 39 } } }, "range": [ - 56032, - 56055 + 55890, + 55913 ], "loc": { "start": { - "line": 1924, + "line": 1920, "column": 16 }, "end": { - "line": 1924, + "line": 1920, "column": 39 } } }, "range": [ - 56032, - 56056 + 55890, + 55914 ], "loc": { "start": { - "line": 1924, + "line": 1920, "column": 16 }, "end": { - "line": 1924, + "line": 1920, "column": 40 } } } ], "range": [ - 55949, - 56070 + 55807, + 55928 ], "loc": { "start": { - "line": 1922, + "line": 1918, "column": 30 }, "end": { - "line": 1925, + "line": 1921, "column": 13 } }, @@ -101698,16 +101251,16 @@ "type": "Line", "value": " different date", "range": [ - 56083, - 56100 + 55941, + 55958 ], "loc": { "start": { - "line": 1926, + "line": 1922, "column": 12 }, "end": { - "line": 1926, + "line": 1922, "column": 29 } } @@ -101720,16 +101273,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 56122, - 56130 + 55980, + 55988 ], "loc": { "start": { - "line": 1927, + "line": 1923, "column": 21 }, "end": { - "line": 1927, + "line": 1923, "column": 29 } } @@ -101746,16 +101299,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56150, - 56154 + 56008, + 56012 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 16 }, "end": { - "line": 1928, + "line": 1924, "column": 20 } } @@ -101766,16 +101319,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 56157, - 56166 + 56015, + 56024 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 23 }, "end": { - "line": 1928, + "line": 1924, "column": 32 } } @@ -101790,16 +101343,16 @@ "type": "Identifier", "name": "term", "range": [ - 56167, - 56171 + 56025, + 56029 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 33 }, "end": { - "line": 1928, + "line": 1924, "column": 37 } } @@ -101808,31 +101361,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56172, - 56179 + 56030, + 56037 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 38 }, "end": { - "line": 1928, + "line": 1924, "column": 45 } } }, "range": [ - 56167, - 56179 + 56025, + 56037 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 33 }, "end": { - "line": 1928, + "line": 1924, "column": 45 } } @@ -101842,16 +101395,16 @@ "type": "Identifier", "name": "reD", "range": [ - 56180, - 56183 + 56038, + 56041 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 46 }, "end": { - "line": 1928, + "line": 1924, "column": 49 } } @@ -101861,32 +101414,32 @@ "value": "", "raw": "''", "range": [ - 56185, - 56187 + 56043, + 56045 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 51 }, "end": { - "line": 1928, + "line": 1924, "column": 53 } } } ], "range": [ - 56167, - 56188 + 56025, + 56046 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 33 }, "end": { - "line": 1928, + "line": 1924, "column": 54 } } @@ -101895,62 +101448,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56190, - 56196 + 56048, + 56054 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 56 }, "end": { - "line": 1928, + "line": 1924, "column": 62 } } } ], "range": [ - 56157, - 56197 + 56015, + 56055 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 23 }, "end": { - "line": 1928, + "line": 1924, "column": 63 } } }, "range": [ - 56150, - 56197 + 56008, + 56055 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 16 }, "end": { - "line": 1928, + "line": 1924, "column": 63 } } }, "range": [ - 56150, - 56198 + 56008, + 56056 ], "loc": { "start": { - "line": 1928, + "line": 1924, "column": 16 }, "end": { - "line": 1928, + "line": 1924, "column": 64 } } @@ -101964,16 +101517,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56215, - 56224 + 56073, + 56082 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 16 }, "end": { - "line": 1929, + "line": 1925, "column": 25 } } @@ -101990,16 +101543,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56227, - 56231 + 56085, + 56089 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 28 }, "end": { - "line": 1929, + "line": 1925, "column": 32 } } @@ -102008,47 +101561,47 @@ "type": "Identifier", "name": "toString", "range": [ - 56232, - 56240 + 56090, + 56098 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 33 }, "end": { - "line": 1929, + "line": 1925, "column": 41 } } }, "range": [ - 56227, - 56240 + 56085, + 56098 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 28 }, "end": { - "line": 1929, + "line": 1925, "column": 41 } } }, "arguments": [], "range": [ - 56227, - 56242 + 56085, + 56100 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 28 }, "end": { - "line": 1929, + "line": 1925, "column": 43 } } @@ -102062,16 +101615,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56247, - 56251 + 56105, + 56109 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 48 }, "end": { - "line": 1929, + "line": 1925, "column": 52 } } @@ -102080,108 +101633,108 @@ "type": "Identifier", "name": "toString", "range": [ - 56252, - 56260 + 56110, + 56118 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 53 }, "end": { - "line": 1929, + "line": 1925, "column": 61 } } }, "range": [ - 56247, - 56260 + 56105, + 56118 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 48 }, "end": { - "line": 1929, + "line": 1925, "column": 61 } } }, "arguments": [], "range": [ - 56247, - 56262 + 56105, + 56120 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 48 }, "end": { - "line": 1929, + "line": 1925, "column": 63 } } }, "range": [ - 56227, - 56262 + 56085, + 56120 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 28 }, "end": { - "line": 1929, + "line": 1925, "column": 63 } } }, "range": [ - 56215, - 56262 + 56073, + 56120 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 16 }, "end": { - "line": 1929, + "line": 1925, "column": 63 } } }, "range": [ - 56215, - 56263 + 56073, + 56121 ], "loc": { "start": { - "line": 1929, + "line": 1925, "column": 16 }, "end": { - "line": 1929, + "line": 1925, "column": 64 } } } ], "range": [ - 56132, - 56277 + 55990, + 56135 ], "loc": { "start": { - "line": 1927, + "line": 1923, "column": 31 }, "end": { - "line": 1930, + "line": 1926, "column": 13 } }, @@ -102190,16 +101743,16 @@ "type": "Line", "value": " equal date", "range": [ - 56290, - 56303 + 56148, + 56161 ], "loc": { "start": { - "line": 1931, + "line": 1927, "column": 12 }, "end": { - "line": 1931, + "line": 1927, "column": 25 } } @@ -102212,16 +101765,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 56325, - 56333 + 56183, + 56191 ], "loc": { "start": { - "line": 1932, + "line": 1928, "column": 21 }, "end": { - "line": 1932, + "line": 1928, "column": 29 } } @@ -102238,16 +101791,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56353, - 56357 + 56211, + 56215 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 16 }, "end": { - "line": 1933, + "line": 1929, "column": 20 } } @@ -102258,16 +101811,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 56360, - 56369 + 56218, + 56227 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 23 }, "end": { - "line": 1933, + "line": 1929, "column": 32 } } @@ -102282,16 +101835,16 @@ "type": "Identifier", "name": "term", "range": [ - 56370, - 56374 + 56228, + 56232 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 33 }, "end": { - "line": 1933, + "line": 1929, "column": 37 } } @@ -102300,31 +101853,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56375, - 56382 + 56233, + 56240 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 38 }, "end": { - "line": 1933, + "line": 1929, "column": 45 } } }, "range": [ - 56370, - 56382 + 56228, + 56240 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 33 }, "end": { - "line": 1933, + "line": 1929, "column": 45 } } @@ -102334,16 +101887,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 56383, - 56387 + 56241, + 56245 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 46 }, "end": { - "line": 1933, + "line": 1929, "column": 50 } } @@ -102353,32 +101906,32 @@ "value": "", "raw": "''", "range": [ - 56389, - 56391 + 56247, + 56249 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 52 }, "end": { - "line": 1933, + "line": 1929, "column": 54 } } } ], "range": [ - 56370, - 56392 + 56228, + 56250 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 33 }, "end": { - "line": 1933, + "line": 1929, "column": 55 } } @@ -102387,62 +101940,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56394, - 56400 + 56252, + 56258 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 57 }, "end": { - "line": 1933, + "line": 1929, "column": 63 } } } ], "range": [ - 56360, - 56401 + 56218, + 56259 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 23 }, "end": { - "line": 1933, + "line": 1929, "column": 64 } } }, "range": [ - 56353, - 56401 + 56211, + 56259 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 16 }, "end": { - "line": 1933, + "line": 1929, "column": 64 } } }, "range": [ - 56353, - 56402 + 56211, + 56260 ], "loc": { "start": { - "line": 1933, + "line": 1929, "column": 16 }, "end": { - "line": 1933, + "line": 1929, "column": 65 } } @@ -102456,16 +102009,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56419, - 56428 + 56277, + 56286 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 16 }, "end": { - "line": 1934, + "line": 1930, "column": 25 } } @@ -102482,16 +102035,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56431, - 56435 + 56289, + 56293 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 28 }, "end": { - "line": 1934, + "line": 1930, "column": 32 } } @@ -102500,47 +102053,47 @@ "type": "Identifier", "name": "toString", "range": [ - 56436, - 56444 + 56294, + 56302 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 33 }, "end": { - "line": 1934, + "line": 1930, "column": 41 } } }, "range": [ - 56431, - 56444 + 56289, + 56302 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 28 }, "end": { - "line": 1934, + "line": 1930, "column": 41 } } }, "arguments": [], "range": [ - 56431, - 56446 + 56289, + 56304 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 28 }, "end": { - "line": 1934, + "line": 1930, "column": 43 } } @@ -102554,16 +102107,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56451, - 56455 + 56309, + 56313 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 48 }, "end": { - "line": 1934, + "line": 1930, "column": 52 } } @@ -102572,108 +102125,108 @@ "type": "Identifier", "name": "toString", "range": [ - 56456, - 56464 + 56314, + 56322 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 53 }, "end": { - "line": 1934, + "line": 1930, "column": 61 } } }, "range": [ - 56451, - 56464 + 56309, + 56322 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 48 }, "end": { - "line": 1934, + "line": 1930, "column": 61 } } }, "arguments": [], "range": [ - 56451, - 56466 + 56309, + 56324 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 48 }, "end": { - "line": 1934, + "line": 1930, "column": 63 } } }, "range": [ - 56431, - 56466 + 56289, + 56324 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 28 }, "end": { - "line": 1934, + "line": 1930, "column": 63 } } }, "range": [ - 56419, - 56466 + 56277, + 56324 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 16 }, "end": { - "line": 1934, + "line": 1930, "column": 63 } } }, "range": [ - 56419, - 56467 + 56277, + 56325 ], "loc": { "start": { - "line": 1934, + "line": 1930, "column": 16 }, "end": { - "line": 1934, + "line": 1930, "column": 64 } } } ], "range": [ - 56335, - 56481 + 56193, + 56339 ], "loc": { "start": { - "line": 1932, + "line": 1928, "column": 31 }, "end": { - "line": 1935, + "line": 1931, "column": 13 } }, @@ -102682,16 +102235,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 56494, - 56555 + 56352, + 56413 ], "loc": { "start": { - "line": 1936, + "line": 1932, "column": 12 }, "end": { - "line": 1936, + "line": 1932, "column": 73 } } @@ -102709,16 +102262,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 56577, - 56581 + 56435, + 56439 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 21 }, "end": { - "line": 1937, + "line": 1933, "column": 25 } } @@ -102727,31 +102280,31 @@ "type": "Identifier", "name": "test", "range": [ - 56582, - 56586 + 56440, + 56444 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 26 }, "end": { - "line": 1937, + "line": 1933, "column": 30 } } }, "range": [ - 56577, - 56586 + 56435, + 56444 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 21 }, "end": { - "line": 1937, + "line": 1933, "column": 30 } } @@ -102761,32 +102314,32 @@ "type": "Identifier", "name": "term", "range": [ - 56587, - 56591 + 56445, + 56449 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 31 }, "end": { - "line": 1937, + "line": 1933, "column": 35 } } } ], "range": [ - 56577, - 56592 + 56435, + 56450 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 21 }, "end": { - "line": 1937, + "line": 1933, "column": 36 } } @@ -102803,16 +102356,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56624, - 56633 + 56482, + 56491 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 16 }, "end": { - "line": 1938, + "line": 1934, "column": 25 } } @@ -102823,16 +102376,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56636, - 56644 + 56494, + 56502 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 28 }, "end": { - "line": 1938, + "line": 1934, "column": 36 } } @@ -102847,16 +102400,16 @@ "type": "Identifier", "name": "term", "range": [ - 56645, - 56649 + 56503, + 56507 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 37 }, "end": { - "line": 1938, + "line": 1934, "column": 41 } } @@ -102865,31 +102418,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56650, - 56657 + 56508, + 56515 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 42 }, "end": { - "line": 1938, + "line": 1934, "column": 49 } } }, "range": [ - 56645, - 56657 + 56503, + 56515 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 37 }, "end": { - "line": 1938, + "line": 1934, "column": 49 } } @@ -102899,16 +102452,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 56658, - 56662 + 56516, + 56520 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 50 }, "end": { - "line": 1938, + "line": 1934, "column": 54 } } @@ -102918,32 +102471,32 @@ "value": "", "raw": "''", "range": [ - 56664, - 56666 + 56522, + 56524 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 56 }, "end": { - "line": 1938, + "line": 1934, "column": 58 } } } ], "range": [ - 56645, - 56667 + 56503, + 56525 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 37 }, "end": { - "line": 1938, + "line": 1934, "column": 59 } } @@ -102952,16 +102505,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56669, - 56678 + 56527, + 56536 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 61 }, "end": { - "line": 1938, + "line": 1934, "column": 70 } } @@ -102971,16 +102524,16 @@ "value": false, "raw": "false", "range": [ - 56700, - 56705 + 56558, + 56563 ], "loc": { "start": { - "line": 1939, + "line": 1935, "column": 20 }, "end": { - "line": 1939, + "line": 1935, "column": 25 } } @@ -102991,16 +102544,16 @@ "object": { "type": "ThisExpression", "range": [ - 56707, - 56711 + 56565, + 56569 ], "loc": { "start": { - "line": 1939, + "line": 1935, "column": 27 }, "end": { - "line": 1939, + "line": 1935, "column": 31 } } @@ -103009,77 +102562,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56712, - 56725 + 56570, + 56583 ], "loc": { "start": { - "line": 1939, + "line": 1935, "column": 32 }, "end": { - "line": 1939, + "line": 1935, "column": 45 } } }, "range": [ - 56707, - 56725 + 56565, + 56583 ], "loc": { "start": { - "line": 1939, + "line": 1935, "column": 27 }, "end": { - "line": 1939, + "line": 1935, "column": 45 } } } ], "range": [ - 56636, - 56726 + 56494, + 56584 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 28 }, "end": { - "line": 1939, + "line": 1935, "column": 46 } } }, "range": [ - 56624, - 56726 + 56482, + 56584 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 16 }, "end": { - "line": 1939, + "line": 1935, "column": 46 } } }, "range": [ - 56624, - 56727 + 56482, + 56585 ], "loc": { "start": { - "line": 1938, + "line": 1934, "column": 16 }, "end": { - "line": 1939, + "line": 1935, "column": 47 } }, @@ -103088,16 +102641,16 @@ "type": "Line", "value": " like date", "range": [ - 56595, - 56607 + 56453, + 56465 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 39 }, "end": { - "line": 1937, + "line": 1933, "column": 51 } } @@ -103106,16 +102659,16 @@ } ], "range": [ - 56594, - 56741 + 56452, + 56599 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 38 }, "end": { - "line": 1940, + "line": 1936, "column": 13 } } @@ -103128,16 +102681,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 56763, - 56774 + 56621, + 56632 ], "loc": { "start": { - "line": 1941, + "line": 1937, "column": 21 }, "end": { - "line": 1941, + "line": 1937, "column": 32 } } @@ -103147,32 +102700,32 @@ "type": "Identifier", "name": "term", "range": [ - 56775, - 56779 + 56633, + 56637 ], "loc": { "start": { - "line": 1941, + "line": 1937, "column": 33 }, "end": { - "line": 1941, + "line": 1937, "column": 37 } } } ], "range": [ - 56763, - 56780 + 56621, + 56638 ], "loc": { "start": { - "line": 1941, + "line": 1937, "column": 21 }, "end": { - "line": 1941, + "line": 1937, "column": 38 } } @@ -103189,16 +102742,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56800, - 56804 + 56658, + 56662 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 16 }, "end": { - "line": 1942, + "line": 1938, "column": 20 } } @@ -103209,16 +102762,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 56807, - 56816 + 56665, + 56674 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 23 }, "end": { - "line": 1942, + "line": 1938, "column": 32 } } @@ -103228,16 +102781,16 @@ "type": "Identifier", "name": "term", "range": [ - 56817, - 56821 + 56675, + 56679 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 33 }, "end": { - "line": 1942, + "line": 1938, "column": 37 } } @@ -103246,62 +102799,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56823, - 56829 + 56681, + 56687 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 39 }, "end": { - "line": 1942, + "line": 1938, "column": 45 } } } ], "range": [ - 56807, - 56830 + 56665, + 56688 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 23 }, "end": { - "line": 1942, + "line": 1938, "column": 46 } } }, "range": [ - 56800, - 56830 + 56658, + 56688 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 16 }, "end": { - "line": 1942, + "line": 1938, "column": 46 } } }, "range": [ - 56800, - 56831 + 56658, + 56689 ], "loc": { "start": { - "line": 1942, + "line": 1938, "column": 16 }, "end": { - "line": 1942, + "line": 1938, "column": 47 } } @@ -103315,16 +102868,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56848, - 56857 + 56706, + 56715 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 16 }, "end": { - "line": 1943, + "line": 1939, "column": 25 } } @@ -103341,16 +102894,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56860, - 56864 + 56718, + 56722 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 28 }, "end": { - "line": 1943, + "line": 1939, "column": 32 } } @@ -103359,47 +102912,47 @@ "type": "Identifier", "name": "toString", "range": [ - 56865, - 56873 + 56723, + 56731 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 33 }, "end": { - "line": 1943, + "line": 1939, "column": 41 } } }, "range": [ - 56860, - 56873 + 56718, + 56731 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 28 }, "end": { - "line": 1943, + "line": 1939, "column": 41 } } }, "arguments": [], "range": [ - 56860, - 56875 + 56718, + 56733 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 28 }, "end": { - "line": 1943, + "line": 1939, "column": 43 } } @@ -103413,16 +102966,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56880, - 56884 + 56738, + 56742 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 48 }, "end": { - "line": 1943, + "line": 1939, "column": 52 } } @@ -103431,108 +102984,108 @@ "type": "Identifier", "name": "toString", "range": [ - 56885, - 56893 + 56743, + 56751 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 53 }, "end": { - "line": 1943, + "line": 1939, "column": 61 } } }, "range": [ - 56880, - 56893 + 56738, + 56751 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 48 }, "end": { - "line": 1943, + "line": 1939, "column": 61 } } }, "arguments": [], "range": [ - 56880, - 56895 + 56738, + 56753 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 48 }, "end": { - "line": 1943, + "line": 1939, "column": 63 } } }, "range": [ - 56860, - 56895 + 56718, + 56753 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 28 }, "end": { - "line": 1943, + "line": 1939, "column": 63 } } }, "range": [ - 56848, - 56895 + 56706, + 56753 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 16 }, "end": { - "line": 1943, + "line": 1939, "column": 63 } } }, "range": [ - 56848, - 56896 + 56706, + 56754 ], "loc": { "start": { - "line": 1943, + "line": 1939, "column": 16 }, "end": { - "line": 1943, + "line": 1939, "column": 64 } } } ], "range": [ - 56782, - 56910 + 56640, + 56768 ], "loc": { "start": { - "line": 1941, + "line": 1937, "column": 40 }, "end": { - "line": 1944, + "line": 1940, "column": 13 } }, @@ -103541,16 +103094,16 @@ "type": "Line", "value": "empty", "range": [ - 56923, - 56930 + 56781, + 56788 ], "loc": { "start": { - "line": 1945, + "line": 1941, "column": 12 }, "end": { - "line": 1945, + "line": 1941, "column": 19 } } @@ -103563,16 +103116,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 56952, - 56957 + 56810, + 56815 ], "loc": { "start": { - "line": 1946, + "line": 1942, "column": 21 }, "end": { - "line": 1946, + "line": 1942, "column": 26 } } @@ -103589,16 +103142,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56977, - 56986 + 56835, + 56844 ], "loc": { "start": { - "line": 1947, + "line": 1943, "column": 16 }, "end": { - "line": 1947, + "line": 1943, "column": 25 } } @@ -103609,16 +103162,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 56989, - 57002 + 56847, + 56860 ], "loc": { "start": { - "line": 1947, + "line": 1943, "column": 28 }, "end": { - "line": 1947, + "line": 1943, "column": 41 } } @@ -103628,78 +103181,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57003, - 57012 + 56861, + 56870 ], "loc": { "start": { - "line": 1947, + "line": 1943, "column": 42 }, "end": { - "line": 1947, + "line": 1943, "column": 51 } } } ], "range": [ - 56989, - 57013 + 56847, + 56871 ], "loc": { "start": { - "line": 1947, + "line": 1943, "column": 28 }, "end": { - "line": 1947, + "line": 1943, "column": 52 } } }, "range": [ - 56977, - 57013 + 56835, + 56871 ], "loc": { "start": { - "line": 1947, + "line": 1943, "column": 16 }, "end": { - "line": 1947, + "line": 1943, "column": 52 } } }, "range": [ - 56977, - 57014 + 56835, + 56872 ], "loc": { "start": { - "line": 1947, + "line": 1943, "column": 16 }, "end": { - "line": 1947, + "line": 1943, "column": 53 } } } ], "range": [ - 56959, - 57028 + 56817, + 56886 ], "loc": { "start": { - "line": 1946, + "line": 1942, "column": 28 }, "end": { - "line": 1948, + "line": 1944, "column": 13 } }, @@ -103708,16 +103261,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57041, - 57052 + 56899, + 56910 ], "loc": { "start": { - "line": 1949, + "line": 1945, "column": 12 }, "end": { - "line": 1949, + "line": 1945, "column": 23 } } @@ -103730,16 +103283,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 57074, - 57079 + 56932, + 56937 ], "loc": { "start": { - "line": 1950, + "line": 1946, "column": 21 }, "end": { - "line": 1950, + "line": 1946, "column": 26 } } @@ -103756,16 +103309,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57099, - 57108 + 56957, + 56966 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 16 }, "end": { - "line": 1951, + "line": 1947, "column": 25 } } @@ -103779,16 +103332,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 57112, - 57125 + 56970, + 56983 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 29 }, "end": { - "line": 1951, + "line": 1947, "column": 42 } } @@ -103798,94 +103351,94 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57126, - 57135 + 56984, + 56993 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 43 }, "end": { - "line": 1951, + "line": 1947, "column": 52 } } } ], "range": [ - 57112, - 57136 + 56970, + 56994 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 29 }, "end": { - "line": 1951, + "line": 1947, "column": 53 } } }, "prefix": true, "range": [ - 57111, - 57136 + 56969, + 56994 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 28 }, "end": { - "line": 1951, + "line": 1947, "column": 53 } } }, "range": [ - 57099, - 57136 + 56957, + 56994 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 16 }, "end": { - "line": 1951, + "line": 1947, "column": 53 } } }, "range": [ - 57099, - 57137 + 56957, + 56995 ], "loc": { "start": { - "line": 1951, + "line": 1947, "column": 16 }, "end": { - "line": 1951, + "line": 1947, "column": 54 } } } ], "range": [ - 57081, - 57151 + 56939, + 57009 ], "loc": { "start": { - "line": 1950, + "line": 1946, "column": 28 }, "end": { - "line": 1952, + "line": 1948, "column": 13 } } @@ -103902,16 +103455,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57175, - 57184 + 57033, + 57042 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 16 }, "end": { - "line": 1953, + "line": 1949, "column": 25 } } @@ -103922,16 +103475,16 @@ "type": "Identifier", "name": "contains", "range": [ - 57187, - 57195 + 57045, + 57053 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 28 }, "end": { - "line": 1953, + "line": 1949, "column": 36 } } @@ -103941,16 +103494,16 @@ "type": "Identifier", "name": "term", "range": [ - 57196, - 57200 + 57054, + 57058 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 37 }, "end": { - "line": 1953, + "line": 1949, "column": 41 } } @@ -103959,16 +103512,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57202, - 57211 + 57060, + 57069 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 43 }, "end": { - "line": 1953, + "line": 1949, "column": 52 } } @@ -103981,16 +103534,16 @@ "object": { "type": "ThisExpression", "range": [ - 57233, - 57237 + 57091, + 57095 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 20 }, "end": { - "line": 1954, + "line": 1950, "column": 24 } } @@ -103999,31 +103552,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 57238, - 57250 + 57096, + 57108 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 25 }, "end": { - "line": 1954, + "line": 1950, "column": 37 } } }, "range": [ - 57233, - 57250 + 57091, + 57108 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 20 }, "end": { - "line": 1954, + "line": 1950, "column": 37 } } @@ -104033,32 +103586,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 57251, - 57257 + 57109, + 57115 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 38 }, "end": { - "line": 1954, + "line": 1950, "column": 44 } } } ], "range": [ - 57233, - 57258 + 57091, + 57116 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 20 }, "end": { - "line": 1954, + "line": 1950, "column": 45 } } @@ -104069,16 +103622,16 @@ "object": { "type": "ThisExpression", "range": [ - 57260, - 57264 + 57118, + 57122 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 47 }, "end": { - "line": 1954, + "line": 1950, "column": 51 } } @@ -104087,108 +103640,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 57265, - 57278 + 57123, + 57136 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 52 }, "end": { - "line": 1954, + "line": 1950, "column": 65 } } }, "range": [ - 57260, - 57278 + 57118, + 57136 ], "loc": { "start": { - "line": 1954, + "line": 1950, "column": 47 }, "end": { - "line": 1954, + "line": 1950, "column": 65 } } } ], "range": [ - 57187, - 57279 + 57045, + 57137 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 28 }, "end": { - "line": 1954, + "line": 1950, "column": 66 } } }, "range": [ - 57175, - 57279 + 57033, + 57137 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 16 }, "end": { - "line": 1954, + "line": 1950, "column": 66 } } }, "range": [ - 57175, - 57280 + 57033, + 57138 ], "loc": { "start": { - "line": 1953, + "line": 1949, "column": 16 }, "end": { - "line": 1954, + "line": 1950, "column": 67 } } } ], "range": [ - 57157, - 57294 + 57015, + 57152 ], "loc": { "start": { - "line": 1952, + "line": 1948, "column": 19 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } } }, "range": [ - 57070, - 57294 + 56928, + 57152 ], "loc": { "start": { - "line": 1950, + "line": 1946, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104197,16 +103750,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57041, - 57052 + 56899, + 56910 ], "loc": { "start": { - "line": 1949, + "line": 1945, "column": 12 }, "end": { - "line": 1949, + "line": 1945, "column": 23 } } @@ -104214,16 +103767,16 @@ ] }, "range": [ - 56948, - 57294 + 56806, + 57152 ], "loc": { "start": { - "line": 1946, + "line": 1942, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104232,16 +103785,16 @@ "type": "Line", "value": "empty", "range": [ - 56923, - 56930 + 56781, + 56788 ], "loc": { "start": { - "line": 1945, + "line": 1941, "column": 12 }, "end": { - "line": 1945, + "line": 1941, "column": 19 } } @@ -104249,31 +103802,31 @@ ] }, "range": [ - 56759, - 57294 + 56617, + 57152 ], "loc": { "start": { - "line": 1941, + "line": 1937, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } } }, "range": [ - 56573, - 57294 + 56431, + 57152 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104282,16 +103835,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 56494, - 56555 + 56352, + 56413 ], "loc": { "start": { - "line": 1936, + "line": 1932, "column": 12 }, "end": { - "line": 1936, + "line": 1932, "column": 73 } } @@ -104299,16 +103852,16 @@ ] }, "range": [ - 56321, - 57294 + 56179, + 57152 ], "loc": { "start": { - "line": 1932, + "line": 1928, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104317,16 +103870,16 @@ "type": "Line", "value": " equal date", "range": [ - 56290, - 56303 + 56148, + 56161 ], "loc": { "start": { - "line": 1931, + "line": 1927, "column": 12 }, "end": { - "line": 1931, + "line": 1927, "column": 25 } } @@ -104334,16 +103887,16 @@ ] }, "range": [ - 56118, - 57294 + 55976, + 57152 ], "loc": { "start": { - "line": 1927, + "line": 1923, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104352,16 +103905,16 @@ "type": "Line", "value": " different date", "range": [ - 56083, - 56100 + 55941, + 55958 ], "loc": { "start": { - "line": 1926, + "line": 1922, "column": 12 }, "end": { - "line": 1926, + "line": 1922, "column": 29 } } @@ -104369,16 +103922,16 @@ ] }, "range": [ - 55936, - 57294 + 55794, + 57152 ], "loc": { "start": { - "line": 1922, + "line": 1918, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104387,16 +103940,16 @@ "type": "Line", "value": " greater date", "range": [ - 55903, - 55918 + 55761, + 55776 ], "loc": { "start": { - "line": 1921, + "line": 1917, "column": 12 }, "end": { - "line": 1921, + "line": 1917, "column": 27 } } @@ -104404,16 +103957,16 @@ ] }, "range": [ - 55753, - 57294 + 55611, + 57152 ], "loc": { "start": { - "line": 1917, + "line": 1913, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104422,16 +103975,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 55714, - 55735 + 55572, + 55593 ], "loc": { "start": { - "line": 1916, + "line": 1912, "column": 12 }, "end": { - "line": 1916, + "line": 1912, "column": 33 } } @@ -104439,16 +103992,16 @@ ] }, "range": [ - 55567, - 57294 + 55425, + 57152 ], "loc": { "start": { - "line": 1912, + "line": 1908, "column": 17 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104457,16 +104010,16 @@ "type": "Line", "value": " lower date", "range": [ - 55536, - 55549 + 55394, + 55407 ], "loc": { "start": { - "line": 1911, + "line": 1907, "column": 12 }, "end": { - "line": 1911, + "line": 1907, "column": 25 } } @@ -104474,16 +104027,16 @@ ] }, "range": [ - 55386, - 57294 + 55244, + 57152 ], "loc": { "start": { - "line": 1907, + "line": 1903, "column": 12 }, "end": { - "line": 1955, + "line": 1951, "column": 13 } }, @@ -104492,16 +104045,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 55354, - 55373 + 55212, + 55231 ], "loc": { "start": { - "line": 1906, + "line": 1902, "column": 12 }, "end": { - "line": 1906, + "line": 1902, "column": 31 } } @@ -104510,16 +104063,16 @@ } ], "range": [ - 54400, - 57304 + 54258, + 57162 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 42 }, "end": { - "line": 1956, + "line": 1952, "column": 9 } } @@ -104537,16 +104090,16 @@ "object": { "type": "ThisExpression", "range": [ - 57337, - 57341 + 57195, + 57199 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 16 }, "end": { - "line": 1959, + "line": 1955, "column": 20 } } @@ -104555,31 +104108,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 57342, - 57349 + 57200, + 57207 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 21 }, "end": { - "line": 1959, + "line": 1955, "column": 28 } } }, "range": [ - 57337, - 57349 + 57195, + 57207 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 16 }, "end": { - "line": 1959, + "line": 1955, "column": 28 } } @@ -104589,16 +104142,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 57350, - 57356 + 57208, + 57214 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 29 }, "end": { - "line": 1959, + "line": 1955, "column": 35 } } @@ -104610,48 +104163,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 57359, - 57375 + 57217, + 57233 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 38 }, "end": { - "line": 1959, + "line": 1955, "column": 54 } } } ], "range": [ - 57358, - 57376 + 57216, + 57234 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 37 }, "end": { - "line": 1959, + "line": 1955, "column": 55 } } } ], "range": [ - 57337, - 57377 + 57195, + 57235 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 16 }, "end": { - "line": 1959, + "line": 1955, "column": 56 } } @@ -104668,16 +104221,16 @@ "type": "Identifier", "name": "colType", "range": [ - 57401, - 57408 + 57259, + 57266 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 20 }, "end": { - "line": 1960, + "line": 1956, "column": 27 } } @@ -104691,16 +104244,16 @@ "object": { "type": "ThisExpression", "range": [ - 57411, - 57415 + 57269, + 57273 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 30 }, "end": { - "line": 1960, + "line": 1956, "column": 34 } } @@ -104709,31 +104262,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 57416, - 57424 + 57274, + 57282 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 35 }, "end": { - "line": 1960, + "line": 1956, "column": 43 } } }, "range": [ - 57411, - 57424 + 57269, + 57282 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 30 }, "end": { - "line": 1960, + "line": 1956, "column": 43 } } @@ -104742,46 +104295,46 @@ "type": "Identifier", "name": "colIdx", "range": [ - 57425, - 57431 + 57283, + 57289 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 44 }, "end": { - "line": 1960, + "line": 1956, "column": 50 } } }, "range": [ - 57411, - 57432 + 57269, + 57290 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 30 }, "end": { - "line": 1960, + "line": 1956, "column": 51 } } }, "range": [ - 57401, - 57432 + 57259, + 57290 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 20 }, "end": { - "line": 1960, + "line": 1956, "column": 51 } } @@ -104789,16 +104342,16 @@ ], "kind": "let", "range": [ - 57397, - 57433 + 57255, + 57291 ], "loc": { "start": { - "line": 1960, + "line": 1956, "column": 16 }, "end": { - "line": 1960, + "line": 1956, "column": 52 } } @@ -104814,16 +104367,16 @@ "type": "Identifier", "name": "colType", "range": [ - 57454, - 57461 + 57312, + 57319 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 20 }, "end": { - "line": 1961, + "line": 1957, "column": 27 } } @@ -104832,31 +104385,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 57462, - 57476 + 57320, + 57334 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 28 }, "end": { - "line": 1961, + "line": 1957, "column": 42 } } }, "range": [ - 57454, - 57476 + 57312, + 57334 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 20 }, "end": { - "line": 1961, + "line": 1957, "column": 42 } } @@ -104867,32 +104420,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 57477, - 57486 + 57335, + 57344 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 43 }, "end": { - "line": 1961, + "line": 1957, "column": 52 } } } ], "range": [ - 57454, - 57487 + 57312, + 57345 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 20 }, "end": { - "line": 1961, + "line": 1957, "column": 53 } } @@ -104909,16 +104462,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 57511, - 57518 + 57369, + 57376 ], "loc": { "start": { - "line": 1962, + "line": 1958, "column": 20 }, "end": { - "line": 1962, + "line": 1958, "column": 27 } } @@ -104930,16 +104483,16 @@ "type": "Identifier", "name": "colType", "range": [ - 57521, - 57528 + 57379, + 57386 ], "loc": { "start": { - "line": 1962, + "line": 1958, "column": 30 }, "end": { - "line": 1962, + "line": 1958, "column": 37 } } @@ -104948,125 +104501,125 @@ "type": "Identifier", "name": "decimal", "range": [ - 57529, - 57536 + 57387, + 57394 ], "loc": { "start": { - "line": 1962, + "line": 1958, "column": 38 }, "end": { - "line": 1962, + "line": 1958, "column": 45 } } }, "range": [ - 57521, - 57536 + 57379, + 57394 ], "loc": { "start": { - "line": 1962, + "line": 1958, "column": 30 }, "end": { - "line": 1962, + "line": 1958, "column": 45 } } }, "range": [ - 57511, - 57536 + 57369, + 57394 ], "loc": { "start": { - "line": 1962, + "line": 1958, "column": 20 }, "end": { - "line": 1962, + "line": 1958, "column": 45 } } }, "range": [ - 57511, - 57537 + 57369, + 57395 ], "loc": { "start": { - "line": 1962, + "line": 1958, "column": 20 }, "end": { - "line": 1962, + "line": 1958, "column": 46 } } } ], "range": [ - 57489, - 57555 + 57347, + 57413 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 55 }, "end": { - "line": 1963, + "line": 1959, "column": 17 } } }, "alternate": null, "range": [ - 57450, - 57555 + 57308, + 57413 ], "loc": { "start": { - "line": 1961, + "line": 1957, "column": 16 }, "end": { - "line": 1963, + "line": 1959, "column": 17 } } } ], "range": [ - 57379, - 57569 + 57237, + 57427 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 58 }, "end": { - "line": 1964, + "line": 1960, "column": 13 } } }, "alternate": null, "range": [ - 57333, - 57569 + 57191, + 57427 ], "loc": { "start": { - "line": 1959, + "line": 1955, "column": 12 }, "end": { - "line": 1964, + "line": 1960, "column": 13 } }, @@ -105075,16 +104628,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 57582, - 57643 + 57440, + 57501 ], "loc": { "start": { - "line": 1965, + "line": 1961, "column": 12 }, "end": { - "line": 1965, + "line": 1961, "column": 73 } } @@ -105093,16 +104646,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 57656, - 57683 + 57514, + 57541 ], "loc": { "start": { - "line": 1966, + "line": 1962, "column": 12 }, "end": { - "line": 1966, + "line": 1962, "column": 39 } } @@ -105118,16 +104671,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57696, - 57703 + 57554, + 57561 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 12 }, "end": { - "line": 1967, + "line": 1963, "column": 19 } } @@ -105141,16 +104694,16 @@ "type": "Identifier", "name": "Number", "range": [ - 57706, - 57712 + 57564, + 57570 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 22 }, "end": { - "line": 1967, + "line": 1963, "column": 28 } } @@ -105160,32 +104713,32 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57713, - 57722 + 57571, + 57580 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 29 }, "end": { - "line": 1967, + "line": 1963, "column": 38 } } } ], "range": [ - 57706, - 57723 + 57564, + 57581 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 22 }, "end": { - "line": 1967, + "line": 1963, "column": 39 } } @@ -105196,16 +104749,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57727, - 57734 + 57585, + 57592 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 43 }, "end": { - "line": 1967, + "line": 1963, "column": 50 } } @@ -105215,16 +104768,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57735, - 57744 + 57593, + 57602 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 51 }, "end": { - "line": 1967, + "line": 1963, "column": 60 } } @@ -105233,77 +104786,77 @@ "type": "Identifier", "name": "decimal", "range": [ - 57746, - 57753 + 57604, + 57611 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 62 }, "end": { - "line": 1967, + "line": 1963, "column": 69 } } } ], "range": [ - 57727, - 57754 + 57585, + 57612 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 43 }, "end": { - "line": 1967, + "line": 1963, "column": 70 } } }, "range": [ - 57706, - 57754 + 57564, + 57612 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 22 }, "end": { - "line": 1967, + "line": 1963, "column": 70 } } }, "range": [ - 57696, - 57754 + 57554, + 57612 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 12 }, "end": { - "line": 1967, + "line": 1963, "column": 70 } } }, "range": [ - 57696, - 57755 + 57554, + 57613 ], "loc": { "start": { - "line": 1967, + "line": 1963, "column": 12 }, "end": { - "line": 1967, + "line": 1963, "column": 71 } }, @@ -105312,16 +104865,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 57582, - 57643 + 57440, + 57501 ], "loc": { "start": { - "line": 1965, + "line": 1961, "column": 12 }, "end": { - "line": 1965, + "line": 1961, "column": 73 } } @@ -105330,16 +104883,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 57656, - 57683 + 57514, + 57541 ], "loc": { "start": { - "line": 1966, + "line": 1962, "column": 12 }, "end": { - "line": 1966, + "line": 1962, "column": 39 } } @@ -105350,16 +104903,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 57769, - 57831 + 57627, + 57689 ], "loc": { "start": { - "line": 1969, + "line": 1965, "column": 12 }, "end": { - "line": 1969, + "line": 1965, "column": 74 } } @@ -105368,16 +104921,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 57844, - 57852 + 57702, + 57710 ], "loc": { "start": { - "line": 1970, + "line": 1966, "column": 12 }, "end": { - "line": 1970, + "line": 1966, "column": 20 } } @@ -105386,16 +104939,16 @@ "type": "Line", "value": " lower equal", "range": [ - 57865, - 57879 + 57723, + 57737 ], "loc": { "start": { - "line": 1971, + "line": 1967, "column": 12 }, "end": { - "line": 1971, + "line": 1967, "column": 26 } } @@ -105408,16 +104961,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 57896, - 57901 + 57754, + 57759 ], "loc": { "start": { - "line": 1972, + "line": 1968, "column": 16 }, "end": { - "line": 1972, + "line": 1968, "column": 21 } } @@ -105434,16 +104987,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57921, - 57930 + 57779, + 57788 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 16 }, "end": { - "line": 1973, + "line": 1969, "column": 25 } } @@ -105455,16 +105008,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57933, - 57940 + 57791, + 57798 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 28 }, "end": { - "line": 1973, + "line": 1969, "column": 35 } } @@ -105475,16 +105028,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57944, - 57951 + 57802, + 57809 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 39 }, "end": { - "line": 1973, + "line": 1969, "column": 46 } } @@ -105499,16 +105052,16 @@ "type": "Identifier", "name": "term", "range": [ - 57973, - 57977 + 57831, + 57835 ], "loc": { "start": { - "line": 1974, + "line": 1970, "column": 20 }, "end": { - "line": 1974, + "line": 1970, "column": 24 } } @@ -105517,31 +105070,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57978, - 57985 + 57836, + 57843 ], "loc": { "start": { - "line": 1974, + "line": 1970, "column": 25 }, "end": { - "line": 1974, + "line": 1970, "column": 32 } } }, "range": [ - 57973, - 57985 + 57831, + 57843 ], "loc": { "start": { - "line": 1974, + "line": 1970, "column": 20 }, "end": { - "line": 1974, + "line": 1970, "column": 32 } } @@ -105551,16 +105104,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 57986, - 57990 + 57844, + 57848 ], "loc": { "start": { - "line": 1974, + "line": 1970, "column": 33 }, "end": { - "line": 1974, + "line": 1970, "column": 37 } } @@ -105570,32 +105123,32 @@ "value": "", "raw": "''", "range": [ - 57992, - 57994 + 57850, + 57852 ], "loc": { "start": { - "line": 1974, + "line": 1970, "column": 39 }, "end": { - "line": 1974, + "line": 1970, "column": 41 } } } ], "range": [ - 57973, - 57995 + 57831, + 57853 ], "loc": { "start": { - "line": 1974, + "line": 1970, "column": 20 }, "end": { - "line": 1974, + "line": 1970, "column": 42 } } @@ -105604,93 +105157,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58017, - 58024 + 57875, + 57882 ], "loc": { "start": { - "line": 1975, + "line": 1971, "column": 20 }, "end": { - "line": 1975, + "line": 1971, "column": 27 } } } ], "range": [ - 57944, - 58042 + 57802, + 57900 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 39 }, "end": { - "line": 1976, + "line": 1972, "column": 17 } } }, "range": [ - 57933, - 58042 + 57791, + 57900 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 28 }, "end": { - "line": 1976, + "line": 1972, "column": 17 } } }, "range": [ - 57921, - 58042 + 57779, + 57900 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 16 }, "end": { - "line": 1976, + "line": 1972, "column": 17 } } }, "range": [ - 57921, - 58043 + 57779, + 57901 ], "loc": { "start": { - "line": 1973, + "line": 1969, "column": 16 }, "end": { - "line": 1976, + "line": 1972, "column": 18 } } } ], "range": [ - 57903, - 58057 + 57761, + 57915 ], "loc": { "start": { - "line": 1972, + "line": 1968, "column": 23 }, "end": { - "line": 1977, + "line": 1973, "column": 13 } }, @@ -105699,16 +105252,16 @@ "type": "Line", "value": "greater equal", "range": [ - 58070, - 58085 + 57928, + 57943 ], "loc": { "start": { - "line": 1978, + "line": 1974, "column": 12 }, "end": { - "line": 1978, + "line": 1974, "column": 27 } } @@ -105721,16 +105274,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 58107, - 58112 + 57965, + 57970 ], "loc": { "start": { - "line": 1979, + "line": 1975, "column": 21 }, "end": { - "line": 1979, + "line": 1975, "column": 26 } } @@ -105747,16 +105300,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58132, - 58141 + 57990, + 57999 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 16 }, "end": { - "line": 1980, + "line": 1976, "column": 25 } } @@ -105768,16 +105321,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58144, - 58151 + 58002, + 58009 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 28 }, "end": { - "line": 1980, + "line": 1976, "column": 35 } } @@ -105788,16 +105341,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 58155, - 58162 + 58013, + 58020 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 39 }, "end": { - "line": 1980, + "line": 1976, "column": 46 } } @@ -105812,16 +105365,16 @@ "type": "Identifier", "name": "term", "range": [ - 58184, - 58188 + 58042, + 58046 ], "loc": { "start": { - "line": 1981, + "line": 1977, "column": 20 }, "end": { - "line": 1981, + "line": 1977, "column": 24 } } @@ -105830,31 +105383,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58189, - 58196 + 58047, + 58054 ], "loc": { "start": { - "line": 1981, + "line": 1977, "column": 25 }, "end": { - "line": 1981, + "line": 1977, "column": 32 } } }, "range": [ - 58184, - 58196 + 58042, + 58054 ], "loc": { "start": { - "line": 1981, + "line": 1977, "column": 20 }, "end": { - "line": 1981, + "line": 1977, "column": 32 } } @@ -105864,16 +105417,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 58197, - 58201 + 58055, + 58059 ], "loc": { "start": { - "line": 1981, + "line": 1977, "column": 33 }, "end": { - "line": 1981, + "line": 1977, "column": 37 } } @@ -105883,32 +105436,32 @@ "value": "", "raw": "''", "range": [ - 58203, - 58205 + 58061, + 58063 ], "loc": { "start": { - "line": 1981, + "line": 1977, "column": 39 }, "end": { - "line": 1981, + "line": 1977, "column": 41 } } } ], "range": [ - 58184, - 58206 + 58042, + 58064 ], "loc": { "start": { - "line": 1981, + "line": 1977, "column": 20 }, "end": { - "line": 1981, + "line": 1977, "column": 42 } } @@ -105917,93 +105470,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58228, - 58235 + 58086, + 58093 ], "loc": { "start": { - "line": 1982, + "line": 1978, "column": 20 }, "end": { - "line": 1982, + "line": 1978, "column": 27 } } } ], "range": [ - 58155, - 58253 + 58013, + 58111 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 39 }, "end": { - "line": 1983, + "line": 1979, "column": 17 } } }, "range": [ - 58144, - 58253 + 58002, + 58111 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 28 }, "end": { - "line": 1983, + "line": 1979, "column": 17 } } }, "range": [ - 58132, - 58253 + 57990, + 58111 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 16 }, "end": { - "line": 1983, + "line": 1979, "column": 17 } } }, "range": [ - 58132, - 58254 + 57990, + 58112 ], "loc": { "start": { - "line": 1980, + "line": 1976, "column": 16 }, "end": { - "line": 1983, + "line": 1979, "column": 18 } } } ], "range": [ - 58114, - 58268 + 57972, + 58126 ], "loc": { "start": { - "line": 1979, + "line": 1975, "column": 28 }, "end": { - "line": 1984, + "line": 1980, "column": 13 } }, @@ -106012,16 +105565,16 @@ "type": "Line", "value": "lower", "range": [ - 58281, - 58288 + 58139, + 58146 ], "loc": { "start": { - "line": 1985, + "line": 1981, "column": 12 }, "end": { - "line": 1985, + "line": 1981, "column": 19 } } @@ -106034,16 +105587,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 58310, - 58315 + 58168, + 58173 ], "loc": { "start": { - "line": 1986, + "line": 1982, "column": 21 }, "end": { - "line": 1986, + "line": 1982, "column": 26 } } @@ -106060,16 +105613,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58335, - 58344 + 58193, + 58202 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 16 }, "end": { - "line": 1987, + "line": 1983, "column": 25 } } @@ -106081,16 +105634,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58347, - 58354 + 58205, + 58212 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 28 }, "end": { - "line": 1987, + "line": 1983, "column": 35 } } @@ -106101,16 +105654,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 58357, - 58364 + 58215, + 58222 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 38 }, "end": { - "line": 1987, + "line": 1983, "column": 45 } } @@ -106125,16 +105678,16 @@ "type": "Identifier", "name": "term", "range": [ - 58386, - 58390 + 58244, + 58248 ], "loc": { "start": { - "line": 1988, + "line": 1984, "column": 20 }, "end": { - "line": 1988, + "line": 1984, "column": 24 } } @@ -106143,31 +105696,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58391, - 58398 + 58249, + 58256 ], "loc": { "start": { - "line": 1988, + "line": 1984, "column": 25 }, "end": { - "line": 1988, + "line": 1984, "column": 32 } } }, "range": [ - 58386, - 58398 + 58244, + 58256 ], "loc": { "start": { - "line": 1988, + "line": 1984, "column": 20 }, "end": { - "line": 1988, + "line": 1984, "column": 32 } } @@ -106177,16 +105730,16 @@ "type": "Identifier", "name": "reL", "range": [ - 58399, - 58402 + 58257, + 58260 ], "loc": { "start": { - "line": 1988, + "line": 1984, "column": 33 }, "end": { - "line": 1988, + "line": 1984, "column": 36 } } @@ -106196,32 +105749,32 @@ "value": "", "raw": "''", "range": [ - 58404, - 58406 + 58262, + 58264 ], "loc": { "start": { - "line": 1988, + "line": 1984, "column": 38 }, "end": { - "line": 1988, + "line": 1984, "column": 40 } } } ], "range": [ - 58386, - 58407 + 58244, + 58265 ], "loc": { "start": { - "line": 1988, + "line": 1984, "column": 20 }, "end": { - "line": 1988, + "line": 1984, "column": 41 } } @@ -106230,93 +105783,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58429, - 58436 + 58287, + 58294 ], "loc": { "start": { - "line": 1989, + "line": 1985, "column": 20 }, "end": { - "line": 1989, + "line": 1985, "column": 27 } } } ], "range": [ - 58357, - 58454 + 58215, + 58312 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 38 }, "end": { - "line": 1990, + "line": 1986, "column": 17 } } }, "range": [ - 58347, - 58454 + 58205, + 58312 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 28 }, "end": { - "line": 1990, + "line": 1986, "column": 17 } } }, "range": [ - 58335, - 58454 + 58193, + 58312 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 16 }, "end": { - "line": 1990, + "line": 1986, "column": 17 } } }, "range": [ - 58335, - 58455 + 58193, + 58313 ], "loc": { "start": { - "line": 1987, + "line": 1983, "column": 16 }, "end": { - "line": 1990, + "line": 1986, "column": 18 } } } ], "range": [ - 58317, - 58469 + 58175, + 58327 ], "loc": { "start": { - "line": 1986, + "line": 1982, "column": 28 }, "end": { - "line": 1991, + "line": 1987, "column": 13 } }, @@ -106325,16 +105878,16 @@ "type": "Line", "value": "greater", "range": [ - 58482, - 58491 + 58340, + 58349 ], "loc": { "start": { - "line": 1992, + "line": 1988, "column": 12 }, "end": { - "line": 1992, + "line": 1988, "column": 21 } } @@ -106347,16 +105900,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 58513, - 58518 + 58371, + 58376 ], "loc": { "start": { - "line": 1993, + "line": 1989, "column": 21 }, "end": { - "line": 1993, + "line": 1989, "column": 26 } } @@ -106373,16 +105926,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58538, - 58547 + 58396, + 58405 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 16 }, "end": { - "line": 1994, + "line": 1990, "column": 25 } } @@ -106394,16 +105947,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58550, - 58557 + 58408, + 58415 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 28 }, "end": { - "line": 1994, + "line": 1990, "column": 35 } } @@ -106414,16 +105967,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 58560, - 58567 + 58418, + 58425 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 38 }, "end": { - "line": 1994, + "line": 1990, "column": 45 } } @@ -106438,16 +105991,16 @@ "type": "Identifier", "name": "term", "range": [ - 58589, - 58593 + 58447, + 58451 ], "loc": { "start": { - "line": 1995, + "line": 1991, "column": 20 }, "end": { - "line": 1995, + "line": 1991, "column": 24 } } @@ -106456,31 +106009,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58594, - 58601 + 58452, + 58459 ], "loc": { "start": { - "line": 1995, + "line": 1991, "column": 25 }, "end": { - "line": 1995, + "line": 1991, "column": 32 } } }, "range": [ - 58589, - 58601 + 58447, + 58459 ], "loc": { "start": { - "line": 1995, + "line": 1991, "column": 20 }, "end": { - "line": 1995, + "line": 1991, "column": 32 } } @@ -106490,16 +106043,16 @@ "type": "Identifier", "name": "reG", "range": [ - 58602, - 58605 + 58460, + 58463 ], "loc": { "start": { - "line": 1995, + "line": 1991, "column": 33 }, "end": { - "line": 1995, + "line": 1991, "column": 36 } } @@ -106509,32 +106062,32 @@ "value": "", "raw": "''", "range": [ - 58607, - 58609 + 58465, + 58467 ], "loc": { "start": { - "line": 1995, + "line": 1991, "column": 38 }, "end": { - "line": 1995, + "line": 1991, "column": 40 } } } ], "range": [ - 58589, - 58610 + 58447, + 58468 ], "loc": { "start": { - "line": 1995, + "line": 1991, "column": 20 }, "end": { - "line": 1995, + "line": 1991, "column": 41 } } @@ -106543,93 +106096,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58632, - 58639 + 58490, + 58497 ], "loc": { "start": { - "line": 1996, + "line": 1992, "column": 20 }, "end": { - "line": 1996, + "line": 1992, "column": 27 } } } ], "range": [ - 58560, - 58657 + 58418, + 58515 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 38 }, "end": { - "line": 1997, + "line": 1993, "column": 17 } } }, "range": [ - 58550, - 58657 + 58408, + 58515 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 28 }, "end": { - "line": 1997, + "line": 1993, "column": 17 } } }, "range": [ - 58538, - 58657 + 58396, + 58515 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 16 }, "end": { - "line": 1997, + "line": 1993, "column": 17 } } }, "range": [ - 58538, - 58658 + 58396, + 58516 ], "loc": { "start": { - "line": 1994, + "line": 1990, "column": 16 }, "end": { - "line": 1997, + "line": 1993, "column": 18 } } } ], "range": [ - 58520, - 58672 + 58378, + 58530 ], "loc": { "start": { - "line": 1993, + "line": 1989, "column": 28 }, "end": { - "line": 1998, + "line": 1994, "column": 13 } }, @@ -106638,16 +106191,16 @@ "type": "Line", "value": "different", "range": [ - 58685, - 58696 + 58543, + 58554 ], "loc": { "start": { - "line": 1999, + "line": 1995, "column": 12 }, "end": { - "line": 1999, + "line": 1995, "column": 23 } } @@ -106660,16 +106213,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 58718, - 58723 + 58576, + 58581 ], "loc": { "start": { - "line": 2000, + "line": 1996, "column": 21 }, "end": { - "line": 2000, + "line": 1996, "column": 26 } } @@ -106686,16 +106239,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58743, - 58752 + 58601, + 58610 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 16 }, "end": { - "line": 2001, + "line": 1997, "column": 25 } } @@ -106708,16 +106261,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58755, - 58763 + 58613, + 58621 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 28 }, "end": { - "line": 2001, + "line": 1997, "column": 36 } } @@ -106732,16 +106285,16 @@ "type": "Identifier", "name": "term", "range": [ - 58764, - 58768 + 58622, + 58626 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 37 }, "end": { - "line": 2001, + "line": 1997, "column": 41 } } @@ -106750,31 +106303,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58769, - 58776 + 58627, + 58634 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 42 }, "end": { - "line": 2001, + "line": 1997, "column": 49 } } }, "range": [ - 58764, - 58776 + 58622, + 58634 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 37 }, "end": { - "line": 2001, + "line": 1997, "column": 49 } } @@ -106784,16 +106337,16 @@ "type": "Identifier", "name": "reD", "range": [ - 58777, - 58780 + 58635, + 58638 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 50 }, "end": { - "line": 2001, + "line": 1997, "column": 53 } } @@ -106803,32 +106356,32 @@ "value": "", "raw": "''", "range": [ - 58782, - 58784 + 58640, + 58642 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 55 }, "end": { - "line": 2001, + "line": 1997, "column": 57 } } } ], "range": [ - 58764, - 58785 + 58622, + 58643 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 37 }, "end": { - "line": 2001, + "line": 1997, "column": 58 } } @@ -106837,16 +106390,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58787, - 58796 + 58645, + 58654 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 60 }, "end": { - "line": 2001, + "line": 1997, "column": 69 } } @@ -106856,16 +106409,16 @@ "value": false, "raw": "false", "range": [ - 58818, - 58823 + 58676, + 58681 ], "loc": { "start": { - "line": 2002, + "line": 1998, "column": 20 }, "end": { - "line": 2002, + "line": 1998, "column": 25 } } @@ -106876,16 +106429,16 @@ "object": { "type": "ThisExpression", "range": [ - 58825, - 58829 + 58683, + 58687 ], "loc": { "start": { - "line": 2002, + "line": 1998, "column": 27 }, "end": { - "line": 2002, + "line": 1998, "column": 31 } } @@ -106894,47 +106447,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 58830, - 58843 + 58688, + 58701 ], "loc": { "start": { - "line": 2002, + "line": 1998, "column": 32 }, "end": { - "line": 2002, + "line": 1998, "column": 45 } } }, "range": [ - 58825, - 58843 + 58683, + 58701 ], "loc": { "start": { - "line": 2002, + "line": 1998, "column": 27 }, "end": { - "line": 2002, + "line": 1998, "column": 45 } } } ], "range": [ - 58755, - 58844 + 58613, + 58702 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 28 }, "end": { - "line": 2002, + "line": 1998, "column": 46 } } @@ -106944,16 +106497,16 @@ "value": false, "raw": "false", "range": [ - 58847, - 58852 + 58705, + 58710 ], "loc": { "start": { - "line": 2002, + "line": 1998, "column": 49 }, "end": { - "line": 2002, + "line": 1998, "column": 54 } } @@ -106963,77 +106516,77 @@ "value": true, "raw": "true", "range": [ - 58855, - 58859 + 58713, + 58717 ], "loc": { "start": { - "line": 2002, + "line": 1998, "column": 57 }, "end": { - "line": 2002, + "line": 1998, "column": 61 } } }, "range": [ - 58755, - 58859 + 58613, + 58717 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 28 }, "end": { - "line": 2002, + "line": 1998, "column": 61 } } }, "range": [ - 58743, - 58859 + 58601, + 58717 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 16 }, "end": { - "line": 2002, + "line": 1998, "column": 61 } } }, "range": [ - 58743, - 58860 + 58601, + 58718 ], "loc": { "start": { - "line": 2001, + "line": 1997, "column": 16 }, "end": { - "line": 2002, + "line": 1998, "column": 62 } } } ], "range": [ - 58725, - 58874 + 58583, + 58732 ], "loc": { "start": { - "line": 2000, + "line": 1996, "column": 28 }, "end": { - "line": 2003, + "line": 1999, "column": 13 } }, @@ -107042,16 +106595,16 @@ "type": "Line", "value": "like", "range": [ - 58887, - 58893 + 58745, + 58751 ], "loc": { "start": { - "line": 2004, + "line": 2000, "column": 12 }, "end": { - "line": 2004, + "line": 2000, "column": 18 } } @@ -107064,16 +106617,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 58915, - 58920 + 58773, + 58778 ], "loc": { "start": { - "line": 2005, + "line": 2001, "column": 21 }, "end": { - "line": 2005, + "line": 2001, "column": 26 } } @@ -107090,16 +106643,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58940, - 58949 + 58798, + 58807 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 16 }, "end": { - "line": 2006, + "line": 2002, "column": 25 } } @@ -107110,16 +106663,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58952, - 58960 + 58810, + 58818 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 28 }, "end": { - "line": 2006, + "line": 2002, "column": 36 } } @@ -107134,16 +106687,16 @@ "type": "Identifier", "name": "term", "range": [ - 58961, - 58965 + 58819, + 58823 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 37 }, "end": { - "line": 2006, + "line": 2002, "column": 41 } } @@ -107152,31 +106705,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58966, - 58973 + 58824, + 58831 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 42 }, "end": { - "line": 2006, + "line": 2002, "column": 49 } } }, "range": [ - 58961, - 58973 + 58819, + 58831 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 37 }, "end": { - "line": 2006, + "line": 2002, "column": 49 } } @@ -107186,16 +106739,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 58974, - 58978 + 58832, + 58836 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 50 }, "end": { - "line": 2006, + "line": 2002, "column": 54 } } @@ -107205,32 +106758,32 @@ "value": "", "raw": "''", "range": [ - 58980, - 58982 + 58838, + 58840 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 56 }, "end": { - "line": 2006, + "line": 2002, "column": 58 } } } ], "range": [ - 58961, - 58983 + 58819, + 58841 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 37 }, "end": { - "line": 2006, + "line": 2002, "column": 59 } } @@ -107239,16 +106792,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58985, - 58994 + 58843, + 58852 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 61 }, "end": { - "line": 2006, + "line": 2002, "column": 70 } } @@ -107258,16 +106811,16 @@ "value": false, "raw": "false", "range": [ - 59016, - 59021 + 58874, + 58879 ], "loc": { "start": { - "line": 2007, + "line": 2003, "column": 20 }, "end": { - "line": 2007, + "line": 2003, "column": 25 } } @@ -107278,16 +106831,16 @@ "object": { "type": "ThisExpression", "range": [ - 59023, - 59027 + 58881, + 58885 ], "loc": { "start": { - "line": 2007, + "line": 2003, "column": 27 }, "end": { - "line": 2007, + "line": 2003, "column": 31 } } @@ -107296,93 +106849,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 59028, - 59041 + 58886, + 58899 ], "loc": { "start": { - "line": 2007, + "line": 2003, "column": 32 }, "end": { - "line": 2007, + "line": 2003, "column": 45 } } }, "range": [ - 59023, - 59041 + 58881, + 58899 ], "loc": { "start": { - "line": 2007, + "line": 2003, "column": 27 }, "end": { - "line": 2007, + "line": 2003, "column": 45 } } } ], "range": [ - 58952, - 59042 + 58810, + 58900 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 28 }, "end": { - "line": 2007, + "line": 2003, "column": 46 } } }, "range": [ - 58940, - 59042 + 58798, + 58900 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 16 }, "end": { - "line": 2007, + "line": 2003, "column": 46 } } }, "range": [ - 58940, - 59043 + 58798, + 58901 ], "loc": { "start": { - "line": 2006, + "line": 2002, "column": 16 }, "end": { - "line": 2007, + "line": 2003, "column": 47 } } } ], "range": [ - 58922, - 59057 + 58780, + 58915 ], "loc": { "start": { - "line": 2005, + "line": 2001, "column": 28 }, "end": { - "line": 2008, + "line": 2004, "column": 13 } }, @@ -107391,16 +106944,16 @@ "type": "Line", "value": "equal", "range": [ - 59070, - 59077 + 58928, + 58935 ], "loc": { "start": { - "line": 2009, + "line": 2005, "column": 12 }, "end": { - "line": 2009, + "line": 2005, "column": 19 } } @@ -107413,16 +106966,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 59099, - 59104 + 58957, + 58962 ], "loc": { "start": { - "line": 2010, + "line": 2006, "column": 21 }, "end": { - "line": 2010, + "line": 2006, "column": 26 } } @@ -107439,16 +106992,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59124, - 59133 + 58982, + 58991 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 16 }, "end": { - "line": 2011, + "line": 2007, "column": 25 } } @@ -107459,16 +107012,16 @@ "type": "Identifier", "name": "contains", "range": [ - 59136, - 59144 + 58994, + 59002 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 28 }, "end": { - "line": 2011, + "line": 2007, "column": 36 } } @@ -107483,16 +107036,16 @@ "type": "Identifier", "name": "term", "range": [ - 59145, - 59149 + 59003, + 59007 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 37 }, "end": { - "line": 2011, + "line": 2007, "column": 41 } } @@ -107501,31 +107054,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59150, - 59157 + 59008, + 59015 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 42 }, "end": { - "line": 2011, + "line": 2007, "column": 49 } } }, "range": [ - 59145, - 59157 + 59003, + 59015 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 37 }, "end": { - "line": 2011, + "line": 2007, "column": 49 } } @@ -107535,16 +107088,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 59158, - 59162 + 59016, + 59020 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 50 }, "end": { - "line": 2011, + "line": 2007, "column": 54 } } @@ -107554,32 +107107,32 @@ "value": "", "raw": "''", "range": [ - 59164, - 59166 + 59022, + 59024 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 56 }, "end": { - "line": 2011, + "line": 2007, "column": 58 } } } ], "range": [ - 59145, - 59167 + 59003, + 59025 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 37 }, "end": { - "line": 2011, + "line": 2007, "column": 59 } } @@ -107588,16 +107141,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59169, - 59178 + 59027, + 59036 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 61 }, "end": { - "line": 2011, + "line": 2007, "column": 70 } } @@ -107607,16 +107160,16 @@ "value": true, "raw": "true", "range": [ - 59200, - 59204 + 59058, + 59062 ], "loc": { "start": { - "line": 2012, + "line": 2008, "column": 20 }, "end": { - "line": 2012, + "line": 2008, "column": 24 } } @@ -107627,16 +107180,16 @@ "object": { "type": "ThisExpression", "range": [ - 59206, - 59210 + 59064, + 59068 ], "loc": { "start": { - "line": 2012, + "line": 2008, "column": 26 }, "end": { - "line": 2012, + "line": 2008, "column": 30 } } @@ -107645,93 +107198,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 59211, - 59224 + 59069, + 59082 ], "loc": { "start": { - "line": 2012, + "line": 2008, "column": 31 }, "end": { - "line": 2012, + "line": 2008, "column": 44 } } }, "range": [ - 59206, - 59224 + 59064, + 59082 ], "loc": { "start": { - "line": 2012, + "line": 2008, "column": 26 }, "end": { - "line": 2012, + "line": 2008, "column": 44 } } } ], "range": [ - 59136, - 59225 + 58994, + 59083 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 28 }, "end": { - "line": 2012, + "line": 2008, "column": 45 } } }, "range": [ - 59124, - 59225 + 58982, + 59083 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 16 }, "end": { - "line": 2012, + "line": 2008, "column": 45 } } }, "range": [ - 59124, - 59226 + 58982, + 59084 ], "loc": { "start": { - "line": 2011, + "line": 2007, "column": 16 }, "end": { - "line": 2012, + "line": 2008, "column": 46 } } } ], "range": [ - 59106, - 59240 + 58964, + 59098 ], "loc": { "start": { - "line": 2010, + "line": 2006, "column": 28 }, "end": { - "line": 2013, + "line": 2009, "column": 13 } }, @@ -107740,16 +107293,16 @@ "type": "Line", "value": "starts with", "range": [ - 59253, - 59266 + 59111, + 59124 ], "loc": { "start": { - "line": 2014, + "line": 2010, "column": 12 }, "end": { - "line": 2014, + "line": 2010, "column": 25 } } @@ -107762,16 +107315,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 59288, - 59293 + 59146, + 59151 ], "loc": { "start": { - "line": 2015, + "line": 2011, "column": 21 }, "end": { - "line": 2015, + "line": 2011, "column": 26 } } @@ -107788,16 +107341,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59313, - 59322 + 59171, + 59180 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 16 }, "end": { - "line": 2016, + "line": 2012, "column": 25 } } @@ -107816,16 +107369,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59325, - 59334 + 59183, + 59192 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 28 }, "end": { - "line": 2016, + "line": 2012, "column": 37 } } @@ -107834,31 +107387,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 59335, - 59342 + 59193, + 59200 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 38 }, "end": { - "line": 2016, + "line": 2012, "column": 45 } } }, "range": [ - 59325, - 59342 + 59183, + 59200 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 28 }, "end": { - "line": 2016, + "line": 2012, "column": 45 } } @@ -107873,16 +107426,16 @@ "type": "Identifier", "name": "term", "range": [ - 59343, - 59347 + 59201, + 59205 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 46 }, "end": { - "line": 2016, + "line": 2012, "column": 50 } } @@ -107891,31 +107444,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59348, - 59355 + 59206, + 59213 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 51 }, "end": { - "line": 2016, + "line": 2012, "column": 58 } } }, "range": [ - 59343, - 59355 + 59201, + 59213 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 46 }, "end": { - "line": 2016, + "line": 2012, "column": 58 } } @@ -107925,16 +107478,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 59356, - 59360 + 59214, + 59218 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 59 }, "end": { - "line": 2016, + "line": 2012, "column": 63 } } @@ -107944,48 +107497,48 @@ "value": "", "raw": "''", "range": [ - 59362, - 59364 + 59220, + 59222 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 65 }, "end": { - "line": 2016, + "line": 2012, "column": 67 } } } ], "range": [ - 59343, - 59365 + 59201, + 59223 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 46 }, "end": { - "line": 2016, + "line": 2012, "column": 68 } } } ], "range": [ - 59325, - 59366 + 59183, + 59224 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 28 }, "end": { - "line": 2016, + "line": 2012, "column": 69 } } @@ -107995,31 +107548,31 @@ "value": 0, "raw": "0", "range": [ - 59371, - 59372 + 59229, + 59230 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 74 }, "end": { - "line": 2016, + "line": 2012, "column": 75 } } }, "range": [ - 59325, - 59372 + 59183, + 59230 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 28 }, "end": { - "line": 2016, + "line": 2012, "column": 75 } } @@ -108029,16 +107582,16 @@ "value": true, "raw": "true", "range": [ - 59395, - 59399 + 59253, + 59257 ], "loc": { "start": { - "line": 2017, + "line": 2013, "column": 20 }, "end": { - "line": 2017, + "line": 2013, "column": 24 } } @@ -108048,77 +107601,77 @@ "value": false, "raw": "false", "range": [ - 59402, - 59407 + 59260, + 59265 ], "loc": { "start": { - "line": 2017, + "line": 2013, "column": 27 }, "end": { - "line": 2017, + "line": 2013, "column": 32 } } }, "range": [ - 59325, - 59407 + 59183, + 59265 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 28 }, "end": { - "line": 2017, + "line": 2013, "column": 32 } } }, "range": [ - 59313, - 59407 + 59171, + 59265 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 16 }, "end": { - "line": 2017, + "line": 2013, "column": 32 } } }, "range": [ - 59313, - 59408 + 59171, + 59266 ], "loc": { "start": { - "line": 2016, + "line": 2012, "column": 16 }, "end": { - "line": 2017, + "line": 2013, "column": 33 } } } ], "range": [ - 59295, - 59422 + 59153, + 59280 ], "loc": { "start": { - "line": 2015, + "line": 2011, "column": 28 }, "end": { - "line": 2018, + "line": 2014, "column": 13 } }, @@ -108127,16 +107680,16 @@ "type": "Line", "value": "ends with", "range": [ - 59435, - 59446 + 59293, + 59304 ], "loc": { "start": { - "line": 2019, + "line": 2015, "column": 12 }, "end": { - "line": 2019, + "line": 2015, "column": 23 } } @@ -108149,16 +107702,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 59468, - 59473 + 59326, + 59331 ], "loc": { "start": { - "line": 2020, + "line": 2016, "column": 21 }, "end": { - "line": 2020, + "line": 2016, "column": 26 } } @@ -108175,16 +107728,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59497, - 59506 + 59355, + 59364 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 20 }, "end": { - "line": 2021, + "line": 2017, "column": 29 } } @@ -108198,16 +107751,16 @@ "type": "Identifier", "name": "term", "range": [ - 59509, - 59513 + 59367, + 59371 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 32 }, "end": { - "line": 2021, + "line": 2017, "column": 36 } } @@ -108216,31 +107769,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59514, - 59521 + 59372, + 59379 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 37 }, "end": { - "line": 2021, + "line": 2017, "column": 44 } } }, "range": [ - 59509, - 59521 + 59367, + 59379 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 32 }, "end": { - "line": 2021, + "line": 2017, "column": 44 } } @@ -108250,16 +107803,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 59522, - 59526 + 59380, + 59384 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 45 }, "end": { - "line": 2021, + "line": 2017, "column": 49 } } @@ -108269,47 +107822,47 @@ "value": "", "raw": "''", "range": [ - 59528, - 59530 + 59386, + 59388 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 51 }, "end": { - "line": 2021, + "line": 2017, "column": 53 } } } ], "range": [ - 59509, - 59531 + 59367, + 59389 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 32 }, "end": { - "line": 2021, + "line": 2017, "column": 54 } } }, "range": [ - 59497, - 59531 + 59355, + 59389 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 20 }, "end": { - "line": 2021, + "line": 2017, "column": 54 } } @@ -108317,16 +107870,16 @@ ], "kind": "let", "range": [ - 59493, - 59532 + 59351, + 59390 ], "loc": { "start": { - "line": 2021, + "line": 2017, "column": 16 }, "end": { - "line": 2021, + "line": 2017, "column": 55 } } @@ -108340,16 +107893,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59549, - 59558 + 59407, + 59416 ], "loc": { "start": { - "line": 2022, + "line": 2018, "column": 16 }, "end": { - "line": 2022, + "line": 2018, "column": 25 } } @@ -108371,16 +107924,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59581, - 59590 + 59439, + 59448 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 20 }, "end": { - "line": 2023, + "line": 2019, "column": 29 } } @@ -108389,31 +107942,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 59591, - 59602 + 59449, + 59460 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 30 }, "end": { - "line": 2023, + "line": 2019, "column": 41 } } }, "range": [ - 59581, - 59602 + 59439, + 59460 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 20 }, "end": { - "line": 2023, + "line": 2019, "column": 41 } } @@ -108423,16 +107976,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59603, - 59612 + 59461, + 59470 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 42 }, "end": { - "line": 2023, + "line": 2019, "column": 51 } } @@ -108447,16 +108000,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59614, - 59623 + 59472, + 59481 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 53 }, "end": { - "line": 2023, + "line": 2019, "column": 62 } } @@ -108465,31 +108018,31 @@ "type": "Identifier", "name": "length", "range": [ - 59624, - 59630 + 59482, + 59488 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 63 }, "end": { - "line": 2023, + "line": 2019, "column": 69 } } }, "range": [ - 59614, - 59630 + 59472, + 59488 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 53 }, "end": { - "line": 2023, + "line": 2019, "column": 69 } } @@ -108499,47 +108052,47 @@ "value": 1, "raw": "1", "range": [ - 59633, - 59634 + 59491, + 59492 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 72 }, "end": { - "line": 2023, + "line": 2019, "column": 73 } } }, "range": [ - 59614, - 59634 + 59472, + 59492 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 53 }, "end": { - "line": 2023, + "line": 2019, "column": 73 } } } ], "range": [ - 59581, - 59635 + 59439, + 59493 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 20 }, "end": { - "line": 2023, + "line": 2019, "column": 74 } } @@ -108557,16 +108110,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59665, - 59674 + 59523, + 59532 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 25 }, "end": { - "line": 2024, + "line": 2020, "column": 34 } } @@ -108575,31 +108128,31 @@ "type": "Identifier", "name": "length", "range": [ - 59675, - 59681 + 59533, + 59539 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 35 }, "end": { - "line": 2024, + "line": 2020, "column": 41 } } }, "range": [ - 59665, - 59681 + 59523, + 59539 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 25 }, "end": { - "line": 2024, + "line": 2020, "column": 41 } } @@ -108609,31 +108162,31 @@ "value": 1, "raw": "1", "range": [ - 59684, - 59685 + 59542, + 59543 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 44 }, "end": { - "line": 2024, + "line": 2020, "column": 45 } } }, "range": [ - 59665, - 59685 + 59523, + 59543 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 25 }, "end": { - "line": 2024, + "line": 2020, "column": 45 } } @@ -108648,16 +108201,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59690, - 59699 + 59548, + 59557 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 50 }, "end": { - "line": 2024, + "line": 2020, "column": 59 } } @@ -108666,31 +108219,31 @@ "type": "Identifier", "name": "length", "range": [ - 59700, - 59706 + 59558, + 59564 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 60 }, "end": { - "line": 2024, + "line": 2020, "column": 66 } } }, "range": [ - 59690, - 59706 + 59548, + 59564 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 50 }, "end": { - "line": 2024, + "line": 2020, "column": 66 } } @@ -108700,61 +108253,61 @@ "value": 1, "raw": "1", "range": [ - 59709, - 59710 + 59567, + 59568 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 69 }, "end": { - "line": 2024, + "line": 2020, "column": 70 } } }, "range": [ - 59690, - 59710 + 59548, + 59568 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 50 }, "end": { - "line": 2024, + "line": 2020, "column": 70 } } }, "range": [ - 59664, - 59711 + 59522, + 59569 ], "loc": { "start": { - "line": 2024, + "line": 2020, "column": 24 }, "end": { - "line": 2024, + "line": 2020, "column": 71 } } }, "range": [ - 59581, - 59711 + 59439, + 59569 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 20 }, "end": { - "line": 2024, + "line": 2020, "column": 71 } } @@ -108771,16 +108324,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59739, - 59748 + 59597, + 59606 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 24 }, "end": { - "line": 2025, + "line": 2021, "column": 33 } } @@ -108789,31 +108342,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 59749, - 59760 + 59607, + 59618 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 34 }, "end": { - "line": 2025, + "line": 2021, "column": 45 } } }, "range": [ - 59739, - 59760 + 59597, + 59618 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 24 }, "end": { - "line": 2025, + "line": 2021, "column": 45 } } @@ -108823,16 +108376,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59761, - 59770 + 59619, + 59628 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 46 }, "end": { - "line": 2025, + "line": 2021, "column": 55 } } @@ -108847,16 +108400,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59772, - 59781 + 59630, + 59639 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 57 }, "end": { - "line": 2025, + "line": 2021, "column": 66 } } @@ -108865,31 +108418,31 @@ "type": "Identifier", "name": "length", "range": [ - 59782, - 59788 + 59640, + 59646 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 67 }, "end": { - "line": 2025, + "line": 2021, "column": 73 } } }, "range": [ - 59772, - 59788 + 59630, + 59646 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 57 }, "end": { - "line": 2025, + "line": 2021, "column": 73 } } @@ -108899,47 +108452,47 @@ "value": 1, "raw": "1", "range": [ - 59791, - 59792 + 59649, + 59650 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 76 }, "end": { - "line": 2025, + "line": 2021, "column": 77 } } }, "range": [ - 59772, - 59792 + 59630, + 59650 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 57 }, "end": { - "line": 2025, + "line": 2021, "column": 77 } } } ], "range": [ - 59739, - 59793 + 59597, + 59651 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 24 }, "end": { - "line": 2025, + "line": 2021, "column": 78 } } @@ -108952,62 +108505,62 @@ "value": 1, "raw": "1", "range": [ - 59821, - 59822 + 59679, + 59680 ], "loc": { "start": { - "line": 2026, + "line": 2022, "column": 27 }, "end": { - "line": 2026, + "line": 2022, "column": 28 } } }, "prefix": true, "range": [ - 59820, - 59822 + 59678, + 59680 ], "loc": { "start": { - "line": 2026, + "line": 2022, "column": 26 }, "end": { - "line": 2026, + "line": 2022, "column": 28 } } }, "range": [ - 59739, - 59822 + 59597, + 59680 ], "loc": { "start": { - "line": 2025, + "line": 2021, "column": 24 }, "end": { - "line": 2026, + "line": 2022, "column": 28 } } }, "range": [ - 59581, - 59822 + 59439, + 59680 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 20 }, "end": { - "line": 2026, + "line": 2022, "column": 28 } } @@ -109017,16 +108570,16 @@ "value": true, "raw": "true", "range": [ - 59825, - 59829 + 59683, + 59687 ], "loc": { "start": { - "line": 2026, + "line": 2022, "column": 31 }, "end": { - "line": 2026, + "line": 2022, "column": 35 } } @@ -109036,77 +108589,77 @@ "value": false, "raw": "false", "range": [ - 59832, - 59837 + 59690, + 59695 ], "loc": { "start": { - "line": 2026, + "line": 2022, "column": 38 }, "end": { - "line": 2026, + "line": 2022, "column": 43 } } }, "range": [ - 59581, - 59837 + 59439, + 59695 ], "loc": { "start": { - "line": 2023, + "line": 2019, "column": 20 }, "end": { - "line": 2026, + "line": 2022, "column": 43 } } }, "range": [ - 59549, - 59837 + 59407, + 59695 ], "loc": { "start": { - "line": 2022, + "line": 2018, "column": 16 }, "end": { - "line": 2026, + "line": 2022, "column": 43 } } }, "range": [ - 59549, - 59838 + 59407, + 59696 ], "loc": { "start": { - "line": 2022, + "line": 2018, "column": 16 }, "end": { - "line": 2026, + "line": 2022, "column": 44 } } } ], "range": [ - 59475, - 59852 + 59333, + 59710 ], "loc": { "start": { - "line": 2020, + "line": 2016, "column": 28 }, "end": { - "line": 2027, + "line": 2023, "column": 13 } }, @@ -109115,16 +108668,16 @@ "type": "Line", "value": "empty", "range": [ - 59865, - 59872 + 59723, + 59730 ], "loc": { "start": { - "line": 2028, + "line": 2024, "column": 12 }, "end": { - "line": 2028, + "line": 2024, "column": 19 } } @@ -109137,16 +108690,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 59894, - 59899 + 59752, + 59757 ], "loc": { "start": { - "line": 2029, + "line": 2025, "column": 21 }, "end": { - "line": 2029, + "line": 2025, "column": 26 } } @@ -109163,16 +108716,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59919, - 59928 + 59777, + 59786 ], "loc": { "start": { - "line": 2030, + "line": 2026, "column": 16 }, "end": { - "line": 2030, + "line": 2026, "column": 25 } } @@ -109183,16 +108736,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 59931, - 59944 + 59789, + 59802 ], "loc": { "start": { - "line": 2030, + "line": 2026, "column": 28 }, "end": { - "line": 2030, + "line": 2026, "column": 41 } } @@ -109202,78 +108755,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59945, - 59954 + 59803, + 59812 ], "loc": { "start": { - "line": 2030, + "line": 2026, "column": 42 }, "end": { - "line": 2030, + "line": 2026, "column": 51 } } } ], "range": [ - 59931, - 59955 + 59789, + 59813 ], "loc": { "start": { - "line": 2030, + "line": 2026, "column": 28 }, "end": { - "line": 2030, + "line": 2026, "column": 52 } } }, "range": [ - 59919, - 59955 + 59777, + 59813 ], "loc": { "start": { - "line": 2030, + "line": 2026, "column": 16 }, "end": { - "line": 2030, + "line": 2026, "column": 52 } } }, "range": [ - 59919, - 59956 + 59777, + 59814 ], "loc": { "start": { - "line": 2030, + "line": 2026, "column": 16 }, "end": { - "line": 2030, + "line": 2026, "column": 53 } } } ], "range": [ - 59901, - 59970 + 59759, + 59828 ], "loc": { "start": { - "line": 2029, + "line": 2025, "column": 28 }, "end": { - "line": 2031, + "line": 2027, "column": 13 } }, @@ -109282,16 +108835,16 @@ "type": "Line", "value": "non-empty", "range": [ - 59983, - 59994 + 59841, + 59852 ], "loc": { "start": { - "line": 2032, + "line": 2028, "column": 12 }, "end": { - "line": 2032, + "line": 2028, "column": 23 } } @@ -109304,16 +108857,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 60016, - 60021 + 59874, + 59879 ], "loc": { "start": { - "line": 2033, + "line": 2029, "column": 21 }, "end": { - "line": 2033, + "line": 2029, "column": 26 } } @@ -109330,16 +108883,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60041, - 60050 + 59899, + 59908 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 16 }, "end": { - "line": 2034, + "line": 2030, "column": 25 } } @@ -109353,16 +108906,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 60054, - 60067 + 59912, + 59925 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 29 }, "end": { - "line": 2034, + "line": 2030, "column": 42 } } @@ -109372,94 +108925,94 @@ "type": "Identifier", "name": "cellValue", "range": [ - 60068, - 60077 + 59926, + 59935 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 43 }, "end": { - "line": 2034, + "line": 2030, "column": 52 } } } ], "range": [ - 60054, - 60078 + 59912, + 59936 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 29 }, "end": { - "line": 2034, + "line": 2030, "column": 53 } } }, "prefix": true, "range": [ - 60053, - 60078 + 59911, + 59936 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 28 }, "end": { - "line": 2034, + "line": 2030, "column": 53 } } }, "range": [ - 60041, - 60078 + 59899, + 59936 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 16 }, "end": { - "line": 2034, + "line": 2030, "column": 53 } } }, "range": [ - 60041, - 60079 + 59899, + 59937 ], "loc": { "start": { - "line": 2034, + "line": 2030, "column": 16 }, "end": { - "line": 2034, + "line": 2030, "column": 54 } } } ], "range": [ - 60023, - 60093 + 59881, + 59951 ], "loc": { "start": { - "line": 2033, + "line": 2029, "column": 28 }, "end": { - "line": 2035, + "line": 2031, "column": 13 } }, @@ -109468,16 +109021,16 @@ "type": "Line", "value": "regexp", "range": [ - 60106, - 60114 + 59964, + 59972 ], "loc": { "start": { - "line": 2036, + "line": 2032, "column": 12 }, "end": { - "line": 2036, + "line": 2032, "column": 20 } } @@ -109490,16 +109043,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 60136, - 60141 + 59994, + 59999 ], "loc": { "start": { - "line": 2037, + "line": 2033, "column": 21 }, "end": { - "line": 2037, + "line": 2033, "column": 26 } } @@ -109521,16 +109074,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 60273, - 60280 + 60131, + 60138 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 24 }, "end": { - "line": 2041, + "line": 2037, "column": 31 } } @@ -109544,16 +109097,16 @@ "type": "Identifier", "name": "term", "range": [ - 60283, - 60287 + 60141, + 60145 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 34 }, "end": { - "line": 2041, + "line": 2037, "column": 38 } } @@ -109562,31 +109115,31 @@ "type": "Identifier", "name": "replace", "range": [ - 60288, - 60295 + 60146, + 60153 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 39 }, "end": { - "line": 2041, + "line": 2037, "column": 46 } } }, "range": [ - 60283, - 60295 + 60141, + 60153 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 34 }, "end": { - "line": 2041, + "line": 2037, "column": 46 } } @@ -109596,16 +109149,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 60296, - 60300 + 60154, + 60158 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 47 }, "end": { - "line": 2041, + "line": 2037, "column": 51 } } @@ -109615,47 +109168,47 @@ "value": "", "raw": "''", "range": [ - 60302, - 60304 + 60160, + 60162 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 53 }, "end": { - "line": 2041, + "line": 2037, "column": 55 } } } ], "range": [ - 60283, - 60305 + 60141, + 60163 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 34 }, "end": { - "line": 2041, + "line": 2037, "column": 56 } } }, "range": [ - 60273, - 60305 + 60131, + 60163 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 24 }, "end": { - "line": 2041, + "line": 2037, "column": 56 } } @@ -109663,16 +109216,16 @@ ], "kind": "let", "range": [ - 60269, - 60306 + 60127, + 60164 ], "loc": { "start": { - "line": 2041, + "line": 2037, "column": 20 }, "end": { - "line": 2041, + "line": 2037, "column": 57 } }, @@ -109681,16 +109234,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 60227, - 60248 + 60085, + 60106 ], "loc": { "start": { - "line": 2040, + "line": 2036, "column": 20 }, "end": { - "line": 2040, + "line": 2036, "column": 41 } } @@ -109706,16 +109259,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 60331, - 60334 + 60189, + 60192 ], "loc": { "start": { - "line": 2042, + "line": 2038, "column": 24 }, "end": { - "line": 2042, + "line": 2038, "column": 27 } } @@ -109726,16 +109279,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 60341, - 60347 + 60199, + 60205 ], "loc": { "start": { - "line": 2042, + "line": 2038, "column": 34 }, "end": { - "line": 2042, + "line": 2038, "column": 40 } } @@ -109745,47 +109298,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 60348, - 60355 + 60206, + 60213 ], "loc": { "start": { - "line": 2042, + "line": 2038, "column": 41 }, "end": { - "line": 2042, + "line": 2038, "column": 48 } } } ], "range": [ - 60337, - 60356 + 60195, + 60214 ], "loc": { "start": { - "line": 2042, + "line": 2038, "column": 30 }, "end": { - "line": 2042, + "line": 2038, "column": 49 } } }, "range": [ - 60331, - 60356 + 60189, + 60214 ], "loc": { "start": { - "line": 2042, + "line": 2038, "column": 24 }, "end": { - "line": 2042, + "line": 2038, "column": 49 } } @@ -109793,16 +109346,16 @@ ], "kind": "let", "range": [ - 60327, - 60357 + 60185, + 60215 ], "loc": { "start": { - "line": 2042, + "line": 2038, "column": 20 }, "end": { - "line": 2042, + "line": 2038, "column": 50 } } @@ -109816,16 +109369,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60378, - 60387 + 60236, + 60245 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 20 }, "end": { - "line": 2043, + "line": 2039, "column": 29 } } @@ -109839,16 +109392,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 60390, - 60393 + 60248, + 60251 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 32 }, "end": { - "line": 2043, + "line": 2039, "column": 35 } } @@ -109857,31 +109410,31 @@ "type": "Identifier", "name": "test", "range": [ - 60394, - 60398 + 60252, + 60256 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 36 }, "end": { - "line": 2043, + "line": 2039, "column": 40 } } }, "range": [ - 60390, - 60398 + 60248, + 60256 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 32 }, "end": { - "line": 2043, + "line": 2039, "column": 40 } } @@ -109891,78 +109444,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 60399, - 60408 + 60257, + 60266 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 41 }, "end": { - "line": 2043, + "line": 2039, "column": 50 } } } ], "range": [ - 60390, - 60409 + 60248, + 60267 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 32 }, "end": { - "line": 2043, + "line": 2039, "column": 51 } } }, "range": [ - 60378, - 60409 + 60236, + 60267 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 20 }, "end": { - "line": 2043, + "line": 2039, "column": 51 } } }, "range": [ - 60378, - 60410 + 60236, + 60268 ], "loc": { "start": { - "line": 2043, + "line": 2039, "column": 20 }, "end": { - "line": 2043, + "line": 2039, "column": 52 } } } ], "range": [ - 60205, - 60428 + 60063, + 60286 ], "loc": { "start": { - "line": 2039, + "line": 2035, "column": 20 }, "end": { - "line": 2044, + "line": 2040, "column": 17 } } @@ -109973,16 +109526,16 @@ "type": "Identifier", "name": "ex", "range": [ - 60436, - 60438 + 60294, + 60296 ], "loc": { "start": { - "line": 2044, + "line": 2040, "column": 25 }, "end": { - "line": 2044, + "line": 2040, "column": 27 } } @@ -109999,16 +109552,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60462, - 60471 + 60320, + 60329 ], "loc": { "start": { - "line": 2045, + "line": 2041, "column": 20 }, "end": { - "line": 2045, + "line": 2041, "column": 29 } } @@ -110018,93 +109571,93 @@ "value": false, "raw": "false", "range": [ - 60474, - 60479 + 60332, + 60337 ], "loc": { "start": { - "line": 2045, + "line": 2041, "column": 32 }, "end": { - "line": 2045, + "line": 2041, "column": 37 } } }, "range": [ - 60462, - 60479 + 60320, + 60337 ], "loc": { "start": { - "line": 2045, + "line": 2041, "column": 20 }, "end": { - "line": 2045, + "line": 2041, "column": 37 } } }, "range": [ - 60462, - 60480 + 60320, + 60338 ], "loc": { "start": { - "line": 2045, + "line": 2041, "column": 20 }, "end": { - "line": 2045, + "line": 2041, "column": 38 } } } ], "range": [ - 60440, - 60498 + 60298, + 60356 ], "loc": { "start": { - "line": 2044, + "line": 2040, "column": 29 }, "end": { - "line": 2046, + "line": 2042, "column": 17 } } }, "range": [ - 60429, - 60498 + 60287, + 60356 ], "loc": { "start": { - "line": 2044, + "line": 2040, "column": 18 }, "end": { - "line": 2046, + "line": 2042, "column": 17 } } }, "finalizer": null, "range": [ - 60201, - 60498 + 60059, + 60356 ], "loc": { "start": { - "line": 2039, + "line": 2035, "column": 16 }, "end": { - "line": 2046, + "line": 2042, "column": 17 } }, @@ -110113,16 +109666,16 @@ "type": "Line", "value": "in case regexp throws", "range": [ - 60161, - 60184 + 60019, + 60042 ], "loc": { "start": { - "line": 2038, + "line": 2034, "column": 16 }, "end": { - "line": 2038, + "line": 2034, "column": 39 } } @@ -110131,16 +109684,16 @@ } ], "range": [ - 60143, - 60512 + 60001, + 60370 ], "loc": { "start": { - "line": 2037, + "line": 2033, "column": 28 }, "end": { - "line": 2047, + "line": 2043, "column": 13 } } @@ -110160,16 +109713,16 @@ "type": "Identifier", "name": "numData", "range": [ - 60684, - 60691 + 60542, + 60549 ], "loc": { "start": { - "line": 2050, + "line": 2046, "column": 20 }, "end": { - "line": 2050, + "line": 2046, "column": 27 } } @@ -110182,16 +109735,16 @@ "object": { "type": "ThisExpression", "range": [ - 60715, - 60719 + 60573, + 60577 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 20 }, "end": { - "line": 2051, + "line": 2047, "column": 24 } } @@ -110200,31 +109753,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 60720, - 60727 + 60578, + 60585 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 25 }, "end": { - "line": 2051, + "line": 2047, "column": 32 } } }, "range": [ - 60715, - 60727 + 60573, + 60585 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 20 }, "end": { - "line": 2051, + "line": 2047, "column": 32 } } @@ -110234,16 +109787,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 60728, - 60734 + 60586, + 60592 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 33 }, "end": { - "line": 2051, + "line": 2047, "column": 39 } } @@ -110255,16 +109808,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 60737, - 60743 + 60595, + 60601 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 42 }, "end": { - "line": 2051, + "line": 2047, "column": 48 } } @@ -110273,63 +109826,63 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 60745, - 60761 + 60603, + 60619 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 50 }, "end": { - "line": 2051, + "line": 2047, "column": 66 } } } ], "range": [ - 60736, - 60762 + 60594, + 60620 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 41 }, "end": { - "line": 2051, + "line": 2047, "column": 67 } } } ], "range": [ - 60715, - 60763 + 60573, + 60621 ], "loc": { "start": { - "line": 2051, + "line": 2047, "column": 20 }, "end": { - "line": 2051, + "line": 2047, "column": 68 } } }, "range": [ - 60684, - 60763 + 60542, + 60621 ], "loc": { "start": { - "line": 2050, + "line": 2046, "column": 20 }, "end": { - "line": 2051, + "line": 2047, "column": 68 } } @@ -110343,16 +109896,16 @@ "object": { "type": "ThisExpression", "range": [ - 60788, - 60792 + 60646, + 60650 ], "loc": { "start": { - "line": 2052, + "line": 2048, "column": 21 }, "end": { - "line": 2052, + "line": 2048, "column": 25 } } @@ -110361,62 +109914,62 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 60793, - 60808 + 60651, + 60666 ], "loc": { "start": { - "line": 2052, + "line": 2048, "column": 26 }, "end": { - "line": 2052, + "line": 2048, "column": 41 } } }, "range": [ - 60788, - 60808 + 60646, + 60666 ], "loc": { "start": { - "line": 2052, + "line": 2048, "column": 21 }, "end": { - "line": 2052, + "line": 2048, "column": 41 } } }, "prefix": true, "range": [ - 60787, - 60808 + 60645, + 60666 ], "loc": { "start": { - "line": 2052, + "line": 2048, "column": 20 }, "end": { - "line": 2052, + "line": 2048, "column": 41 } } }, "range": [ - 60684, - 60808 + 60542, + 60666 ], "loc": { "start": { - "line": 2050, + "line": 2046, "column": 20 }, "end": { - "line": 2052, + "line": 2048, "column": 41 } } @@ -110433,16 +109986,16 @@ "type": "Identifier", "name": "term", "range": [ - 61037, - 61041 + 60895, + 60899 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 20 }, "end": { - "line": 2056, + "line": 2052, "column": 24 } } @@ -110456,16 +110009,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 61044, - 61051 + 60902, + 60909 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 27 }, "end": { - "line": 2056, + "line": 2052, "column": 34 } } @@ -110475,16 +110028,16 @@ "type": "Identifier", "name": "term", "range": [ - 61052, - 61056 + 60910, + 60914 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 35 }, "end": { - "line": 2056, + "line": 2052, "column": 39 } } @@ -110493,32 +110046,32 @@ "type": "Identifier", "name": "decimal", "range": [ - 61058, - 61065 + 60916, + 60923 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 41 }, "end": { - "line": 2056, + "line": 2052, "column": 48 } } } ], "range": [ - 61044, - 61066 + 60902, + 60924 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 27 }, "end": { - "line": 2056, + "line": 2052, "column": 49 } } @@ -110527,61 +110080,61 @@ "type": "Identifier", "name": "term", "range": [ - 61070, - 61074 + 60928, + 60932 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 53 }, "end": { - "line": 2056, + "line": 2052, "column": 57 } } }, "range": [ - 61044, - 61074 + 60902, + 60932 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 27 }, "end": { - "line": 2056, + "line": 2052, "column": 57 } } }, "range": [ - 61037, - 61074 + 60895, + 60932 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 20 }, "end": { - "line": 2056, + "line": 2052, "column": 57 } } }, "range": [ - 61037, - 61075 + 60895, + 60933 ], "loc": { "start": { - "line": 2056, + "line": 2052, "column": 20 }, "end": { - "line": 2056, + "line": 2052, "column": 58 } }, @@ -110590,16 +110143,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 60832, - 60881 + 60690, + 60739 ], "loc": { "start": { - "line": 2053, + "line": 2049, "column": 20 }, "end": { - "line": 2053, + "line": 2049, "column": 69 } } @@ -110608,16 +110161,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 60902, - 60956 + 60760, + 60814 ], "loc": { "start": { - "line": 2054, + "line": 2050, "column": 20 }, "end": { - "line": 2054, + "line": 2050, "column": 74 } } @@ -110626,16 +110179,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 60977, - 61016 + 60835, + 60874 ], "loc": { "start": { - "line": 2055, + "line": 2051, "column": 20 }, "end": { - "line": 2055, + "line": 2051, "column": 59 } } @@ -110651,16 +110204,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61096, - 61105 + 60954, + 60963 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 20 }, "end": { - "line": 2057, + "line": 2053, "column": 29 } } @@ -110675,16 +110228,16 @@ "type": "Identifier", "name": "numData", "range": [ - 61108, - 61115 + 60966, + 60973 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 32 }, "end": { - "line": 2057, + "line": 2053, "column": 39 } } @@ -110693,31 +110246,31 @@ "type": "Identifier", "name": "term", "range": [ - 61120, - 61124 + 60978, + 60982 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 44 }, "end": { - "line": 2057, + "line": 2053, "column": 48 } } }, "range": [ - 61108, - 61124 + 60966, + 60982 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 32 }, "end": { - "line": 2057, + "line": 2053, "column": 48 } } @@ -110728,16 +110281,16 @@ "type": "Identifier", "name": "contains", "range": [ - 61152, - 61160 + 61010, + 61018 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 24 }, "end": { - "line": 2058, + "line": 2054, "column": 32 } } @@ -110752,16 +110305,16 @@ "type": "Identifier", "name": "term", "range": [ - 61161, - 61165 + 61019, + 61023 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 33 }, "end": { - "line": 2058, + "line": 2054, "column": 37 } } @@ -110770,47 +110323,47 @@ "type": "Identifier", "name": "toString", "range": [ - 61166, - 61174 + 61024, + 61032 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 38 }, "end": { - "line": 2058, + "line": 2054, "column": 46 } } }, "range": [ - 61161, - 61174 + 61019, + 61032 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 33 }, "end": { - "line": 2058, + "line": 2054, "column": 46 } } }, "arguments": [], "range": [ - 61161, - 61176 + 61019, + 61034 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 33 }, "end": { - "line": 2058, + "line": 2054, "column": 48 } } @@ -110824,16 +110377,16 @@ "type": "Identifier", "name": "numData", "range": [ - 61178, - 61185 + 61036, + 61043 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 50 }, "end": { - "line": 2058, + "line": 2054, "column": 57 } } @@ -110842,47 +110395,47 @@ "type": "Identifier", "name": "toString", "range": [ - 61186, - 61194 + 61044, + 61052 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 58 }, "end": { - "line": 2058, + "line": 2054, "column": 66 } } }, "range": [ - 61178, - 61194 + 61036, + 61052 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 50 }, "end": { - "line": 2058, + "line": 2054, "column": 66 } } }, "arguments": [], "range": [ - 61178, - 61196 + 61036, + 61054 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 50 }, "end": { - "line": 2058, + "line": 2054, "column": 68 } } @@ -110895,16 +110448,16 @@ "object": { "type": "ThisExpression", "range": [ - 61226, - 61230 + 61084, + 61088 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 28 }, "end": { - "line": 2059, + "line": 2055, "column": 32 } } @@ -110913,31 +110466,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 61231, - 61243 + 61089, + 61101 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 33 }, "end": { - "line": 2059, + "line": 2055, "column": 45 } } }, "range": [ - 61226, - 61243 + 61084, + 61101 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 28 }, "end": { - "line": 2059, + "line": 2055, "column": 45 } } @@ -110947,32 +110500,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 61244, - 61250 + 61102, + 61108 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 46 }, "end": { - "line": 2059, + "line": 2055, "column": 52 } } } ], "range": [ - 61226, - 61251 + 61084, + 61109 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 28 }, "end": { - "line": 2059, + "line": 2055, "column": 53 } } @@ -110983,16 +110536,16 @@ "object": { "type": "ThisExpression", "range": [ - 61253, - 61257 + 61111, + 61115 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 55 }, "end": { - "line": 2059, + "line": 2055, "column": 59 } } @@ -111001,108 +110554,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 61258, - 61271 + 61116, + 61129 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 60 }, "end": { - "line": 2059, + "line": 2055, "column": 73 } } }, "range": [ - 61253, - 61271 + 61111, + 61129 ], "loc": { "start": { - "line": 2059, + "line": 2055, "column": 55 }, "end": { - "line": 2059, + "line": 2055, "column": 73 } } } ], "range": [ - 61152, - 61272 + 61010, + 61130 ], "loc": { "start": { - "line": 2058, + "line": 2054, "column": 24 }, "end": { - "line": 2059, + "line": 2055, "column": 74 } } }, "range": [ - 61108, - 61272 + 60966, + 61130 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 32 }, "end": { - "line": 2059, + "line": 2055, "column": 74 } } }, "range": [ - 61096, - 61272 + 60954, + 61130 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 20 }, "end": { - "line": 2059, + "line": 2055, "column": 74 } } }, "range": [ - 61096, - 61273 + 60954, + 61131 ], "loc": { "start": { - "line": 2057, + "line": 2053, "column": 20 }, "end": { - "line": 2059, + "line": 2055, "column": 75 } } } ], "range": [ - 60810, - 61291 + 60668, + 61149 ], "loc": { "start": { - "line": 2052, + "line": 2048, "column": 43 }, "end": { - "line": 2060, + "line": 2056, "column": 17 } } @@ -111119,16 +110672,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61393, - 61402 + 61251, + 61260 ], "loc": { "start": { - "line": 2062, + "line": 2058, "column": 20 }, "end": { - "line": 2062, + "line": 2058, "column": 29 } } @@ -111139,16 +110692,16 @@ "type": "Identifier", "name": "contains", "range": [ - 61405, - 61413 + 61263, + 61271 ], "loc": { "start": { - "line": 2062, + "line": 2058, "column": 32 }, "end": { - "line": 2062, + "line": 2058, "column": 40 } } @@ -111158,16 +110711,16 @@ "type": "Identifier", "name": "term", "range": [ - 61439, - 61443 + 61297, + 61301 ], "loc": { "start": { - "line": 2063, + "line": 2059, "column": 24 }, "end": { - "line": 2063, + "line": 2059, "column": 28 } } @@ -111176,16 +110729,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 61469, - 61478 + 61327, + 61336 ], "loc": { "start": { - "line": 2064, + "line": 2060, "column": 24 }, "end": { - "line": 2064, + "line": 2060, "column": 33 } } @@ -111198,16 +110751,16 @@ "object": { "type": "ThisExpression", "range": [ - 61504, - 61508 + 61362, + 61366 ], "loc": { "start": { - "line": 2065, + "line": 2061, "column": 24 }, "end": { - "line": 2065, + "line": 2061, "column": 28 } } @@ -111216,31 +110769,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 61509, - 61521 + 61367, + 61379 ], "loc": { "start": { - "line": 2065, + "line": 2061, "column": 29 }, "end": { - "line": 2065, + "line": 2061, "column": 41 } } }, "range": [ - 61504, - 61521 + 61362, + 61379 ], "loc": { "start": { - "line": 2065, + "line": 2061, "column": 24 }, "end": { - "line": 2065, + "line": 2061, "column": 41 } } @@ -111250,32 +110803,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 61522, - 61528 + 61380, + 61386 ], "loc": { "start": { - "line": 2065, + "line": 2061, "column": 42 }, "end": { - "line": 2065, + "line": 2061, "column": 48 } } } ], "range": [ - 61504, - 61529 + 61362, + 61387 ], "loc": { "start": { - "line": 2065, + "line": 2061, "column": 24 }, "end": { - "line": 2065, + "line": 2061, "column": 49 } } @@ -111286,16 +110839,16 @@ "object": { "type": "ThisExpression", "range": [ - 61555, - 61559 + 61413, + 61417 ], "loc": { "start": { - "line": 2066, + "line": 2062, "column": 24 }, "end": { - "line": 2066, + "line": 2062, "column": 28 } } @@ -111304,31 +110857,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 61560, - 61573 + 61418, + 61431 ], "loc": { "start": { - "line": 2066, + "line": 2062, "column": 29 }, "end": { - "line": 2066, + "line": 2062, "column": 42 } } }, "range": [ - 61555, - 61573 + 61413, + 61431 ], "loc": { "start": { - "line": 2066, + "line": 2062, "column": 24 }, "end": { - "line": 2066, + "line": 2062, "column": 42 } } @@ -111341,16 +110894,16 @@ "object": { "type": "ThisExpression", "range": [ - 61599, - 61603 + 61457, + 61461 ], "loc": { "start": { - "line": 2067, + "line": 2063, "column": 24 }, "end": { - "line": 2067, + "line": 2063, "column": 28 } } @@ -111359,31 +110912,31 @@ "type": "Identifier", "name": "ignoresDiacritics", "range": [ - 61604, - 61621 + 61462, + 61479 ], "loc": { "start": { - "line": 2067, + "line": 2063, "column": 29 }, "end": { - "line": 2067, + "line": 2063, "column": 46 } } }, "range": [ - 61599, - 61621 + 61457, + 61479 ], "loc": { "start": { - "line": 2067, + "line": 2063, "column": 24 }, "end": { - "line": 2067, + "line": 2063, "column": 46 } } @@ -111393,78 +110946,78 @@ "type": "Identifier", "name": "colIdx", "range": [ - 61622, - 61628 + 61480, + 61486 ], "loc": { "start": { - "line": 2067, + "line": 2063, "column": 47 }, "end": { - "line": 2067, + "line": 2063, "column": 53 } } } ], "range": [ - 61599, - 61629 + 61457, + 61487 ], "loc": { "start": { - "line": 2067, + "line": 2063, "column": 24 }, "end": { - "line": 2067, + "line": 2063, "column": 54 } } } ], "range": [ - 61405, - 61651 + 61263, + 61509 ], "loc": { "start": { - "line": 2062, + "line": 2058, "column": 32 }, "end": { - "line": 2068, + "line": 2064, "column": 21 } } }, "range": [ - 61393, - 61651 + 61251, + 61509 ], "loc": { "start": { - "line": 2062, + "line": 2058, "column": 20 }, "end": { - "line": 2068, + "line": 2064, "column": 21 } } }, "range": [ - 61393, - 61652 + 61251, + 61510 ], "loc": { "start": { - "line": 2062, + "line": 2058, "column": 20 }, "end": { - "line": 2068, + "line": 2064, "column": 22 } }, @@ -111473,16 +111026,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 61319, - 61372 + 61177, + 61230 ], "loc": { "start": { - "line": 2061, + "line": 2057, "column": 20 }, "end": { - "line": 2061, + "line": 2057, "column": 73 } } @@ -111491,31 +111044,31 @@ } ], "range": [ - 61297, - 61670 + 61155, + 61528 ], "loc": { "start": { - "line": 2060, + "line": 2056, "column": 23 }, "end": { - "line": 2069, + "line": 2065, "column": 17 } } }, "range": [ - 60680, - 61670 + 60538, + 61528 ], "loc": { "start": { - "line": 2050, + "line": 2046, "column": 16 }, "end": { - "line": 2069, + "line": 2065, "column": 17 } }, @@ -111524,16 +111077,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 60536, - 60595 + 60394, + 60453 ], "loc": { "start": { - "line": 2048, + "line": 2044, "column": 16 }, "end": { - "line": 2048, + "line": 2044, "column": 75 } } @@ -111542,16 +111095,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 60612, - 60663 + 60470, + 60521 ], "loc": { "start": { - "line": 2049, + "line": 2045, "column": 16 }, "end": { - "line": 2049, + "line": 2045, "column": 67 } } @@ -111560,31 +111113,31 @@ } ], "range": [ - 60518, - 61684 + 60376, + 61542 ], "loc": { "start": { - "line": 2047, + "line": 2043, "column": 19 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } } }, "range": [ - 60132, - 61684 + 59990, + 61542 ], "loc": { "start": { - "line": 2037, + "line": 2033, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111593,16 +111146,16 @@ "type": "Line", "value": "regexp", "range": [ - 60106, - 60114 + 59964, + 59972 ], "loc": { "start": { - "line": 2036, + "line": 2032, "column": 12 }, "end": { - "line": 2036, + "line": 2032, "column": 20 } } @@ -111610,16 +111163,16 @@ ] }, "range": [ - 60012, - 61684 + 59870, + 61542 ], "loc": { "start": { - "line": 2033, + "line": 2029, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111628,16 +111181,16 @@ "type": "Line", "value": "non-empty", "range": [ - 59983, - 59994 + 59841, + 59852 ], "loc": { "start": { - "line": 2032, + "line": 2028, "column": 12 }, "end": { - "line": 2032, + "line": 2028, "column": 23 } } @@ -111645,16 +111198,16 @@ ] }, "range": [ - 59890, - 61684 + 59748, + 61542 ], "loc": { "start": { - "line": 2029, + "line": 2025, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111663,16 +111216,16 @@ "type": "Line", "value": "empty", "range": [ - 59865, - 59872 + 59723, + 59730 ], "loc": { "start": { - "line": 2028, + "line": 2024, "column": 12 }, "end": { - "line": 2028, + "line": 2024, "column": 19 } } @@ -111680,16 +111233,16 @@ ] }, "range": [ - 59464, - 61684 + 59322, + 61542 ], "loc": { "start": { - "line": 2020, + "line": 2016, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111698,16 +111251,16 @@ "type": "Line", "value": "ends with", "range": [ - 59435, - 59446 + 59293, + 59304 ], "loc": { "start": { - "line": 2019, + "line": 2015, "column": 12 }, "end": { - "line": 2019, + "line": 2015, "column": 23 } } @@ -111715,16 +111268,16 @@ ] }, "range": [ - 59284, - 61684 + 59142, + 61542 ], "loc": { "start": { - "line": 2015, + "line": 2011, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111733,16 +111286,16 @@ "type": "Line", "value": "starts with", "range": [ - 59253, - 59266 + 59111, + 59124 ], "loc": { "start": { - "line": 2014, + "line": 2010, "column": 12 }, "end": { - "line": 2014, + "line": 2010, "column": 25 } } @@ -111750,16 +111303,16 @@ ] }, "range": [ - 59095, - 61684 + 58953, + 61542 ], "loc": { "start": { - "line": 2010, + "line": 2006, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111768,16 +111321,16 @@ "type": "Line", "value": "equal", "range": [ - 59070, - 59077 + 58928, + 58935 ], "loc": { "start": { - "line": 2009, + "line": 2005, "column": 12 }, "end": { - "line": 2009, + "line": 2005, "column": 19 } } @@ -111785,16 +111338,16 @@ ] }, "range": [ - 58911, - 61684 + 58769, + 61542 ], "loc": { "start": { - "line": 2005, + "line": 2001, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111803,16 +111356,16 @@ "type": "Line", "value": "like", "range": [ - 58887, - 58893 + 58745, + 58751 ], "loc": { "start": { - "line": 2004, + "line": 2000, "column": 12 }, "end": { - "line": 2004, + "line": 2000, "column": 18 } } @@ -111820,16 +111373,16 @@ ] }, "range": [ - 58714, - 61684 + 58572, + 61542 ], "loc": { "start": { - "line": 2000, + "line": 1996, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111838,16 +111391,16 @@ "type": "Line", "value": "different", "range": [ - 58685, - 58696 + 58543, + 58554 ], "loc": { "start": { - "line": 1999, + "line": 1995, "column": 12 }, "end": { - "line": 1999, + "line": 1995, "column": 23 } } @@ -111855,16 +111408,16 @@ ] }, "range": [ - 58509, - 61684 + 58367, + 61542 ], "loc": { "start": { - "line": 1993, + "line": 1989, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111873,16 +111426,16 @@ "type": "Line", "value": "greater", "range": [ - 58482, - 58491 + 58340, + 58349 ], "loc": { "start": { - "line": 1992, + "line": 1988, "column": 12 }, "end": { - "line": 1992, + "line": 1988, "column": 21 } } @@ -111890,16 +111443,16 @@ ] }, "range": [ - 58306, - 61684 + 58164, + 61542 ], "loc": { "start": { - "line": 1986, + "line": 1982, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111908,16 +111461,16 @@ "type": "Line", "value": "lower", "range": [ - 58281, - 58288 + 58139, + 58146 ], "loc": { "start": { - "line": 1985, + "line": 1981, "column": 12 }, "end": { - "line": 1985, + "line": 1981, "column": 19 } } @@ -111925,16 +111478,16 @@ ] }, "range": [ - 58103, - 61684 + 57961, + 61542 ], "loc": { "start": { - "line": 1979, + "line": 1975, "column": 17 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111943,16 +111496,16 @@ "type": "Line", "value": "greater equal", "range": [ - 58070, - 58085 + 57928, + 57943 ], "loc": { "start": { - "line": 1978, + "line": 1974, "column": 12 }, "end": { - "line": 1978, + "line": 1974, "column": 27 } } @@ -111960,16 +111513,16 @@ ] }, "range": [ - 57892, - 61684 + 57750, + 61542 ], "loc": { "start": { - "line": 1972, + "line": 1968, "column": 12 }, "end": { - "line": 2070, + "line": 2066, "column": 13 } }, @@ -111978,16 +111531,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 57769, - 57831 + 57627, + 57689 ], "loc": { "start": { - "line": 1969, + "line": 1965, "column": 12 }, "end": { - "line": 1969, + "line": 1965, "column": 74 } } @@ -111996,16 +111549,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 57844, - 57852 + 57702, + 57710 ], "loc": { "start": { - "line": 1970, + "line": 1966, "column": 12 }, "end": { - "line": 1970, + "line": 1966, "column": 20 } } @@ -112014,16 +111567,16 @@ "type": "Line", "value": " lower equal", "range": [ - 57865, - 57879 + 57723, + 57737 ], "loc": { "start": { - "line": 1971, + "line": 1967, "column": 12 }, "end": { - "line": 1971, + "line": 1967, "column": 26 } } @@ -112032,31 +111585,31 @@ } ], "range": [ - 57319, - 61695 + 57177, + 61553 ], "loc": { "start": { - "line": 1958, + "line": 1954, "column": 13 }, "end": { - "line": 2072, + "line": 2068, "column": 9 } } }, "range": [ - 54366, - 61695 + 54224, + 61553 ], "loc": { "start": { - "line": 1882, + "line": 1878, "column": 8 }, "end": { - "line": 2072, + "line": 2068, "column": 9 } }, @@ -112065,16 +111618,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 54318, - 54357 + 54176, + 54215 ], "loc": { "start": { - "line": 1881, + "line": 1877, "column": 8 }, "end": { - "line": 1881, + "line": 1877, "column": 47 } } @@ -112085,16 +111638,16 @@ "type": "Line", "value": "else", "range": [ - 61695, - 61701 + 61553, + 61559 ], "loc": { "start": { - "line": 2072, + "line": 2068, "column": 9 }, "end": { - "line": 2072, + "line": 2068, "column": 15 } } @@ -112107,31 +111660,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 61718, - 61727 + 61576, + 61585 ], "loc": { "start": { - "line": 2074, + "line": 2070, "column": 15 }, "end": { - "line": 2074, + "line": 2070, "column": 24 } } }, "range": [ - 61711, - 61728 + 61569, + 61586 ], "loc": { "start": { - "line": 2074, + "line": 2070, "column": 8 }, "end": { - "line": 2074, + "line": 2070, "column": 25 } }, @@ -112140,16 +111693,16 @@ "type": "Line", "value": "else", "range": [ - 61695, - 61701 + 61553, + 61559 ], "loc": { "start": { - "line": 2072, + "line": 2068, "column": 9 }, "end": { - "line": 2072, + "line": 2068, "column": 15 } } @@ -112158,16 +111711,16 @@ } ], "range": [ - 52969, - 61734 + 52827, + 61592 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 39 }, "end": { - "line": 2075, + "line": 2071, "column": 5 } } @@ -112175,16 +111728,16 @@ "generator": false, "expression": false, "range": [ - 52943, - 61734 + 52801, + 61592 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 13 }, "end": { - "line": 2075, + "line": 2071, "column": 5 } } @@ -112192,16 +111745,16 @@ "kind": "method", "computed": false, "range": [ - 52934, - 61734 + 52792, + 61592 ], "loc": { "start": { - "line": 1844, + "line": 1840, "column": 4 }, "end": { - "line": 2075, + "line": 2071, "column": 5 } }, @@ -112210,16 +111763,16 @@ "type": "Block", "value": "*\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @returns {Boolean}\n ", "range": [ - 52705, - 52929 + 52563, + 52787 ], "loc": { "start": { - "line": 1837, + "line": 1833, "column": 4 }, "end": { - "line": 1843, + "line": 1839, "column": 7 } } @@ -112230,16 +111783,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=true] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 61740, - 62104 + 61598, + 61962 ], "loc": { "start": { - "line": 2077, + "line": 2073, "column": 4 }, "end": { - "line": 2084, + "line": 2080, "column": 7 } } @@ -112253,16 +111806,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 62109, - 62121 + 61967, + 61979 ], "loc": { "start": { - "line": 2085, + "line": 2081, "column": 4 }, "end": { - "line": 2085, + "line": 2081, "column": 16 } } @@ -112275,16 +111828,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62131, - 62139 + 61989, + 61997 ], "loc": { "start": { - "line": 2086, + "line": 2082, "column": 8 }, "end": { - "line": 2086, + "line": 2082, "column": 16 } } @@ -112295,16 +111848,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62149, - 62163 + 62007, + 62021 ], "loc": { "start": { - "line": 2087, + "line": 2083, "column": 8 }, "end": { - "line": 2087, + "line": 2083, "column": 22 } } @@ -112314,31 +111867,31 @@ "value": false, "raw": "false", "range": [ - 62166, - 62171 + 62024, + 62029 ], "loc": { "start": { - "line": 2087, + "line": 2083, "column": 25 }, "end": { - "line": 2087, + "line": 2083, "column": 30 } } }, "range": [ - 62149, - 62171 + 62007, + 62029 ], "loc": { "start": { - "line": 2087, + "line": 2083, "column": 8 }, "end": { - "line": 2087, + "line": 2083, "column": 30 } } @@ -112349,16 +111902,16 @@ "type": "Identifier", "name": "typed", "range": [ - 62181, - 62186 + 62039, + 62044 ], "loc": { "start": { - "line": 2088, + "line": 2084, "column": 8 }, "end": { - "line": 2088, + "line": 2084, "column": 13 } } @@ -112368,31 +111921,31 @@ "value": false, "raw": "false", "range": [ - 62189, - 62194 + 62047, + 62052 ], "loc": { "start": { - "line": 2088, + "line": 2084, "column": 16 }, "end": { - "line": 2088, + "line": 2084, "column": 21 } } }, "range": [ - 62181, - 62194 + 62039, + 62052 ], "loc": { "start": { - "line": 2088, + "line": 2084, "column": 8 }, "end": { - "line": 2088, + "line": 2084, "column": 21 } } @@ -112403,16 +111956,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62204, - 62211 + 62062, + 62069 ], "loc": { "start": { - "line": 2089, + "line": 2085, "column": 8 }, "end": { - "line": 2089, + "line": 2085, "column": 15 } } @@ -112421,31 +111974,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62214, - 62216 + 62072, + 62074 ], "loc": { "start": { - "line": 2089, + "line": 2085, "column": 18 }, "end": { - "line": 2089, + "line": 2085, "column": 20 } } }, "range": [ - 62204, - 62216 + 62062, + 62074 ], "loc": { "start": { - "line": 2089, + "line": 2085, "column": 8 }, "end": { - "line": 2089, + "line": 2085, "column": 20 } } @@ -112463,16 +112016,16 @@ "type": "Identifier", "name": "row", "range": [ - 62237, - 62240 + 62095, + 62098 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 12 }, "end": { - "line": 2091, + "line": 2087, "column": 15 } } @@ -112486,16 +112039,16 @@ "object": { "type": "ThisExpression", "range": [ - 62243, - 62247 + 62101, + 62105 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 18 }, "end": { - "line": 2091, + "line": 2087, "column": 22 } } @@ -112504,31 +112057,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 62248, - 62251 + 62106, + 62109 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 23 }, "end": { - "line": 2091, + "line": 2087, "column": 26 } } }, "range": [ - 62243, - 62251 + 62101, + 62109 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 18 }, "end": { - "line": 2091, + "line": 2087, "column": 26 } } @@ -112537,46 +112090,46 @@ "type": "Identifier", "name": "rows", "range": [ - 62252, - 62256 + 62110, + 62114 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 27 }, "end": { - "line": 2091, + "line": 2087, "column": 31 } } }, "range": [ - 62243, - 62256 + 62101, + 62114 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 18 }, "end": { - "line": 2091, + "line": 2087, "column": 31 } } }, "range": [ - 62237, - 62256 + 62095, + 62114 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 12 }, "end": { - "line": 2091, + "line": 2087, "column": 31 } } @@ -112584,16 +112137,16 @@ ], "kind": "let", "range": [ - 62233, - 62257 + 62091, + 62115 ], "loc": { "start": { - "line": 2091, + "line": 2087, "column": 8 }, "end": { - "line": 2091, + "line": 2087, "column": 32 } } @@ -112607,16 +112160,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 62270, - 62276 + 62128, + 62134 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 12 }, "end": { - "line": 2092, + "line": 2088, "column": 18 } } @@ -112629,16 +112182,16 @@ "object": { "type": "ThisExpression", "range": [ - 62279, - 62283 + 62137, + 62141 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 21 }, "end": { - "line": 2092, + "line": 2088, "column": 25 } } @@ -112647,31 +112200,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 62284, - 62293 + 62142, + 62151 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 26 }, "end": { - "line": 2092, + "line": 2088, "column": 35 } } }, "range": [ - 62279, - 62293 + 62137, + 62151 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 21 }, "end": { - "line": 2092, + "line": 2088, "column": 35 } } @@ -112682,47 +112235,47 @@ "value": true, "raw": "true", "range": [ - 62294, - 62298 + 62152, + 62156 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 36 }, "end": { - "line": 2092, + "line": 2088, "column": 40 } } } ], "range": [ - 62279, - 62299 + 62137, + 62157 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 21 }, "end": { - "line": 2092, + "line": 2088, "column": 41 } } }, "range": [ - 62270, - 62299 + 62128, + 62157 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 12 }, "end": { - "line": 2092, + "line": 2088, "column": 41 } } @@ -112730,16 +112283,16 @@ ], "kind": "let", "range": [ - 62266, - 62300 + 62124, + 62158 ], "loc": { "start": { - "line": 2092, + "line": 2088, "column": 8 }, "end": { - "line": 2092, + "line": 2088, "column": 42 } } @@ -112753,16 +112306,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 62313, - 62322 + 62171, + 62180 ], "loc": { "start": { - "line": 2093, + "line": 2089, "column": 12 }, "end": { - "line": 2093, + "line": 2089, "column": 21 } } @@ -112771,31 +112324,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62325, - 62327 + 62183, + 62185 ], "loc": { "start": { - "line": 2093, + "line": 2089, "column": 24 }, "end": { - "line": 2093, + "line": 2089, "column": 26 } } }, "range": [ - 62313, - 62327 + 62171, + 62185 ], "loc": { "start": { - "line": 2093, + "line": 2089, "column": 12 }, "end": { - "line": 2093, + "line": 2089, "column": 26 } } @@ -112803,16 +112356,16 @@ ], "kind": "let", "range": [ - 62309, - 62328 + 62167, + 62186 ], "loc": { "start": { - "line": 2093, + "line": 2089, "column": 8 }, "end": { - "line": 2093, + "line": 2089, "column": 27 } } @@ -112826,16 +112379,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 62341, - 62351 + 62199, + 62209 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 12 }, "end": { - "line": 2094, + "line": 2090, "column": 22 } } @@ -112846,16 +112399,16 @@ "type": "Identifier", "name": "typed", "range": [ - 62354, - 62359 + 62212, + 62217 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 25 }, "end": { - "line": 2094, + "line": 2090, "column": 30 } } @@ -112871,16 +112424,16 @@ "object": { "type": "ThisExpression", "range": [ - 62362, - 62366 + 62220, + 62224 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 33 }, "end": { - "line": 2094, + "line": 2090, "column": 37 } } @@ -112889,31 +112442,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 62367, - 62378 + 62225, + 62236 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 38 }, "end": { - "line": 2094, + "line": 2090, "column": 49 } } }, "range": [ - 62362, - 62378 + 62220, + 62236 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 33 }, "end": { - "line": 2094, + "line": 2090, "column": 49 } } @@ -112922,31 +112475,31 @@ "type": "Identifier", "name": "bind", "range": [ - 62379, - 62383 + 62237, + 62241 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 50 }, "end": { - "line": 2094, + "line": 2090, "column": 54 } } }, "range": [ - 62362, - 62383 + 62220, + 62241 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 33 }, "end": { - "line": 2094, + "line": 2090, "column": 54 } } @@ -112955,32 +112508,32 @@ { "type": "ThisExpression", "range": [ - 62384, - 62388 + 62242, + 62246 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 55 }, "end": { - "line": 2094, + "line": 2090, "column": 59 } } } ], "range": [ - 62362, - 62389 + 62220, + 62247 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 33 }, "end": { - "line": 2094, + "line": 2090, "column": 60 } } @@ -112996,16 +112549,16 @@ "object": { "type": "ThisExpression", "range": [ - 62404, - 62408 + 62262, + 62266 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 12 }, "end": { - "line": 2095, + "line": 2091, "column": 16 } } @@ -113014,31 +112567,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 62409, - 62421 + 62267, + 62279 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 17 }, "end": { - "line": 2095, + "line": 2091, "column": 29 } } }, "range": [ - 62404, - 62421 + 62262, + 62279 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 12 }, "end": { - "line": 2095, + "line": 2091, "column": 29 } } @@ -113047,31 +112600,31 @@ "type": "Identifier", "name": "bind", "range": [ - 62422, - 62426 + 62280, + 62284 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 30 }, "end": { - "line": 2095, + "line": 2091, "column": 34 } } }, "range": [ - 62404, - 62426 + 62262, + 62284 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 12 }, "end": { - "line": 2095, + "line": 2091, "column": 34 } } @@ -113080,62 +112633,62 @@ { "type": "ThisExpression", "range": [ - 62427, - 62431 + 62285, + 62289 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 35 }, "end": { - "line": 2095, + "line": 2091, "column": 39 } } } ], "range": [ - 62404, - 62432 + 62262, + 62290 ], "loc": { "start": { - "line": 2095, + "line": 2091, "column": 12 }, "end": { - "line": 2095, + "line": 2091, "column": 40 } } }, "range": [ - 62354, - 62432 + 62212, + 62290 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 25 }, "end": { - "line": 2095, + "line": 2091, "column": 40 } } }, "range": [ - 62341, - 62432 + 62199, + 62290 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 12 }, "end": { - "line": 2095, + "line": 2091, "column": 40 } } @@ -113143,16 +112696,16 @@ ], "kind": "let", "range": [ - 62337, - 62433 + 62195, + 62291 ], "loc": { "start": { - "line": 2094, + "line": 2090, "column": 8 }, "end": { - "line": 2095, + "line": 2091, "column": 41 } } @@ -113163,16 +112716,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62447, - 62461 + 62305, + 62319 ], "loc": { "start": { - "line": 2097, + "line": 2093, "column": 12 }, "end": { - "line": 2097, + "line": 2093, "column": 26 } } @@ -113191,16 +112744,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 62477, - 62486 + 62335, + 62344 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 12 }, "end": { - "line": 2098, + "line": 2094, "column": 21 } } @@ -113209,31 +112762,31 @@ "type": "Identifier", "name": "push", "range": [ - 62487, - 62491 + 62345, + 62349 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 22 }, "end": { - "line": 2098, + "line": 2094, "column": 26 } } }, "range": [ - 62477, - 62491 + 62335, + 62349 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 12 }, "end": { - "line": 2098, + "line": 2094, "column": 26 } } @@ -113250,16 +112803,16 @@ "object": { "type": "ThisExpression", "range": [ - 62492, - 62496 + 62350, + 62354 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 27 }, "end": { - "line": 2098, + "line": 2094, "column": 31 } } @@ -113268,47 +112821,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 62497, - 62511 + 62355, + 62369 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 32 }, "end": { - "line": 2098, + "line": 2094, "column": 46 } } }, "range": [ - 62492, - 62511 + 62350, + 62369 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 27 }, "end": { - "line": 2098, + "line": 2094, "column": 46 } } }, "arguments": [], "range": [ - 62492, - 62513 + 62350, + 62371 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 27 }, "end": { - "line": 2098, + "line": 2094, "column": 48 } } @@ -113317,94 +112870,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62514, - 62522 + 62372, + 62380 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 49 }, "end": { - "line": 2098, + "line": 2094, "column": 57 } } }, "range": [ - 62492, - 62523 + 62350, + 62381 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 27 }, "end": { - "line": 2098, + "line": 2094, "column": 58 } } } ], "range": [ - 62477, - 62524 + 62335, + 62382 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 12 }, "end": { - "line": 2098, + "line": 2094, "column": 59 } } }, "range": [ - 62477, - 62525 + 62335, + 62383 ], "loc": { "start": { - "line": 2098, + "line": 2094, "column": 12 }, "end": { - "line": 2098, + "line": 2094, "column": 60 } } } ], "range": [ - 62463, - 62535 + 62321, + 62393 ], "loc": { "start": { - "line": 2097, + "line": 2093, "column": 28 }, "end": { - "line": 2099, + "line": 2095, "column": 9 } } }, "alternate": null, "range": [ - 62443, - 62535 + 62301, + 62393 ], "loc": { "start": { - "line": 2097, + "line": 2093, "column": 8 }, "end": { - "line": 2099, + "line": 2095, "column": 9 } } @@ -113420,16 +112973,16 @@ "type": "Identifier", "name": "i", "range": [ - 62554, - 62555 + 62412, + 62413 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 17 }, "end": { - "line": 2101, + "line": 2097, "column": 18 } } @@ -113440,16 +112993,16 @@ "object": { "type": "ThisExpression", "range": [ - 62558, - 62562 + 62416, + 62420 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 21 }, "end": { - "line": 2101, + "line": 2097, "column": 25 } } @@ -113458,46 +113011,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 62563, - 62569 + 62421, + 62427 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 26 }, "end": { - "line": 2101, + "line": 2097, "column": 32 } } }, "range": [ - 62558, - 62569 + 62416, + 62427 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 21 }, "end": { - "line": 2101, + "line": 2097, "column": 32 } } }, "range": [ - 62554, - 62569 + 62412, + 62427 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 17 }, "end": { - "line": 2101, + "line": 2097, "column": 32 } } @@ -113505,16 +113058,16 @@ ], "kind": "let", "range": [ - 62550, - 62569 + 62408, + 62427 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 13 }, "end": { - "line": 2101, + "line": 2097, "column": 32 } } @@ -113526,16 +113079,16 @@ "type": "Identifier", "name": "i", "range": [ - 62571, - 62572 + 62429, + 62430 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 34 }, "end": { - "line": 2101, + "line": 2097, "column": 35 } } @@ -113544,31 +113097,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 62575, - 62581 + 62433, + 62439 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 38 }, "end": { - "line": 2101, + "line": 2097, "column": 44 } } }, "range": [ - 62571, - 62581 + 62429, + 62439 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 34 }, "end": { - "line": 2101, + "line": 2097, "column": 44 } } @@ -113580,32 +113133,32 @@ "type": "Identifier", "name": "i", "range": [ - 62583, - 62584 + 62441, + 62442 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 46 }, "end": { - "line": 2101, + "line": 2097, "column": 47 } } }, "prefix": false, "range": [ - 62583, - 62586 + 62441, + 62444 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 46 }, "end": { - "line": 2101, + "line": 2097, "column": 49 } } @@ -113622,16 +113175,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 62606, - 62618 + 62464, + 62476 ], "loc": { "start": { - "line": 2102, + "line": 2098, "column": 16 }, "end": { - "line": 2102, + "line": 2098, "column": 28 } } @@ -113641,31 +113194,31 @@ "value": false, "raw": "false", "range": [ - 62621, - 62626 + 62479, + 62484 ], "loc": { "start": { - "line": 2102, + "line": 2098, "column": 31 }, "end": { - "line": 2102, + "line": 2098, "column": 36 } } }, "range": [ - 62606, - 62626 + 62464, + 62484 ], "loc": { "start": { - "line": 2102, + "line": 2098, "column": 16 }, "end": { - "line": 2102, + "line": 2098, "column": 36 } } @@ -113673,16 +113226,16 @@ ], "kind": "let", "range": [ - 62602, - 62627 + 62460, + 62485 ], "loc": { "start": { - "line": 2102, + "line": 2098, "column": 12 }, "end": { - "line": 2102, + "line": 2098, "column": 37 } }, @@ -113691,16 +113244,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 62640, - 62695 + 62498, + 62553 ], "loc": { "start": { - "line": 2103, + "line": 2099, "column": 12 }, "end": { - "line": 2103, + "line": 2099, "column": 67 } } @@ -113719,16 +113272,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62712, - 62719 + 62570, + 62577 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 16 }, "end": { - "line": 2104, + "line": 2100, "column": 23 } } @@ -113737,31 +113290,31 @@ "type": "Identifier", "name": "length", "range": [ - 62720, - 62726 + 62578, + 62584 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 24 }, "end": { - "line": 2104, + "line": 2100, "column": 30 } } }, "range": [ - 62712, - 62726 + 62570, + 62584 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 16 }, "end": { - "line": 2104, + "line": 2100, "column": 30 } } @@ -113771,31 +113324,31 @@ "value": 0, "raw": "0", "range": [ - 62729, - 62730 + 62587, + 62588 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 33 }, "end": { - "line": 2104, + "line": 2100, "column": 34 } } }, "range": [ - 62712, - 62730 + 62570, + 62588 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 16 }, "end": { - "line": 2104, + "line": 2100, "column": 34 } } @@ -113812,16 +113365,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 62750, - 62762 + 62608, + 62620 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 16 }, "end": { - "line": 2105, + "line": 2101, "column": 28 } } @@ -113838,16 +113391,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62765, - 62772 + 62623, + 62630 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 31 }, "end": { - "line": 2105, + "line": 2101, "column": 38 } } @@ -113856,31 +113409,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 62773, - 62780 + 62631, + 62638 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 39 }, "end": { - "line": 2105, + "line": 2101, "column": 46 } } }, "range": [ - 62765, - 62780 + 62623, + 62638 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 31 }, "end": { - "line": 2105, + "line": 2101, "column": 46 } } @@ -113890,32 +113443,32 @@ "type": "Identifier", "name": "i", "range": [ - 62781, - 62782 + 62639, + 62640 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 47 }, "end": { - "line": 2105, + "line": 2101, "column": 48 } } } ], "range": [ - 62765, - 62783 + 62623, + 62641 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 31 }, "end": { - "line": 2105, + "line": 2101, "column": 49 } } @@ -113928,109 +113481,109 @@ "value": 1, "raw": "1", "range": [ - 62789, - 62790 + 62647, + 62648 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 55 }, "end": { - "line": 2105, + "line": 2101, "column": 56 } } }, "prefix": true, "range": [ - 62788, - 62790 + 62646, + 62648 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 54 }, "end": { - "line": 2105, + "line": 2101, "column": 56 } } }, "range": [ - 62765, - 62790 + 62623, + 62648 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 31 }, "end": { - "line": 2105, + "line": 2101, "column": 56 } } }, "range": [ - 62750, - 62790 + 62608, + 62648 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 16 }, "end": { - "line": 2105, + "line": 2101, "column": 56 } } }, "range": [ - 62750, - 62791 + 62608, + 62649 ], "loc": { "start": { - "line": 2105, + "line": 2101, "column": 16 }, "end": { - "line": 2105, + "line": 2101, "column": 57 } } } ], "range": [ - 62732, - 62805 + 62590, + 62663 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 36 }, "end": { - "line": 2106, + "line": 2102, "column": 13 } } }, "alternate": null, "range": [ - 62708, - 62805 + 62566, + 62663 ], "loc": { "start": { - "line": 2104, + "line": 2100, "column": 12 }, "end": { - "line": 2106, + "line": 2102, "column": 13 } }, @@ -114039,16 +113592,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 62640, - 62695 + 62498, + 62553 ], "loc": { "start": { - "line": 2103, + "line": 2099, "column": 12 }, "end": { - "line": 2103, + "line": 2099, "column": 67 } } @@ -114064,16 +113617,16 @@ "type": "Identifier", "name": "cell", "range": [ - 62822, - 62826 + 62680, + 62684 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 16 }, "end": { - "line": 2107, + "line": 2103, "column": 20 } } @@ -114088,16 +113641,16 @@ "type": "Identifier", "name": "row", "range": [ - 62829, - 62832 + 62687, + 62690 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 23 }, "end": { - "line": 2107, + "line": 2103, "column": 26 } } @@ -114106,31 +113659,31 @@ "type": "Identifier", "name": "i", "range": [ - 62833, - 62834 + 62691, + 62692 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 27 }, "end": { - "line": 2107, + "line": 2103, "column": 28 } } }, "range": [ - 62829, - 62835 + 62687, + 62693 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 23 }, "end": { - "line": 2107, + "line": 2103, "column": 29 } } @@ -114139,46 +113692,46 @@ "type": "Identifier", "name": "cells", "range": [ - 62836, - 62841 + 62694, + 62699 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 30 }, "end": { - "line": 2107, + "line": 2103, "column": 35 } } }, "range": [ - 62829, - 62841 + 62687, + 62699 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 23 }, "end": { - "line": 2107, + "line": 2103, "column": 35 } } }, "range": [ - 62822, - 62841 + 62680, + 62699 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 16 }, "end": { - "line": 2107, + "line": 2103, "column": 35 } } @@ -114189,16 +113742,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 62859, - 62866 + 62717, + 62724 ], "loc": { "start": { - "line": 2108, + "line": 2104, "column": 16 }, "end": { - "line": 2108, + "line": 2104, "column": 23 } } @@ -114210,16 +113763,16 @@ "type": "Identifier", "name": "cell", "range": [ - 62869, - 62873 + 62727, + 62731 ], "loc": { "start": { - "line": 2108, + "line": 2104, "column": 26 }, "end": { - "line": 2108, + "line": 2104, "column": 30 } } @@ -114228,46 +113781,46 @@ "type": "Identifier", "name": "length", "range": [ - 62874, - 62880 + 62732, + 62738 ], "loc": { "start": { - "line": 2108, + "line": 2104, "column": 31 }, "end": { - "line": 2108, + "line": 2104, "column": 37 } } }, "range": [ - 62869, - 62880 + 62727, + 62738 ], "loc": { "start": { - "line": 2108, + "line": 2104, "column": 26 }, "end": { - "line": 2108, + "line": 2104, "column": 37 } } }, "range": [ - 62859, - 62880 + 62717, + 62738 ], "loc": { "start": { - "line": 2108, + "line": 2104, "column": 16 }, "end": { - "line": 2108, + "line": 2104, "column": 37 } } @@ -114275,16 +113828,16 @@ ], "kind": "let", "range": [ - 62818, - 62881 + 62676, + 62739 ], "loc": { "start": { - "line": 2107, + "line": 2103, "column": 12 }, "end": { - "line": 2108, + "line": 2104, "column": 38 } }, @@ -114293,16 +113846,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 62895, - 62948 + 62753, + 62806 ], "loc": { "start": { - "line": 2110, + "line": 2106, "column": 12 }, "end": { - "line": 2110, + "line": 2106, "column": 65 } } @@ -114321,16 +113874,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 62965, - 62972 + 62823, + 62830 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 16 }, "end": { - "line": 2111, + "line": 2107, "column": 23 } } @@ -114341,16 +113894,16 @@ "object": { "type": "ThisExpression", "range": [ - 62977, - 62981 + 62835, + 62839 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 28 }, "end": { - "line": 2111, + "line": 2107, "column": 32 } } @@ -114359,46 +113912,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 62982, - 62989 + 62840, + 62847 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 33 }, "end": { - "line": 2111, + "line": 2107, "column": 40 } } }, "range": [ - 62977, - 62989 + 62835, + 62847 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 28 }, "end": { - "line": 2111, + "line": 2107, "column": 40 } } }, "range": [ - 62965, - 62989 + 62823, + 62847 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 16 }, "end": { - "line": 2111, + "line": 2107, "column": 40 } } @@ -114410,47 +113963,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 62994, - 63006 + 62852, + 62864 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 45 }, "end": { - "line": 2111, + "line": 2107, "column": 57 } } }, "prefix": true, "range": [ - 62993, - 63006 + 62851, + 62864 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 44 }, "end": { - "line": 2111, + "line": 2107, "column": 57 } } }, "range": [ - 62965, - 63006 + 62823, + 62864 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 16 }, "end": { - "line": 2111, + "line": 2107, "column": 57 } } @@ -114469,16 +114022,16 @@ "type": "Identifier", "name": "j", "range": [ - 63084, - 63085 + 62942, + 62943 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 25 }, "end": { - "line": 2113, + "line": 2109, "column": 26 } } @@ -114488,31 +114041,31 @@ "value": 0, "raw": "0", "range": [ - 63088, - 63089 + 62946, + 62947 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 29 }, "end": { - "line": 2113, + "line": 2109, "column": 30 } } }, "range": [ - 63084, - 63089 + 62942, + 62947 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 25 }, "end": { - "line": 2113, + "line": 2109, "column": 30 } } @@ -114520,16 +114073,16 @@ ], "kind": "let", "range": [ - 63080, - 63089 + 62938, + 62947 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 21 }, "end": { - "line": 2113, + "line": 2109, "column": 30 } } @@ -114541,16 +114094,16 @@ "type": "Identifier", "name": "j", "range": [ - 63091, - 63092 + 62949, + 62950 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 32 }, "end": { - "line": 2113, + "line": 2109, "column": 33 } } @@ -114559,31 +114112,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 63095, - 63102 + 62953, + 62960 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 36 }, "end": { - "line": 2113, + "line": 2109, "column": 43 } } }, "range": [ - 63091, - 63102 + 62949, + 62960 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 32 }, "end": { - "line": 2113, + "line": 2109, "column": 43 } } @@ -114595,32 +114148,32 @@ "type": "Identifier", "name": "j", "range": [ - 63104, - 63105 + 62962, + 62963 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 45 }, "end": { - "line": 2113, + "line": 2109, "column": 46 } } }, "prefix": false, "range": [ - 63104, - 63107 + 62962, + 62965 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 45 }, "end": { - "line": 2113, + "line": 2109, "column": 48 } } @@ -114637,16 +114190,16 @@ "type": "Identifier", "name": "j", "range": [ - 63135, - 63136 + 62993, + 62994 ], "loc": { "start": { - "line": 2114, + "line": 2110, "column": 24 }, "end": { - "line": 2114, + "line": 2110, "column": 25 } } @@ -114655,31 +114208,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63141, - 63149 + 62999, + 63007 ], "loc": { "start": { - "line": 2114, + "line": 2110, "column": 30 }, "end": { - "line": 2114, + "line": 2110, "column": 38 } } }, "range": [ - 63135, - 63149 + 62993, + 63007 ], "loc": { "start": { - "line": 2114, + "line": 2110, "column": 24 }, "end": { - "line": 2114, + "line": 2110, "column": 38 } } @@ -114691,48 +114244,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 63177, - 63186 + 63035, + 63044 ], "loc": { "start": { - "line": 2115, + "line": 2111, "column": 24 }, "end": { - "line": 2115, + "line": 2111, "column": 33 } } } ], "range": [ - 63151, - 63208 + 63009, + 63066 ], "loc": { "start": { - "line": 2114, + "line": 2110, "column": 40 }, "end": { - "line": 2116, + "line": 2112, "column": 21 } } }, "alternate": null, "range": [ - 63131, - 63208 + 62989, + 63066 ], "loc": { "start": { - "line": 2114, + "line": 2110, "column": 20 }, "end": { - "line": 2116, + "line": 2112, "column": 21 } } @@ -114746,16 +114299,16 @@ "type": "Identifier", "name": "data", "range": [ - 63233, - 63237 + 63091, + 63095 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 24 }, "end": { - "line": 2117, + "line": 2113, "column": 28 } } @@ -114766,16 +114319,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 63240, - 63250 + 63098, + 63108 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 31 }, "end": { - "line": 2117, + "line": 2113, "column": 41 } } @@ -114788,16 +114341,16 @@ "type": "Identifier", "name": "cell", "range": [ - 63251, - 63255 + 63109, + 63113 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 42 }, "end": { - "line": 2117, + "line": 2113, "column": 46 } } @@ -114806,62 +114359,62 @@ "type": "Identifier", "name": "j", "range": [ - 63256, - 63257 + 63114, + 63115 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 47 }, "end": { - "line": 2117, + "line": 2113, "column": 48 } } }, "range": [ - 63251, - 63258 + 63109, + 63116 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 42 }, "end": { - "line": 2117, + "line": 2113, "column": 49 } } } ], "range": [ - 63240, - 63259 + 63098, + 63117 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 31 }, "end": { - "line": 2117, + "line": 2113, "column": 50 } } }, "range": [ - 63233, - 63259 + 63091, + 63117 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 24 }, "end": { - "line": 2117, + "line": 2113, "column": 50 } } @@ -114869,16 +114422,16 @@ ], "kind": "let", "range": [ - 63229, - 63260 + 63087, + 63118 ], "loc": { "start": { - "line": 2117, + "line": 2113, "column": 20 }, "end": { - "line": 2117, + "line": 2113, "column": 51 } } @@ -114894,16 +114447,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 63281, - 63290 + 63139, + 63148 ], "loc": { "start": { - "line": 2118, + "line": 2114, "column": 20 }, "end": { - "line": 2118, + "line": 2114, "column": 29 } } @@ -114912,31 +114465,31 @@ "type": "Identifier", "name": "push", "range": [ - 63291, - 63295 + 63149, + 63153 ], "loc": { "start": { - "line": 2118, + "line": 2114, "column": 30 }, "end": { - "line": 2118, + "line": 2114, "column": 34 } } }, "range": [ - 63281, - 63295 + 63139, + 63153 ], "loc": { "start": { - "line": 2118, + "line": 2114, "column": 20 }, "end": { - "line": 2118, + "line": 2114, "column": 34 } } @@ -114946,78 +114499,78 @@ "type": "Identifier", "name": "data", "range": [ - 63296, - 63300 + 63154, + 63158 ], "loc": { "start": { - "line": 2118, + "line": 2114, "column": 35 }, "end": { - "line": 2118, + "line": 2114, "column": 39 } } } ], "range": [ - 63281, - 63301 + 63139, + 63159 ], "loc": { "start": { - "line": 2118, + "line": 2114, "column": 20 }, "end": { - "line": 2118, + "line": 2114, "column": 40 } } }, "range": [ - 63281, - 63302 + 63139, + 63160 ], "loc": { "start": { - "line": 2118, + "line": 2114, "column": 20 }, "end": { - "line": 2118, + "line": 2114, "column": 41 } } } ], "range": [ - 63109, - 63320 + 62967, + 63178 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 50 }, "end": { - "line": 2119, + "line": 2115, "column": 17 } } }, "range": [ - 63075, - 63320 + 62933, + 63178 ], "loc": { "start": { - "line": 2113, + "line": 2109, "column": 16 }, "end": { - "line": 2119, + "line": 2115, "column": 17 } }, @@ -115026,16 +114579,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 63026, - 63058 + 62884, + 62916 ], "loc": { "start": { - "line": 2112, + "line": 2108, "column": 16 }, "end": { - "line": 2112, + "line": 2108, "column": 48 } } @@ -115044,32 +114597,32 @@ } ], "range": [ - 63008, - 63334 + 62866, + 63192 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 59 }, "end": { - "line": 2120, + "line": 2116, "column": 13 } } }, "alternate": null, "range": [ - 62961, - 63334 + 62819, + 63192 ], "loc": { "start": { - "line": 2111, + "line": 2107, "column": 12 }, "end": { - "line": 2120, + "line": 2116, "column": 13 } }, @@ -115078,16 +114631,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 62895, - 62948 + 62753, + 62806 ], "loc": { "start": { - "line": 2110, + "line": 2106, "column": 12 }, "end": { - "line": 2110, + "line": 2106, "column": 65 } } @@ -115096,31 +114649,31 @@ } ], "range": [ - 62588, - 63344 + 62446, + 63202 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 51 }, "end": { - "line": 2121, + "line": 2117, "column": 9 } } }, "range": [ - 62545, - 63344 + 62403, + 63202 ], "loc": { "start": { - "line": 2101, + "line": 2097, "column": 8 }, "end": { - "line": 2121, + "line": 2117, "column": 9 } } @@ -115131,47 +114684,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 63360, - 63369 + 63218, + 63227 ], "loc": { "start": { - "line": 2122, + "line": 2118, "column": 15 }, "end": { - "line": 2122, + "line": 2118, "column": 24 } } }, "range": [ - 63353, - 63370 + 63211, + 63228 ], "loc": { "start": { - "line": 2122, + "line": 2118, "column": 8 }, "end": { - "line": 2122, + "line": 2118, "column": 25 } } } ], "range": [ - 62223, - 63376 + 62081, + 63234 ], "loc": { "start": { - "line": 2090, + "line": 2086, "column": 6 }, "end": { - "line": 2123, + "line": 2119, "column": 5 } } @@ -115179,16 +114732,16 @@ "generator": false, "expression": false, "range": [ - 62121, - 63376 + 61979, + 63234 ], "loc": { "start": { - "line": 2085, + "line": 2081, "column": 16 }, "end": { - "line": 2123, + "line": 2119, "column": 5 } } @@ -115196,16 +114749,16 @@ "kind": "method", "computed": false, "range": [ - 62109, - 63376 + 61967, + 63234 ], "loc": { "start": { - "line": 2085, + "line": 2081, "column": 4 }, "end": { - "line": 2123, + "line": 2119, "column": 5 } }, @@ -115214,16 +114767,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=true] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 61740, - 62104 + 61598, + 61962 ], "loc": { "start": { - "line": 2077, + "line": 2073, "column": 4 }, "end": { - "line": 2084, + "line": 2080, "column": 7 } } @@ -115234,16 +114787,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": [ - 63382, - 63534 + 63240, + 63392 ], "loc": { "start": { - "line": 2125, + "line": 2121, "column": 4 }, "end": { - "line": 2129, + "line": 2125, "column": 7 } } @@ -115257,16 +114810,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 63539, - 63553 + 63397, + 63411 ], "loc": { "start": { - "line": 2130, + "line": 2126, "column": 4 }, "end": { - "line": 2130, + "line": 2126, "column": 18 } } @@ -115279,16 +114832,16 @@ "type": "Identifier", "name": "index", "range": [ - 63554, - 63559 + 63412, + 63417 ], "loc": { "start": { - "line": 2130, + "line": 2126, "column": 19 }, "end": { - "line": 2130, + "line": 2126, "column": 24 } } @@ -115308,16 +114861,16 @@ "object": { "type": "ThisExpression", "range": [ - 63576, - 63580 + 63434, + 63438 ], "loc": { "start": { - "line": 2131, + "line": 2127, "column": 13 }, "end": { - "line": 2131, + "line": 2127, "column": 17 } } @@ -115326,47 +114879,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 63581, - 63588 + 63439, + 63446 ], "loc": { "start": { - "line": 2131, + "line": 2127, "column": 18 }, "end": { - "line": 2131, + "line": 2127, "column": 25 } } }, "range": [ - 63576, - 63588 + 63434, + 63446 ], "loc": { "start": { - "line": 2131, + "line": 2127, "column": 13 }, "end": { - "line": 2131, + "line": 2127, "column": 25 } } }, "prefix": true, "range": [ - 63575, - 63588 + 63433, + 63446 ], "loc": { "start": { - "line": 2131, + "line": 2127, "column": 12 }, "end": { - "line": 2131, + "line": 2127, "column": 25 } } @@ -115378,48 +114931,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 63604, - 63611 + 63462, + 63469 ], "loc": { "start": { - "line": 2132, + "line": 2128, "column": 12 }, "end": { - "line": 2132, + "line": 2128, "column": 19 } } } ], "range": [ - 63590, - 63621 + 63448, + 63479 ], "loc": { "start": { - "line": 2131, + "line": 2127, "column": 27 }, "end": { - "line": 2133, + "line": 2129, "column": 9 } } }, "alternate": null, "range": [ - 63571, - 63621 + 63429, + 63479 ], "loc": { "start": { - "line": 2131, + "line": 2127, "column": 8 }, "end": { - "line": 2133, + "line": 2129, "column": 9 } } @@ -115433,16 +114986,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63634, - 63642 + 63492, + 63500 ], "loc": { "start": { - "line": 2134, + "line": 2130, "column": 12 }, "end": { - "line": 2134, + "line": 2130, "column": 20 } } @@ -115452,31 +115005,31 @@ "value": "", "raw": "''", "range": [ - 63645, - 63647 + 63503, + 63505 ], "loc": { "start": { - "line": 2134, + "line": 2130, "column": 23 }, "end": { - "line": 2134, + "line": 2130, "column": 25 } } }, "range": [ - 63634, - 63647 + 63492, + 63505 ], "loc": { "start": { - "line": 2134, + "line": 2130, "column": 12 }, "end": { - "line": 2134, + "line": 2130, "column": 25 } } @@ -115484,16 +115037,16 @@ ], "kind": "let", "range": [ - 63630, - 63648 + 63488, + 63506 ], "loc": { "start": { - "line": 2134, + "line": 2130, "column": 8 }, "end": { - "line": 2134, + "line": 2130, "column": 26 } } @@ -115507,16 +115060,16 @@ "type": "Identifier", "name": "flt", "range": [ - 63661, - 63664 + 63519, + 63522 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 12 }, "end": { - "line": 2135, + "line": 2131, "column": 15 } } @@ -115529,16 +115082,16 @@ "object": { "type": "ThisExpression", "range": [ - 63667, - 63671 + 63525, + 63529 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 18 }, "end": { - "line": 2135, + "line": 2131, "column": 22 } } @@ -115547,31 +115100,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 63672, - 63688 + 63530, + 63546 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 23 }, "end": { - "line": 2135, + "line": 2131, "column": 39 } } }, "range": [ - 63667, - 63688 + 63525, + 63546 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 18 }, "end": { - "line": 2135, + "line": 2131, "column": 39 } } @@ -115581,47 +115134,47 @@ "type": "Identifier", "name": "index", "range": [ - 63689, - 63694 + 63547, + 63552 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 40 }, "end": { - "line": 2135, + "line": 2131, "column": 45 } } } ], "range": [ - 63667, - 63695 + 63525, + 63553 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 18 }, "end": { - "line": 2135, + "line": 2131, "column": 46 } } }, "range": [ - 63661, - 63695 + 63519, + 63553 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 12 }, "end": { - "line": 2135, + "line": 2131, "column": 46 } } @@ -115629,16 +115182,16 @@ ], "kind": "let", "range": [ - 63657, - 63696 + 63515, + 63554 ], "loc": { "start": { - "line": 2135, + "line": 2131, "column": 8 }, "end": { - "line": 2135, + "line": 2131, "column": 47 } } @@ -115652,32 +115205,32 @@ "type": "Identifier", "name": "flt", "range": [ - 63710, - 63713 + 63568, + 63571 ], "loc": { "start": { - "line": 2136, + "line": 2132, "column": 13 }, "end": { - "line": 2136, + "line": 2132, "column": 16 } } }, "prefix": true, "range": [ - 63709, - 63713 + 63567, + 63571 ], "loc": { "start": { - "line": 2136, + "line": 2132, "column": 12 }, "end": { - "line": 2136, + "line": 2132, "column": 16 } } @@ -115691,63 +115244,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63736, - 63744 + 63594, + 63602 ], "loc": { "start": { - "line": 2137, + "line": 2133, "column": 19 }, "end": { - "line": 2137, + "line": 2133, "column": 27 } } }, "range": [ - 63729, - 63745 + 63587, + 63603 ], "loc": { "start": { - "line": 2137, + "line": 2133, "column": 12 }, "end": { - "line": 2137, + "line": 2133, "column": 28 } } } ], "range": [ - 63715, - 63755 + 63573, + 63613 ], "loc": { "start": { - "line": 2136, + "line": 2132, "column": 18 }, "end": { - "line": 2138, + "line": 2134, "column": 9 } } }, "alternate": null, "range": [ - 63705, - 63755 + 63563, + 63613 ], "loc": { "start": { - "line": 2136, + "line": 2132, "column": 8 }, "end": { - "line": 2138, + "line": 2134, "column": 9 } } @@ -115761,16 +115314,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63769, - 63779 + 63627, + 63637 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 12 }, "end": { - "line": 2140, + "line": 2136, "column": 22 } } @@ -115783,16 +115336,16 @@ "object": { "type": "ThisExpression", "range": [ - 63782, - 63786 + 63640, + 63644 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 25 }, "end": { - "line": 2140, + "line": 2136, "column": 29 } } @@ -115801,31 +115354,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 63787, - 63800 + 63645, + 63658 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 30 }, "end": { - "line": 2140, + "line": 2136, "column": 43 } } }, "range": [ - 63782, - 63800 + 63640, + 63658 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 25 }, "end": { - "line": 2140, + "line": 2136, "column": 43 } } @@ -115835,47 +115388,47 @@ "type": "Identifier", "name": "index", "range": [ - 63801, - 63806 + 63659, + 63664 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 44 }, "end": { - "line": 2140, + "line": 2136, "column": 49 } } } ], "range": [ - 63782, - 63807 + 63640, + 63665 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 25 }, "end": { - "line": 2140, + "line": 2136, "column": 50 } } }, "range": [ - 63769, - 63807 + 63627, + 63665 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 12 }, "end": { - "line": 2140, + "line": 2136, "column": 50 } } @@ -115883,16 +115436,16 @@ ], "kind": "let", "range": [ - 63765, - 63808 + 63623, + 63666 ], "loc": { "start": { - "line": 2140, + "line": 2136, "column": 8 }, "end": { - "line": 2140, + "line": 2136, "column": 51 } } @@ -115909,16 +115462,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63821, - 63831 + 63679, + 63689 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 12 }, "end": { - "line": 2141, + "line": 2137, "column": 22 } } @@ -115927,31 +115480,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 63836, - 63844 + 63694, + 63702 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 27 }, "end": { - "line": 2141, + "line": 2137, "column": 35 } } }, "range": [ - 63821, - 63844 + 63679, + 63702 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 12 }, "end": { - "line": 2141, + "line": 2137, "column": 35 } } @@ -115963,16 +115516,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63848, - 63858 + 63706, + 63716 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 39 }, "end": { - "line": 2141, + "line": 2137, "column": 49 } } @@ -115981,46 +115534,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 63863, - 63872 + 63721, + 63730 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 54 }, "end": { - "line": 2141, + "line": 2137, "column": 63 } } }, "range": [ - 63848, - 63872 + 63706, + 63730 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 39 }, "end": { - "line": 2141, + "line": 2137, "column": 63 } } }, "range": [ - 63821, - 63872 + 63679, + 63730 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 12 }, "end": { - "line": 2141, + "line": 2137, "column": 63 } } @@ -116037,16 +115590,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63888, - 63896 + 63746, + 63754 ], "loc": { "start": { - "line": 2142, + "line": 2138, "column": 12 }, "end": { - "line": 2142, + "line": 2138, "column": 20 } } @@ -116058,16 +115611,16 @@ "type": "Identifier", "name": "flt", "range": [ - 63899, - 63902 + 63757, + 63760 ], "loc": { "start": { - "line": 2142, + "line": 2138, "column": 23 }, "end": { - "line": 2142, + "line": 2138, "column": 26 } } @@ -116076,77 +115629,77 @@ "type": "Identifier", "name": "value", "range": [ - 63903, - 63908 + 63761, + 63766 ], "loc": { "start": { - "line": 2142, + "line": 2138, "column": 27 }, "end": { - "line": 2142, + "line": 2138, "column": 32 } } }, "range": [ - 63899, - 63908 + 63757, + 63766 ], "loc": { "start": { - "line": 2142, + "line": 2138, "column": 23 }, "end": { - "line": 2142, + "line": 2138, "column": 32 } } }, "range": [ - 63888, - 63908 + 63746, + 63766 ], "loc": { "start": { - "line": 2142, + "line": 2138, "column": 12 }, "end": { - "line": 2142, + "line": 2138, "column": 32 } } }, "range": [ - 63888, - 63909 + 63746, + 63767 ], "loc": { "start": { - "line": 2142, + "line": 2138, "column": 12 }, "end": { - "line": 2142, + "line": 2138, "column": 33 } } } ], "range": [ - 63874, - 63919 + 63732, + 63777 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 65 }, "end": { - "line": 2143, + "line": 2139, "column": 9 } }, @@ -116155,16 +115708,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 63928, - 63944 + 63786, + 63802 ], "loc": { "start": { - "line": 2144, + "line": 2140, "column": 8 }, "end": { - "line": 2144, + "line": 2140, "column": 24 } } @@ -116180,16 +115733,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63962, - 63972 + 63820, + 63830 ], "loc": { "start": { - "line": 2145, + "line": 2141, "column": 17 }, "end": { - "line": 2145, + "line": 2141, "column": 27 } } @@ -116198,31 +115751,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 63977, - 63985 + 63835, + 63843 ], "loc": { "start": { - "line": 2145, + "line": 2141, "column": 32 }, "end": { - "line": 2145, + "line": 2141, "column": 40 } } }, "range": [ - 63962, - 63985 + 63820, + 63843 ], "loc": { "start": { - "line": 2145, + "line": 2141, "column": 17 }, "end": { - "line": 2145, + "line": 2141, "column": 40 } } @@ -116239,16 +115792,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64001, - 64009 + 63859, + 63867 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 12 }, "end": { - "line": 2146, + "line": 2142, "column": 20 } } @@ -116266,16 +115819,16 @@ "object": { "type": "ThisExpression", "range": [ - 64012, - 64016 + 63870, + 63874 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 23 }, "end": { - "line": 2146, + "line": 2142, "column": 27 } } @@ -116284,31 +115837,31 @@ "type": "Identifier", "name": "feature", "range": [ - 64017, - 64024 + 63875, + 63882 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 28 }, "end": { - "line": 2146, + "line": 2142, "column": 35 } } }, "range": [ - 64012, - 64024 + 63870, + 63882 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 23 }, "end": { - "line": 2146, + "line": 2142, "column": 35 } } @@ -116319,32 +115872,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 64025, - 64035 + 63883, + 63893 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 36 }, "end": { - "line": 2146, + "line": 2142, "column": 46 } } } ], "range": [ - 64012, - 64036 + 63870, + 63894 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 23 }, "end": { - "line": 2146, + "line": 2142, "column": 47 } } @@ -116353,31 +115906,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 64037, - 64046 + 63895, + 63904 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 48 }, "end": { - "line": 2146, + "line": 2142, "column": 57 } } }, "range": [ - 64012, - 64046 + 63870, + 63904 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 23 }, "end": { - "line": 2146, + "line": 2142, "column": 57 } } @@ -116387,78 +115940,78 @@ "type": "Identifier", "name": "index", "range": [ - 64047, - 64052 + 63905, + 63910 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 58 }, "end": { - "line": 2146, + "line": 2142, "column": 63 } } } ], "range": [ - 64012, - 64053 + 63870, + 63911 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 23 }, "end": { - "line": 2146, + "line": 2142, "column": 64 } } }, "range": [ - 64001, - 64053 + 63859, + 63911 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 12 }, "end": { - "line": 2146, + "line": 2142, "column": 64 } } }, "range": [ - 64001, - 64054 + 63859, + 63912 ], "loc": { "start": { - "line": 2146, + "line": 2142, "column": 12 }, "end": { - "line": 2146, + "line": 2142, "column": 65 } } } ], "range": [ - 63987, - 64064 + 63845, + 63922 ], "loc": { "start": { - "line": 2145, + "line": 2141, "column": 42 }, "end": { - "line": 2147, + "line": 2143, "column": 9 } }, @@ -116467,16 +116020,16 @@ "type": "Line", "value": "checklist", "range": [ - 64073, - 64084 + 63931, + 63942 ], "loc": { "start": { - "line": 2148, + "line": 2144, "column": 8 }, "end": { - "line": 2148, + "line": 2144, "column": 19 } } @@ -116492,16 +116045,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64102, - 64112 + 63960, + 63970 ], "loc": { "start": { - "line": 2149, + "line": 2145, "column": 17 }, "end": { - "line": 2149, + "line": 2145, "column": 27 } } @@ -116510,31 +116063,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 64117, - 64126 + 63975, + 63984 ], "loc": { "start": { - "line": 2149, + "line": 2145, "column": 32 }, "end": { - "line": 2149, + "line": 2145, "column": 41 } } }, "range": [ - 64102, - 64126 + 63960, + 63984 ], "loc": { "start": { - "line": 2149, + "line": 2145, "column": 17 }, "end": { - "line": 2149, + "line": 2145, "column": 41 } } @@ -116551,16 +116104,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64142, - 64150 + 64000, + 64008 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 12 }, "end": { - "line": 2150, + "line": 2146, "column": 20 } } @@ -116578,16 +116131,16 @@ "object": { "type": "ThisExpression", "range": [ - 64153, - 64157 + 64011, + 64015 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 23 }, "end": { - "line": 2150, + "line": 2146, "column": 27 } } @@ -116596,31 +116149,31 @@ "type": "Identifier", "name": "feature", "range": [ - 64158, - 64165 + 64016, + 64023 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 28 }, "end": { - "line": 2150, + "line": 2146, "column": 35 } } }, "range": [ - 64153, - 64165 + 64011, + 64023 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 23 }, "end": { - "line": 2150, + "line": 2146, "column": 35 } } @@ -116631,32 +116184,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 64166, - 64177 + 64024, + 64035 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 36 }, "end": { - "line": 2150, + "line": 2146, "column": 47 } } } ], "range": [ - 64153, - 64178 + 64011, + 64036 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 23 }, "end": { - "line": 2150, + "line": 2146, "column": 48 } } @@ -116665,31 +116218,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 64179, - 64188 + 64037, + 64046 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 49 }, "end": { - "line": 2150, + "line": 2146, "column": 58 } } }, "range": [ - 64153, - 64188 + 64011, + 64046 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 23 }, "end": { - "line": 2150, + "line": 2146, "column": 58 } } @@ -116699,94 +116252,94 @@ "type": "Identifier", "name": "index", "range": [ - 64189, - 64194 + 64047, + 64052 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 59 }, "end": { - "line": 2150, + "line": 2146, "column": 64 } } } ], "range": [ - 64153, - 64195 + 64011, + 64053 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 23 }, "end": { - "line": 2150, + "line": 2146, "column": 65 } } }, "range": [ - 64142, - 64195 + 64000, + 64053 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 12 }, "end": { - "line": 2150, + "line": 2146, "column": 65 } } }, "range": [ - 64142, - 64196 + 64000, + 64054 ], "loc": { "start": { - "line": 2150, + "line": 2146, "column": 12 }, "end": { - "line": 2150, + "line": 2146, "column": 66 } } } ], "range": [ - 64128, - 64206 + 63986, + 64064 ], "loc": { "start": { - "line": 2149, + "line": 2145, "column": 43 }, "end": { - "line": 2151, + "line": 2147, "column": 9 } } }, "alternate": null, "range": [ - 64098, - 64206 + 63956, + 64064 ], "loc": { "start": { - "line": 2149, + "line": 2145, "column": 13 }, "end": { - "line": 2151, + "line": 2147, "column": 9 } }, @@ -116795,16 +116348,16 @@ "type": "Line", "value": "checklist", "range": [ - 64073, - 64084 + 63931, + 63942 ], "loc": { "start": { - "line": 2148, + "line": 2144, "column": 8 }, "end": { - "line": 2148, + "line": 2144, "column": 19 } } @@ -116812,16 +116365,16 @@ ] }, "range": [ - 63958, - 64206 + 63816, + 64064 ], "loc": { "start": { - "line": 2145, + "line": 2141, "column": 13 }, "end": { - "line": 2151, + "line": 2147, "column": 9 } }, @@ -116830,16 +116383,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 63928, - 63944 + 63786, + 63802 ], "loc": { "start": { - "line": 2144, + "line": 2140, "column": 8 }, "end": { - "line": 2144, + "line": 2140, "column": 24 } } @@ -116847,16 +116400,16 @@ ] }, "range": [ - 63817, - 64206 + 63675, + 64064 ], "loc": { "start": { - "line": 2141, + "line": 2137, "column": 8 }, "end": { - "line": 2151, + "line": 2147, "column": 9 } }, @@ -116865,16 +116418,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 64215, - 64283 + 64073, + 64141 ], "loc": { "start": { - "line": 2152, + "line": 2148, "column": 8 }, "end": { - "line": 2152, + "line": 2148, "column": 76 } } @@ -116883,16 +116436,16 @@ "type": "Line", "value": "empty string", "range": [ - 64292, - 64306 + 64150, + 64164 ], "loc": { "start": { - "line": 2153, + "line": 2149, "column": 8 }, "end": { - "line": 2153, + "line": 2149, "column": 22 } } @@ -116913,16 +116466,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 64319, - 64326 + 64177, + 64184 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 12 }, "end": { - "line": 2154, + "line": 2150, "column": 19 } } @@ -116932,32 +116485,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64327, - 64335 + 64185, + 64193 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 20 }, "end": { - "line": 2154, + "line": 2150, "column": 28 } } } ], "range": [ - 64319, - 64336 + 64177, + 64194 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 12 }, "end": { - "line": 2154, + "line": 2150, "column": 29 } } @@ -116972,16 +116525,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64340, - 64348 + 64198, + 64206 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 33 }, "end": { - "line": 2154, + "line": 2150, "column": 41 } } @@ -116990,31 +116543,31 @@ "type": "Identifier", "name": "length", "range": [ - 64349, - 64355 + 64207, + 64213 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 42 }, "end": { - "line": 2154, + "line": 2150, "column": 48 } } }, "range": [ - 64340, - 64355 + 64198, + 64213 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 33 }, "end": { - "line": 2154, + "line": 2150, "column": 48 } } @@ -117024,46 +116577,46 @@ "value": 0, "raw": "0", "range": [ - 64360, - 64361 + 64218, + 64219 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 53 }, "end": { - "line": 2154, + "line": 2150, "column": 54 } } }, "range": [ - 64340, - 64361 + 64198, + 64219 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 33 }, "end": { - "line": 2154, + "line": 2150, "column": 54 } } }, "range": [ - 64319, - 64361 + 64177, + 64219 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 12 }, "end": { - "line": 2154, + "line": 2150, "column": 54 } } @@ -117081,16 +116634,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64378, - 64386 + 64236, + 64244 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 13 }, "end": { - "line": 2155, + "line": 2151, "column": 21 } } @@ -117099,31 +116652,31 @@ "type": "Identifier", "name": "length", "range": [ - 64387, - 64393 + 64245, + 64251 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 22 }, "end": { - "line": 2155, + "line": 2151, "column": 28 } } }, "range": [ - 64378, - 64393 + 64236, + 64251 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 13 }, "end": { - "line": 2155, + "line": 2151, "column": 28 } } @@ -117133,31 +116686,31 @@ "value": 1, "raw": "1", "range": [ - 64398, - 64399 + 64256, + 64257 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 33 }, "end": { - "line": 2155, + "line": 2151, "column": 34 } } }, "range": [ - 64378, - 64399 + 64236, + 64257 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 13 }, "end": { - "line": 2155, + "line": 2151, "column": 34 } } @@ -117172,16 +116725,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64403, - 64411 + 64261, + 64269 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 38 }, "end": { - "line": 2155, + "line": 2151, "column": 46 } } @@ -117191,31 +116744,31 @@ "value": 0, "raw": "0", "range": [ - 64412, - 64413 + 64270, + 64271 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 47 }, "end": { - "line": 2155, + "line": 2151, "column": 48 } } }, "range": [ - 64403, - 64414 + 64261, + 64272 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 38 }, "end": { - "line": 2155, + "line": 2151, "column": 49 } } @@ -117225,61 +116778,61 @@ "value": "", "raw": "''", "range": [ - 64419, - 64421 + 64277, + 64279 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 54 }, "end": { - "line": 2155, + "line": 2151, "column": 56 } } }, "range": [ - 64403, - 64421 + 64261, + 64279 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 38 }, "end": { - "line": 2155, + "line": 2151, "column": 56 } } }, "range": [ - 64378, - 64421 + 64236, + 64279 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 13 }, "end": { - "line": 2155, + "line": 2151, "column": 56 } } }, "range": [ - 64319, - 64422 + 64177, + 64280 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 12 }, "end": { - "line": 2155, + "line": 2151, "column": 57 } } @@ -117296,16 +116849,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64438, - 64446 + 64296, + 64304 ], "loc": { "start": { - "line": 2156, + "line": 2152, "column": 12 }, "end": { - "line": 2156, + "line": 2152, "column": 20 } } @@ -117315,78 +116868,78 @@ "value": "", "raw": "''", "range": [ - 64449, - 64451 + 64307, + 64309 ], "loc": { "start": { - "line": 2156, + "line": 2152, "column": 23 }, "end": { - "line": 2156, + "line": 2152, "column": 25 } } }, "range": [ - 64438, - 64451 + 64296, + 64309 ], "loc": { "start": { - "line": 2156, + "line": 2152, "column": 12 }, "end": { - "line": 2156, + "line": 2152, "column": 25 } } }, "range": [ - 64438, - 64452 + 64296, + 64310 ], "loc": { "start": { - "line": 2156, + "line": 2152, "column": 12 }, "end": { - "line": 2156, + "line": 2152, "column": 26 } } } ], "range": [ - 64424, - 64462 + 64282, + 64320 ], "loc": { "start": { - "line": 2155, + "line": 2151, "column": 59 }, "end": { - "line": 2157, + "line": 2153, "column": 9 } } }, "alternate": null, "range": [ - 64315, - 64462 + 64173, + 64320 ], "loc": { "start": { - "line": 2154, + "line": 2150, "column": 8 }, "end": { - "line": 2157, + "line": 2153, "column": 9 } }, @@ -117395,16 +116948,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 64215, - 64283 + 64073, + 64141 ], "loc": { "start": { - "line": 2152, + "line": 2148, "column": 8 }, "end": { - "line": 2152, + "line": 2148, "column": 76 } } @@ -117413,16 +116966,16 @@ "type": "Line", "value": "empty string", "range": [ - 64292, - 64306 + 64150, + 64164 ], "loc": { "start": { - "line": 2153, + "line": 2149, "column": 8 }, "end": { - "line": 2153, + "line": 2149, "column": 22 } } @@ -117435,47 +116988,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64479, - 64487 + 64337, + 64345 ], "loc": { "start": { - "line": 2159, + "line": 2155, "column": 15 }, "end": { - "line": 2159, + "line": 2155, "column": 23 } } }, "range": [ - 64472, - 64488 + 64330, + 64346 ], "loc": { "start": { - "line": 2159, + "line": 2155, "column": 8 }, "end": { - "line": 2159, + "line": 2155, "column": 24 } } } ], "range": [ - 63561, - 64494 + 63419, + 64352 ], "loc": { "start": { - "line": 2130, + "line": 2126, "column": 26 }, "end": { - "line": 2160, + "line": 2156, "column": 5 } } @@ -117483,16 +117036,16 @@ "generator": false, "expression": false, "range": [ - 63553, - 64494 + 63411, + 64352 ], "loc": { "start": { - "line": 2130, + "line": 2126, "column": 18 }, "end": { - "line": 2160, + "line": 2156, "column": 5 } } @@ -117500,16 +117053,16 @@ "kind": "method", "computed": false, "range": [ - 63539, - 64494 + 63397, + 64352 ], "loc": { "start": { - "line": 2130, + "line": 2126, "column": 4 }, "end": { - "line": 2160, + "line": 2156, "column": 5 } }, @@ -117518,16 +117071,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": [ - 63382, - 63534 + 63240, + 63392 ], "loc": { "start": { - "line": 2125, + "line": 2121, "column": 4 }, "end": { - "line": 2129, + "line": 2125, "column": 7 } } @@ -117538,16 +117091,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 64500, - 64592 + 64358, + 64450 ], "loc": { "start": { - "line": 2162, + "line": 2158, "column": 4 }, "end": { - "line": 2165, + "line": 2161, "column": 7 } } @@ -117561,16 +117114,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 64597, - 64612 + 64455, + 64470 ], "loc": { "start": { - "line": 2166, + "line": 2162, "column": 4 }, "end": { - "line": 2166, + "line": 2162, "column": 19 } } @@ -117593,16 +117146,16 @@ "object": { "type": "ThisExpression", "range": [ - 64630, - 64634 + 64488, + 64492 ], "loc": { "start": { - "line": 2167, + "line": 2163, "column": 13 }, "end": { - "line": 2167, + "line": 2163, "column": 17 } } @@ -117611,47 +117164,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 64635, - 64642 + 64493, + 64500 ], "loc": { "start": { - "line": 2167, + "line": 2163, "column": 18 }, "end": { - "line": 2167, + "line": 2163, "column": 25 } } }, "range": [ - 64630, - 64642 + 64488, + 64500 ], "loc": { "start": { - "line": 2167, + "line": 2163, "column": 13 }, "end": { - "line": 2167, + "line": 2163, "column": 25 } } }, "prefix": true, "range": [ - 64629, - 64642 + 64487, + 64500 ], "loc": { "start": { - "line": 2167, + "line": 2163, "column": 12 }, "end": { - "line": 2167, + "line": 2163, "column": 25 } } @@ -117663,48 +117216,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64658, - 64665 + 64516, + 64523 ], "loc": { "start": { - "line": 2168, + "line": 2164, "column": 12 }, "end": { - "line": 2168, + "line": 2164, "column": 19 } } } ], "range": [ - 64644, - 64675 + 64502, + 64533 ], "loc": { "start": { - "line": 2167, + "line": 2163, "column": 27 }, "end": { - "line": 2169, + "line": 2165, "column": 9 } } }, "alternate": null, "range": [ - 64625, - 64675 + 64483, + 64533 ], "loc": { "start": { - "line": 2167, + "line": 2163, "column": 8 }, "end": { - "line": 2169, + "line": 2165, "column": 9 } } @@ -117718,16 +117271,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64688, - 64698 + 64546, + 64556 ], "loc": { "start": { - "line": 2170, + "line": 2166, "column": 12 }, "end": { - "line": 2170, + "line": 2166, "column": 22 } } @@ -117736,31 +117289,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 64701, - 64703 + 64559, + 64561 ], "loc": { "start": { - "line": 2170, + "line": 2166, "column": 25 }, "end": { - "line": 2170, + "line": 2166, "column": 27 } } }, "range": [ - 64688, - 64703 + 64546, + 64561 ], "loc": { "start": { - "line": 2170, + "line": 2166, "column": 12 }, "end": { - "line": 2170, + "line": 2166, "column": 27 } } @@ -117768,16 +117321,16 @@ ], "kind": "let", "range": [ - 64684, - 64704 + 64542, + 64562 ], "loc": { "start": { - "line": 2170, + "line": 2166, "column": 8 }, "end": { - "line": 2170, + "line": 2166, "column": 28 } } @@ -117793,16 +117346,16 @@ "type": "Identifier", "name": "i", "range": [ - 64722, - 64723 + 64580, + 64581 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 17 }, "end": { - "line": 2171, + "line": 2167, "column": 18 } } @@ -117812,31 +117365,31 @@ "value": 0, "raw": "0", "range": [ - 64726, - 64727 + 64584, + 64585 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 21 }, "end": { - "line": 2171, + "line": 2167, "column": 22 } } }, "range": [ - 64722, - 64727 + 64580, + 64585 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 17 }, "end": { - "line": 2171, + "line": 2167, "column": 22 } } @@ -117847,16 +117400,16 @@ "type": "Identifier", "name": "len", "range": [ - 64729, - 64732 + 64587, + 64590 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 24 }, "end": { - "line": 2171, + "line": 2167, "column": 27 } } @@ -117870,16 +117423,16 @@ "object": { "type": "ThisExpression", "range": [ - 64735, - 64739 + 64593, + 64597 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 30 }, "end": { - "line": 2171, + "line": 2167, "column": 34 } } @@ -117888,31 +117441,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 64740, - 64746 + 64598, + 64604 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 35 }, "end": { - "line": 2171, + "line": 2167, "column": 41 } } }, "range": [ - 64735, - 64746 + 64593, + 64604 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 30 }, "end": { - "line": 2171, + "line": 2167, "column": 41 } } @@ -117921,46 +117474,46 @@ "type": "Identifier", "name": "length", "range": [ - 64747, - 64753 + 64605, + 64611 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 42 }, "end": { - "line": 2171, + "line": 2167, "column": 48 } } }, "range": [ - 64735, - 64753 + 64593, + 64611 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 30 }, "end": { - "line": 2171, + "line": 2167, "column": 48 } } }, "range": [ - 64729, - 64753 + 64587, + 64611 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 24 }, "end": { - "line": 2171, + "line": 2167, "column": 48 } } @@ -117968,16 +117521,16 @@ ], "kind": "let", "range": [ - 64718, - 64753 + 64576, + 64611 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 13 }, "end": { - "line": 2171, + "line": 2167, "column": 48 } } @@ -117989,16 +117542,16 @@ "type": "Identifier", "name": "i", "range": [ - 64755, - 64756 + 64613, + 64614 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 50 }, "end": { - "line": 2171, + "line": 2167, "column": 51 } } @@ -118007,31 +117560,31 @@ "type": "Identifier", "name": "len", "range": [ - 64759, - 64762 + 64617, + 64620 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 54 }, "end": { - "line": 2171, + "line": 2167, "column": 57 } } }, "range": [ - 64755, - 64762 + 64613, + 64620 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 50 }, "end": { - "line": 2171, + "line": 2167, "column": 57 } } @@ -118043,32 +117596,32 @@ "type": "Identifier", "name": "i", "range": [ - 64764, - 64765 + 64622, + 64623 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 59 }, "end": { - "line": 2171, + "line": 2167, "column": 60 } } }, "prefix": false, "range": [ - 64764, - 64767 + 64622, + 64625 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 59 }, "end": { - "line": 2171, + "line": 2167, "column": 62 } } @@ -118085,16 +117638,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64787, - 64795 + 64645, + 64653 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 16 }, "end": { - "line": 2172, + "line": 2168, "column": 24 } } @@ -118107,16 +117660,16 @@ "object": { "type": "ThisExpression", "range": [ - 64798, - 64802 + 64656, + 64660 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 27 }, "end": { - "line": 2172, + "line": 2168, "column": 31 } } @@ -118125,31 +117678,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 64803, - 64817 + 64661, + 64675 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 32 }, "end": { - "line": 2172, + "line": 2168, "column": 46 } } }, "range": [ - 64798, - 64817 + 64656, + 64675 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 27 }, "end": { - "line": 2172, + "line": 2168, "column": 46 } } @@ -118159,47 +117712,47 @@ "type": "Identifier", "name": "i", "range": [ - 64818, - 64819 + 64676, + 64677 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 47 }, "end": { - "line": 2172, + "line": 2168, "column": 48 } } } ], "range": [ - 64798, - 64820 + 64656, + 64678 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 27 }, "end": { - "line": 2172, + "line": 2168, "column": 49 } } }, "range": [ - 64787, - 64820 + 64645, + 64678 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 16 }, "end": { - "line": 2172, + "line": 2168, "column": 49 } } @@ -118207,16 +117760,16 @@ ], "kind": "let", "range": [ - 64783, - 64821 + 64641, + 64679 ], "loc": { "start": { - "line": 2172, + "line": 2168, "column": 12 }, "end": { - "line": 2172, + "line": 2168, "column": 50 } } @@ -118229,16 +117782,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 64838, - 64845 + 64696, + 64703 ], "loc": { "start": { - "line": 2173, + "line": 2169, "column": 16 }, "end": { - "line": 2173, + "line": 2169, "column": 23 } } @@ -118248,32 +117801,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64846, - 64854 + 64704, + 64712 ], "loc": { "start": { - "line": 2173, + "line": 2169, "column": 24 }, "end": { - "line": 2173, + "line": 2169, "column": 32 } } } ], "range": [ - 64838, - 64855 + 64696, + 64713 ], "loc": { "start": { - "line": 2173, + "line": 2169, "column": 16 }, "end": { - "line": 2173, + "line": 2169, "column": 33 } } @@ -118292,16 +117845,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64875, - 64885 + 64733, + 64743 ], "loc": { "start": { - "line": 2174, + "line": 2170, "column": 16 }, "end": { - "line": 2174, + "line": 2170, "column": 26 } } @@ -118310,31 +117863,31 @@ "type": "Identifier", "name": "push", "range": [ - 64886, - 64890 + 64744, + 64748 ], "loc": { "start": { - "line": 2174, + "line": 2170, "column": 27 }, "end": { - "line": 2174, + "line": 2170, "column": 31 } } }, "range": [ - 64875, - 64890 + 64733, + 64748 ], "loc": { "start": { - "line": 2174, + "line": 2170, "column": 16 }, "end": { - "line": 2174, + "line": 2170, "column": 31 } } @@ -118344,63 +117897,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64891, - 64899 + 64749, + 64757 ], "loc": { "start": { - "line": 2174, + "line": 2170, "column": 32 }, "end": { - "line": 2174, + "line": 2170, "column": 40 } } } ], "range": [ - 64875, - 64900 + 64733, + 64758 ], "loc": { "start": { - "line": 2174, + "line": 2170, "column": 16 }, "end": { - "line": 2174, + "line": 2170, "column": 41 } } }, "range": [ - 64875, - 64901 + 64733, + 64759 ], "loc": { "start": { - "line": 2174, + "line": 2170, "column": 16 }, "end": { - "line": 2174, + "line": 2170, "column": 42 } } } ], "range": [ - 64857, - 64915 + 64715, + 64773 ], "loc": { "start": { - "line": 2173, + "line": 2169, "column": 35 }, "end": { - "line": 2175, + "line": 2171, "column": 13 } } @@ -118419,16 +117972,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64939, - 64949 + 64797, + 64807 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 16 }, "end": { - "line": 2176, + "line": 2172, "column": 26 } } @@ -118437,31 +117990,31 @@ "type": "Identifier", "name": "push", "range": [ - 64950, - 64954 + 64808, + 64812 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 27 }, "end": { - "line": 2176, + "line": 2172, "column": 31 } } }, "range": [ - 64939, - 64954 + 64797, + 64812 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 16 }, "end": { - "line": 2176, + "line": 2172, "column": 31 } } @@ -118473,16 +118026,16 @@ "type": "Identifier", "name": "trim", "range": [ - 64955, - 64959 + 64813, + 64817 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 32 }, "end": { - "line": 2176, + "line": 2172, "column": 36 } } @@ -118492,125 +118045,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64960, - 64968 + 64818, + 64826 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 37 }, "end": { - "line": 2176, + "line": 2172, "column": 45 } } } ], "range": [ - 64955, - 64969 + 64813, + 64827 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 32 }, "end": { - "line": 2176, + "line": 2172, "column": 46 } } } ], "range": [ - 64939, - 64970 + 64797, + 64828 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 16 }, "end": { - "line": 2176, + "line": 2172, "column": 47 } } }, "range": [ - 64939, - 64971 + 64797, + 64829 ], "loc": { "start": { - "line": 2176, + "line": 2172, "column": 16 }, "end": { - "line": 2176, + "line": 2172, "column": 48 } } } ], "range": [ - 64921, - 64985 + 64779, + 64843 ], "loc": { "start": { - "line": 2175, + "line": 2171, "column": 19 }, "end": { - "line": 2177, + "line": 2173, "column": 13 } } }, "range": [ - 64834, - 64985 + 64692, + 64843 ], "loc": { "start": { - "line": 2173, + "line": 2169, "column": 12 }, "end": { - "line": 2177, + "line": 2173, "column": 13 } } } ], "range": [ - 64769, - 64995 + 64627, + 64853 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 64 }, "end": { - "line": 2178, + "line": 2174, "column": 9 } } }, "range": [ - 64713, - 64995 + 64571, + 64853 ], "loc": { "start": { - "line": 2171, + "line": 2167, "column": 8 }, "end": { - "line": 2178, + "line": 2174, "column": 9 } } @@ -118621,47 +118174,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65011, - 65021 + 64869, + 64879 ], "loc": { "start": { - "line": 2179, + "line": 2175, "column": 15 }, "end": { - "line": 2179, + "line": 2175, "column": 25 } } }, "range": [ - 65004, - 65022 + 64862, + 64880 ], "loc": { "start": { - "line": 2179, + "line": 2175, "column": 8 }, "end": { - "line": 2179, + "line": 2175, "column": 26 } } } ], "range": [ - 64615, - 65028 + 64473, + 64886 ], "loc": { "start": { - "line": 2166, + "line": 2162, "column": 22 }, "end": { - "line": 2180, + "line": 2176, "column": 5 } } @@ -118669,16 +118222,16 @@ "generator": false, "expression": false, "range": [ - 64612, - 65028 + 64470, + 64886 ], "loc": { "start": { - "line": 2166, + "line": 2162, "column": 19 }, "end": { - "line": 2180, + "line": 2176, "column": 5 } } @@ -118686,16 +118239,16 @@ "kind": "method", "computed": false, "range": [ - 64597, - 65028 + 64455, + 64886 ], "loc": { "start": { - "line": 2166, + "line": 2162, "column": 4 }, "end": { - "line": 2180, + "line": 2176, "column": 5 } }, @@ -118704,16 +118257,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 64500, - 64592 + 64358, + 64450 ], "loc": { "start": { - "line": 2162, + "line": 2158, "column": 4 }, "end": { - "line": 2165, + "line": 2161, "column": 7 } } @@ -118724,16 +118277,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 65034, - 65197 + 64892, + 65055 ], "loc": { "start": { - "line": 2182, + "line": 2178, "column": 4 }, "end": { - "line": 2186, + "line": 2182, "column": 7 } } @@ -118747,16 +118300,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 65202, - 65213 + 65060, + 65071 ], "loc": { "start": { - "line": 2187, + "line": 2183, "column": 4 }, "end": { - "line": 2187, + "line": 2183, "column": 15 } } @@ -118769,16 +118322,16 @@ "type": "Identifier", "name": "index", "range": [ - 65214, - 65219 + 65072, + 65077 ], "loc": { "start": { - "line": 2187, + "line": 2183, "column": 16 }, "end": { - "line": 2187, + "line": 2183, "column": 21 } } @@ -118798,16 +118351,16 @@ "object": { "type": "ThisExpression", "range": [ - 65236, - 65240 + 65094, + 65098 ], "loc": { "start": { - "line": 2188, + "line": 2184, "column": 13 }, "end": { - "line": 2188, + "line": 2184, "column": 17 } } @@ -118816,47 +118369,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65241, - 65248 + 65099, + 65106 ], "loc": { "start": { - "line": 2188, + "line": 2184, "column": 18 }, "end": { - "line": 2188, + "line": 2184, "column": 25 } } }, "range": [ - 65236, - 65248 + 65094, + 65106 ], "loc": { "start": { - "line": 2188, + "line": 2184, "column": 13 }, "end": { - "line": 2188, + "line": 2184, "column": 25 } } }, "prefix": true, "range": [ - 65235, - 65248 + 65093, + 65106 ], "loc": { "start": { - "line": 2188, + "line": 2184, "column": 12 }, "end": { - "line": 2188, + "line": 2184, "column": 25 } } @@ -118868,48 +118421,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65264, - 65271 + 65122, + 65129 ], "loc": { "start": { - "line": 2189, + "line": 2185, "column": 12 }, "end": { - "line": 2189, + "line": 2185, "column": 19 } } } ], "range": [ - 65250, - 65281 + 65108, + 65139 ], "loc": { "start": { - "line": 2188, + "line": 2184, "column": 27 }, "end": { - "line": 2190, + "line": 2186, "column": 9 } } }, "alternate": null, "range": [ - 65231, - 65281 + 65089, + 65139 ], "loc": { "start": { - "line": 2188, + "line": 2184, "column": 8 }, "end": { - "line": 2190, + "line": 2186, "column": 9 } } @@ -118925,16 +118478,16 @@ "object": { "type": "ThisExpression", "range": [ - 65297, - 65301 + 65155, + 65159 ], "loc": { "start": { - "line": 2191, + "line": 2187, "column": 15 }, "end": { - "line": 2191, + "line": 2187, "column": 19 } } @@ -118943,31 +118496,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 65302, - 65308 + 65160, + 65166 ], "loc": { "start": { - "line": 2191, + "line": 2187, "column": 20 }, "end": { - "line": 2191, + "line": 2187, "column": 26 } } }, "range": [ - 65297, - 65308 + 65155, + 65166 ], "loc": { "start": { - "line": 2191, + "line": 2187, "column": 15 }, "end": { - "line": 2191, + "line": 2187, "column": 26 } } @@ -118976,62 +118529,62 @@ "type": "Identifier", "name": "index", "range": [ - 65309, - 65314 + 65167, + 65172 ], "loc": { "start": { - "line": 2191, + "line": 2187, "column": 27 }, "end": { - "line": 2191, + "line": 2187, "column": 32 } } }, "range": [ - 65297, - 65315 + 65155, + 65173 ], "loc": { "start": { - "line": 2191, + "line": 2187, "column": 15 }, "end": { - "line": 2191, + "line": 2187, "column": 33 } } }, "range": [ - 65290, - 65316 + 65148, + 65174 ], "loc": { "start": { - "line": 2191, + "line": 2187, "column": 8 }, "end": { - "line": 2191, + "line": 2187, "column": 34 } } } ], "range": [ - 65221, - 65322 + 65079, + 65180 ], "loc": { "start": { - "line": 2187, + "line": 2183, "column": 23 }, "end": { - "line": 2192, + "line": 2188, "column": 5 } } @@ -119039,16 +118592,16 @@ "generator": false, "expression": false, "range": [ - 65213, - 65322 + 65071, + 65180 ], "loc": { "start": { - "line": 2187, + "line": 2183, "column": 15 }, "end": { - "line": 2192, + "line": 2188, "column": 5 } } @@ -119056,16 +118609,16 @@ "kind": "method", "computed": false, "range": [ - 65202, - 65322 + 65060, + 65180 ], "loc": { "start": { - "line": 2187, + "line": 2183, "column": 4 }, "end": { - "line": 2192, + "line": 2188, "column": 5 } }, @@ -119074,16 +118627,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 65034, - 65197 + 64892, + 65055 ], "loc": { "start": { - "line": 2182, + "line": 2178, "column": 4 }, "end": { - "line": 2186, + "line": 2182, "column": 7 } } @@ -119094,16 +118647,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": [ - 65328, - 65729 + 65186, + 65587 ], "loc": { "start": { - "line": 2194, + "line": 2190, "column": 4 }, "end": { - "line": 2202, + "line": 2198, "column": 7 } } @@ -119117,16 +118670,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 65734, - 65750 + 65592, + 65608 ], "loc": { "start": { - "line": 2203, + "line": 2199, "column": 4 }, "end": { - "line": 2203, + "line": 2199, "column": 20 } } @@ -119139,16 +118692,16 @@ "type": "Identifier", "name": "type", "range": [ - 65751, - 65755 + 65609, + 65613 ], "loc": { "start": { - "line": 2203, + "line": 2199, "column": 21 }, "end": { - "line": 2203, + "line": 2199, "column": 25 } } @@ -119157,16 +118710,16 @@ "type": "Identifier", "name": "bool", "range": [ - 65757, - 65761 + 65615, + 65619 ], "loc": { "start": { - "line": 2203, + "line": 2199, "column": 27 }, "end": { - "line": 2203, + "line": 2199, "column": 31 } } @@ -119186,16 +118739,16 @@ "object": { "type": "ThisExpression", "range": [ - 65778, - 65782 + 65636, + 65640 ], "loc": { "start": { - "line": 2204, + "line": 2200, "column": 13 }, "end": { - "line": 2204, + "line": 2200, "column": 17 } } @@ -119204,47 +118757,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65783, - 65790 + 65641, + 65648 ], "loc": { "start": { - "line": 2204, + "line": 2200, "column": 18 }, "end": { - "line": 2204, + "line": 2200, "column": 25 } } }, "range": [ - 65778, - 65790 + 65636, + 65648 ], "loc": { "start": { - "line": 2204, + "line": 2200, "column": 13 }, "end": { - "line": 2204, + "line": 2200, "column": 25 } } }, "prefix": true, "range": [ - 65777, - 65790 + 65635, + 65648 ], "loc": { "start": { - "line": 2204, + "line": 2200, "column": 12 }, "end": { - "line": 2204, + "line": 2200, "column": 25 } } @@ -119256,48 +118809,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65806, - 65813 + 65664, + 65671 ], "loc": { "start": { - "line": 2205, + "line": 2201, "column": 12 }, "end": { - "line": 2205, + "line": 2201, "column": 19 } } } ], "range": [ - 65792, - 65823 + 65650, + 65681 ], "loc": { "start": { - "line": 2204, + "line": 2200, "column": 27 }, "end": { - "line": 2206, + "line": 2202, "column": 9 } } }, "alternate": null, "range": [ - 65773, - 65823 + 65631, + 65681 ], "loc": { "start": { - "line": 2204, + "line": 2200, "column": 8 }, "end": { - "line": 2206, + "line": 2202, "column": 9 } } @@ -119311,16 +118864,16 @@ "type": "Identifier", "name": "arr", "range": [ - 65836, - 65839 + 65694, + 65697 ], "loc": { "start": { - "line": 2207, + "line": 2203, "column": 12 }, "end": { - "line": 2207, + "line": 2203, "column": 15 } } @@ -119329,31 +118882,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 65842, - 65844 + 65700, + 65702 ], "loc": { "start": { - "line": 2207, + "line": 2203, "column": 18 }, "end": { - "line": 2207, + "line": 2203, "column": 20 } } }, "range": [ - 65836, - 65844 + 65694, + 65702 ], "loc": { "start": { - "line": 2207, + "line": 2203, "column": 12 }, "end": { - "line": 2207, + "line": 2203, "column": 20 } } @@ -119361,16 +118914,16 @@ ], "kind": "let", "range": [ - 65832, - 65845 + 65690, + 65703 ], "loc": { "start": { - "line": 2207, + "line": 2203, "column": 8 }, "end": { - "line": 2207, + "line": 2203, "column": 21 } } @@ -119386,16 +118939,16 @@ "type": "Identifier", "name": "i", "range": [ - 65863, - 65864 + 65721, + 65722 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 17 }, "end": { - "line": 2208, + "line": 2204, "column": 18 } } @@ -119405,31 +118958,31 @@ "value": 0, "raw": "0", "range": [ - 65867, - 65868 + 65725, + 65726 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 21 }, "end": { - "line": 2208, + "line": 2204, "column": 22 } } }, "range": [ - 65863, - 65868 + 65721, + 65726 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 17 }, "end": { - "line": 2208, + "line": 2204, "column": 22 } } @@ -119440,16 +118993,16 @@ "type": "Identifier", "name": "len", "range": [ - 65870, - 65873 + 65728, + 65731 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 24 }, "end": { - "line": 2208, + "line": 2204, "column": 27 } } @@ -119463,16 +119016,16 @@ "object": { "type": "ThisExpression", "range": [ - 65876, - 65880 + 65734, + 65738 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 30 }, "end": { - "line": 2208, + "line": 2204, "column": 34 } } @@ -119481,31 +119034,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 65881, - 65887 + 65739, + 65745 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 35 }, "end": { - "line": 2208, + "line": 2204, "column": 41 } } }, "range": [ - 65876, - 65887 + 65734, + 65745 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 30 }, "end": { - "line": 2208, + "line": 2204, "column": 41 } } @@ -119514,46 +119067,46 @@ "type": "Identifier", "name": "length", "range": [ - 65888, - 65894 + 65746, + 65752 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 42 }, "end": { - "line": 2208, + "line": 2204, "column": 48 } } }, "range": [ - 65876, - 65894 + 65734, + 65752 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 30 }, "end": { - "line": 2208, + "line": 2204, "column": 48 } } }, "range": [ - 65870, - 65894 + 65728, + 65752 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 24 }, "end": { - "line": 2208, + "line": 2204, "column": 48 } } @@ -119561,16 +119114,16 @@ ], "kind": "let", "range": [ - 65859, - 65894 + 65717, + 65752 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 13 }, "end": { - "line": 2208, + "line": 2204, "column": 48 } } @@ -119582,16 +119135,16 @@ "type": "Identifier", "name": "i", "range": [ - 65896, - 65897 + 65754, + 65755 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 50 }, "end": { - "line": 2208, + "line": 2204, "column": 51 } } @@ -119600,31 +119153,31 @@ "type": "Identifier", "name": "len", "range": [ - 65900, - 65903 + 65758, + 65761 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 54 }, "end": { - "line": 2208, + "line": 2204, "column": 57 } } }, "range": [ - 65896, - 65903 + 65754, + 65761 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 50 }, "end": { - "line": 2208, + "line": 2204, "column": 57 } } @@ -119636,32 +119189,32 @@ "type": "Identifier", "name": "i", "range": [ - 65905, - 65906 + 65763, + 65764 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 59 }, "end": { - "line": 2208, + "line": 2204, "column": 60 } } }, "prefix": false, "range": [ - 65905, - 65908 + 65763, + 65766 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 59 }, "end": { - "line": 2208, + "line": 2204, "column": 62 } } @@ -119678,16 +119231,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 65928, - 65935 + 65786, + 65793 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 16 }, "end": { - "line": 2209, + "line": 2205, "column": 23 } } @@ -119700,16 +119253,16 @@ "object": { "type": "ThisExpression", "range": [ - 65938, - 65942 + 65796, + 65800 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 26 }, "end": { - "line": 2209, + "line": 2205, "column": 30 } } @@ -119718,31 +119271,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 65943, - 65956 + 65801, + 65814 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 31 }, "end": { - "line": 2209, + "line": 2205, "column": 44 } } }, "range": [ - 65938, - 65956 + 65796, + 65814 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 26 }, "end": { - "line": 2209, + "line": 2205, "column": 44 } } @@ -119752,47 +119305,47 @@ "type": "Identifier", "name": "i", "range": [ - 65957, - 65958 + 65815, + 65816 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 45 }, "end": { - "line": 2209, + "line": 2205, "column": 46 } } } ], "range": [ - 65938, - 65959 + 65796, + 65817 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 26 }, "end": { - "line": 2209, + "line": 2205, "column": 47 } } }, "range": [ - 65928, - 65959 + 65786, + 65817 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 16 }, "end": { - "line": 2209, + "line": 2205, "column": 47 } } @@ -119800,16 +119353,16 @@ ], "kind": "let", "range": [ - 65924, - 65960 + 65782, + 65818 ], "loc": { "start": { - "line": 2209, + "line": 2205, "column": 12 }, "end": { - "line": 2209, + "line": 2205, "column": 48 } } @@ -119823,16 +119376,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 65977, - 65984 + 65835, + 65842 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 16 }, "end": { - "line": 2210, + "line": 2206, "column": 23 } } @@ -119846,16 +119399,16 @@ "type": "Identifier", "name": "type", "range": [ - 65989, - 65993 + 65847, + 65851 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 28 }, "end": { - "line": 2210, + "line": 2206, "column": 32 } } @@ -119864,62 +119417,62 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 65994, - 66005 + 65852, + 65863 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 33 }, "end": { - "line": 2210, + "line": 2206, "column": 44 } } }, "range": [ - 65989, - 66005 + 65847, + 65863 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 28 }, "end": { - "line": 2210, + "line": 2206, "column": 44 } } }, "arguments": [], "range": [ - 65989, - 66007 + 65847, + 65865 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 28 }, "end": { - "line": 2210, + "line": 2206, "column": 46 } } }, "range": [ - 65977, - 66007 + 65835, + 65865 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 16 }, "end": { - "line": 2210, + "line": 2206, "column": 46 } } @@ -119936,16 +119489,16 @@ "type": "Identifier", "name": "a", "range": [ - 66031, - 66032 + 65889, + 65890 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 20 }, "end": { - "line": 2211, + "line": 2207, "column": 21 } } @@ -119956,16 +119509,16 @@ "type": "Identifier", "name": "bool", "range": [ - 66035, - 66039 + 65893, + 65897 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 24 }, "end": { - "line": 2211, + "line": 2207, "column": 28 } } @@ -119974,16 +119527,16 @@ "type": "Identifier", "name": "i", "range": [ - 66042, - 66043 + 65900, + 65901 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 31 }, "end": { - "line": 2211, + "line": 2207, "column": 32 } } @@ -119997,16 +119550,16 @@ "object": { "type": "ThisExpression", "range": [ - 66046, - 66050 + 65904, + 65908 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 35 }, "end": { - "line": 2211, + "line": 2207, "column": 39 } } @@ -120015,31 +119568,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66051, - 66057 + 65909, + 65915 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 40 }, "end": { - "line": 2211, + "line": 2207, "column": 46 } } }, "range": [ - 66046, - 66057 + 65904, + 65915 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 35 }, "end": { - "line": 2211, + "line": 2207, "column": 46 } } @@ -120048,61 +119601,61 @@ "type": "Identifier", "name": "i", "range": [ - 66058, - 66059 + 65916, + 65917 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 47 }, "end": { - "line": 2211, + "line": 2207, "column": 48 } } }, "range": [ - 66046, - 66060 + 65904, + 65918 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 35 }, "end": { - "line": 2211, + "line": 2207, "column": 49 } } }, "range": [ - 66035, - 66060 + 65893, + 65918 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 24 }, "end": { - "line": 2211, + "line": 2207, "column": 49 } } }, "range": [ - 66031, - 66060 + 65889, + 65918 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 20 }, "end": { - "line": 2211, + "line": 2207, "column": 49 } } @@ -120110,16 +119663,16 @@ ], "kind": "let", "range": [ - 66027, - 66061 + 65885, + 65919 ], "loc": { "start": { - "line": 2211, + "line": 2207, "column": 16 }, "end": { - "line": 2211, + "line": 2207, "column": 50 } } @@ -120135,16 +119688,16 @@ "type": "Identifier", "name": "arr", "range": [ - 66078, - 66081 + 65936, + 65939 ], "loc": { "start": { - "line": 2212, + "line": 2208, "column": 16 }, "end": { - "line": 2212, + "line": 2208, "column": 19 } } @@ -120153,31 +119706,31 @@ "type": "Identifier", "name": "push", "range": [ - 66082, - 66086 + 65940, + 65944 ], "loc": { "start": { - "line": 2212, + "line": 2208, "column": 20 }, "end": { - "line": 2212, + "line": 2208, "column": 24 } } }, "range": [ - 66078, - 66086 + 65936, + 65944 ], "loc": { "start": { - "line": 2212, + "line": 2208, "column": 16 }, "end": { - "line": 2212, + "line": 2208, "column": 24 } } @@ -120187,110 +119740,110 @@ "type": "Identifier", "name": "a", "range": [ - 66087, - 66088 + 65945, + 65946 ], "loc": { "start": { - "line": 2212, + "line": 2208, "column": 25 }, "end": { - "line": 2212, + "line": 2208, "column": 26 } } } ], "range": [ - 66078, - 66089 + 65936, + 65947 ], "loc": { "start": { - "line": 2212, + "line": 2208, "column": 16 }, "end": { - "line": 2212, + "line": 2208, "column": 27 } } }, "range": [ - 66078, - 66090 + 65936, + 65948 ], "loc": { "start": { - "line": 2212, + "line": 2208, "column": 16 }, "end": { - "line": 2212, + "line": 2208, "column": 28 } } } ], "range": [ - 66009, - 66104 + 65867, + 65962 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 48 }, "end": { - "line": 2213, + "line": 2209, "column": 13 } } }, "alternate": null, "range": [ - 65973, - 66104 + 65831, + 65962 ], "loc": { "start": { - "line": 2210, + "line": 2206, "column": 12 }, "end": { - "line": 2213, + "line": 2209, "column": 13 } } } ], "range": [ - 65910, - 66114 + 65768, + 65972 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 64 }, "end": { - "line": 2214, + "line": 2210, "column": 9 } } }, "range": [ - 65854, - 66114 + 65712, + 65972 ], "loc": { "start": { - "line": 2208, + "line": 2204, "column": 8 }, "end": { - "line": 2214, + "line": 2210, "column": 9 } } @@ -120301,47 +119854,47 @@ "type": "Identifier", "name": "arr", "range": [ - 66130, - 66133 + 65988, + 65991 ], "loc": { "start": { - "line": 2215, + "line": 2211, "column": 15 }, "end": { - "line": 2215, + "line": 2211, "column": 18 } } }, "range": [ - 66123, - 66134 + 65981, + 65992 ], "loc": { "start": { - "line": 2215, + "line": 2211, "column": 8 }, "end": { - "line": 2215, + "line": 2211, "column": 19 } } } ], "range": [ - 65763, - 66140 + 65621, + 65998 ], "loc": { "start": { - "line": 2203, + "line": 2199, "column": 33 }, "end": { - "line": 2216, + "line": 2212, "column": 5 } } @@ -120349,16 +119902,16 @@ "generator": false, "expression": false, "range": [ - 65750, - 66140 + 65608, + 65998 ], "loc": { "start": { - "line": 2203, + "line": 2199, "column": 20 }, "end": { - "line": 2216, + "line": 2212, "column": 5 } } @@ -120366,16 +119919,16 @@ "kind": "method", "computed": false, "range": [ - 65734, - 66140 + 65592, + 65998 ], "loc": { "start": { - "line": 2203, + "line": 2199, "column": 4 }, "end": { - "line": 2216, + "line": 2212, "column": 5 } }, @@ -120384,16 +119937,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": [ - 65328, - 65729 + 65186, + 65587 ], "loc": { "start": { - "line": 2194, + "line": 2190, "column": 4 }, "end": { - "line": 2202, + "line": 2198, "column": 7 } } @@ -120404,16 +119957,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": [ - 66146, - 66292 + 66004, + 66150 ], "loc": { "start": { - "line": 2218, + "line": 2214, "column": 4 }, "end": { - "line": 2222, + "line": 2218, "column": 7 } } @@ -120427,16 +119980,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 66297, - 66313 + 66155, + 66171 ], "loc": { "start": { - "line": 2223, + "line": 2219, "column": 4 }, "end": { - "line": 2223, + "line": 2219, "column": 20 } } @@ -120449,16 +120002,16 @@ "type": "Identifier", "name": "index", "range": [ - 66314, - 66319 + 66172, + 66177 ], "loc": { "start": { - "line": 2223, + "line": 2219, "column": 21 }, "end": { - "line": 2223, + "line": 2219, "column": 26 } } @@ -120476,16 +120029,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 66335, - 66340 + 66193, + 66198 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 12 }, "end": { - "line": 2224, + "line": 2220, "column": 17 } } @@ -120499,16 +120052,16 @@ "object": { "type": "ThisExpression", "range": [ - 66343, - 66347 + 66201, + 66205 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 20 }, "end": { - "line": 2224, + "line": 2220, "column": 24 } } @@ -120517,31 +120070,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66348, - 66354 + 66206, + 66212 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 25 }, "end": { - "line": 2224, + "line": 2220, "column": 31 } } }, "range": [ - 66343, - 66354 + 66201, + 66212 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 20 }, "end": { - "line": 2224, + "line": 2220, "column": 31 } } @@ -120550,46 +120103,46 @@ "type": "Identifier", "name": "index", "range": [ - 66355, - 66360 + 66213, + 66218 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 32 }, "end": { - "line": 2224, + "line": 2220, "column": 37 } } }, "range": [ - 66343, - 66361 + 66201, + 66219 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 20 }, "end": { - "line": 2224, + "line": 2220, "column": 38 } } }, "range": [ - 66335, - 66361 + 66193, + 66219 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 12 }, "end": { - "line": 2224, + "line": 2220, "column": 38 } } @@ -120597,16 +120150,16 @@ ], "kind": "let", "range": [ - 66331, - 66362 + 66189, + 66220 ], "loc": { "start": { - "line": 2224, + "line": 2220, "column": 8 }, "end": { - "line": 2224, + "line": 2220, "column": 39 } } @@ -120619,16 +120172,16 @@ "type": "Identifier", "name": "elm", "range": [ - 66378, - 66381 + 66236, + 66239 ], "loc": { "start": { - "line": 2225, + "line": 2221, "column": 15 }, "end": { - "line": 2225, + "line": 2221, "column": 18 } } @@ -120638,63 +120191,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 66382, - 66387 + 66240, + 66245 ], "loc": { "start": { - "line": 2225, + "line": 2221, "column": 19 }, "end": { - "line": 2225, + "line": 2221, "column": 24 } } } ], "range": [ - 66378, - 66388 + 66236, + 66246 ], "loc": { "start": { - "line": 2225, + "line": 2221, "column": 15 }, "end": { - "line": 2225, + "line": 2221, "column": 25 } } }, "range": [ - 66371, - 66389 + 66229, + 66247 ], "loc": { "start": { - "line": 2225, + "line": 2221, "column": 8 }, "end": { - "line": 2225, + "line": 2221, "column": 26 } } } ], "range": [ - 66321, - 66395 + 66179, + 66253 ], "loc": { "start": { - "line": 2223, + "line": 2219, "column": 28 }, "end": { - "line": 2226, + "line": 2222, "column": 5 } } @@ -120702,16 +120255,16 @@ "generator": false, "expression": false, "range": [ - 66313, - 66395 + 66171, + 66253 ], "loc": { "start": { - "line": 2223, + "line": 2219, "column": 20 }, "end": { - "line": 2226, + "line": 2222, "column": 5 } } @@ -120719,16 +120272,16 @@ "kind": "method", "computed": false, "range": [ - 66297, - 66395 + 66155, + 66253 ], "loc": { "start": { - "line": 2223, + "line": 2219, "column": 4 }, "end": { - "line": 2226, + "line": 2222, "column": 5 } }, @@ -120737,16 +120290,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": [ - 66146, - 66292 + 66004, + 66150 ], "loc": { "start": { - "line": 2218, + "line": 2214, "column": 4 }, "end": { - "line": 2222, + "line": 2218, "column": 7 } } @@ -120757,16 +120310,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": [ - 66401, - 66567 + 66259, + 66425 ], "loc": { "start": { - "line": 2228, + "line": 2224, "column": 4 }, "end": { - "line": 2232, + "line": 2228, "column": 7 } } @@ -120780,16 +120333,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 66572, - 66582 + 66430, + 66440 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 4 }, "end": { - "line": 2233, + "line": 2229, "column": 14 } } @@ -120804,16 +120357,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 66583, - 66591 + 66441, + 66449 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 15 }, "end": { - "line": 2233, + "line": 2229, "column": 23 } } @@ -120823,31 +120376,31 @@ "value": 0, "raw": "0", "range": [ - 66594, - 66595 + 66452, + 66453 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 26 }, "end": { - "line": 2233, + "line": 2229, "column": 27 } } }, "range": [ - 66583, - 66595 + 66441, + 66453 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 15 }, "end": { - "line": 2233, + "line": 2229, "column": 27 } } @@ -120865,16 +120418,16 @@ "type": "Identifier", "name": "tr", "range": [ - 66611, - 66613 + 66469, + 66471 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 12 }, "end": { - "line": 2234, + "line": 2230, "column": 14 } } @@ -120891,16 +120444,16 @@ "object": { "type": "ThisExpression", "range": [ - 66616, - 66620 + 66474, + 66478 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 17 }, "end": { - "line": 2234, + "line": 2230, "column": 21 } } @@ -120909,31 +120462,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 66621, - 66624 + 66479, + 66482 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 22 }, "end": { - "line": 2234, + "line": 2230, "column": 25 } } }, "range": [ - 66616, - 66624 + 66474, + 66482 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 17 }, "end": { - "line": 2234, + "line": 2230, "column": 25 } } @@ -120942,31 +120495,31 @@ "type": "Identifier", "name": "rows", "range": [ - 66625, - 66629 + 66483, + 66487 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 26 }, "end": { - "line": 2234, + "line": 2230, "column": 30 } } }, "range": [ - 66616, - 66629 + 66474, + 66487 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 17 }, "end": { - "line": 2234, + "line": 2230, "column": 30 } } @@ -120980,16 +120533,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 66630, - 66638 + 66488, + 66496 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 31 }, "end": { - "line": 2234, + "line": 2230, "column": 39 } } @@ -120999,31 +120552,31 @@ "value": 0, "raw": "0", "range": [ - 66642, - 66643 + 66500, + 66501 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 43 }, "end": { - "line": 2234, + "line": 2230, "column": 44 } } }, "range": [ - 66630, - 66643 + 66488, + 66501 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 31 }, "end": { - "line": 2234, + "line": 2230, "column": 44 } } @@ -121032,16 +120585,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 66646, - 66654 + 66504, + 66512 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 47 }, "end": { - "line": 2234, + "line": 2230, "column": 55 } } @@ -121051,61 +120604,61 @@ "value": 0, "raw": "0", "range": [ - 66657, - 66658 + 66515, + 66516 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 58 }, "end": { - "line": 2234, + "line": 2230, "column": 59 } } }, "range": [ - 66630, - 66658 + 66488, + 66516 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 31 }, "end": { - "line": 2234, + "line": 2230, "column": 59 } } }, "range": [ - 66616, - 66659 + 66474, + 66517 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 17 }, "end": { - "line": 2234, + "line": 2230, "column": 60 } } }, "range": [ - 66611, - 66659 + 66469, + 66517 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 12 }, "end": { - "line": 2234, + "line": 2230, "column": 60 } } @@ -121113,16 +120666,16 @@ ], "kind": "let", "range": [ - 66607, - 66660 + 66465, + 66518 ], "loc": { "start": { - "line": 2234, + "line": 2230, "column": 8 }, "end": { - "line": 2234, + "line": 2230, "column": 61 } } @@ -121135,16 +120688,16 @@ "type": "Identifier", "name": "tr", "range": [ - 66676, - 66678 + 66534, + 66536 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 15 }, "end": { - "line": 2235, + "line": 2231, "column": 17 } } @@ -121159,16 +120712,16 @@ "type": "Identifier", "name": "tr", "range": [ - 66681, - 66683 + 66539, + 66541 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 20 }, "end": { - "line": 2235, + "line": 2231, "column": 22 } } @@ -121177,31 +120730,31 @@ "type": "Identifier", "name": "cells", "range": [ - 66684, - 66689 + 66542, + 66547 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 23 }, "end": { - "line": 2235, + "line": 2231, "column": 28 } } }, "range": [ - 66681, - 66689 + 66539, + 66547 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 20 }, "end": { - "line": 2235, + "line": 2231, "column": 28 } } @@ -121210,31 +120763,31 @@ "type": "Identifier", "name": "length", "range": [ - 66690, - 66696 + 66548, + 66554 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 29 }, "end": { - "line": 2235, + "line": 2231, "column": 35 } } }, "range": [ - 66681, - 66696 + 66539, + 66554 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 20 }, "end": { - "line": 2235, + "line": 2231, "column": 35 } } @@ -121244,62 +120797,62 @@ "value": 0, "raw": "0", "range": [ - 66699, - 66700 + 66557, + 66558 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 38 }, "end": { - "line": 2235, + "line": 2231, "column": 39 } } }, "range": [ - 66676, - 66700 + 66534, + 66558 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 15 }, "end": { - "line": 2235, + "line": 2231, "column": 39 } } }, "range": [ - 66669, - 66701 + 66527, + 66559 ], "loc": { "start": { - "line": 2235, + "line": 2231, "column": 8 }, "end": { - "line": 2235, + "line": 2231, "column": 40 } } } ], "range": [ - 66597, - 66707 + 66455, + 66565 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 29 }, "end": { - "line": 2236, + "line": 2232, "column": 5 } } @@ -121307,16 +120860,16 @@ "generator": false, "expression": false, "range": [ - 66582, - 66707 + 66440, + 66565 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 14 }, "end": { - "line": 2236, + "line": 2232, "column": 5 } } @@ -121324,16 +120877,16 @@ "kind": "method", "computed": false, "range": [ - 66572, - 66707 + 66430, + 66565 ], "loc": { "start": { - "line": 2233, + "line": 2229, "column": 4 }, "end": { - "line": 2236, + "line": 2232, "column": 5 } }, @@ -121342,16 +120895,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": [ - 66401, - 66567 + 66259, + 66425 ], "loc": { "start": { - "line": 2228, + "line": 2224, "column": 4 }, "end": { - "line": 2232, + "line": 2228, "column": 7 } } @@ -121362,16 +120915,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": [ - 66713, - 66944 + 66571, + 66802 ], "loc": { "start": { - "line": 2238, + "line": 2234, "column": 4 }, "end": { - "line": 2243, + "line": 2239, "column": 7 } } @@ -121385,16 +120938,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 66949, - 66958 + 66807, + 66816 ], "loc": { "start": { - "line": 2244, + "line": 2240, "column": 4 }, "end": { - "line": 2244, + "line": 2240, "column": 13 } } @@ -121407,16 +120960,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 66959, - 66973 + 66817, + 66831 ], "loc": { "start": { - "line": 2244, + "line": 2240, "column": 14 }, "end": { - "line": 2244, + "line": 2240, "column": 28 } } @@ -121434,16 +120987,16 @@ "type": "Identifier", "name": "s", "range": [ - 66989, - 66990 + 66847, + 66848 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 12 }, "end": { - "line": 2245, + "line": 2241, "column": 13 } } @@ -121456,16 +121009,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 66993, - 67000 + 66851, + 66858 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 16 }, "end": { - "line": 2245, + "line": 2241, "column": 23 } } @@ -121477,16 +121030,16 @@ "object": { "type": "ThisExpression", "range": [ - 67001, - 67005 + 66859, + 66863 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 24 }, "end": { - "line": 2245, + "line": 2241, "column": 28 } } @@ -121495,47 +121048,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 67006, - 67012 + 66864, + 66870 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 29 }, "end": { - "line": 2245, + "line": 2241, "column": 35 } } }, "range": [ - 67001, - 67012 + 66859, + 66870 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 24 }, "end": { - "line": 2245, + "line": 2241, "column": 35 } } } ], "range": [ - 66993, - 67013 + 66851, + 66871 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 16 }, "end": { - "line": 2245, + "line": 2241, "column": 36 } } @@ -121545,16 +121098,16 @@ "value": 0, "raw": "0", "range": [ - 67016, - 67017 + 66874, + 66875 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 39 }, "end": { - "line": 2245, + "line": 2241, "column": 40 } } @@ -121565,16 +121118,16 @@ "object": { "type": "ThisExpression", "range": [ - 67020, - 67024 + 66878, + 66882 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 43 }, "end": { - "line": 2245, + "line": 2241, "column": 47 } } @@ -121583,61 +121136,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 67025, - 67031 + 66883, + 66889 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 48 }, "end": { - "line": 2245, + "line": 2241, "column": 54 } } }, "range": [ - 67020, - 67031 + 66878, + 66889 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 43 }, "end": { - "line": 2245, + "line": 2241, "column": 54 } } }, "range": [ - 66993, - 67031 + 66851, + 66889 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 16 }, "end": { - "line": 2245, + "line": 2241, "column": 54 } } }, "range": [ - 66989, - 67031 + 66847, + 66889 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 12 }, "end": { - "line": 2245, + "line": 2241, "column": 54 } } @@ -121645,16 +121198,16 @@ ], "kind": "let", "range": [ - 66985, - 67032 + 66843, + 66890 ], "loc": { "start": { - "line": 2245, + "line": 2241, "column": 8 }, "end": { - "line": 2245, + "line": 2241, "column": 55 } } @@ -121668,16 +121221,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 67045, - 67049 + 66903, + 66907 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 12 }, "end": { - "line": 2246, + "line": 2242, "column": 16 } } @@ -121694,16 +121247,16 @@ "object": { "type": "ThisExpression", "range": [ - 67052, - 67056 + 66910, + 66914 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 19 }, "end": { - "line": 2246, + "line": 2242, "column": 23 } } @@ -121712,31 +121265,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 67057, - 67060 + 66915, + 66918 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 24 }, "end": { - "line": 2246, + "line": 2242, "column": 27 } } }, "range": [ - 67052, - 67060 + 66910, + 66918 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 19 }, "end": { - "line": 2246, + "line": 2242, "column": 27 } } @@ -121745,31 +121298,31 @@ "type": "Identifier", "name": "rows", "range": [ - 67061, - 67065 + 66919, + 66923 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 28 }, "end": { - "line": 2246, + "line": 2242, "column": 32 } } }, "range": [ - 67052, - 67065 + 66910, + 66923 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 19 }, "end": { - "line": 2246, + "line": 2242, "column": 32 } } @@ -121778,46 +121331,46 @@ "type": "Identifier", "name": "length", "range": [ - 67066, - 67072 + 66924, + 66930 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 33 }, "end": { - "line": 2246, + "line": 2242, "column": 39 } } }, "range": [ - 67052, - 67072 + 66910, + 66930 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 19 }, "end": { - "line": 2246, + "line": 2242, "column": 39 } } }, "range": [ - 67045, - 67072 + 66903, + 66930 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 12 }, "end": { - "line": 2246, + "line": 2242, "column": 39 } } @@ -121825,16 +121378,16 @@ ], "kind": "let", "range": [ - 67041, - 67073 + 66899, + 66931 ], "loc": { "start": { - "line": 2246, + "line": 2242, "column": 8 }, "end": { - "line": 2246, + "line": 2242, "column": 40 } } @@ -121845,16 +121398,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 67086, - 67100 + 66944, + 66958 ], "loc": { "start": { - "line": 2247, + "line": 2243, "column": 12 }, "end": { - "line": 2247, + "line": 2243, "column": 26 } } @@ -121871,16 +121424,16 @@ "type": "Identifier", "name": "s", "range": [ - 67116, - 67117 + 66974, + 66975 ], "loc": { "start": { - "line": 2248, + "line": 2244, "column": 12 }, "end": { - "line": 2248, + "line": 2244, "column": 13 } } @@ -121890,78 +121443,78 @@ "value": 0, "raw": "0", "range": [ - 67120, - 67121 + 66978, + 66979 ], "loc": { "start": { - "line": 2248, + "line": 2244, "column": 16 }, "end": { - "line": 2248, + "line": 2244, "column": 17 } } }, "range": [ - 67116, - 67121 + 66974, + 66979 ], "loc": { "start": { - "line": 2248, + "line": 2244, "column": 12 }, "end": { - "line": 2248, + "line": 2244, "column": 17 } } }, "range": [ - 67116, - 67122 + 66974, + 66980 ], "loc": { "start": { - "line": 2248, + "line": 2244, "column": 12 }, "end": { - "line": 2248, + "line": 2244, "column": 18 } } } ], "range": [ - 67102, - 67132 + 66960, + 66990 ], "loc": { "start": { - "line": 2247, + "line": 2243, "column": 28 }, "end": { - "line": 2249, + "line": 2245, "column": 9 } } }, "alternate": null, "range": [ - 67082, - 67132 + 66940, + 66990 ], "loc": { "start": { - "line": 2247, + "line": 2243, "column": 8 }, "end": { - "line": 2249, + "line": 2245, "column": 9 } } @@ -121974,16 +121527,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 67148, - 67156 + 67006, + 67014 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 15 }, "end": { - "line": 2250, + "line": 2246, "column": 23 } } @@ -121996,16 +121549,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 67157, - 67161 + 67015, + 67019 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 24 }, "end": { - "line": 2250, + "line": 2246, "column": 28 } } @@ -122014,31 +121567,31 @@ "type": "Identifier", "name": "s", "range": [ - 67164, - 67165 + 67022, + 67023 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 31 }, "end": { - "line": 2250, + "line": 2246, "column": 32 } } }, "range": [ - 67157, - 67165 + 67015, + 67023 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 24 }, "end": { - "line": 2250, + "line": 2246, "column": 32 } } @@ -122048,63 +121601,63 @@ "value": 10, "raw": "10", "range": [ - 67167, - 67169 + 67025, + 67027 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 34 }, "end": { - "line": 2250, + "line": 2246, "column": 36 } } } ], "range": [ - 67148, - 67170 + 67006, + 67028 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 15 }, "end": { - "line": 2250, + "line": 2246, "column": 37 } } }, "range": [ - 67141, - 67171 + 66999, + 67029 ], "loc": { "start": { - "line": 2250, + "line": 2246, "column": 8 }, "end": { - "line": 2250, + "line": 2246, "column": 38 } } } ], "range": [ - 66975, - 67177 + 66833, + 67035 ], "loc": { "start": { - "line": 2244, + "line": 2240, "column": 30 }, "end": { - "line": 2251, + "line": 2247, "column": 5 } } @@ -122112,16 +121665,16 @@ "generator": false, "expression": false, "range": [ - 66958, - 67177 + 66816, + 67035 ], "loc": { "start": { - "line": 2244, + "line": 2240, "column": 13 }, "end": { - "line": 2251, + "line": 2247, "column": 5 } } @@ -122129,16 +121682,16 @@ "kind": "method", "computed": false, "range": [ - 66949, - 67177 + 66807, + 67035 ], "loc": { "start": { - "line": 2244, + "line": 2240, "column": 4 }, "end": { - "line": 2251, + "line": 2247, "column": 5 } }, @@ -122147,16 +121700,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": [ - 66713, - 66944 + 66571, + 66802 ], "loc": { "start": { - "line": 2238, + "line": 2234, "column": 4 }, "end": { - "line": 2243, + "line": 2239, "column": 7 } } @@ -122167,16 +121720,16 @@ "type": "Block", "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n ", "range": [ - 67184, - 67313 + 67042, + 67171 ], "loc": { "start": { - "line": 2254, + "line": 2250, "column": 4 }, "end": { - "line": 2258, + "line": 2254, "column": 7 } } @@ -122190,16 +121743,16 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 67318, - 67330 + 67176, + 67188 ], "loc": { "start": { - "line": 2259, + "line": 2255, "column": 4 }, "end": { - "line": 2259, + "line": 2255, "column": 16 } } @@ -122212,16 +121765,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67331, - 67335 + 67189, + 67193 ], "loc": { "start": { - "line": 2259, + "line": 2255, "column": 17 }, "end": { - "line": 2259, + "line": 2255, "column": 21 } } @@ -122239,16 +121792,16 @@ "type": "Identifier", "name": "idx", "range": [ - 67351, - 67354 + 67209, + 67212 ], "loc": { "start": { - "line": 2260, + "line": 2256, "column": 12 }, "end": { - "line": 2260, + "line": 2256, "column": 15 } } @@ -122260,16 +121813,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67357, - 67361 + 67215, + 67219 ], "loc": { "start": { - "line": 2260, + "line": 2256, "column": 18 }, "end": { - "line": 2260, + "line": 2256, "column": 22 } } @@ -122278,46 +121831,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 67362, - 67371 + 67220, + 67229 ], "loc": { "start": { - "line": 2260, + "line": 2256, "column": 23 }, "end": { - "line": 2260, + "line": 2256, "column": 32 } } }, "range": [ - 67357, - 67371 + 67215, + 67229 ], "loc": { "start": { - "line": 2260, + "line": 2256, "column": 18 }, "end": { - "line": 2260, + "line": 2256, "column": 32 } } }, "range": [ - 67351, - 67371 + 67209, + 67229 ], "loc": { "start": { - "line": 2260, + "line": 2256, "column": 12 }, "end": { - "line": 2260, + "line": 2256, "column": 32 } } @@ -122325,16 +121878,16 @@ ], "kind": "let", "range": [ - 67347, - 67372 + 67205, + 67230 ], "loc": { "start": { - "line": 2260, + "line": 2256, "column": 8 }, "end": { - "line": 2260, + "line": 2256, "column": 33 } }, @@ -122343,16 +121896,16 @@ "type": "Line", "value": "CallcustomCellData callback", "range": [ - 67381, - 67410 + 67239, + 67268 ], "loc": { "start": { - "line": 2261, + "line": 2257, "column": 8 }, "end": { - "line": 2261, + "line": 2257, "column": 37 } } @@ -122375,16 +121928,16 @@ "object": { "type": "ThisExpression", "range": [ - 67423, - 67427 + 67281, + 67285 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 12 }, "end": { - "line": 2262, + "line": 2258, "column": 16 } } @@ -122393,31 +121946,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 67428, - 67446 + 67286, + 67304 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 17 }, "end": { - "line": 2262, + "line": 2258, "column": 35 } } }, "range": [ - 67423, - 67446 + 67281, + 67304 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 12 }, "end": { - "line": 2262, + "line": 2258, "column": 35 } } @@ -122426,31 +121979,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 67447, - 67454 + 67305, + 67312 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 36 }, "end": { - "line": 2262, + "line": 2258, "column": 43 } } }, "range": [ - 67423, - 67454 + 67281, + 67312 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 12 }, "end": { - "line": 2262, + "line": 2258, "column": 43 } } @@ -122460,32 +122013,32 @@ "type": "Identifier", "name": "idx", "range": [ - 67455, - 67458 + 67313, + 67316 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 44 }, "end": { - "line": 2262, + "line": 2258, "column": 47 } } } ], "range": [ - 67423, - 67459 + 67281, + 67317 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 12 }, "end": { - "line": 2262, + "line": 2258, "column": 48 } } @@ -122498,47 +122051,47 @@ "value": 1, "raw": "1", "range": [ - 67465, - 67466 + 67323, + 67324 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 54 }, "end": { - "line": 2262, + "line": 2258, "column": 55 } } }, "prefix": true, "range": [ - 67464, - 67466 + 67322, + 67324 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 53 }, "end": { - "line": 2262, + "line": 2258, "column": 55 } } }, "range": [ - 67423, - 67466 + 67281, + 67324 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 12 }, "end": { - "line": 2262, + "line": 2258, "column": 55 } } @@ -122556,16 +122109,16 @@ "object": { "type": "ThisExpression", "range": [ - 67489, - 67493 + 67347, + 67351 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 19 }, "end": { - "line": 2263, + "line": 2259, "column": 23 } } @@ -122574,31 +122127,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 67494, - 67508 + 67352, + 67366 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 24 }, "end": { - "line": 2263, + "line": 2259, "column": 38 } } }, "range": [ - 67489, - 67508 + 67347, + 67366 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 19 }, "end": { - "line": 2263, + "line": 2259, "column": 38 } } @@ -122607,16 +122160,16 @@ { "type": "ThisExpression", "range": [ - 67509, - 67513 + 67367, + 67371 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 39 }, "end": { - "line": 2263, + "line": 2259, "column": 43 } } @@ -122625,16 +122178,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67515, - 67519 + 67373, + 67377 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 45 }, "end": { - "line": 2263, + "line": 2259, "column": 49 } } @@ -122643,63 +122196,63 @@ "type": "Identifier", "name": "idx", "range": [ - 67521, - 67524 + 67379, + 67382 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 51 }, "end": { - "line": 2263, + "line": 2259, "column": 54 } } } ], "range": [ - 67489, - 67525 + 67347, + 67383 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 19 }, "end": { - "line": 2263, + "line": 2259, "column": 55 } } }, "range": [ - 67482, - 67526 + 67340, + 67384 ], "loc": { "start": { - "line": 2263, + "line": 2259, "column": 12 }, "end": { - "line": 2263, + "line": 2259, "column": 56 } } } ], "range": [ - 67468, - 67536 + 67326, + 67394 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 57 }, "end": { - "line": 2264, + "line": 2260, "column": 9 } } @@ -122715,16 +122268,16 @@ "type": "Identifier", "name": "getText", "range": [ - 67563, - 67570 + 67421, + 67428 ], "loc": { "start": { - "line": 2265, + "line": 2261, "column": 19 }, "end": { - "line": 2265, + "line": 2261, "column": 26 } } @@ -122734,78 +122287,78 @@ "type": "Identifier", "name": "cell", "range": [ - 67571, - 67575 + 67429, + 67433 ], "loc": { "start": { - "line": 2265, + "line": 2261, "column": 27 }, "end": { - "line": 2265, + "line": 2261, "column": 31 } } } ], "range": [ - 67563, - 67576 + 67421, + 67434 ], "loc": { "start": { - "line": 2265, + "line": 2261, "column": 19 }, "end": { - "line": 2265, + "line": 2261, "column": 32 } } }, "range": [ - 67556, - 67577 + 67414, + 67435 ], "loc": { "start": { - "line": 2265, + "line": 2261, "column": 12 }, "end": { - "line": 2265, + "line": 2261, "column": 33 } } } ], "range": [ - 67542, - 67587 + 67400, + 67445 ], "loc": { "start": { - "line": 2264, + "line": 2260, "column": 15 }, "end": { - "line": 2266, + "line": 2262, "column": 9 } } }, "range": [ - 67419, - 67587 + 67277, + 67445 ], "loc": { "start": { - "line": 2262, + "line": 2258, "column": 8 }, "end": { - "line": 2266, + "line": 2262, "column": 9 } }, @@ -122814,16 +122367,16 @@ "type": "Line", "value": "CallcustomCellData callback", "range": [ - 67381, - 67410 + 67239, + 67268 ], "loc": { "start": { - "line": 2261, + "line": 2257, "column": 8 }, "end": { - "line": 2261, + "line": 2257, "column": 37 } } @@ -122832,16 +122385,16 @@ } ], "range": [ - 67337, - 67593 + 67195, + 67451 ], "loc": { "start": { - "line": 2259, + "line": 2255, "column": 23 }, "end": { - "line": 2267, + "line": 2263, "column": 5 } } @@ -122849,16 +122402,16 @@ "generator": false, "expression": false, "range": [ - 67330, - 67593 + 67188, + 67451 ], "loc": { "start": { - "line": 2259, + "line": 2255, "column": 16 }, "end": { - "line": 2267, + "line": 2263, "column": 5 } } @@ -122866,16 +122419,16 @@ "kind": "method", "computed": false, "range": [ - 67318, - 67593 + 67176, + 67451 ], "loc": { "start": { - "line": 2259, + "line": 2255, "column": 4 }, "end": { - "line": 2267, + "line": 2263, "column": 5 } }, @@ -122884,16 +122437,16 @@ "type": "Block", "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n ", "range": [ - 67184, - 67313 + 67042, + 67171 ], "loc": { "start": { - "line": 2254, + "line": 2250, "column": 4 }, "end": { - "line": 2258, + "line": 2254, "column": 7 } } @@ -122904,16 +122457,16 @@ "type": "Block", "value": "*\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n ", "range": [ - 67599, - 67779 + 67457, + 67637 ], "loc": { "start": { - "line": 2269, + "line": 2265, "column": 4 }, "end": { - "line": 2273, + "line": 2269, "column": 7 } } @@ -122927,16 +122480,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 67784, - 67795 + 67642, + 67653 ], "loc": { "start": { - "line": 2274, + "line": 2270, "column": 4 }, "end": { - "line": 2274, + "line": 2270, "column": 15 } } @@ -122949,16 +122502,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67796, - 67800 + 67654, + 67658 ], "loc": { "start": { - "line": 2274, + "line": 2270, "column": 16 }, "end": { - "line": 2274, + "line": 2270, "column": 20 } } @@ -122976,16 +122529,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 67816, - 67824 + 67674, + 67682 ], "loc": { "start": { - "line": 2275, + "line": 2271, "column": 12 }, "end": { - "line": 2275, + "line": 2271, "column": 20 } } @@ -122997,16 +122550,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67827, - 67831 + 67685, + 67689 ], "loc": { "start": { - "line": 2275, + "line": 2271, "column": 23 }, "end": { - "line": 2275, + "line": 2271, "column": 27 } } @@ -123015,46 +122568,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 67832, - 67841 + 67690, + 67699 ], "loc": { "start": { - "line": 2275, + "line": 2271, "column": 28 }, "end": { - "line": 2275, + "line": 2271, "column": 37 } } }, "range": [ - 67827, - 67841 + 67685, + 67699 ], "loc": { "start": { - "line": 2275, + "line": 2271, "column": 23 }, "end": { - "line": 2275, + "line": 2271, "column": 37 } } }, "range": [ - 67816, - 67841 + 67674, + 67699 ], "loc": { "start": { - "line": 2275, + "line": 2271, "column": 12 }, "end": { - "line": 2275, + "line": 2271, "column": 37 } } @@ -123062,16 +122615,16 @@ ], "kind": "let", "range": [ - 67812, - 67842 + 67670, + 67700 ], "loc": { "start": { - "line": 2275, + "line": 2271, "column": 8 }, "end": { - "line": 2275, + "line": 2271, "column": 38 } } @@ -123085,16 +122638,16 @@ "type": "Identifier", "name": "value", "range": [ - 67855, - 67860 + 67713, + 67718 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 12 }, "end": { - "line": 2276, + "line": 2272, "column": 17 } } @@ -123107,16 +122660,16 @@ "object": { "type": "ThisExpression", "range": [ - 67863, - 67867 + 67721, + 67725 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 20 }, "end": { - "line": 2276, + "line": 2272, "column": 24 } } @@ -123125,31 +122678,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 67868, - 67880 + 67726, + 67738 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 25 }, "end": { - "line": 2276, + "line": 2272, "column": 37 } } }, "range": [ - 67863, - 67880 + 67721, + 67738 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 20 }, "end": { - "line": 2276, + "line": 2272, "column": 37 } } @@ -123159,47 +122712,47 @@ "type": "Identifier", "name": "cell", "range": [ - 67881, - 67885 + 67739, + 67743 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 38 }, "end": { - "line": 2276, + "line": 2272, "column": 42 } } } ], "range": [ - 67863, - 67886 + 67721, + 67744 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 20 }, "end": { - "line": 2276, + "line": 2272, "column": 43 } } }, "range": [ - 67855, - 67886 + 67713, + 67744 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 12 }, "end": { - "line": 2276, + "line": 2272, "column": 43 } } @@ -123207,16 +122760,16 @@ ], "kind": "let", "range": [ - 67851, - 67887 + 67709, + 67745 ], "loc": { "start": { - "line": 2276, + "line": 2272, "column": 8 }, "end": { - "line": 2276, + "line": 2272, "column": 44 } } @@ -123231,16 +122784,16 @@ "object": { "type": "ThisExpression", "range": [ - 67901, - 67905 + 67759, + 67763 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 12 }, "end": { - "line": 2278, + "line": 2274, "column": 16 } } @@ -123249,31 +122802,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 67906, - 67913 + 67764, + 67771 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 17 }, "end": { - "line": 2278, + "line": 2274, "column": 24 } } }, "range": [ - 67901, - 67913 + 67759, + 67771 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 12 }, "end": { - "line": 2278, + "line": 2274, "column": 24 } } @@ -123283,16 +122836,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 67914, - 67922 + 67772, + 67780 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 25 }, "end": { - "line": 2278, + "line": 2274, "column": 33 } } @@ -123304,48 +122857,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 67925, - 67941 + 67783, + 67799 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 36 }, "end": { - "line": 2278, + "line": 2274, "column": 52 } } } ], "range": [ - 67924, - 67942 + 67782, + 67800 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 35 }, "end": { - "line": 2278, + "line": 2274, "column": 53 } } } ], "range": [ - 67901, - 67943 + 67759, + 67801 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 12 }, "end": { - "line": 2278, + "line": 2274, "column": 54 } } @@ -123362,16 +122915,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 67963, - 67970 + 67821, + 67828 ], "loc": { "start": { - "line": 2279, + "line": 2275, "column": 16 }, "end": { - "line": 2279, + "line": 2275, "column": 23 } } @@ -123382,16 +122935,16 @@ "object": { "type": "ThisExpression", "range": [ - 67973, - 67977 + 67831, + 67835 ], "loc": { "start": { - "line": 2279, + "line": 2275, "column": 26 }, "end": { - "line": 2279, + "line": 2275, "column": 30 } } @@ -123400,46 +122953,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 67978, - 67994 + 67836, + 67852 ], "loc": { "start": { - "line": 2279, + "line": 2275, "column": 31 }, "end": { - "line": 2279, + "line": 2275, "column": 47 } } }, "range": [ - 67973, - 67994 + 67831, + 67852 ], "loc": { "start": { - "line": 2279, + "line": 2275, "column": 26 }, "end": { - "line": 2279, + "line": 2275, "column": 47 } } }, "range": [ - 67963, - 67994 + 67821, + 67852 ], "loc": { "start": { - "line": 2279, + "line": 2275, "column": 16 }, "end": { - "line": 2279, + "line": 2275, "column": 47 } } @@ -123447,16 +123000,16 @@ ], "kind": "let", "range": [ - 67959, - 67995 + 67817, + 67853 ], "loc": { "start": { - "line": 2279, + "line": 2275, "column": 12 }, "end": { - "line": 2279, + "line": 2275, "column": 48 } } @@ -123470,16 +123023,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68012, - 68019 + 67870, + 67877 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 16 }, "end": { - "line": 2280, + "line": 2276, "column": 23 } } @@ -123493,16 +123046,16 @@ "object": { "type": "ThisExpression", "range": [ - 68022, - 68026 + 67880, + 67884 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 26 }, "end": { - "line": 2280, + "line": 2276, "column": 30 } } @@ -123511,31 +123064,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 68027, - 68035 + 67885, + 67893 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 31 }, "end": { - "line": 2280, + "line": 2276, "column": 39 } } }, "range": [ - 68022, - 68035 + 67880, + 67893 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 26 }, "end": { - "line": 2280, + "line": 2276, "column": 39 } } @@ -123544,46 +123097,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68036, - 68044 + 67894, + 67902 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 40 }, "end": { - "line": 2280, + "line": 2276, "column": 48 } } }, "range": [ - 68022, - 68045 + 67880, + 67903 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 26 }, "end": { - "line": 2280, + "line": 2276, "column": 49 } } }, "range": [ - 68012, - 68045 + 67870, + 67903 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 16 }, "end": { - "line": 2280, + "line": 2276, "column": 49 } } @@ -123591,16 +123144,16 @@ ], "kind": "let", "range": [ - 68008, - 68046 + 67866, + 67904 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 12 }, "end": { - "line": 2280, + "line": 2276, "column": 50 } } @@ -123616,16 +123169,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68063, - 68070 + 67921, + 67928 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 16 }, "end": { - "line": 2281, + "line": 2277, "column": 23 } } @@ -123634,31 +123187,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 68071, - 68085 + 67929, + 67943 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 24 }, "end": { - "line": 2281, + "line": 2277, "column": 38 } } }, "range": [ - 68063, - 68085 + 67921, + 67943 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 16 }, "end": { - "line": 2281, + "line": 2277, "column": 38 } } @@ -123669,32 +123222,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 68086, - 68095 + 67944, + 67953 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 39 }, "end": { - "line": 2281, + "line": 2277, "column": 48 } } } ], "range": [ - 68063, - 68096 + 67921, + 67954 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 16 }, "end": { - "line": 2281, + "line": 2277, "column": 49 } } @@ -123711,16 +123264,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 68116, - 68123 + 67974, + 67981 ], "loc": { "start": { - "line": 2282, + "line": 2278, "column": 16 }, "end": { - "line": 2282, + "line": 2278, "column": 23 } } @@ -123732,16 +123285,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68126, - 68133 + 67984, + 67991 ], "loc": { "start": { - "line": 2282, + "line": 2278, "column": 26 }, "end": { - "line": 2282, + "line": 2278, "column": 33 } } @@ -123750,93 +123303,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 68134, - 68141 + 67992, + 67999 ], "loc": { "start": { - "line": 2282, + "line": 2278, "column": 34 }, "end": { - "line": 2282, + "line": 2278, "column": 41 } } }, "range": [ - 68126, - 68141 + 67984, + 67999 ], "loc": { "start": { - "line": 2282, + "line": 2278, "column": 26 }, "end": { - "line": 2282, + "line": 2278, "column": 41 } } }, "range": [ - 68116, - 68141 + 67974, + 67999 ], "loc": { "start": { - "line": 2282, + "line": 2278, "column": 16 }, "end": { - "line": 2282, + "line": 2278, "column": 41 } } }, "range": [ - 68116, - 68142 + 67974, + 68000 ], "loc": { "start": { - "line": 2282, + "line": 2278, "column": 16 }, "end": { - "line": 2282, + "line": 2278, "column": 42 } } } ], "range": [ - 68098, - 68156 + 67956, + 68014 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 51 }, "end": { - "line": 2283, + "line": 2279, "column": 13 } } }, "alternate": null, "range": [ - 68059, - 68156 + 67917, + 68014 ], "loc": { "start": { - "line": 2281, + "line": 2277, "column": 12 }, "end": { - "line": 2283, + "line": 2279, "column": 13 } } @@ -123849,16 +123402,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 68176, - 68183 + 68034, + 68041 ], "loc": { "start": { - "line": 2284, + "line": 2280, "column": 19 }, "end": { - "line": 2284, + "line": 2280, "column": 26 } } @@ -123868,16 +123421,16 @@ "type": "Identifier", "name": "value", "range": [ - 68184, - 68189 + 68042, + 68047 ], "loc": { "start": { - "line": 2284, + "line": 2280, "column": 27 }, "end": { - "line": 2284, + "line": 2280, "column": 32 } } @@ -123886,63 +123439,63 @@ "type": "Identifier", "name": "decimal", "range": [ - 68191, - 68198 + 68049, + 68056 ], "loc": { "start": { - "line": 2284, + "line": 2280, "column": 34 }, "end": { - "line": 2284, + "line": 2280, "column": 41 } } } ], "range": [ - 68176, - 68199 + 68034, + 68057 ], "loc": { "start": { - "line": 2284, + "line": 2280, "column": 19 }, "end": { - "line": 2284, + "line": 2280, "column": 42 } } }, "range": [ - 68169, - 68200 + 68027, + 68058 ], "loc": { "start": { - "line": 2284, + "line": 2280, "column": 12 }, "end": { - "line": 2284, + "line": 2280, "column": 43 } } } ], "range": [ - 67945, - 68210 + 67803, + 68068 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 56 }, "end": { - "line": 2285, + "line": 2281, "column": 9 } } @@ -123957,16 +123510,16 @@ "object": { "type": "ThisExpression", "range": [ - 68228, - 68232 + 68086, + 68090 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 17 }, "end": { - "line": 2286, + "line": 2282, "column": 21 } } @@ -123975,31 +123528,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 68233, - 68240 + 68091, + 68098 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 22 }, "end": { - "line": 2286, + "line": 2282, "column": 29 } } }, "range": [ - 68228, - 68240 + 68086, + 68098 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 17 }, "end": { - "line": 2286, + "line": 2282, "column": 29 } } @@ -124009,16 +123562,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68241, - 68249 + 68099, + 68107 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 30 }, "end": { - "line": 2286, + "line": 2282, "column": 38 } } @@ -124030,48 +123583,48 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 68252, - 68258 + 68110, + 68116 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 41 }, "end": { - "line": 2286, + "line": 2282, "column": 47 } } } ], "range": [ - 68251, - 68259 + 68109, + 68117 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 40 }, "end": { - "line": 2286, + "line": 2282, "column": 48 } } } ], "range": [ - 68228, - 68260 + 68086, + 68118 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 17 }, "end": { - "line": 2286, + "line": 2282, "column": 49 } } @@ -124087,16 +123640,16 @@ "type": "Identifier", "name": "Number", "range": [ - 68283, - 68289 + 68141, + 68147 ], "loc": { "start": { - "line": 2287, + "line": 2283, "column": 19 }, "end": { - "line": 2287, + "line": 2283, "column": 25 } } @@ -124106,63 +123659,63 @@ "type": "Identifier", "name": "value", "range": [ - 68290, - 68295 + 68148, + 68153 ], "loc": { "start": { - "line": 2287, + "line": 2283, "column": 26 }, "end": { - "line": 2287, + "line": 2283, "column": 31 } } } ], "range": [ - 68283, - 68296 + 68141, + 68154 ], "loc": { "start": { - "line": 2287, + "line": 2283, "column": 19 }, "end": { - "line": 2287, + "line": 2283, "column": 32 } } }, "range": [ - 68276, - 68297 + 68134, + 68155 ], "loc": { "start": { - "line": 2287, + "line": 2283, "column": 12 }, "end": { - "line": 2287, + "line": 2283, "column": 33 } } } ], "range": [ - 68262, - 68307 + 68120, + 68165 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 51 }, "end": { - "line": 2288, + "line": 2284, "column": 9 } } @@ -124177,16 +123730,16 @@ "object": { "type": "ThisExpression", "range": [ - 68325, - 68329 + 68183, + 68187 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 17 }, "end": { - "line": 2289, + "line": 2285, "column": 21 } } @@ -124195,31 +123748,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 68330, - 68337 + 68188, + 68195 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 22 }, "end": { - "line": 2289, + "line": 2285, "column": 29 } } }, "range": [ - 68325, - 68337 + 68183, + 68195 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 17 }, "end": { - "line": 2289, + "line": 2285, "column": 29 } } @@ -124229,16 +123782,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68338, - 68346 + 68196, + 68204 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 30 }, "end": { - "line": 2289, + "line": 2285, "column": 38 } } @@ -124250,48 +123803,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 68349, - 68353 + 68207, + 68211 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 41 }, "end": { - "line": 2289, + "line": 2285, "column": 45 } } } ], "range": [ - 68348, - 68354 + 68206, + 68212 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 40 }, "end": { - "line": 2289, + "line": 2285, "column": 46 } } } ], "range": [ - 68325, - 68355 + 68183, + 68213 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 17 }, "end": { - "line": 2289, + "line": 2285, "column": 47 } } @@ -124308,16 +123861,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 68374, - 68382 + 68232, + 68240 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 16 }, "end": { - "line": 2290, + "line": 2286, "column": 24 } } @@ -124331,16 +123884,16 @@ "object": { "type": "ThisExpression", "range": [ - 68385, - 68389 + 68243, + 68247 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 27 }, "end": { - "line": 2290, + "line": 2286, "column": 31 } } @@ -124349,31 +123902,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 68390, - 68393 + 68248, + 68251 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 32 }, "end": { - "line": 2290, + "line": 2286, "column": 35 } } }, "range": [ - 68385, - 68393 + 68243, + 68251 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 27 }, "end": { - "line": 2290, + "line": 2286, "column": 35 } } @@ -124382,46 +123935,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 68394, - 68402 + 68252, + 68260 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 36 }, "end": { - "line": 2290, + "line": 2286, "column": 44 } } }, "range": [ - 68385, - 68402 + 68243, + 68260 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 27 }, "end": { - "line": 2290, + "line": 2286, "column": 44 } } }, "range": [ - 68374, - 68402 + 68232, + 68260 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 16 }, "end": { - "line": 2290, + "line": 2286, "column": 44 } } @@ -124429,16 +123982,16 @@ ], "kind": "let", "range": [ - 68370, - 68403 + 68228, + 68261 ], "loc": { "start": { - "line": 2290, + "line": 2286, "column": 12 }, "end": { - "line": 2290, + "line": 2286, "column": 45 } } @@ -124452,16 +124005,16 @@ "type": "Identifier", "name": "locale", "range": [ - 68420, - 68426 + 68278, + 68284 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 16 }, "end": { - "line": 2291, + "line": 2287, "column": 22 } } @@ -124481,16 +124034,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 68429, - 68437 + 68287, + 68295 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 25 }, "end": { - "line": 2291, + "line": 2287, "column": 33 } } @@ -124499,31 +124052,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 68438, - 68448 + 68296, + 68306 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 34 }, "end": { - "line": 2291, + "line": 2287, "column": 44 } } }, "range": [ - 68429, - 68448 + 68287, + 68306 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 25 }, "end": { - "line": 2291, + "line": 2287, "column": 44 } } @@ -124533,32 +124086,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68449, - 68457 + 68307, + 68315 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 45 }, "end": { - "line": 2291, + "line": 2287, "column": 53 } } } ], "range": [ - 68429, - 68458 + 68287, + 68316 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 25 }, "end": { - "line": 2291, + "line": 2287, "column": 54 } } @@ -124567,31 +124120,31 @@ "type": "Identifier", "name": "locale", "range": [ - 68459, - 68465 + 68317, + 68323 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 55 }, "end": { - "line": 2291, + "line": 2287, "column": 61 } } }, "range": [ - 68429, - 68465 + 68287, + 68323 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 25 }, "end": { - "line": 2291, + "line": 2287, "column": 61 } } @@ -124602,16 +124155,16 @@ "object": { "type": "ThisExpression", "range": [ - 68469, - 68473 + 68327, + 68331 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 65 }, "end": { - "line": 2291, + "line": 2287, "column": 69 } } @@ -124620,61 +124173,61 @@ "type": "Identifier", "name": "locale", "range": [ - 68474, - 68480 + 68332, + 68338 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 70 }, "end": { - "line": 2291, + "line": 2287, "column": 76 } } }, "range": [ - 68469, - 68480 + 68327, + 68338 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 65 }, "end": { - "line": 2291, + "line": 2287, "column": 76 } } }, "range": [ - 68429, - 68480 + 68287, + 68338 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 25 }, "end": { - "line": 2291, + "line": 2287, "column": 76 } } }, "range": [ - 68420, - 68480 + 68278, + 68338 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 16 }, "end": { - "line": 2291, + "line": 2287, "column": 76 } } @@ -124682,16 +124235,16 @@ ], "kind": "let", "range": [ - 68416, - 68481 + 68274, + 68339 ], "loc": { "start": { - "line": 2291, + "line": 2287, "column": 12 }, "end": { - "line": 2291, + "line": 2287, "column": 77 } } @@ -124707,16 +124260,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 68501, - 68509 + 68359, + 68367 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 19 }, "end": { - "line": 2292, + "line": 2288, "column": 27 } } @@ -124725,31 +124278,31 @@ "type": "Identifier", "name": "parse", "range": [ - 68510, - 68515 + 68368, + 68373 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 28 }, "end": { - "line": 2292, + "line": 2288, "column": 33 } } }, "range": [ - 68501, - 68515 + 68359, + 68373 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 19 }, "end": { - "line": 2292, + "line": 2288, "column": 33 } } @@ -124759,16 +124312,16 @@ "type": "Identifier", "name": "value", "range": [ - 68516, - 68521 + 68374, + 68379 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 34 }, "end": { - "line": 2292, + "line": 2288, "column": 39 } } @@ -124777,109 +124330,109 @@ "type": "Identifier", "name": "locale", "range": [ - 68523, - 68529 + 68381, + 68387 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 41 }, "end": { - "line": 2292, + "line": 2288, "column": 47 } } } ], "range": [ - 68501, - 68530 + 68359, + 68388 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 19 }, "end": { - "line": 2292, + "line": 2288, "column": 48 } } }, "range": [ - 68494, - 68531 + 68352, + 68389 ], "loc": { "start": { - "line": 2292, + "line": 2288, "column": 12 }, "end": { - "line": 2292, + "line": 2288, "column": 49 } } } ], "range": [ - 68356, - 68541 + 68214, + 68399 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 48 }, "end": { - "line": 2293, + "line": 2289, "column": 9 } } }, "alternate": null, "range": [ - 68321, - 68541 + 68179, + 68399 ], "loc": { "start": { - "line": 2289, + "line": 2285, "column": 13 }, "end": { - "line": 2293, + "line": 2289, "column": 9 } } }, "range": [ - 68224, - 68541 + 68082, + 68399 ], "loc": { "start": { - "line": 2286, + "line": 2282, "column": 13 }, "end": { - "line": 2293, + "line": 2289, "column": 9 } } }, "range": [ - 67897, - 68541 + 67755, + 68399 ], "loc": { "start": { - "line": 2278, + "line": 2274, "column": 8 }, "end": { - "line": 2293, + "line": 2289, "column": 9 } } @@ -124890,47 +124443,47 @@ "type": "Identifier", "name": "value", "range": [ - 68558, - 68563 + 68416, + 68421 ], "loc": { "start": { - "line": 2295, + "line": 2291, "column": 15 }, "end": { - "line": 2295, + "line": 2291, "column": 20 } } }, "range": [ - 68551, - 68564 + 68409, + 68422 ], "loc": { "start": { - "line": 2295, + "line": 2291, "column": 8 }, "end": { - "line": 2295, + "line": 2291, "column": 21 } } } ], "range": [ - 67802, - 68570 + 67660, + 68428 ], "loc": { "start": { - "line": 2274, + "line": 2270, "column": 22 }, "end": { - "line": 2296, + "line": 2292, "column": 5 } } @@ -124938,16 +124491,16 @@ "generator": false, "expression": false, "range": [ - 67795, - 68570 + 67653, + 68428 ], "loc": { "start": { - "line": 2274, + "line": 2270, "column": 15 }, "end": { - "line": 2296, + "line": 2292, "column": 5 } } @@ -124955,16 +124508,16 @@ "kind": "method", "computed": false, "range": [ - 67784, - 68570 + 67642, + 68428 ], "loc": { "start": { - "line": 2274, + "line": 2270, "column": 4 }, "end": { - "line": 2296, + "line": 2292, "column": 5 } }, @@ -124973,16 +124526,16 @@ "type": "Block", "value": "*\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n ", "range": [ - 67599, - 67779 + 67457, + 67637 ], "loc": { "start": { - "line": 2269, + "line": 2265, "column": 4 }, "end": { - "line": 2273, + "line": 2269, "column": 7 } } @@ -124993,16 +124546,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 68576, - 69032 + 68434, + 68890 ], "loc": { "start": { - "line": 2298, + "line": 2294, "column": 4 }, "end": { - "line": 2310, + "line": 2306, "column": 7 } } @@ -125016,16 +124569,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 69037, - 69049 + 68895, + 68907 ], "loc": { "start": { - "line": 2311, + "line": 2307, "column": 4 }, "end": { - "line": 2311, + "line": 2307, "column": 16 } } @@ -125040,16 +124593,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69059, - 69073 + 68917, + 68931 ], "loc": { "start": { - "line": 2312, + "line": 2308, "column": 8 }, "end": { - "line": 2312, + "line": 2308, "column": 22 } } @@ -125059,31 +124612,31 @@ "value": false, "raw": "false", "range": [ - 69076, - 69081 + 68934, + 68939 ], "loc": { "start": { - "line": 2312, + "line": 2308, "column": 25 }, "end": { - "line": 2312, + "line": 2308, "column": 30 } } }, "range": [ - 69059, - 69081 + 68917, + 68939 ], "loc": { "start": { - "line": 2312, + "line": 2308, "column": 8 }, "end": { - "line": 2312, + "line": 2308, "column": 30 } } @@ -125094,16 +124647,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69091, - 69108 + 68949, + 68966 ], "loc": { "start": { - "line": 2313, + "line": 2309, "column": 8 }, "end": { - "line": 2313, + "line": 2309, "column": 25 } } @@ -125113,31 +124666,31 @@ "value": false, "raw": "false", "range": [ - 69111, - 69116 + 68969, + 68974 ], "loc": { "start": { - "line": 2313, + "line": 2309, "column": 28 }, "end": { - "line": 2313, + "line": 2309, "column": 33 } } }, "range": [ - 69091, - 69116 + 68949, + 68974 ], "loc": { "start": { - "line": 2313, + "line": 2309, "column": 8 }, "end": { - "line": 2313, + "line": 2309, "column": 33 } } @@ -125148,16 +124701,16 @@ "type": "Identifier", "name": "typed", "range": [ - 69126, - 69131 + 68984, + 68989 ], "loc": { "start": { - "line": 2314, + "line": 2310, "column": 8 }, "end": { - "line": 2314, + "line": 2310, "column": 13 } } @@ -125167,31 +124720,31 @@ "value": false, "raw": "false", "range": [ - 69134, - 69139 + 68992, + 68997 ], "loc": { "start": { - "line": 2314, + "line": 2310, "column": 16 }, "end": { - "line": 2314, + "line": 2310, "column": 21 } } }, "range": [ - 69126, - 69139 + 68984, + 68997 ], "loc": { "start": { - "line": 2314, + "line": 2310, "column": 8 }, "end": { - "line": 2314, + "line": 2310, "column": 21 } } @@ -125209,16 +124762,16 @@ "type": "Identifier", "name": "rows", "range": [ - 69160, - 69164 + 69018, + 69022 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 12 }, "end": { - "line": 2316, + "line": 2312, "column": 16 } } @@ -125232,16 +124785,16 @@ "object": { "type": "ThisExpression", "range": [ - 69167, - 69171 + 69025, + 69029 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 19 }, "end": { - "line": 2316, + "line": 2312, "column": 23 } } @@ -125250,31 +124803,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 69172, - 69175 + 69030, + 69033 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 24 }, "end": { - "line": 2316, + "line": 2312, "column": 27 } } }, "range": [ - 69167, - 69175 + 69025, + 69033 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 19 }, "end": { - "line": 2316, + "line": 2312, "column": 27 } } @@ -125283,46 +124836,46 @@ "type": "Identifier", "name": "rows", "range": [ - 69176, - 69180 + 69034, + 69038 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 28 }, "end": { - "line": 2316, + "line": 2312, "column": 32 } } }, "range": [ - 69167, - 69180 + 69025, + 69038 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 19 }, "end": { - "line": 2316, + "line": 2312, "column": 32 } } }, "range": [ - 69160, - 69180 + 69018, + 69038 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 12 }, "end": { - "line": 2316, + "line": 2312, "column": 32 } } @@ -125330,16 +124883,16 @@ ], "kind": "let", "range": [ - 69156, - 69181 + 69014, + 69039 ], "loc": { "start": { - "line": 2316, + "line": 2312, "column": 8 }, "end": { - "line": 2316, + "line": 2312, "column": 33 } } @@ -125353,16 +124906,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 69194, - 69200 + 69052, + 69058 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 12 }, "end": { - "line": 2317, + "line": 2313, "column": 18 } } @@ -125375,16 +124928,16 @@ "object": { "type": "ThisExpression", "range": [ - 69203, - 69207 + 69061, + 69065 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 21 }, "end": { - "line": 2317, + "line": 2313, "column": 25 } } @@ -125393,31 +124946,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 69208, - 69217 + 69066, + 69075 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 26 }, "end": { - "line": 2317, + "line": 2313, "column": 35 } } }, "range": [ - 69203, - 69217 + 69061, + 69075 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 21 }, "end": { - "line": 2317, + "line": 2313, "column": 35 } } @@ -125428,47 +124981,47 @@ "value": true, "raw": "true", "range": [ - 69218, - 69222 + 69076, + 69080 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 36 }, "end": { - "line": 2317, + "line": 2313, "column": 40 } } } ], "range": [ - 69203, - 69223 + 69061, + 69081 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 21 }, "end": { - "line": 2317, + "line": 2313, "column": 41 } } }, "range": [ - 69194, - 69223 + 69052, + 69081 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 12 }, "end": { - "line": 2317, + "line": 2313, "column": 41 } } @@ -125476,16 +125029,16 @@ ], "kind": "let", "range": [ - 69190, - 69224 + 69048, + 69082 ], "loc": { "start": { - "line": 2317, + "line": 2313, "column": 8 }, "end": { - "line": 2317, + "line": 2313, "column": 42 } } @@ -125499,16 +125052,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 69237, - 69244 + 69095, + 69102 ], "loc": { "start": { - "line": 2318, + "line": 2314, "column": 12 }, "end": { - "line": 2318, + "line": 2314, "column": 19 } } @@ -125517,31 +125070,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 69247, - 69249 + 69105, + 69107 ], "loc": { "start": { - "line": 2318, + "line": 2314, "column": 22 }, "end": { - "line": 2318, + "line": 2314, "column": 24 } } }, "range": [ - 69237, - 69249 + 69095, + 69107 ], "loc": { "start": { - "line": 2318, + "line": 2314, "column": 12 }, "end": { - "line": 2318, + "line": 2314, "column": 24 } } @@ -125549,16 +125102,16 @@ ], "kind": "let", "range": [ - 69233, - 69250 + 69091, + 69108 ], "loc": { "start": { - "line": 2318, + "line": 2314, "column": 8 }, "end": { - "line": 2318, + "line": 2314, "column": 25 } } @@ -125572,16 +125125,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 69263, - 69273 + 69121, + 69131 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 12 }, "end": { - "line": 2319, + "line": 2315, "column": 22 } } @@ -125592,16 +125145,16 @@ "type": "Identifier", "name": "typed", "range": [ - 69276, - 69281 + 69134, + 69139 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 25 }, "end": { - "line": 2319, + "line": 2315, "column": 30 } } @@ -125617,16 +125170,16 @@ "object": { "type": "ThisExpression", "range": [ - 69284, - 69288 + 69142, + 69146 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 33 }, "end": { - "line": 2319, + "line": 2315, "column": 37 } } @@ -125635,31 +125188,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 69289, - 69300 + 69147, + 69158 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 38 }, "end": { - "line": 2319, + "line": 2315, "column": 49 } } }, "range": [ - 69284, - 69300 + 69142, + 69158 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 33 }, "end": { - "line": 2319, + "line": 2315, "column": 49 } } @@ -125668,31 +125221,31 @@ "type": "Identifier", "name": "bind", "range": [ - 69301, - 69305 + 69159, + 69163 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 50 }, "end": { - "line": 2319, + "line": 2315, "column": 54 } } }, "range": [ - 69284, - 69305 + 69142, + 69163 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 33 }, "end": { - "line": 2319, + "line": 2315, "column": 54 } } @@ -125701,32 +125254,32 @@ { "type": "ThisExpression", "range": [ - 69306, - 69310 + 69164, + 69168 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 55 }, "end": { - "line": 2319, + "line": 2315, "column": 59 } } } ], "range": [ - 69284, - 69311 + 69142, + 69169 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 33 }, "end": { - "line": 2319, + "line": 2315, "column": 60 } } @@ -125742,16 +125295,16 @@ "object": { "type": "ThisExpression", "range": [ - 69326, - 69330 + 69184, + 69188 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 12 }, "end": { - "line": 2320, + "line": 2316, "column": 16 } } @@ -125760,31 +125313,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 69331, - 69343 + 69189, + 69201 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 17 }, "end": { - "line": 2320, + "line": 2316, "column": 29 } } }, "range": [ - 69326, - 69343 + 69184, + 69201 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 12 }, "end": { - "line": 2320, + "line": 2316, "column": 29 } } @@ -125793,31 +125346,31 @@ "type": "Identifier", "name": "bind", "range": [ - 69344, - 69348 + 69202, + 69206 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 30 }, "end": { - "line": 2320, + "line": 2316, "column": 34 } } }, "range": [ - 69326, - 69348 + 69184, + 69206 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 12 }, "end": { - "line": 2320, + "line": 2316, "column": 34 } } @@ -125826,62 +125379,62 @@ { "type": "ThisExpression", "range": [ - 69349, - 69353 + 69207, + 69211 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 35 }, "end": { - "line": 2320, + "line": 2316, "column": 39 } } } ], "range": [ - 69326, - 69354 + 69184, + 69212 ], "loc": { "start": { - "line": 2320, + "line": 2316, "column": 12 }, "end": { - "line": 2320, + "line": 2316, "column": 40 } } }, "range": [ - 69276, - 69354 + 69134, + 69212 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 25 }, "end": { - "line": 2320, + "line": 2316, "column": 40 } } }, "range": [ - 69263, - 69354 + 69121, + 69212 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 12 }, "end": { - "line": 2320, + "line": 2316, "column": 40 } } @@ -125889,16 +125442,16 @@ ], "kind": "let", "range": [ - 69259, - 69355 + 69117, + 69213 ], "loc": { "start": { - "line": 2319, + "line": 2315, "column": 8 }, "end": { - "line": 2320, + "line": 2316, "column": 41 } } @@ -125909,16 +125462,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69369, - 69383 + 69227, + 69241 ], "loc": { "start": { - "line": 2322, + "line": 2318, "column": 12 }, "end": { - "line": 2322, + "line": 2318, "column": 26 } } @@ -125935,16 +125488,16 @@ "type": "Identifier", "name": "headers", "range": [ - 69403, - 69410 + 69261, + 69268 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 16 }, "end": { - "line": 2323, + "line": 2319, "column": 23 } } @@ -125957,16 +125510,16 @@ "object": { "type": "ThisExpression", "range": [ - 69413, - 69417 + 69271, + 69275 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 26 }, "end": { - "line": 2323, + "line": 2319, "column": 30 } } @@ -125975,31 +125528,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 69418, - 69432 + 69276, + 69290 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 31 }, "end": { - "line": 2323, + "line": 2319, "column": 45 } } }, "range": [ - 69413, - 69432 + 69271, + 69290 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 26 }, "end": { - "line": 2323, + "line": 2319, "column": 45 } } @@ -126009,47 +125562,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69433, - 69450 + 69291, + 69308 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 46 }, "end": { - "line": 2323, + "line": 2319, "column": 63 } } } ], "range": [ - 69413, - 69451 + 69271, + 69309 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 26 }, "end": { - "line": 2323, + "line": 2319, "column": 64 } } }, "range": [ - 69403, - 69451 + 69261, + 69309 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 16 }, "end": { - "line": 2323, + "line": 2319, "column": 64 } } @@ -126057,16 +125610,16 @@ ], "kind": "let", "range": [ - 69399, - 69452 + 69257, + 69310 ], "loc": { "start": { - "line": 2323, + "line": 2319, "column": 12 }, "end": { - "line": 2323, + "line": 2319, "column": 65 } } @@ -126082,16 +125635,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 69465, - 69472 + 69323, + 69330 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 12 }, "end": { - "line": 2324, + "line": 2320, "column": 19 } } @@ -126100,31 +125653,31 @@ "type": "Identifier", "name": "push", "range": [ - 69473, - 69477 + 69331, + 69335 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 20 }, "end": { - "line": 2324, + "line": 2320, "column": 24 } } }, "range": [ - 69465, - 69477 + 69323, + 69335 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 12 }, "end": { - "line": 2324, + "line": 2320, "column": 24 } } @@ -126141,16 +125694,16 @@ "object": { "type": "ThisExpression", "range": [ - 69479, - 69483 + 69337, + 69341 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 26 }, "end": { - "line": 2324, + "line": 2320, "column": 30 } } @@ -126159,47 +125712,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 69484, - 69502 + 69342, + 69360 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 31 }, "end": { - "line": 2324, + "line": 2320, "column": 49 } } }, "range": [ - 69479, - 69502 + 69337, + 69360 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 26 }, "end": { - "line": 2324, + "line": 2320, "column": 49 } } }, "arguments": [], "range": [ - 69479, - 69504 + 69337, + 69362 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 26 }, "end": { - "line": 2324, + "line": 2320, "column": 51 } } @@ -126208,95 +125761,95 @@ "type": "Identifier", "name": "headers", "range": [ - 69506, - 69513 + 69364, + 69371 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 53 }, "end": { - "line": 2324, + "line": 2320, "column": 60 } } } ], "range": [ - 69478, - 69514 + 69336, + 69372 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 25 }, "end": { - "line": 2324, + "line": 2320, "column": 61 } } } ], "range": [ - 69465, - 69515 + 69323, + 69373 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 12 }, "end": { - "line": 2324, + "line": 2320, "column": 62 } } }, "range": [ - 69465, - 69516 + 69323, + 69374 ], "loc": { "start": { - "line": 2324, + "line": 2320, "column": 12 }, "end": { - "line": 2324, + "line": 2320, "column": 63 } } } ], "range": [ - 69385, - 69526 + 69243, + 69384 ], "loc": { "start": { - "line": 2322, + "line": 2318, "column": 28 }, "end": { - "line": 2325, + "line": 2321, "column": 9 } } }, "alternate": null, "range": [ - 69365, - 69526 + 69223, + 69384 ], "loc": { "start": { - "line": 2322, + "line": 2318, "column": 8 }, "end": { - "line": 2325, + "line": 2321, "column": 9 } } @@ -126312,16 +125865,16 @@ "type": "Identifier", "name": "k", "range": [ - 69544, - 69545 + 69402, + 69403 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 17 }, "end": { - "line": 2326, + "line": 2322, "column": 18 } } @@ -126332,16 +125885,16 @@ "object": { "type": "ThisExpression", "range": [ - 69548, - 69552 + 69406, + 69410 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 21 }, "end": { - "line": 2326, + "line": 2322, "column": 25 } } @@ -126350,46 +125903,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 69553, - 69559 + 69411, + 69417 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 26 }, "end": { - "line": 2326, + "line": 2322, "column": 32 } } }, "range": [ - 69548, - 69559 + 69406, + 69417 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 21 }, "end": { - "line": 2326, + "line": 2322, "column": 32 } } }, "range": [ - 69544, - 69559 + 69402, + 69417 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 17 }, "end": { - "line": 2326, + "line": 2322, "column": 32 } } @@ -126397,16 +125950,16 @@ ], "kind": "let", "range": [ - 69540, - 69559 + 69398, + 69417 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 13 }, "end": { - "line": 2326, + "line": 2322, "column": 32 } } @@ -126418,16 +125971,16 @@ "type": "Identifier", "name": "k", "range": [ - 69561, - 69562 + 69419, + 69420 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 34 }, "end": { - "line": 2326, + "line": 2322, "column": 35 } } @@ -126436,31 +125989,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 69565, - 69571 + 69423, + 69429 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 38 }, "end": { - "line": 2326, + "line": 2322, "column": 44 } } }, "range": [ - 69561, - 69571 + 69419, + 69429 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 34 }, "end": { - "line": 2326, + "line": 2322, "column": 44 } } @@ -126472,32 +126025,32 @@ "type": "Identifier", "name": "k", "range": [ - 69573, - 69574 + 69431, + 69432 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 46 }, "end": { - "line": 2326, + "line": 2322, "column": 47 } } }, "prefix": false, "range": [ - 69573, - 69576 + 69431, + 69434 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 46 }, "end": { - "line": 2326, + "line": 2322, "column": 49 } } @@ -126514,16 +126067,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 69596, - 69603 + 69454, + 69461 ], "loc": { "start": { - "line": 2327, + "line": 2323, "column": 16 }, "end": { - "line": 2327, + "line": 2323, "column": 23 } } @@ -126535,16 +126088,16 @@ "type": "Identifier", "name": "k", "range": [ - 69607, - 69608 + 69465, + 69466 ], "loc": { "start": { - "line": 2327, + "line": 2323, "column": 27 }, "end": { - "line": 2327, + "line": 2323, "column": 28 } } @@ -126553,47 +126106,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 69610, - 69612 + 69468, + 69470 ], "loc": { "start": { - "line": 2327, + "line": 2323, "column": 30 }, "end": { - "line": 2327, + "line": 2323, "column": 32 } } } ], "range": [ - 69606, - 69613 + 69464, + 69471 ], "loc": { "start": { - "line": 2327, + "line": 2323, "column": 26 }, "end": { - "line": 2327, + "line": 2323, "column": 33 } } }, "range": [ - 69596, - 69613 + 69454, + 69471 ], "loc": { "start": { - "line": 2327, + "line": 2323, "column": 16 }, "end": { - "line": 2327, + "line": 2323, "column": 33 } } @@ -126601,16 +126154,16 @@ ], "kind": "let", "range": [ - 69592, - 69614 + 69450, + 69472 ], "loc": { "start": { - "line": 2327, + "line": 2323, "column": 12 }, "end": { - "line": 2327, + "line": 2323, "column": 34 } } @@ -126624,16 +126177,16 @@ "type": "Identifier", "name": "cells", "range": [ - 69631, - 69636 + 69489, + 69494 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 16 }, "end": { - "line": 2328, + "line": 2324, "column": 21 } } @@ -126648,16 +126201,16 @@ "type": "Identifier", "name": "rows", "range": [ - 69639, - 69643 + 69497, + 69501 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 24 }, "end": { - "line": 2328, + "line": 2324, "column": 28 } } @@ -126666,31 +126219,31 @@ "type": "Identifier", "name": "k", "range": [ - 69644, - 69645 + 69502, + 69503 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 29 }, "end": { - "line": 2328, + "line": 2324, "column": 30 } } }, "range": [ - 69639, - 69646 + 69497, + 69504 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 24 }, "end": { - "line": 2328, + "line": 2324, "column": 31 } } @@ -126699,46 +126252,46 @@ "type": "Identifier", "name": "cells", "range": [ - 69647, - 69652 + 69505, + 69510 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 32 }, "end": { - "line": 2328, + "line": 2324, "column": 37 } } }, "range": [ - 69639, - 69652 + 69497, + 69510 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 24 }, "end": { - "line": 2328, + "line": 2324, "column": 37 } } }, "range": [ - 69631, - 69652 + 69489, + 69510 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 16 }, "end": { - "line": 2328, + "line": 2324, "column": 37 } } @@ -126746,16 +126299,16 @@ ], "kind": "let", "range": [ - 69627, - 69653 + 69485, + 69511 ], "loc": { "start": { - "line": 2328, + "line": 2324, "column": 12 }, "end": { - "line": 2328, + "line": 2324, "column": 38 } } @@ -126771,16 +126324,16 @@ "type": "Identifier", "name": "j", "range": [ - 69675, - 69676 + 69533, + 69534 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 21 }, "end": { - "line": 2329, + "line": 2325, "column": 22 } } @@ -126790,31 +126343,31 @@ "value": 0, "raw": "0", "range": [ - 69679, - 69680 + 69537, + 69538 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 25 }, "end": { - "line": 2329, + "line": 2325, "column": 26 } } }, "range": [ - 69675, - 69680 + 69533, + 69538 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 21 }, "end": { - "line": 2329, + "line": 2325, "column": 26 } } @@ -126825,16 +126378,16 @@ "type": "Identifier", "name": "len", "range": [ - 69682, - 69685 + 69540, + 69543 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 28 }, "end": { - "line": 2329, + "line": 2325, "column": 31 } } @@ -126846,16 +126399,16 @@ "type": "Identifier", "name": "cells", "range": [ - 69688, - 69693 + 69546, + 69551 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 34 }, "end": { - "line": 2329, + "line": 2325, "column": 39 } } @@ -126864,46 +126417,46 @@ "type": "Identifier", "name": "length", "range": [ - 69694, - 69700 + 69552, + 69558 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 40 }, "end": { - "line": 2329, + "line": 2325, "column": 46 } } }, "range": [ - 69688, - 69700 + 69546, + 69558 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 34 }, "end": { - "line": 2329, + "line": 2325, "column": 46 } } }, "range": [ - 69682, - 69700 + 69540, + 69558 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 28 }, "end": { - "line": 2329, + "line": 2325, "column": 46 } } @@ -126911,16 +126464,16 @@ ], "kind": "let", "range": [ - 69671, - 69700 + 69529, + 69558 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 17 }, "end": { - "line": 2329, + "line": 2325, "column": 46 } } @@ -126932,16 +126485,16 @@ "type": "Identifier", "name": "j", "range": [ - 69702, - 69703 + 69560, + 69561 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 48 }, "end": { - "line": 2329, + "line": 2325, "column": 49 } } @@ -126950,31 +126503,31 @@ "type": "Identifier", "name": "len", "range": [ - 69706, - 69709 + 69564, + 69567 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 52 }, "end": { - "line": 2329, + "line": 2325, "column": 55 } } }, "range": [ - 69702, - 69709 + 69560, + 69567 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 48 }, "end": { - "line": 2329, + "line": 2325, "column": 55 } } @@ -126986,32 +126539,32 @@ "type": "Identifier", "name": "j", "range": [ - 69711, - 69712 + 69569, + 69570 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 57 }, "end": { - "line": 2329, + "line": 2325, "column": 58 } } }, "prefix": false, "range": [ - 69711, - 69714 + 69569, + 69572 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 57 }, "end": { - "line": 2329, + "line": 2325, "column": 60 } } @@ -127028,16 +126581,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69738, - 69755 + 69596, + 69613 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 20 }, "end": { - "line": 2330, + "line": 2326, "column": 37 } } @@ -127050,16 +126603,16 @@ "object": { "type": "ThisExpression", "range": [ - 69759, - 69763 + 69617, + 69621 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 41 }, "end": { - "line": 2330, + "line": 2326, "column": 45 } } @@ -127068,31 +126621,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 69764, - 69776 + 69622, + 69634 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 46 }, "end": { - "line": 2330, + "line": 2326, "column": 58 } } }, "range": [ - 69759, - 69776 + 69617, + 69634 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 41 }, "end": { - "line": 2330, + "line": 2326, "column": 58 } } @@ -127103,47 +126656,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 69777, - 69793 + 69635, + 69651 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 59 }, "end": { - "line": 2330, + "line": 2326, "column": 75 } } } ], "range": [ - 69759, - 69794 + 69617, + 69652 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 41 }, "end": { - "line": 2330, + "line": 2326, "column": 76 } } }, "range": [ - 69738, - 69794 + 69596, + 69652 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 20 }, "end": { - "line": 2330, + "line": 2326, "column": 76 } } @@ -127166,16 +126719,16 @@ "object": { "type": "ThisExpression", "range": [ - 69822, - 69826 + 69680, + 69684 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 24 }, "end": { - "line": 2331, + "line": 2327, "column": 28 } } @@ -127184,31 +126737,31 @@ "type": "Identifier", "name": "extension", "range": [ - 69827, - 69836 + 69685, + 69694 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 29 }, "end": { - "line": 2331, + "line": 2327, "column": 38 } } }, "range": [ - 69822, - 69836 + 69680, + 69694 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 24 }, "end": { - "line": 2331, + "line": 2327, "column": 38 } } @@ -127219,32 +126772,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 69837, - 69853 + 69695, + 69711 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 39 }, "end": { - "line": 2331, + "line": 2327, "column": 55 } } } ], "range": [ - 69822, - 69854 + 69680, + 69712 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 24 }, "end": { - "line": 2331, + "line": 2327, "column": 56 } } @@ -127253,31 +126806,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 69855, - 69866 + 69713, + 69724 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 57 }, "end": { - "line": 2331, + "line": 2327, "column": 68 } } }, "range": [ - 69822, - 69866 + 69680, + 69724 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 24 }, "end": { - "line": 2331, + "line": 2327, "column": 68 } } @@ -127287,32 +126840,32 @@ "type": "Identifier", "name": "j", "range": [ - 69867, - 69868 + 69725, + 69726 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 69 }, "end": { - "line": 2331, + "line": 2327, "column": 70 } } } ], "range": [ - 69822, - 69869 + 69680, + 69727 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 24 }, "end": { - "line": 2331, + "line": 2327, "column": 71 } } @@ -127324,80 +126877,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 69897, - 69906 + 69755, + 69764 ], "loc": { "start": { - "line": 2332, + "line": 2328, "column": 24 }, "end": { - "line": 2332, + "line": 2328, "column": 33 } } } ], "range": [ - 69871, - 69928 + 69729, + 69786 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 73 }, "end": { - "line": 2333, + "line": 2329, "column": 21 } } }, "alternate": null, "range": [ - 69818, - 69928 + 69676, + 69786 ], "loc": { "start": { - "line": 2331, + "line": 2327, "column": 20 }, "end": { - "line": 2333, + "line": 2329, "column": 21 } } } ], "range": [ - 69796, - 69946 + 69654, + 69804 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 78 }, "end": { - "line": 2334, + "line": 2330, "column": 17 } } }, "alternate": null, "range": [ - 69734, - 69946 + 69592, + 69804 ], "loc": { "start": { - "line": 2330, + "line": 2326, "column": 16 }, "end": { - "line": 2334, + "line": 2330, "column": 17 } } @@ -127411,16 +126964,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 69967, - 69976 + 69825, + 69834 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 20 }, "end": { - "line": 2335, + "line": 2331, "column": 29 } } @@ -127431,16 +126984,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 69979, - 69989 + 69837, + 69847 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 32 }, "end": { - "line": 2335, + "line": 2331, "column": 42 } } @@ -127453,16 +127006,16 @@ "type": "Identifier", "name": "cells", "range": [ - 69990, - 69995 + 69848, + 69853 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 43 }, "end": { - "line": 2335, + "line": 2331, "column": 48 } } @@ -127471,62 +127024,62 @@ "type": "Identifier", "name": "j", "range": [ - 69996, - 69997 + 69854, + 69855 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 49 }, "end": { - "line": 2335, + "line": 2331, "column": 50 } } }, "range": [ - 69990, - 69998 + 69848, + 69856 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 43 }, "end": { - "line": 2335, + "line": 2331, "column": 51 } } } ], "range": [ - 69979, - 69999 + 69837, + 69857 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 32 }, "end": { - "line": 2335, + "line": 2331, "column": 52 } } }, "range": [ - 69967, - 69999 + 69825, + 69857 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 20 }, "end": { - "line": 2335, + "line": 2331, "column": 52 } } @@ -127534,16 +127087,16 @@ ], "kind": "let", "range": [ - 69963, - 70000 + 69821, + 69858 ], "loc": { "start": { - "line": 2335, + "line": 2331, "column": 16 }, "end": { - "line": 2335, + "line": 2331, "column": 53 } } @@ -127562,16 +127115,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 70017, - 70024 + 69875, + 69882 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 16 }, "end": { - "line": 2336, + "line": 2332, "column": 23 } } @@ -127581,31 +127134,31 @@ "value": 1, "raw": "1", "range": [ - 70025, - 70026 + 69883, + 69884 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 24 }, "end": { - "line": 2336, + "line": 2332, "column": 25 } } }, "range": [ - 70017, - 70027 + 69875, + 69885 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 16 }, "end": { - "line": 2336, + "line": 2332, "column": 26 } } @@ -127614,31 +127167,31 @@ "type": "Identifier", "name": "push", "range": [ - 70028, - 70032 + 69886, + 69890 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 27 }, "end": { - "line": 2336, + "line": 2332, "column": 31 } } }, "range": [ - 70017, - 70032 + 69875, + 69890 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 16 }, "end": { - "line": 2336, + "line": 2332, "column": 31 } } @@ -127648,78 +127201,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 70033, - 70042 + 69891, + 69900 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 32 }, "end": { - "line": 2336, + "line": 2332, "column": 41 } } } ], "range": [ - 70017, - 70043 + 69875, + 69901 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 16 }, "end": { - "line": 2336, + "line": 2332, "column": 42 } } }, "range": [ - 70017, - 70044 + 69875, + 69902 ], "loc": { "start": { - "line": 2336, + "line": 2332, "column": 16 }, "end": { - "line": 2336, + "line": 2332, "column": 43 } } } ], "range": [ - 69716, - 70058 + 69574, + 69916 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 62 }, "end": { - "line": 2337, + "line": 2333, "column": 13 } } }, "range": [ - 69666, - 70058 + 69524, + 69916 ], "loc": { "start": { - "line": 2329, + "line": 2325, "column": 12 }, "end": { - "line": 2337, + "line": 2333, "column": 13 } } @@ -127735,16 +127288,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 70071, - 70078 + 69929, + 69936 ], "loc": { "start": { - "line": 2338, + "line": 2334, "column": 12 }, "end": { - "line": 2338, + "line": 2334, "column": 19 } } @@ -127753,31 +127306,31 @@ "type": "Identifier", "name": "push", "range": [ - 70079, - 70083 + 69937, + 69941 ], "loc": { "start": { - "line": 2338, + "line": 2334, "column": 20 }, "end": { - "line": 2338, + "line": 2334, "column": 24 } } }, "range": [ - 70071, - 70083 + 69929, + 69941 ], "loc": { "start": { - "line": 2338, + "line": 2334, "column": 12 }, "end": { - "line": 2338, + "line": 2334, "column": 24 } } @@ -127787,78 +127340,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 70084, - 70091 + 69942, + 69949 ], "loc": { "start": { - "line": 2338, + "line": 2334, "column": 25 }, "end": { - "line": 2338, + "line": 2334, "column": 32 } } } ], "range": [ - 70071, - 70092 + 69929, + 69950 ], "loc": { "start": { - "line": 2338, + "line": 2334, "column": 12 }, "end": { - "line": 2338, + "line": 2334, "column": 33 } } }, "range": [ - 70071, - 70093 + 69929, + 69951 ], "loc": { "start": { - "line": 2338, + "line": 2334, "column": 12 }, "end": { - "line": 2338, + "line": 2334, "column": 34 } } } ], "range": [ - 69578, - 70103 + 69436, + 69961 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 51 }, "end": { - "line": 2339, + "line": 2335, "column": 9 } } }, "range": [ - 69535, - 70103 + 69393, + 69961 ], "loc": { "start": { - "line": 2326, + "line": 2322, "column": 8 }, "end": { - "line": 2339, + "line": 2335, "column": 9 } } @@ -127869,47 +127422,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 70119, - 70126 + 69977, + 69984 ], "loc": { "start": { - "line": 2340, + "line": 2336, "column": 15 }, "end": { - "line": 2340, + "line": 2336, "column": 22 } } }, "range": [ - 70112, - 70127 + 69970, + 69985 ], "loc": { "start": { - "line": 2340, + "line": 2336, "column": 8 }, "end": { - "line": 2340, + "line": 2336, "column": 23 } } } ], "range": [ - 69146, - 70133 + 69004, + 69991 ], "loc": { "start": { - "line": 2315, + "line": 2311, "column": 6 }, "end": { - "line": 2341, + "line": 2337, "column": 5 } } @@ -127917,16 +127470,16 @@ "generator": false, "expression": false, "range": [ - 69049, - 70133 + 68907, + 69991 ], "loc": { "start": { - "line": 2311, + "line": 2307, "column": 16 }, "end": { - "line": 2341, + "line": 2337, "column": 5 } } @@ -127934,16 +127487,16 @@ "kind": "method", "computed": false, "range": [ - 69037, - 70133 + 68895, + 69991 ], "loc": { "start": { - "line": 2311, + "line": 2307, "column": 4 }, "end": { - "line": 2341, + "line": 2337, "column": 5 } }, @@ -127952,16 +127505,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 68576, - 69032 + 68434, + 68890 ], "loc": { "start": { - "line": 2298, + "line": 2294, "column": 4 }, "end": { - "line": 2310, + "line": 2306, "column": 7 } } @@ -127972,16 +127525,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=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 70139, - 70598 + 69997, + 70456 ], "loc": { "start": { - "line": 2343, + "line": 2339, "column": 4 }, "end": { - "line": 2355, + "line": 2351, "column": 7 } } @@ -127995,16 +127548,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 70603, - 70618 + 70461, + 70476 ], "loc": { "start": { - "line": 2356, + "line": 2352, "column": 4 }, "end": { - "line": 2356, + "line": 2352, "column": 19 } } @@ -128019,16 +127572,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70628, - 70642 + 70486, + 70500 ], "loc": { "start": { - "line": 2357, + "line": 2353, "column": 8 }, "end": { - "line": 2357, + "line": 2353, "column": 22 } } @@ -128038,31 +127591,31 @@ "value": false, "raw": "false", "range": [ - 70645, - 70650 + 70503, + 70508 ], "loc": { "start": { - "line": 2357, + "line": 2353, "column": 25 }, "end": { - "line": 2357, + "line": 2353, "column": 30 } } }, "range": [ - 70628, - 70650 + 70486, + 70508 ], "loc": { "start": { - "line": 2357, + "line": 2353, "column": 8 }, "end": { - "line": 2357, + "line": 2353, "column": 30 } } @@ -128073,16 +127626,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70660, - 70677 + 70518, + 70535 ], "loc": { "start": { - "line": 2358, + "line": 2354, "column": 8 }, "end": { - "line": 2358, + "line": 2354, "column": 25 } } @@ -128092,31 +127645,31 @@ "value": false, "raw": "false", "range": [ - 70680, - 70685 + 70538, + 70543 ], "loc": { "start": { - "line": 2358, + "line": 2354, "column": 28 }, "end": { - "line": 2358, + "line": 2354, "column": 33 } } }, "range": [ - 70660, - 70685 + 70518, + 70543 ], "loc": { "start": { - "line": 2358, + "line": 2354, "column": 8 }, "end": { - "line": 2358, + "line": 2354, "column": 33 } } @@ -128127,16 +127680,16 @@ "type": "Identifier", "name": "typed", "range": [ - 70695, - 70700 + 70553, + 70558 ], "loc": { "start": { - "line": 2359, + "line": 2355, "column": 8 }, "end": { - "line": 2359, + "line": 2355, "column": 13 } } @@ -128146,31 +127699,31 @@ "value": false, "raw": "false", "range": [ - 70703, - 70708 + 70561, + 70566 ], "loc": { "start": { - "line": 2359, + "line": 2355, "column": 16 }, "end": { - "line": 2359, + "line": 2355, "column": 21 } } }, "range": [ - 70695, - 70708 + 70553, + 70566 ], "loc": { "start": { - "line": 2359, + "line": 2355, "column": 8 }, "end": { - "line": 2359, + "line": 2355, "column": 21 } } @@ -128190,16 +127743,16 @@ "object": { "type": "ThisExpression", "range": [ - 70730, - 70734 + 70588, + 70592 ], "loc": { "start": { - "line": 2361, + "line": 2357, "column": 13 }, "end": { - "line": 2361, + "line": 2357, "column": 17 } } @@ -128208,47 +127761,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 70735, - 70749 + 70593, + 70607 ], "loc": { "start": { - "line": 2361, + "line": 2357, "column": 18 }, "end": { - "line": 2361, + "line": 2357, "column": 32 } } }, "range": [ - 70730, - 70749 + 70588, + 70607 ], "loc": { "start": { - "line": 2361, + "line": 2357, "column": 13 }, "end": { - "line": 2361, + "line": 2357, "column": 32 } } }, "prefix": true, "range": [ - 70729, - 70749 + 70587, + 70607 ], "loc": { "start": { - "line": 2361, + "line": 2357, "column": 12 }, "end": { - "line": 2361, + "line": 2357, "column": 32 } } @@ -128262,63 +127815,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70772, - 70774 + 70630, + 70632 ], "loc": { "start": { - "line": 2362, + "line": 2358, "column": 19 }, "end": { - "line": 2362, + "line": 2358, "column": 21 } } }, "range": [ - 70765, - 70775 + 70623, + 70633 ], "loc": { "start": { - "line": 2362, + "line": 2358, "column": 12 }, "end": { - "line": 2362, + "line": 2358, "column": 22 } } } ], "range": [ - 70751, - 70785 + 70609, + 70643 ], "loc": { "start": { - "line": 2361, + "line": 2357, "column": 34 }, "end": { - "line": 2363, + "line": 2359, "column": 9 } } }, "alternate": null, "range": [ - 70725, - 70785 + 70583, + 70643 ], "loc": { "start": { - "line": 2361, + "line": 2357, "column": 8 }, "end": { - "line": 2363, + "line": 2359, "column": 9 } } @@ -128332,16 +127885,16 @@ "type": "Identifier", "name": "rows", "range": [ - 70798, - 70802 + 70656, + 70660 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 12 }, "end": { - "line": 2364, + "line": 2360, "column": 16 } } @@ -128355,16 +127908,16 @@ "object": { "type": "ThisExpression", "range": [ - 70805, - 70809 + 70663, + 70667 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 19 }, "end": { - "line": 2364, + "line": 2360, "column": 23 } } @@ -128373,31 +127926,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 70810, - 70813 + 70668, + 70671 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 24 }, "end": { - "line": 2364, + "line": 2360, "column": 27 } } }, "range": [ - 70805, - 70813 + 70663, + 70671 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 19 }, "end": { - "line": 2364, + "line": 2360, "column": 27 } } @@ -128406,46 +127959,46 @@ "type": "Identifier", "name": "rows", "range": [ - 70814, - 70818 + 70672, + 70676 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 28 }, "end": { - "line": 2364, + "line": 2360, "column": 32 } } }, "range": [ - 70805, - 70818 + 70663, + 70676 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 19 }, "end": { - "line": 2364, + "line": 2360, "column": 32 } } }, "range": [ - 70798, - 70818 + 70656, + 70676 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 12 }, "end": { - "line": 2364, + "line": 2360, "column": 32 } } @@ -128456,16 +128009,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 70832, - 70844 + 70690, + 70702 ], "loc": { "start": { - "line": 2365, + "line": 2361, "column": 12 }, "end": { - "line": 2365, + "line": 2361, "column": 24 } } @@ -128474,31 +128027,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70847, - 70849 + 70705, + 70707 ], "loc": { "start": { - "line": 2365, + "line": 2361, "column": 27 }, "end": { - "line": 2365, + "line": 2361, "column": 29 } } }, "range": [ - 70832, - 70849 + 70690, + 70707 ], "loc": { "start": { - "line": 2365, + "line": 2361, "column": 12 }, "end": { - "line": 2365, + "line": 2361, "column": 29 } } @@ -128506,16 +128059,16 @@ ], "kind": "let", "range": [ - 70794, - 70850 + 70652, + 70708 ], "loc": { "start": { - "line": 2364, + "line": 2360, "column": 8 }, "end": { - "line": 2365, + "line": 2361, "column": 30 } } @@ -128529,16 +128082,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 70863, - 70873 + 70721, + 70731 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 12 }, "end": { - "line": 2366, + "line": 2362, "column": 22 } } @@ -128549,16 +128102,16 @@ "type": "Identifier", "name": "typed", "range": [ - 70876, - 70881 + 70734, + 70739 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 25 }, "end": { - "line": 2366, + "line": 2362, "column": 30 } } @@ -128574,16 +128127,16 @@ "object": { "type": "ThisExpression", "range": [ - 70884, - 70888 + 70742, + 70746 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 33 }, "end": { - "line": 2366, + "line": 2362, "column": 37 } } @@ -128592,31 +128145,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 70889, - 70900 + 70747, + 70758 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 38 }, "end": { - "line": 2366, + "line": 2362, "column": 49 } } }, "range": [ - 70884, - 70900 + 70742, + 70758 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 33 }, "end": { - "line": 2366, + "line": 2362, "column": 49 } } @@ -128625,31 +128178,31 @@ "type": "Identifier", "name": "bind", "range": [ - 70901, - 70905 + 70759, + 70763 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 50 }, "end": { - "line": 2366, + "line": 2362, "column": 54 } } }, "range": [ - 70884, - 70905 + 70742, + 70763 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 33 }, "end": { - "line": 2366, + "line": 2362, "column": 54 } } @@ -128658,32 +128211,32 @@ { "type": "ThisExpression", "range": [ - 70906, - 70910 + 70764, + 70768 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 55 }, "end": { - "line": 2366, + "line": 2362, "column": 59 } } } ], "range": [ - 70884, - 70911 + 70742, + 70769 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 33 }, "end": { - "line": 2366, + "line": 2362, "column": 60 } } @@ -128699,16 +128252,16 @@ "object": { "type": "ThisExpression", "range": [ - 70926, - 70930 + 70784, + 70788 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 12 }, "end": { - "line": 2367, + "line": 2363, "column": 16 } } @@ -128717,31 +128270,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 70931, - 70943 + 70789, + 70801 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 17 }, "end": { - "line": 2367, + "line": 2363, "column": 29 } } }, "range": [ - 70926, - 70943 + 70784, + 70801 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 12 }, "end": { - "line": 2367, + "line": 2363, "column": 29 } } @@ -128750,31 +128303,31 @@ "type": "Identifier", "name": "bind", "range": [ - 70944, - 70948 + 70802, + 70806 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 30 }, "end": { - "line": 2367, + "line": 2363, "column": 34 } } }, "range": [ - 70926, - 70948 + 70784, + 70806 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 12 }, "end": { - "line": 2367, + "line": 2363, "column": 34 } } @@ -128783,62 +128336,62 @@ { "type": "ThisExpression", "range": [ - 70949, - 70953 + 70807, + 70811 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 35 }, "end": { - "line": 2367, + "line": 2363, "column": 39 } } } ], "range": [ - 70926, - 70954 + 70784, + 70812 ], "loc": { "start": { - "line": 2367, + "line": 2363, "column": 12 }, "end": { - "line": 2367, + "line": 2363, "column": 40 } } }, "range": [ - 70876, - 70954 + 70734, + 70812 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 25 }, "end": { - "line": 2367, + "line": 2363, "column": 40 } } }, "range": [ - 70863, - 70954 + 70721, + 70812 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 12 }, "end": { - "line": 2367, + "line": 2363, "column": 40 } } @@ -128846,16 +128399,16 @@ ], "kind": "let", "range": [ - 70859, - 70955 + 70717, + 70813 ], "loc": { "start": { - "line": 2366, + "line": 2362, "column": 8 }, "end": { - "line": 2367, + "line": 2363, "column": 41 } } @@ -128866,16 +128419,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70969, - 70983 + 70827, + 70841 ], "loc": { "start": { - "line": 2369, + "line": 2365, "column": 12 }, "end": { - "line": 2369, + "line": 2365, "column": 26 } } @@ -128892,16 +128445,16 @@ "type": "Identifier", "name": "headers", "range": [ - 71003, - 71010 + 70861, + 70868 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 16 }, "end": { - "line": 2370, + "line": 2366, "column": 23 } } @@ -128914,16 +128467,16 @@ "object": { "type": "ThisExpression", "range": [ - 71013, - 71017 + 70871, + 70875 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 26 }, "end": { - "line": 2370, + "line": 2366, "column": 30 } } @@ -128932,31 +128485,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 71018, - 71032 + 70876, + 70890 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 31 }, "end": { - "line": 2370, + "line": 2366, "column": 45 } } }, "range": [ - 71013, - 71032 + 70871, + 70890 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 26 }, "end": { - "line": 2370, + "line": 2366, "column": 45 } } @@ -128966,47 +128519,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71033, - 71050 + 70891, + 70908 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 46 }, "end": { - "line": 2370, + "line": 2366, "column": 63 } } } ], "range": [ - 71013, - 71051 + 70871, + 70909 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 26 }, "end": { - "line": 2370, + "line": 2366, "column": 64 } } }, "range": [ - 71003, - 71051 + 70861, + 70909 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 16 }, "end": { - "line": 2370, + "line": 2366, "column": 64 } } @@ -129014,16 +128567,16 @@ ], "kind": "let", "range": [ - 70999, - 71052 + 70857, + 70910 ], "loc": { "start": { - "line": 2370, + "line": 2366, "column": 12 }, "end": { - "line": 2370, + "line": 2366, "column": 65 } } @@ -129039,16 +128592,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71065, - 71077 + 70923, + 70935 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 12 }, "end": { - "line": 2371, + "line": 2367, "column": 24 } } @@ -129057,31 +128610,31 @@ "type": "Identifier", "name": "push", "range": [ - 71078, - 71082 + 70936, + 70940 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 25 }, "end": { - "line": 2371, + "line": 2367, "column": 29 } } }, "range": [ - 71065, - 71082 + 70923, + 70940 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 12 }, "end": { - "line": 2371, + "line": 2367, "column": 29 } } @@ -129098,16 +128651,16 @@ "object": { "type": "ThisExpression", "range": [ - 71084, - 71088 + 70942, + 70946 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 31 }, "end": { - "line": 2371, + "line": 2367, "column": 35 } } @@ -129116,47 +128669,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 71089, - 71107 + 70947, + 70965 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 36 }, "end": { - "line": 2371, + "line": 2367, "column": 54 } } }, "range": [ - 71084, - 71107 + 70942, + 70965 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 31 }, "end": { - "line": 2371, + "line": 2367, "column": 54 } } }, "arguments": [], "range": [ - 71084, - 71109 + 70942, + 70967 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 31 }, "end": { - "line": 2371, + "line": 2367, "column": 56 } } @@ -129165,95 +128718,95 @@ "type": "Identifier", "name": "headers", "range": [ - 71111, - 71118 + 70969, + 70976 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 58 }, "end": { - "line": 2371, + "line": 2367, "column": 65 } } } ], "range": [ - 71083, - 71119 + 70941, + 70977 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 30 }, "end": { - "line": 2371, + "line": 2367, "column": 66 } } } ], "range": [ - 71065, - 71120 + 70923, + 70978 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 12 }, "end": { - "line": 2371, + "line": 2367, "column": 67 } } }, "range": [ - 71065, - 71121 + 70923, + 70979 ], "loc": { "start": { - "line": 2371, + "line": 2367, "column": 12 }, "end": { - "line": 2371, + "line": 2367, "column": 68 } } } ], "range": [ - 70985, - 71131 + 70843, + 70989 ], "loc": { "start": { - "line": 2369, + "line": 2365, "column": 28 }, "end": { - "line": 2372, + "line": 2368, "column": 9 } } }, "alternate": null, "range": [ - 70965, - 71131 + 70823, + 70989 ], "loc": { "start": { - "line": 2369, + "line": 2365, "column": 8 }, "end": { - "line": 2372, + "line": 2368, "column": 9 } } @@ -129267,16 +128820,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 71145, - 71154 + 71003, + 71012 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 12 }, "end": { - "line": 2374, + "line": 2370, "column": 21 } } @@ -129289,16 +128842,16 @@ "object": { "type": "ThisExpression", "range": [ - 71157, - 71161 + 71015, + 71019 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 24 }, "end": { - "line": 2374, + "line": 2370, "column": 28 } } @@ -129307,31 +128860,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 71162, - 71174 + 71020, + 71032 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 29 }, "end": { - "line": 2374, + "line": 2370, "column": 41 } } }, "range": [ - 71157, - 71174 + 71015, + 71032 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 24 }, "end": { - "line": 2374, + "line": 2370, "column": 41 } } @@ -129342,47 +128895,47 @@ "value": true, "raw": "true", "range": [ - 71175, - 71179 + 71033, + 71037 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 42 }, "end": { - "line": 2374, + "line": 2370, "column": 46 } } } ], "range": [ - 71157, - 71180 + 71015, + 71038 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 24 }, "end": { - "line": 2374, + "line": 2370, "column": 47 } } }, "range": [ - 71145, - 71180 + 71003, + 71038 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 12 }, "end": { - "line": 2374, + "line": 2370, "column": 47 } } @@ -129390,16 +128943,16 @@ ], "kind": "let", "range": [ - 71141, - 71181 + 70999, + 71039 ], "loc": { "start": { - "line": 2374, + "line": 2370, "column": 8 }, "end": { - "line": 2374, + "line": 2370, "column": 48 } } @@ -129415,16 +128968,16 @@ "type": "Identifier", "name": "i", "range": [ - 71199, - 71200 + 71057, + 71058 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 17 }, "end": { - "line": 2375, + "line": 2371, "column": 18 } } @@ -129434,31 +128987,31 @@ "value": 0, "raw": "0", "range": [ - 71203, - 71204 + 71061, + 71062 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 21 }, "end": { - "line": 2375, + "line": 2371, "column": 22 } } }, "range": [ - 71199, - 71204 + 71057, + 71062 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 17 }, "end": { - "line": 2375, + "line": 2371, "column": 22 } } @@ -129466,16 +129019,16 @@ ], "kind": "let", "range": [ - 71195, - 71204 + 71053, + 71062 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 13 }, "end": { - "line": 2375, + "line": 2371, "column": 22 } } @@ -129487,16 +129040,16 @@ "type": "Identifier", "name": "i", "range": [ - 71206, - 71207 + 71064, + 71065 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 24 }, "end": { - "line": 2375, + "line": 2371, "column": 25 } } @@ -129508,16 +129061,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 71210, - 71219 + 71068, + 71077 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 28 }, "end": { - "line": 2375, + "line": 2371, "column": 37 } } @@ -129526,46 +129079,46 @@ "type": "Identifier", "name": "length", "range": [ - 71220, - 71226 + 71078, + 71084 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 38 }, "end": { - "line": 2375, + "line": 2371, "column": 44 } } }, "range": [ - 71210, - 71226 + 71068, + 71084 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 28 }, "end": { - "line": 2375, + "line": 2371, "column": 44 } } }, "range": [ - 71206, - 71226 + 71064, + 71084 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 24 }, "end": { - "line": 2375, + "line": 2371, "column": 44 } } @@ -129577,32 +129130,32 @@ "type": "Identifier", "name": "i", "range": [ - 71228, - 71229 + 71086, + 71087 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 46 }, "end": { - "line": 2375, + "line": 2371, "column": 47 } } }, "prefix": false, "range": [ - 71228, - 71231 + 71086, + 71089 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 46 }, "end": { - "line": 2375, + "line": 2371, "column": 49 } } @@ -129619,16 +129172,16 @@ "type": "Identifier", "name": "rData", "range": [ - 71251, - 71256 + 71109, + 71114 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 16 }, "end": { - "line": 2376, + "line": 2372, "column": 21 } } @@ -129645,16 +129198,16 @@ "object": { "type": "ThisExpression", "range": [ - 71260, - 71264 + 71118, + 71122 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 25 }, "end": { - "line": 2376, + "line": 2372, "column": 29 } } @@ -129663,31 +129216,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 71265, - 71279 + 71123, + 71137 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 30 }, "end": { - "line": 2376, + "line": 2372, "column": 44 } } }, "range": [ - 71260, - 71279 + 71118, + 71137 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 25 }, "end": { - "line": 2376, + "line": 2372, "column": 44 } } @@ -129696,31 +129249,31 @@ "type": "Identifier", "name": "i", "range": [ - 71280, - 71281 + 71138, + 71139 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 45 }, "end": { - "line": 2376, + "line": 2372, "column": 46 } } }, "range": [ - 71260, - 71282 + 71118, + 71140 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 25 }, "end": { - "line": 2376, + "line": 2372, "column": 47 } } @@ -129729,47 +129282,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 71284, - 71286 + 71142, + 71144 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 49 }, "end": { - "line": 2376, + "line": 2372, "column": 51 } } } ], "range": [ - 71259, - 71287 + 71117, + 71145 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 24 }, "end": { - "line": 2376, + "line": 2372, "column": 52 } } }, "range": [ - 71251, - 71287 + 71109, + 71145 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 16 }, "end": { - "line": 2376, + "line": 2372, "column": 52 } } @@ -129780,16 +129333,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71305, - 71310 + 71163, + 71168 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 16 }, "end": { - "line": 2377, + "line": 2373, "column": 21 } } @@ -129804,16 +129357,16 @@ "type": "Identifier", "name": "rows", "range": [ - 71313, - 71317 + 71171, + 71175 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 24 }, "end": { - "line": 2377, + "line": 2373, "column": 28 } } @@ -129827,16 +129380,16 @@ "object": { "type": "ThisExpression", "range": [ - 71318, - 71322 + 71176, + 71180 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 29 }, "end": { - "line": 2377, + "line": 2373, "column": 33 } } @@ -129845,31 +129398,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 71323, - 71337 + 71181, + 71195 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 34 }, "end": { - "line": 2377, + "line": 2373, "column": 48 } } }, "range": [ - 71318, - 71337 + 71176, + 71195 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 29 }, "end": { - "line": 2377, + "line": 2373, "column": 48 } } @@ -129878,46 +129431,46 @@ "type": "Identifier", "name": "i", "range": [ - 71338, - 71339 + 71196, + 71197 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 49 }, "end": { - "line": 2377, + "line": 2373, "column": 50 } } }, "range": [ - 71318, - 71340 + 71176, + 71198 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 29 }, "end": { - "line": 2377, + "line": 2373, "column": 51 } } }, "range": [ - 71313, - 71341 + 71171, + 71199 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 24 }, "end": { - "line": 2377, + "line": 2373, "column": 52 } } @@ -129926,46 +129479,46 @@ "type": "Identifier", "name": "cells", "range": [ - 71342, - 71347 + 71200, + 71205 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 53 }, "end": { - "line": 2377, + "line": 2373, "column": 58 } } }, "range": [ - 71313, - 71347 + 71171, + 71205 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 24 }, "end": { - "line": 2377, + "line": 2373, "column": 58 } } }, "range": [ - 71305, - 71347 + 71163, + 71205 ], "loc": { "start": { - "line": 2377, + "line": 2373, "column": 16 }, "end": { - "line": 2377, + "line": 2373, "column": 58 } } @@ -129973,16 +129526,16 @@ ], "kind": "let", "range": [ - 71247, - 71348 + 71105, + 71206 ], "loc": { "start": { - "line": 2376, + "line": 2372, "column": 12 }, "end": { - "line": 2377, + "line": 2373, "column": 59 } } @@ -129998,16 +129551,16 @@ "type": "Identifier", "name": "k", "range": [ - 71370, - 71371 + 71228, + 71229 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 21 }, "end": { - "line": 2378, + "line": 2374, "column": 22 } } @@ -130017,31 +129570,31 @@ "value": 0, "raw": "0", "range": [ - 71374, - 71375 + 71232, + 71233 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 25 }, "end": { - "line": 2378, + "line": 2374, "column": 26 } } }, "range": [ - 71370, - 71375 + 71228, + 71233 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 21 }, "end": { - "line": 2378, + "line": 2374, "column": 26 } } @@ -130049,16 +129602,16 @@ ], "kind": "let", "range": [ - 71366, - 71375 + 71224, + 71233 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 17 }, "end": { - "line": 2378, + "line": 2374, "column": 26 } } @@ -130070,16 +129623,16 @@ "type": "Identifier", "name": "k", "range": [ - 71377, - 71378 + 71235, + 71236 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 28 }, "end": { - "line": 2378, + "line": 2374, "column": 29 } } @@ -130091,16 +129644,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71381, - 71386 + 71239, + 71244 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 32 }, "end": { - "line": 2378, + "line": 2374, "column": 37 } } @@ -130109,46 +129662,46 @@ "type": "Identifier", "name": "length", "range": [ - 71387, - 71393 + 71245, + 71251 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 38 }, "end": { - "line": 2378, + "line": 2374, "column": 44 } } }, "range": [ - 71381, - 71393 + 71239, + 71251 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 32 }, "end": { - "line": 2378, + "line": 2374, "column": 44 } } }, "range": [ - 71377, - 71393 + 71235, + 71251 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 28 }, "end": { - "line": 2378, + "line": 2374, "column": 44 } } @@ -130160,32 +129713,32 @@ "type": "Identifier", "name": "k", "range": [ - 71395, - 71396 + 71253, + 71254 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 46 }, "end": { - "line": 2378, + "line": 2374, "column": 47 } } }, "prefix": false, "range": [ - 71395, - 71398 + 71253, + 71256 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 46 }, "end": { - "line": 2378, + "line": 2374, "column": 49 } } @@ -130202,16 +129755,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71422, - 71439 + 71280, + 71297 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 20 }, "end": { - "line": 2379, + "line": 2375, "column": 37 } } @@ -130224,16 +129777,16 @@ "object": { "type": "ThisExpression", "range": [ - 71443, - 71447 + 71301, + 71305 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 41 }, "end": { - "line": 2379, + "line": 2375, "column": 45 } } @@ -130242,31 +129795,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 71448, - 71460 + 71306, + 71318 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 46 }, "end": { - "line": 2379, + "line": 2375, "column": 58 } } }, "range": [ - 71443, - 71460 + 71301, + 71318 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 41 }, "end": { - "line": 2379, + "line": 2375, "column": 58 } } @@ -130277,47 +129830,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 71461, - 71477 + 71319, + 71335 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 59 }, "end": { - "line": 2379, + "line": 2375, "column": 75 } } } ], "range": [ - 71443, - 71478 + 71301, + 71336 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 41 }, "end": { - "line": 2379, + "line": 2375, "column": 76 } } }, "range": [ - 71422, - 71478 + 71280, + 71336 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 20 }, "end": { - "line": 2379, + "line": 2375, "column": 76 } } @@ -130340,16 +129893,16 @@ "object": { "type": "ThisExpression", "range": [ - 71506, - 71510 + 71364, + 71368 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 24 }, "end": { - "line": 2380, + "line": 2376, "column": 28 } } @@ -130358,31 +129911,31 @@ "type": "Identifier", "name": "extension", "range": [ - 71511, - 71520 + 71369, + 71378 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 29 }, "end": { - "line": 2380, + "line": 2376, "column": 38 } } }, "range": [ - 71506, - 71520 + 71364, + 71378 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 24 }, "end": { - "line": 2380, + "line": 2376, "column": 38 } } @@ -130393,32 +129946,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 71521, - 71537 + 71379, + 71395 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 39 }, "end": { - "line": 2380, + "line": 2376, "column": 55 } } } ], "range": [ - 71506, - 71538 + 71364, + 71396 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 24 }, "end": { - "line": 2380, + "line": 2376, "column": 56 } } @@ -130427,31 +129980,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 71539, - 71550 + 71397, + 71408 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 57 }, "end": { - "line": 2380, + "line": 2376, "column": 68 } } }, "range": [ - 71506, - 71550 + 71364, + 71408 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 24 }, "end": { - "line": 2380, + "line": 2376, "column": 68 } } @@ -130461,32 +130014,32 @@ "type": "Identifier", "name": "k", "range": [ - 71551, - 71552 + 71409, + 71410 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 69 }, "end": { - "line": 2380, + "line": 2376, "column": 70 } } } ], "range": [ - 71506, - 71553 + 71364, + 71411 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 24 }, "end": { - "line": 2380, + "line": 2376, "column": 71 } } @@ -130498,80 +130051,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 71581, - 71590 + 71439, + 71448 ], "loc": { "start": { - "line": 2381, + "line": 2377, "column": 24 }, "end": { - "line": 2381, + "line": 2377, "column": 33 } } } ], "range": [ - 71555, - 71612 + 71413, + 71470 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 73 }, "end": { - "line": 2382, + "line": 2378, "column": 21 } } }, "alternate": null, "range": [ - 71502, - 71612 + 71360, + 71470 ], "loc": { "start": { - "line": 2380, + "line": 2376, "column": 20 }, "end": { - "line": 2382, + "line": 2378, "column": 21 } } } ], "range": [ - 71480, - 71630 + 71338, + 71488 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 78 }, "end": { - "line": 2383, + "line": 2379, "column": 17 } } }, "alternate": null, "range": [ - 71418, - 71630 + 71276, + 71488 ], "loc": { "start": { - "line": 2379, + "line": 2375, "column": 16 }, "end": { - "line": 2383, + "line": 2379, "column": 17 } } @@ -130585,16 +130138,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 71651, - 71660 + 71509, + 71518 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 20 }, "end": { - "line": 2384, + "line": 2380, "column": 29 } } @@ -130605,16 +130158,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 71663, - 71673 + 71521, + 71531 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 32 }, "end": { - "line": 2384, + "line": 2380, "column": 42 } } @@ -130627,16 +130180,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71674, - 71679 + 71532, + 71537 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 43 }, "end": { - "line": 2384, + "line": 2380, "column": 48 } } @@ -130645,62 +130198,62 @@ "type": "Identifier", "name": "k", "range": [ - 71680, - 71681 + 71538, + 71539 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 49 }, "end": { - "line": 2384, + "line": 2380, "column": 50 } } }, "range": [ - 71674, - 71682 + 71532, + 71540 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 43 }, "end": { - "line": 2384, + "line": 2380, "column": 51 } } } ], "range": [ - 71663, - 71683 + 71521, + 71541 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 32 }, "end": { - "line": 2384, + "line": 2380, "column": 52 } } }, "range": [ - 71651, - 71683 + 71509, + 71541 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 20 }, "end": { - "line": 2384, + "line": 2380, "column": 52 } } @@ -130708,16 +130261,16 @@ ], "kind": "let", "range": [ - 71647, - 71684 + 71505, + 71542 ], "loc": { "start": { - "line": 2384, + "line": 2380, "column": 16 }, "end": { - "line": 2384, + "line": 2380, "column": 53 } } @@ -130736,16 +130289,16 @@ "type": "Identifier", "name": "rData", "range": [ - 71701, - 71706 + 71559, + 71564 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 16 }, "end": { - "line": 2385, + "line": 2381, "column": 21 } } @@ -130755,31 +130308,31 @@ "value": 1, "raw": "1", "range": [ - 71707, - 71708 + 71565, + 71566 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 22 }, "end": { - "line": 2385, + "line": 2381, "column": 23 } } }, "range": [ - 71701, - 71709 + 71559, + 71567 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 16 }, "end": { - "line": 2385, + "line": 2381, "column": 24 } } @@ -130788,31 +130341,31 @@ "type": "Identifier", "name": "push", "range": [ - 71710, - 71714 + 71568, + 71572 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 25 }, "end": { - "line": 2385, + "line": 2381, "column": 29 } } }, "range": [ - 71701, - 71714 + 71559, + 71572 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 16 }, "end": { - "line": 2385, + "line": 2381, "column": 29 } } @@ -130822,78 +130375,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 71715, - 71724 + 71573, + 71582 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 30 }, "end": { - "line": 2385, + "line": 2381, "column": 39 } } } ], "range": [ - 71701, - 71725 + 71559, + 71583 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 16 }, "end": { - "line": 2385, + "line": 2381, "column": 40 } } }, "range": [ - 71701, - 71726 + 71559, + 71584 ], "loc": { "start": { - "line": 2385, + "line": 2381, "column": 16 }, "end": { - "line": 2385, + "line": 2381, "column": 41 } } } ], "range": [ - 71400, - 71740 + 71258, + 71598 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 51 }, "end": { - "line": 2386, + "line": 2382, "column": 13 } } }, "range": [ - 71361, - 71740 + 71219, + 71598 ], "loc": { "start": { - "line": 2378, + "line": 2374, "column": 12 }, "end": { - "line": 2386, + "line": 2382, "column": 13 } } @@ -130909,16 +130462,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71753, - 71765 + 71611, + 71623 ], "loc": { "start": { - "line": 2387, + "line": 2383, "column": 12 }, "end": { - "line": 2387, + "line": 2383, "column": 24 } } @@ -130927,31 +130480,31 @@ "type": "Identifier", "name": "push", "range": [ - 71766, - 71770 + 71624, + 71628 ], "loc": { "start": { - "line": 2387, + "line": 2383, "column": 25 }, "end": { - "line": 2387, + "line": 2383, "column": 29 } } }, "range": [ - 71753, - 71770 + 71611, + 71628 ], "loc": { "start": { - "line": 2387, + "line": 2383, "column": 12 }, "end": { - "line": 2387, + "line": 2383, "column": 29 } } @@ -130961,78 +130514,78 @@ "type": "Identifier", "name": "rData", "range": [ - 71771, - 71776 + 71629, + 71634 ], "loc": { "start": { - "line": 2387, + "line": 2383, "column": 30 }, "end": { - "line": 2387, + "line": 2383, "column": 35 } } } ], "range": [ - 71753, - 71777 + 71611, + 71635 ], "loc": { "start": { - "line": 2387, + "line": 2383, "column": 12 }, "end": { - "line": 2387, + "line": 2383, "column": 36 } } }, "range": [ - 71753, - 71778 + 71611, + 71636 ], "loc": { "start": { - "line": 2387, + "line": 2383, "column": 12 }, "end": { - "line": 2387, + "line": 2383, "column": 37 } } } ], "range": [ - 71233, - 71788 + 71091, + 71646 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 51 }, "end": { - "line": 2388, + "line": 2384, "column": 9 } } }, "range": [ - 71190, - 71788 + 71048, + 71646 ], "loc": { "start": { - "line": 2375, + "line": 2371, "column": 8 }, "end": { - "line": 2388, + "line": 2384, "column": 9 } } @@ -131043,47 +130596,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71804, - 71816 + 71662, + 71674 ], "loc": { "start": { - "line": 2389, + "line": 2385, "column": 15 }, "end": { - "line": 2389, + "line": 2385, "column": 27 } } }, "range": [ - 71797, - 71817 + 71655, + 71675 ], "loc": { "start": { - "line": 2389, + "line": 2385, "column": 8 }, "end": { - "line": 2389, + "line": 2385, "column": 28 } } } ], "range": [ - 70715, - 71823 + 70573, + 71681 ], "loc": { "start": { - "line": 2360, + "line": 2356, "column": 6 }, "end": { - "line": 2390, + "line": 2386, "column": 5 } } @@ -131091,16 +130644,16 @@ "generator": false, "expression": false, "range": [ - 70618, - 71823 + 70476, + 71681 ], "loc": { "start": { - "line": 2356, + "line": 2352, "column": 19 }, "end": { - "line": 2390, + "line": 2386, "column": 5 } } @@ -131108,16 +130661,16 @@ "kind": "method", "computed": false, "range": [ - 70603, - 71823 + 70461, + 71681 ], "loc": { "start": { - "line": 2356, + "line": 2352, "column": 4 }, "end": { - "line": 2390, + "line": 2386, "column": 5 } }, @@ -131126,16 +130679,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=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 70139, - 70598 + 69997, + 70456 ], "loc": { "start": { - "line": 2343, + "line": 2339, "column": 4 }, "end": { - "line": 2355, + "line": 2351, "column": 7 } } @@ -131146,16 +130699,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71829, - 72419 + 71687, + 72277 ], "loc": { "start": { - "line": 2392, + "line": 2388, "column": 4 }, "end": { - "line": 2403, + "line": 2399, "column": 7 } } @@ -131169,16 +130722,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 72424, - 72442 + 72282, + 72300 ], "loc": { "start": { - "line": 2404, + "line": 2400, "column": 4 }, "end": { - "line": 2404, + "line": 2400, "column": 22 } } @@ -131191,16 +130744,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72452, - 72460 + 72310, + 72318 ], "loc": { "start": { - "line": 2405, + "line": 2401, "column": 8 }, "end": { - "line": 2405, + "line": 2401, "column": 16 } } @@ -131211,16 +130764,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72470, - 72484 + 72328, + 72342 ], "loc": { "start": { - "line": 2406, + "line": 2402, "column": 8 }, "end": { - "line": 2406, + "line": 2402, "column": 22 } } @@ -131230,31 +130783,31 @@ "value": false, "raw": "false", "range": [ - 72487, - 72492 + 72345, + 72350 ], "loc": { "start": { - "line": 2406, + "line": 2402, "column": 25 }, "end": { - "line": 2406, + "line": 2402, "column": 30 } } }, "range": [ - 72470, - 72492 + 72328, + 72350 ], "loc": { "start": { - "line": 2406, + "line": 2402, "column": 8 }, "end": { - "line": 2406, + "line": 2402, "column": 30 } } @@ -131265,16 +130818,16 @@ "type": "Identifier", "name": "typed", "range": [ - 72502, - 72507 + 72360, + 72365 ], "loc": { "start": { - "line": 2407, + "line": 2403, "column": 8 }, "end": { - "line": 2407, + "line": 2403, "column": 13 } } @@ -131284,31 +130837,31 @@ "value": false, "raw": "false", "range": [ - 72510, - 72515 + 72368, + 72373 ], "loc": { "start": { - "line": 2407, + "line": 2403, "column": 16 }, "end": { - "line": 2407, + "line": 2403, "column": 21 } } }, "range": [ - 72502, - 72515 + 72360, + 72373 ], "loc": { "start": { - "line": 2407, + "line": 2403, "column": 8 }, "end": { - "line": 2407, + "line": 2403, "column": 21 } } @@ -131319,16 +130872,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 72525, - 72532 + 72383, + 72390 ], "loc": { "start": { - "line": 2408, + "line": 2404, "column": 8 }, "end": { - "line": 2408, + "line": 2404, "column": 15 } } @@ -131337,31 +130890,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 72535, - 72537 + 72393, + 72395 ], "loc": { "start": { - "line": 2408, + "line": 2404, "column": 18 }, "end": { - "line": 2408, + "line": 2404, "column": 20 } } }, "range": [ - 72525, - 72537 + 72383, + 72395 ], "loc": { "start": { - "line": 2408, + "line": 2404, "column": 8 }, "end": { - "line": 2408, + "line": 2404, "column": 20 } } @@ -131372,16 +130925,16 @@ "type": "Identifier", "name": "visible", "range": [ - 72547, - 72554 + 72405, + 72412 ], "loc": { "start": { - "line": 2409, + "line": 2405, "column": 8 }, "end": { - "line": 2409, + "line": 2405, "column": 15 } } @@ -131391,31 +130944,31 @@ "value": true, "raw": "true", "range": [ - 72557, - 72561 + 72415, + 72419 ], "loc": { "start": { - "line": 2409, + "line": 2405, "column": 18 }, "end": { - "line": 2409, + "line": 2405, "column": 22 } } }, "range": [ - 72547, - 72561 + 72405, + 72419 ], "loc": { "start": { - "line": 2409, + "line": 2405, "column": 8 }, "end": { - "line": 2409, + "line": 2405, "column": 22 } } @@ -131432,16 +130985,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 72582, - 72589 + 72440, + 72447 ], "loc": { "start": { - "line": 2411, + "line": 2407, "column": 12 }, "end": { - "line": 2411, + "line": 2407, "column": 19 } } @@ -131451,32 +131004,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72590, - 72598 + 72448, + 72456 ], "loc": { "start": { - "line": 2411, + "line": 2407, "column": 20 }, "end": { - "line": 2411, + "line": 2407, "column": 28 } } } ], "range": [ - 72582, - 72599 + 72440, + 72457 ], "loc": { "start": { - "line": 2411, + "line": 2407, "column": 12 }, "end": { - "line": 2411, + "line": 2407, "column": 29 } } @@ -131490,63 +131043,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 72622, - 72624 + 72480, + 72482 ], "loc": { "start": { - "line": 2412, + "line": 2408, "column": 19 }, "end": { - "line": 2412, + "line": 2408, "column": 21 } } }, "range": [ - 72615, - 72625 + 72473, + 72483 ], "loc": { "start": { - "line": 2412, + "line": 2408, "column": 12 }, "end": { - "line": 2412, + "line": 2408, "column": 22 } } } ], "range": [ - 72601, - 72635 + 72459, + 72493 ], "loc": { "start": { - "line": 2411, + "line": 2407, "column": 31 }, "end": { - "line": 2413, + "line": 2409, "column": 9 } } }, "alternate": null, "range": [ - 72578, - 72635 + 72436, + 72493 ], "loc": { "start": { - "line": 2411, + "line": 2407, "column": 8 }, "end": { - "line": 2413, + "line": 2409, "column": 9 } } @@ -131560,16 +131113,16 @@ "type": "Identifier", "name": "rows", "range": [ - 72649, - 72653 + 72507, + 72511 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 12 }, "end": { - "line": 2415, + "line": 2411, "column": 16 } } @@ -131583,16 +131136,16 @@ "object": { "type": "ThisExpression", "range": [ - 72656, - 72660 + 72514, + 72518 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 19 }, "end": { - "line": 2415, + "line": 2411, "column": 23 } } @@ -131601,31 +131154,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 72661, - 72664 + 72519, + 72522 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 24 }, "end": { - "line": 2415, + "line": 2411, "column": 27 } } }, "range": [ - 72656, - 72664 + 72514, + 72522 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 19 }, "end": { - "line": 2415, + "line": 2411, "column": 27 } } @@ -131634,46 +131187,46 @@ "type": "Identifier", "name": "rows", "range": [ - 72665, - 72669 + 72523, + 72527 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 28 }, "end": { - "line": 2415, + "line": 2411, "column": 32 } } }, "range": [ - 72656, - 72669 + 72514, + 72527 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 19 }, "end": { - "line": 2415, + "line": 2411, "column": 32 } } }, "range": [ - 72649, - 72669 + 72507, + 72527 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 12 }, "end": { - "line": 2415, + "line": 2411, "column": 32 } } @@ -131681,16 +131234,16 @@ ], "kind": "let", "range": [ - 72645, - 72670 + 72503, + 72528 ], "loc": { "start": { - "line": 2415, + "line": 2411, "column": 8 }, "end": { - "line": 2415, + "line": 2411, "column": 33 } } @@ -131704,16 +131257,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 72683, - 72693 + 72541, + 72551 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 12 }, "end": { - "line": 2416, + "line": 2412, "column": 22 } } @@ -131724,16 +131277,16 @@ "type": "Identifier", "name": "typed", "range": [ - 72696, - 72701 + 72554, + 72559 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 25 }, "end": { - "line": 2416, + "line": 2412, "column": 30 } } @@ -131749,16 +131302,16 @@ "object": { "type": "ThisExpression", "range": [ - 72704, - 72708 + 72562, + 72566 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 33 }, "end": { - "line": 2416, + "line": 2412, "column": 37 } } @@ -131767,31 +131320,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 72709, - 72720 + 72567, + 72578 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 38 }, "end": { - "line": 2416, + "line": 2412, "column": 49 } } }, "range": [ - 72704, - 72720 + 72562, + 72578 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 33 }, "end": { - "line": 2416, + "line": 2412, "column": 49 } } @@ -131800,31 +131353,31 @@ "type": "Identifier", "name": "bind", "range": [ - 72721, - 72725 + 72579, + 72583 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 50 }, "end": { - "line": 2416, + "line": 2412, "column": 54 } } }, "range": [ - 72704, - 72725 + 72562, + 72583 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 33 }, "end": { - "line": 2416, + "line": 2412, "column": 54 } } @@ -131833,32 +131386,32 @@ { "type": "ThisExpression", "range": [ - 72726, - 72730 + 72584, + 72588 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 55 }, "end": { - "line": 2416, + "line": 2412, "column": 59 } } } ], "range": [ - 72704, - 72731 + 72562, + 72589 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 33 }, "end": { - "line": 2416, + "line": 2412, "column": 60 } } @@ -131874,16 +131427,16 @@ "object": { "type": "ThisExpression", "range": [ - 72746, - 72750 + 72604, + 72608 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 12 }, "end": { - "line": 2417, + "line": 2413, "column": 16 } } @@ -131892,31 +131445,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 72751, - 72763 + 72609, + 72621 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 17 }, "end": { - "line": 2417, + "line": 2413, "column": 29 } } }, "range": [ - 72746, - 72763 + 72604, + 72621 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 12 }, "end": { - "line": 2417, + "line": 2413, "column": 29 } } @@ -131925,31 +131478,31 @@ "type": "Identifier", "name": "bind", "range": [ - 72764, - 72768 + 72622, + 72626 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 30 }, "end": { - "line": 2417, + "line": 2413, "column": 34 } } }, "range": [ - 72746, - 72768 + 72604, + 72626 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 12 }, "end": { - "line": 2417, + "line": 2413, "column": 34 } } @@ -131958,62 +131511,62 @@ { "type": "ThisExpression", "range": [ - 72769, - 72773 + 72627, + 72631 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 35 }, "end": { - "line": 2417, + "line": 2413, "column": 39 } } } ], "range": [ - 72746, - 72774 + 72604, + 72632 ], "loc": { "start": { - "line": 2417, + "line": 2413, "column": 12 }, "end": { - "line": 2417, + "line": 2413, "column": 40 } } }, "range": [ - 72696, - 72774 + 72554, + 72632 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 25 }, "end": { - "line": 2417, + "line": 2413, "column": 40 } } }, "range": [ - 72683, - 72774 + 72541, + 72632 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 12 }, "end": { - "line": 2417, + "line": 2413, "column": 40 } } @@ -132021,16 +131574,16 @@ ], "kind": "let", "range": [ - 72679, - 72775 + 72537, + 72633 ], "loc": { "start": { - "line": 2416, + "line": 2412, "column": 8 }, "end": { - "line": 2417, + "line": 2413, "column": 41 } }, @@ -132039,16 +131592,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 72785, - 72851 + 72643, + 72709 ], "loc": { "start": { - "line": 2419, + "line": 2415, "column": 8 }, "end": { - "line": 2419, + "line": 2415, "column": 74 } } @@ -132057,16 +131610,16 @@ "type": "Line", "value": " displayed", "range": [ - 72860, - 72872 + 72718, + 72730 ], "loc": { "start": { - "line": 2420, + "line": 2416, "column": 8 }, "end": { - "line": 2420, + "line": 2416, "column": 20 } } @@ -132082,16 +131635,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 72885, - 72894 + 72743, + 72752 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 12 }, "end": { - "line": 2421, + "line": 2417, "column": 21 } } @@ -132109,16 +131662,16 @@ "object": { "type": "ThisExpression", "range": [ - 72897, - 72901 + 72755, + 72759 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 24 }, "end": { - "line": 2421, + "line": 2417, "column": 28 } } @@ -132127,31 +131680,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 72902, - 72914 + 72760, + 72772 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 29 }, "end": { - "line": 2421, + "line": 2417, "column": 41 } } }, "range": [ - 72897, - 72914 + 72755, + 72772 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 24 }, "end": { - "line": 2421, + "line": 2417, "column": 41 } } @@ -132162,32 +131715,32 @@ "value": true, "raw": "true", "range": [ - 72915, - 72919 + 72773, + 72777 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 42 }, "end": { - "line": 2421, + "line": 2417, "column": 46 } } } ], "range": [ - 72897, - 72920 + 72755, + 72778 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 24 }, "end": { - "line": 2421, + "line": 2417, "column": 47 } } @@ -132196,31 +131749,31 @@ "type": "Identifier", "name": "filter", "range": [ - 72921, - 72927 + 72779, + 72785 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 48 }, "end": { - "line": 2421, + "line": 2417, "column": 54 } } }, "range": [ - 72897, - 72927 + 72755, + 72785 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 24 }, "end": { - "line": 2421, + "line": 2417, "column": 54 } } @@ -132234,16 +131787,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 72929, - 72935 + 72787, + 72793 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 56 }, "end": { - "line": 2421, + "line": 2417, "column": 62 } } @@ -132269,16 +131822,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 72961, - 72968 + 72819, + 72826 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 19 }, "end": { - "line": 2422, + "line": 2418, "column": 26 } } @@ -132287,31 +131840,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72969, - 72976 + 72827, + 72834 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 27 }, "end": { - "line": 2422, + "line": 2418, "column": 34 } } }, "range": [ - 72961, - 72976 + 72819, + 72834 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 19 }, "end": { - "line": 2422, + "line": 2418, "column": 34 } } @@ -132321,32 +131874,32 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 72977, - 72983 + 72835, + 72841 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 35 }, "end": { - "line": 2422, + "line": 2418, "column": 41 } } } ], "range": [ - 72961, - 72984 + 72819, + 72842 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 19 }, "end": { - "line": 2422, + "line": 2418, "column": 42 } } @@ -132359,47 +131912,47 @@ "value": 1, "raw": "1", "range": [ - 72990, - 72991 + 72848, + 72849 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 48 }, "end": { - "line": 2422, + "line": 2418, "column": 49 } } }, "prefix": true, "range": [ - 72989, - 72991 + 72847, + 72849 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 47 }, "end": { - "line": 2422, + "line": 2418, "column": 49 } } }, "range": [ - 72961, - 72991 + 72819, + 72849 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 19 }, "end": { - "line": 2422, + "line": 2418, "column": 49 } } @@ -132410,16 +131963,16 @@ "type": "Identifier", "name": "visible", "range": [ - 73012, - 73019 + 72870, + 72877 ], "loc": { "start": { - "line": 2423, + "line": 2419, "column": 17 }, "end": { - "line": 2423, + "line": 2419, "column": 24 } } @@ -132435,16 +131988,16 @@ "object": { "type": "ThisExpression", "range": [ - 73042, - 73046 + 72900, + 72904 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 20 }, "end": { - "line": 2424, + "line": 2420, "column": 24 } } @@ -132453,31 +132006,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 73047, - 73060 + 72905, + 72918 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 25 }, "end": { - "line": 2424, + "line": 2420, "column": 38 } } }, "range": [ - 73042, - 73060 + 72900, + 72918 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 20 }, "end": { - "line": 2424, + "line": 2420, "column": 38 } } @@ -132490,16 +132043,16 @@ "type": "Identifier", "name": "rows", "range": [ - 73061, - 73065 + 72919, + 72923 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 39 }, "end": { - "line": 2424, + "line": 2420, "column": 43 } } @@ -132508,47 +132061,47 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 73066, - 73072 + 72924, + 72930 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 44 }, "end": { - "line": 2424, + "line": 2420, "column": 50 } } }, "range": [ - 73061, - 73073 + 72919, + 72931 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 39 }, "end": { - "line": 2424, + "line": 2420, "column": 51 } } } ], "range": [ - 73042, - 73074 + 72900, + 72932 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 20 }, "end": { - "line": 2424, + "line": 2420, "column": 52 } } @@ -132558,31 +132111,31 @@ "value": "none", "raw": "'none'", "range": [ - 73079, - 73085 + 72937, + 72943 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 57 }, "end": { - "line": 2424, + "line": 2420, "column": 63 } } }, "range": [ - 73042, - 73085 + 72900, + 72943 ], "loc": { "start": { - "line": 2424, + "line": 2420, "column": 20 }, "end": { - "line": 2424, + "line": 2420, "column": 63 } } @@ -132592,77 +132145,77 @@ "value": true, "raw": "true", "range": [ - 73108, - 73112 + 72966, + 72970 ], "loc": { "start": { - "line": 2425, + "line": 2421, "column": 20 }, "end": { - "line": 2425, + "line": 2421, "column": 24 } } }, "range": [ - 73012, - 73112 + 72870, + 72970 ], "loc": { "start": { - "line": 2423, + "line": 2419, "column": 17 }, "end": { - "line": 2425, + "line": 2421, "column": 24 } } }, "range": [ - 72961, - 73113 + 72819, + 72971 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 19 }, "end": { - "line": 2425, + "line": 2421, "column": 25 } } }, "range": [ - 72954, - 73114 + 72812, + 72972 ], "loc": { "start": { - "line": 2422, + "line": 2418, "column": 12 }, "end": { - "line": 2425, + "line": 2421, "column": 26 } } } ], "range": [ - 72940, - 73124 + 72798, + 72982 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 67 }, "end": { - "line": 2426, + "line": 2422, "column": 9 } } @@ -132670,47 +132223,47 @@ "generator": false, "expression": false, "range": [ - 72928, - 73124 + 72786, + 72982 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 55 }, "end": { - "line": 2426, + "line": 2422, "column": 9 } } } ], "range": [ - 72897, - 73125 + 72755, + 72983 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 24 }, "end": { - "line": 2426, + "line": 2422, "column": 10 } } }, "range": [ - 72885, - 73125 + 72743, + 72983 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 12 }, "end": { - "line": 2426, + "line": 2422, "column": 10 } } @@ -132718,16 +132271,16 @@ ], "kind": "let", "range": [ - 72881, - 73126 + 72739, + 72984 ], "loc": { "start": { - "line": 2421, + "line": 2417, "column": 8 }, "end": { - "line": 2426, + "line": 2422, "column": 11 } }, @@ -132736,16 +132289,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 72785, - 72851 + 72643, + 72709 ], "loc": { "start": { - "line": 2419, + "line": 2415, "column": 8 }, "end": { - "line": 2419, + "line": 2415, "column": 74 } } @@ -132754,16 +132307,16 @@ "type": "Line", "value": " displayed", "range": [ - 72860, - 72872 + 72718, + 72730 ], "loc": { "start": { - "line": 2420, + "line": 2416, "column": 8 }, "end": { - "line": 2420, + "line": 2416, "column": 20 } } @@ -132774,16 +132327,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 73136, - 73189 + 72994, + 73047 ], "loc": { "start": { - "line": 2428, + "line": 2424, "column": 8 }, "end": { - "line": 2428, + "line": 2424, "column": 61 } } @@ -132799,16 +132352,16 @@ "type": "Identifier", "name": "validColValues", "range": [ - 73202, - 73216 + 73060, + 73074 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 12 }, "end": { - "line": 2429, + "line": 2425, "column": 26 } } @@ -132822,16 +132375,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 73219, - 73228 + 73077, + 73086 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 29 }, "end": { - "line": 2429, + "line": 2425, "column": 38 } } @@ -132840,31 +132393,31 @@ "type": "Identifier", "name": "map", "range": [ - 73229, - 73232 + 73087, + 73090 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 39 }, "end": { - "line": 2429, + "line": 2425, "column": 42 } } }, "range": [ - 73219, - 73232 + 73077, + 73090 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 29 }, "end": { - "line": 2429, + "line": 2425, "column": 42 } } @@ -132878,16 +132431,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 73234, - 73240 + 73092, + 73098 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 44 }, "end": { - "line": 2429, + "line": 2425, "column": 50 } } @@ -132904,16 +132457,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 73266, - 73276 + 73124, + 73134 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 19 }, "end": { - "line": 2430, + "line": 2426, "column": 29 } } @@ -132932,16 +132485,16 @@ "type": "Identifier", "name": "rows", "range": [ - 73277, - 73281 + 73135, + 73139 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 30 }, "end": { - "line": 2430, + "line": 2426, "column": 34 } } @@ -132950,31 +132503,31 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 73282, - 73288 + 73140, + 73146 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 35 }, "end": { - "line": 2430, + "line": 2426, "column": 41 } } }, "range": [ - 73277, - 73289 + 73135, + 73147 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 30 }, "end": { - "line": 2430, + "line": 2426, "column": 42 } } @@ -132983,31 +132536,31 @@ "type": "Identifier", "name": "cells", "range": [ - 73290, - 73295 + 73148, + 73153 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 43 }, "end": { - "line": 2430, + "line": 2426, "column": 48 } } }, "range": [ - 73277, - 73295 + 73135, + 73153 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 30 }, "end": { - "line": 2430, + "line": 2426, "column": 48 } } @@ -133016,78 +132569,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73296, - 73304 + 73154, + 73162 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 49 }, "end": { - "line": 2430, + "line": 2426, "column": 57 } } }, "range": [ - 73277, - 73305 + 73135, + 73163 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 30 }, "end": { - "line": 2430, + "line": 2426, "column": 58 } } } ], "range": [ - 73266, - 73306 + 73124, + 73164 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 19 }, "end": { - "line": 2430, + "line": 2426, "column": 59 } } }, "range": [ - 73259, - 73307 + 73117, + 73165 ], "loc": { "start": { - "line": 2430, + "line": 2426, "column": 12 }, "end": { - "line": 2430, + "line": 2426, "column": 60 } } } ], "range": [ - 73245, - 73317 + 73103, + 73175 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 55 }, "end": { - "line": 2431, + "line": 2427, "column": 9 } } @@ -133095,47 +132648,47 @@ "generator": false, "expression": false, "range": [ - 73233, - 73317 + 73091, + 73175 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 43 }, "end": { - "line": 2431, + "line": 2427, "column": 9 } } } ], "range": [ - 73219, - 73318 + 73077, + 73176 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 29 }, "end": { - "line": 2431, + "line": 2427, "column": 10 } } }, "range": [ - 73202, - 73318 + 73060, + 73176 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 12 }, "end": { - "line": 2431, + "line": 2427, "column": 10 } } @@ -133143,16 +132696,16 @@ ], "kind": "let", "range": [ - 73198, - 73319 + 73056, + 73177 ], "loc": { "start": { - "line": 2429, + "line": 2425, "column": 8 }, "end": { - "line": 2431, + "line": 2427, "column": 11 } }, @@ -133161,16 +132714,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 73136, - 73189 + 72994, + 73047 ], "loc": { "start": { - "line": 2428, + "line": 2424, "column": 8 }, "end": { - "line": 2428, + "line": 2424, "column": 61 } } @@ -133183,16 +132736,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73333, - 73347 + 73191, + 73205 ], "loc": { "start": { - "line": 2433, + "line": 2429, "column": 12 }, "end": { - "line": 2433, + "line": 2429, "column": 26 } } @@ -133211,16 +132764,16 @@ "type": "Identifier", "name": "validColValues", "range": [ - 73363, - 73377 + 73221, + 73235 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 12 }, "end": { - "line": 2434, + "line": 2430, "column": 26 } } @@ -133229,31 +132782,31 @@ "type": "Identifier", "name": "unshift", "range": [ - 73378, - 73385 + 73236, + 73243 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 27 }, "end": { - "line": 2434, + "line": 2430, "column": 34 } } }, "range": [ - 73363, - 73385 + 73221, + 73243 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 12 }, "end": { - "line": 2434, + "line": 2430, "column": 34 } } @@ -133270,16 +132823,16 @@ "object": { "type": "ThisExpression", "range": [ - 73386, - 73390 + 73244, + 73248 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 35 }, "end": { - "line": 2434, + "line": 2430, "column": 39 } } @@ -133288,47 +132841,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 73391, - 73405 + 73249, + 73263 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 40 }, "end": { - "line": 2434, + "line": 2430, "column": 54 } } }, "range": [ - 73386, - 73405 + 73244, + 73263 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 35 }, "end": { - "line": 2434, + "line": 2430, "column": 54 } } }, "arguments": [], "range": [ - 73386, - 73407 + 73244, + 73265 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 35 }, "end": { - "line": 2434, + "line": 2430, "column": 56 } } @@ -133337,94 +132890,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73408, - 73416 + 73266, + 73274 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 57 }, "end": { - "line": 2434, + "line": 2430, "column": 65 } } }, "range": [ - 73386, - 73417 + 73244, + 73275 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 35 }, "end": { - "line": 2434, + "line": 2430, "column": 66 } } } ], "range": [ - 73363, - 73418 + 73221, + 73276 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 12 }, "end": { - "line": 2434, + "line": 2430, "column": 67 } } }, "range": [ - 73363, - 73419 + 73221, + 73277 ], "loc": { "start": { - "line": 2434, + "line": 2430, "column": 12 }, "end": { - "line": 2434, + "line": 2430, "column": 68 } } } ], "range": [ - 73349, - 73429 + 73207, + 73287 ], "loc": { "start": { - "line": 2433, + "line": 2429, "column": 28 }, "end": { - "line": 2435, + "line": 2431, "column": 9 } } }, "alternate": null, "range": [ - 73329, - 73429 + 73187, + 73287 ], "loc": { "start": { - "line": 2433, + "line": 2429, "column": 8 }, "end": { - "line": 2435, + "line": 2431, "column": 9 } } @@ -133435,47 +132988,47 @@ "type": "Identifier", "name": "validColValues", "range": [ - 73446, - 73460 + 73304, + 73318 ], "loc": { "start": { - "line": 2437, + "line": 2433, "column": 15 }, "end": { - "line": 2437, + "line": 2433, "column": 29 } } }, "range": [ - 73439, - 73461 + 73297, + 73319 ], "loc": { "start": { - "line": 2437, + "line": 2433, "column": 8 }, "end": { - "line": 2437, + "line": 2433, "column": 30 } } } ], "range": [ - 72568, - 73467 + 72426, + 73325 ], "loc": { "start": { - "line": 2410, + "line": 2406, "column": 6 }, "end": { - "line": 2438, + "line": 2434, "column": 5 } } @@ -133483,16 +133036,16 @@ "generator": false, "expression": false, "range": [ - 72442, - 73467 + 72300, + 73325 ], "loc": { "start": { - "line": 2404, + "line": 2400, "column": 22 }, "end": { - "line": 2438, + "line": 2434, "column": 5 } } @@ -133500,16 +133053,16 @@ "kind": "method", "computed": false, "range": [ - 72424, - 73467 + 72282, + 73325 ], "loc": { "start": { - "line": 2404, + "line": 2400, "column": 4 }, "end": { - "line": 2438, + "line": 2434, "column": 5 } }, @@ -133518,16 +133071,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71829, - 72419 + 71687, + 72277 ], "loc": { "start": { - "line": 2392, + "line": 2388, "column": 4 }, "end": { - "line": 2403, + "line": 2399, "column": 7 } } @@ -133538,16 +133091,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 73473, - 73635 + 73331, + 73493 ], "loc": { "start": { - "line": 2440, + "line": 2436, "column": 4 }, "end": { - "line": 2444, + "line": 2440, "column": 7 } } @@ -133561,16 +133114,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 73640, - 73653 + 73498, + 73511 ], "loc": { "start": { - "line": 2445, + "line": 2441, "column": 4 }, "end": { - "line": 2445, + "line": 2441, "column": 17 } } @@ -133583,16 +133136,16 @@ "type": "Identifier", "name": "row", "range": [ - 73654, - 73657 + 73512, + 73515 ], "loc": { "start": { - "line": 2445, + "line": 2441, "column": 18 }, "end": { - "line": 2445, + "line": 2441, "column": 21 } } @@ -133613,16 +133166,16 @@ "type": "Identifier", "name": "row", "range": [ - 73676, - 73679 + 73534, + 73537 ], "loc": { "start": { - "line": 2446, + "line": 2442, "column": 15 }, "end": { - "line": 2446, + "line": 2442, "column": 18 } } @@ -133631,31 +133184,31 @@ "type": "Identifier", "name": "style", "range": [ - 73680, - 73685 + 73538, + 73543 ], "loc": { "start": { - "line": 2446, + "line": 2442, "column": 19 }, "end": { - "line": 2446, + "line": 2442, "column": 24 } } }, "range": [ - 73676, - 73685 + 73534, + 73543 ], "loc": { "start": { - "line": 2446, + "line": 2442, "column": 15 }, "end": { - "line": 2446, + "line": 2442, "column": 24 } } @@ -133664,62 +133217,62 @@ "type": "Identifier", "name": "display", "range": [ - 73686, - 73693 + 73544, + 73551 ], "loc": { "start": { - "line": 2446, + "line": 2442, "column": 25 }, "end": { - "line": 2446, + "line": 2442, "column": 32 } } }, "range": [ - 73676, - 73693 + 73534, + 73551 ], "loc": { "start": { - "line": 2446, + "line": 2442, "column": 15 }, "end": { - "line": 2446, + "line": 2442, "column": 32 } } }, "range": [ - 73669, - 73694 + 73527, + 73552 ], "loc": { "start": { - "line": 2446, + "line": 2442, "column": 8 }, "end": { - "line": 2446, + "line": 2442, "column": 33 } } } ], "range": [ - 73659, - 73700 + 73517, + 73558 ], "loc": { "start": { - "line": 2445, + "line": 2441, "column": 23 }, "end": { - "line": 2447, + "line": 2443, "column": 5 } } @@ -133727,16 +133280,16 @@ "generator": false, "expression": false, "range": [ - 73653, - 73700 + 73511, + 73558 ], "loc": { "start": { - "line": 2445, + "line": 2441, "column": 17 }, "end": { - "line": 2447, + "line": 2443, "column": 5 } } @@ -133744,16 +133297,16 @@ "kind": "method", "computed": false, "range": [ - 73640, - 73700 + 73498, + 73558 ], "loc": { "start": { - "line": 2445, + "line": 2441, "column": 4 }, "end": { - "line": 2447, + "line": 2443, "column": 5 } }, @@ -133762,16 +133315,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 73473, - 73635 + 73331, + 73493 ], "loc": { "start": { - "line": 2440, + "line": 2436, "column": 4 }, "end": { - "line": 2444, + "line": 2440, "column": 7 } } @@ -133782,16 +133335,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": [ - 73706, - 73879 + 73564, + 73737 ], "loc": { "start": { - "line": 2449, + "line": 2445, "column": 4 }, "end": { - "line": 2453, + "line": 2449, "column": 7 } } @@ -133805,16 +133358,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 73884, - 73895 + 73742, + 73753 ], "loc": { "start": { - "line": 2454, + "line": 2450, "column": 4 }, "end": { - "line": 2454, + "line": 2450, "column": 15 } } @@ -133827,16 +133380,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73896, - 73904 + 73754, + 73762 ], "loc": { "start": { - "line": 2454, + "line": 2450, "column": 16 }, "end": { - "line": 2454, + "line": 2450, "column": 24 } } @@ -133845,16 +133398,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 73906, - 73913 + 73764, + 73771 ], "loc": { "start": { - "line": 2454, + "line": 2450, "column": 26 }, "end": { - "line": 2454, + "line": 2450, "column": 33 } } @@ -133872,16 +133425,16 @@ "type": "Identifier", "name": "row", "range": [ - 73929, - 73932 + 73787, + 73790 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 12 }, "end": { - "line": 2455, + "line": 2451, "column": 15 } } @@ -133898,16 +133451,16 @@ "object": { "type": "ThisExpression", "range": [ - 73935, - 73939 + 73793, + 73797 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 18 }, "end": { - "line": 2455, + "line": 2451, "column": 22 } } @@ -133916,31 +133469,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 73940, - 73943 + 73798, + 73801 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 23 }, "end": { - "line": 2455, + "line": 2451, "column": 26 } } }, "range": [ - 73935, - 73943 + 73793, + 73801 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 18 }, "end": { - "line": 2455, + "line": 2451, "column": 26 } } @@ -133949,31 +133502,31 @@ "type": "Identifier", "name": "rows", "range": [ - 73944, - 73948 + 73802, + 73806 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 27 }, "end": { - "line": 2455, + "line": 2451, "column": 31 } } }, "range": [ - 73935, - 73948 + 73793, + 73806 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 18 }, "end": { - "line": 2455, + "line": 2451, "column": 31 } } @@ -133982,46 +133535,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73949, - 73957 + 73807, + 73815 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 32 }, "end": { - "line": 2455, + "line": 2451, "column": 40 } } }, "range": [ - 73935, - 73958 + 73793, + 73816 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 18 }, "end": { - "line": 2455, + "line": 2451, "column": 41 } } }, "range": [ - 73929, - 73958 + 73787, + 73816 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 12 }, "end": { - "line": 2455, + "line": 2451, "column": 41 } } @@ -134029,16 +133582,16 @@ ], "kind": "let", "range": [ - 73925, - 73959 + 73783, + 73817 ], "loc": { "start": { - "line": 2455, + "line": 2451, "column": 8 }, "end": { - "line": 2455, + "line": 2451, "column": 42 } } @@ -134055,32 +133608,32 @@ "type": "Identifier", "name": "row", "range": [ - 73973, - 73976 + 73831, + 73834 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 13 }, "end": { - "line": 2456, + "line": 2452, "column": 16 } } }, "prefix": true, "range": [ - 73972, - 73976 + 73830, + 73834 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 12 }, "end": { - "line": 2456, + "line": 2452, "column": 16 } } @@ -134095,32 +133648,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 73987, - 73994 + 73845, + 73852 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 27 }, "end": { - "line": 2456, + "line": 2452, "column": 34 } } }, "prefix": true, "range": [ - 73980, - 73994 + 73838, + 73852 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 20 }, "end": { - "line": 2456, + "line": 2452, "column": 34 } } @@ -134130,46 +133683,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 73999, - 74008 + 73857, + 73866 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 39 }, "end": { - "line": 2456, + "line": 2452, "column": 48 } } }, "range": [ - 73980, - 74008 + 73838, + 73866 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 20 }, "end": { - "line": 2456, + "line": 2452, "column": 48 } } }, "range": [ - 73972, - 74008 + 73830, + 73866 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 12 }, "end": { - "line": 2456, + "line": 2452, "column": 48 } } @@ -134181,48 +133734,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74024, - 74031 + 73882, + 73889 ], "loc": { "start": { - "line": 2457, + "line": 2453, "column": 12 }, "end": { - "line": 2457, + "line": 2453, "column": 19 } } } ], "range": [ - 74010, - 74041 + 73868, + 73899 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 50 }, "end": { - "line": 2458, + "line": 2454, "column": 9 } } }, "alternate": null, "range": [ - 73968, - 74041 + 73826, + 73899 ], "loc": { "start": { - "line": 2456, + "line": 2452, "column": 8 }, "end": { - "line": 2458, + "line": 2454, "column": 9 } }, @@ -134231,16 +133784,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 74051, - 74083 + 73909, + 73941 ], "loc": { "start": { - "line": 2460, + "line": 2456, "column": 8 }, "end": { - "line": 2460, + "line": 2456, "column": 40 } } @@ -134258,16 +133811,16 @@ "object": { "type": "ThisExpression", "range": [ - 74096, - 74100 + 73954, + 73958 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 12 }, "end": { - "line": 2461, + "line": 2457, "column": 16 } } @@ -134276,31 +133829,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 74101, - 74115 + 73959, + 73973 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 17 }, "end": { - "line": 2461, + "line": 2457, "column": 31 } } }, "range": [ - 74096, - 74115 + 73954, + 73973 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 12 }, "end": { - "line": 2461, + "line": 2457, "column": 31 } } @@ -134319,16 +133872,16 @@ "object": { "type": "ThisExpression", "range": [ - 74119, - 74123 + 73977, + 73981 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 35 }, "end": { - "line": 2461, + "line": 2457, "column": 39 } } @@ -134337,31 +133890,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 74124, - 74135 + 73982, + 73993 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 40 }, "end": { - "line": 2461, + "line": 2457, "column": 51 } } }, "range": [ - 74119, - 74135 + 73977, + 73993 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 35 }, "end": { - "line": 2461, + "line": 2457, "column": 51 } } @@ -134370,31 +133923,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 74136, - 74143 + 73994, + 74001 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 52 }, "end": { - "line": 2461, + "line": 2457, "column": 59 } } }, "range": [ - 74119, - 74143 + 73977, + 74001 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 35 }, "end": { - "line": 2461, + "line": 2457, "column": 59 } } @@ -134404,32 +133957,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74144, - 74152 + 74002, + 74010 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 60 }, "end": { - "line": 2461, + "line": 2457, "column": 68 } } } ], "range": [ - 74119, - 74153 + 73977, + 74011 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 35 }, "end": { - "line": 2461, + "line": 2457, "column": 69 } } @@ -134442,62 +133995,62 @@ "value": 1, "raw": "1", "range": [ - 74159, - 74160 + 74017, + 74018 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 75 }, "end": { - "line": 2461, + "line": 2457, "column": 76 } } }, "prefix": true, "range": [ - 74158, - 74160 + 74016, + 74018 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 74 }, "end": { - "line": 2461, + "line": 2457, "column": 76 } } }, "range": [ - 74119, - 74160 + 73977, + 74018 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 35 }, "end": { - "line": 2461, + "line": 2457, "column": 76 } } }, "range": [ - 74096, - 74160 + 73954, + 74018 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 12 }, "end": { - "line": 2461, + "line": 2457, "column": 76 } } @@ -134514,16 +134067,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74176, - 74183 + 74034, + 74041 ], "loc": { "start": { - "line": 2462, + "line": 2458, "column": 12 }, "end": { - "line": 2462, + "line": 2458, "column": 19 } } @@ -134533,78 +134086,78 @@ "value": true, "raw": "true", "range": [ - 74186, - 74190 + 74044, + 74048 ], "loc": { "start": { - "line": 2462, + "line": 2458, "column": 22 }, "end": { - "line": 2462, + "line": 2458, "column": 26 } } }, "range": [ - 74176, - 74190 + 74034, + 74048 ], "loc": { "start": { - "line": 2462, + "line": 2458, "column": 12 }, "end": { - "line": 2462, + "line": 2458, "column": 26 } } }, "range": [ - 74176, - 74191 + 74034, + 74049 ], "loc": { "start": { - "line": 2462, + "line": 2458, "column": 12 }, "end": { - "line": 2462, + "line": 2458, "column": 27 } } } ], "range": [ - 74162, - 74201 + 74020, + 74059 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 78 }, "end": { - "line": 2463, + "line": 2459, "column": 9 } } }, "alternate": null, "range": [ - 74092, - 74201 + 73950, + 74059 ], "loc": { "start": { - "line": 2461, + "line": 2457, "column": 8 }, "end": { - "line": 2463, + "line": 2459, "column": 9 } }, @@ -134613,16 +134166,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 74051, - 74083 + 73909, + 73941 ], "loc": { "start": { - "line": 2460, + "line": 2456, "column": 8 }, "end": { - "line": 2460, + "line": 2456, "column": 40 } } @@ -134638,16 +134191,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 74215, - 74226 + 74073, + 74084 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 12 }, "end": { - "line": 2465, + "line": 2461, "column": 23 } } @@ -134658,16 +134211,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74229, - 74236 + 74087, + 74094 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 26 }, "end": { - "line": 2465, + "line": 2461, "column": 33 } } @@ -134677,16 +134230,16 @@ "value": "", "raw": "''", "range": [ - 74239, - 74241 + 74097, + 74099 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 36 }, "end": { - "line": 2465, + "line": 2461, "column": 38 } } @@ -134695,46 +134248,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 74244, - 74248 + 74102, + 74106 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 41 }, "end": { - "line": 2465, + "line": 2461, "column": 45 } } }, "range": [ - 74229, - 74248 + 74087, + 74106 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 26 }, "end": { - "line": 2465, + "line": 2461, "column": 45 } } }, "range": [ - 74215, - 74248 + 74073, + 74106 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 12 }, "end": { - "line": 2465, + "line": 2461, "column": 45 } } @@ -134745,16 +134298,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 74262, - 74271 + 74120, + 74129 ], "loc": { "start": { - "line": 2466, + "line": 2462, "column": 12 }, "end": { - "line": 2466, + "line": 2462, "column": 21 } } @@ -134765,16 +134318,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74274, - 74281 + 74132, + 74139 ], "loc": { "start": { - "line": 2466, + "line": 2462, "column": 24 }, "end": { - "line": 2466, + "line": 2462, "column": 31 } } @@ -134784,16 +134337,16 @@ "value": "true", "raw": "'true'", "range": [ - 74284, - 74290 + 74142, + 74148 ], "loc": { "start": { - "line": 2466, + "line": 2462, "column": 34 }, "end": { - "line": 2466, + "line": 2462, "column": 40 } } @@ -134803,46 +134356,46 @@ "value": "false", "raw": "'false'", "range": [ - 74293, - 74300 + 74151, + 74158 ], "loc": { "start": { - "line": 2466, + "line": 2462, "column": 43 }, "end": { - "line": 2466, + "line": 2462, "column": 50 } } }, "range": [ - 74274, - 74300 + 74132, + 74158 ], "loc": { "start": { - "line": 2466, + "line": 2462, "column": 24 }, "end": { - "line": 2466, + "line": 2462, "column": 50 } } }, "range": [ - 74262, - 74300 + 74120, + 74158 ], "loc": { "start": { - "line": 2466, + "line": 2462, "column": 12 }, "end": { - "line": 2466, + "line": 2462, "column": 50 } } @@ -134850,16 +134403,16 @@ ], "kind": "let", "range": [ - 74211, - 74301 + 74069, + 74159 ], "loc": { "start": { - "line": 2465, + "line": 2461, "column": 8 }, "end": { - "line": 2466, + "line": 2462, "column": 51 } } @@ -134879,16 +134432,16 @@ "type": "Identifier", "name": "row", "range": [ - 74310, - 74313 + 74168, + 74171 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 8 }, "end": { - "line": 2467, + "line": 2463, "column": 11 } } @@ -134897,31 +134450,31 @@ "type": "Identifier", "name": "style", "range": [ - 74314, - 74319 + 74172, + 74177 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 12 }, "end": { - "line": 2467, + "line": 2463, "column": 17 } } }, "range": [ - 74310, - 74319 + 74168, + 74177 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 8 }, "end": { - "line": 2467, + "line": 2463, "column": 17 } } @@ -134930,31 +134483,31 @@ "type": "Identifier", "name": "display", "range": [ - 74320, - 74327 + 74178, + 74185 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 18 }, "end": { - "line": 2467, + "line": 2463, "column": 25 } } }, "range": [ - 74310, - 74327 + 74168, + 74185 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 8 }, "end": { - "line": 2467, + "line": 2463, "column": 25 } } @@ -134963,46 +134516,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 74330, - 74341 + 74188, + 74199 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 28 }, "end": { - "line": 2467, + "line": 2463, "column": 39 } } }, "range": [ - 74310, - 74341 + 74168, + 74199 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 8 }, "end": { - "line": 2467, + "line": 2463, "column": 39 } } }, "range": [ - 74310, - 74342 + 74168, + 74200 ], "loc": { "start": { - "line": 2467, + "line": 2463, "column": 8 }, "end": { - "line": 2467, + "line": 2463, "column": 40 } } @@ -135015,16 +134568,16 @@ "object": { "type": "ThisExpression", "range": [ - 74356, - 74360 + 74214, + 74218 ], "loc": { "start": { - "line": 2469, + "line": 2465, "column": 12 }, "end": { - "line": 2469, + "line": 2465, "column": 16 } } @@ -135033,31 +134586,31 @@ "type": "Identifier", "name": "paging", "range": [ - 74361, - 74367 + 74219, + 74225 ], "loc": { "start": { - "line": 2469, + "line": 2465, "column": 17 }, "end": { - "line": 2469, + "line": 2465, "column": 23 } } }, "range": [ - 74356, - 74367 + 74214, + 74225 ], "loc": { "start": { - "line": 2469, + "line": 2465, "column": 12 }, "end": { - "line": 2469, + "line": 2465, "column": 23 } } @@ -135076,16 +134629,16 @@ "type": "Identifier", "name": "row", "range": [ - 74383, - 74386 + 74241, + 74244 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 12 }, "end": { - "line": 2470, + "line": 2466, "column": 15 } } @@ -135094,31 +134647,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 74387, - 74399 + 74245, + 74257 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 16 }, "end": { - "line": 2470, + "line": 2466, "column": 28 } } }, "range": [ - 74383, - 74399 + 74241, + 74257 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 12 }, "end": { - "line": 2470, + "line": 2466, "column": 28 } } @@ -135129,16 +134682,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 74400, - 74410 + 74258, + 74268 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 29 }, "end": { - "line": 2470, + "line": 2466, "column": 39 } } @@ -135147,79 +134700,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 74412, - 74421 + 74270, + 74279 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 41 }, "end": { - "line": 2470, + "line": 2466, "column": 50 } } } ], "range": [ - 74383, - 74422 + 74241, + 74280 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 12 }, "end": { - "line": 2470, + "line": 2466, "column": 51 } } }, "range": [ - 74383, - 74423 + 74241, + 74281 ], "loc": { "start": { - "line": 2470, + "line": 2466, "column": 12 }, "end": { - "line": 2470, + "line": 2466, "column": 52 } } } ], "range": [ - 74369, - 74433 + 74227, + 74291 ], "loc": { "start": { - "line": 2469, + "line": 2465, "column": 25 }, "end": { - "line": 2471, + "line": 2467, "column": 9 } } }, "alternate": null, "range": [ - 74352, - 74433 + 74210, + 74291 ], "loc": { "start": { - "line": 2469, + "line": 2465, "column": 8 }, "end": { - "line": 2471, + "line": 2467, "column": 9 } } @@ -135230,16 +134783,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74447, - 74454 + 74305, + 74312 ], "loc": { "start": { - "line": 2473, + "line": 2469, "column": 12 }, "end": { - "line": 2473, + "line": 2469, "column": 19 } } @@ -135263,16 +134816,16 @@ "object": { "type": "ThisExpression", "range": [ - 74474, - 74478 + 74332, + 74336 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 16 }, "end": { - "line": 2474, + "line": 2470, "column": 20 } } @@ -135281,31 +134834,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74479, - 74493 + 74337, + 74351 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 21 }, "end": { - "line": 2474, + "line": 2470, "column": 35 } } }, "range": [ - 74474, - 74493 + 74332, + 74351 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 16 }, "end": { - "line": 2474, + "line": 2470, "column": 35 } } @@ -135314,31 +134867,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 74494, - 74501 + 74352, + 74359 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 36 }, "end": { - "line": 2474, + "line": 2470, "column": 43 } } }, "range": [ - 74474, - 74501 + 74332, + 74359 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 16 }, "end": { - "line": 2474, + "line": 2470, "column": 43 } } @@ -135348,32 +134901,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74502, - 74510 + 74360, + 74368 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 44 }, "end": { - "line": 2474, + "line": 2470, "column": 52 } } } ], "range": [ - 74474, - 74511 + 74332, + 74369 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 16 }, "end": { - "line": 2474, + "line": 2470, "column": 53 } } @@ -135386,47 +134939,47 @@ "value": 1, "raw": "1", "range": [ - 74517, - 74518 + 74375, + 74376 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 59 }, "end": { - "line": 2474, + "line": 2470, "column": 60 } } }, "prefix": true, "range": [ - 74516, - 74518 + 74374, + 74376 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 58 }, "end": { - "line": 2474, + "line": 2470, "column": 60 } } }, "range": [ - 74474, - 74518 + 74332, + 74376 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 16 }, "end": { - "line": 2474, + "line": 2470, "column": 60 } } @@ -135447,16 +135000,16 @@ "object": { "type": "ThisExpression", "range": [ - 74538, - 74542 + 74396, + 74400 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 16 }, "end": { - "line": 2475, + "line": 2471, "column": 20 } } @@ -135465,31 +135018,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74543, - 74557 + 74401, + 74415 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 21 }, "end": { - "line": 2475, + "line": 2471, "column": 35 } } }, "range": [ - 74538, - 74557 + 74396, + 74415 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 16 }, "end": { - "line": 2475, + "line": 2471, "column": 35 } } @@ -135498,31 +135051,31 @@ "type": "Identifier", "name": "push", "range": [ - 74558, - 74562 + 74416, + 74420 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 36 }, "end": { - "line": 2475, + "line": 2471, "column": 40 } } }, "range": [ - 74538, - 74562 + 74396, + 74420 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 16 }, "end": { - "line": 2475, + "line": 2471, "column": 40 } } @@ -135532,79 +135085,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74563, - 74571 + 74421, + 74429 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 41 }, "end": { - "line": 2475, + "line": 2471, "column": 49 } } } ], "range": [ - 74538, - 74572 + 74396, + 74430 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 16 }, "end": { - "line": 2475, + "line": 2471, "column": 50 } } }, "range": [ - 74538, - 74573 + 74396, + 74431 ], "loc": { "start": { - "line": 2475, + "line": 2471, "column": 16 }, "end": { - "line": 2475, + "line": 2471, "column": 51 } } } ], "range": [ - 74520, - 74587 + 74378, + 74445 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 62 }, "end": { - "line": 2476, + "line": 2472, "column": 13 } } }, "alternate": null, "range": [ - 74470, - 74587 + 74328, + 74445 ], "loc": { "start": { - "line": 2474, + "line": 2470, "column": 12 }, "end": { - "line": 2476, + "line": 2472, "column": 13 } } @@ -135619,16 +135172,16 @@ "object": { "type": "ThisExpression", "range": [ - 74601, - 74605 + 74459, + 74463 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 12 }, "end": { - "line": 2478, + "line": 2474, "column": 16 } } @@ -135637,31 +135190,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 74606, - 74620 + 74464, + 74478 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 17 }, "end": { - "line": 2478, + "line": 2474, "column": 31 } } }, "range": [ - 74601, - 74620 + 74459, + 74478 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 12 }, "end": { - "line": 2478, + "line": 2474, "column": 31 } } @@ -135670,16 +135223,16 @@ { "type": "ThisExpression", "range": [ - 74621, - 74625 + 74479, + 74483 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 32 }, "end": { - "line": 2478, + "line": 2474, "column": 36 } } @@ -135688,47 +135241,47 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74627, - 74635 + 74485, + 74493 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 38 }, "end": { - "line": 2478, + "line": 2474, "column": 46 } } } ], "range": [ - 74601, - 74636 + 74459, + 74494 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 12 }, "end": { - "line": 2478, + "line": 2474, "column": 47 } } }, "range": [ - 74601, - 74637 + 74459, + 74495 ], "loc": { "start": { - "line": 2478, + "line": 2474, "column": 12 }, "end": { - "line": 2478, + "line": 2474, "column": 48 } } @@ -135746,16 +135299,16 @@ "object": { "type": "ThisExpression", "range": [ - 74651, - 74655 + 74509, + 74513 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 12 }, "end": { - "line": 2480, + "line": 2476, "column": 16 } } @@ -135764,31 +135317,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 74656, - 74663 + 74514, + 74521 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 17 }, "end": { - "line": 2480, + "line": 2476, "column": 24 } } }, "range": [ - 74651, - 74663 + 74509, + 74521 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 12 }, "end": { - "line": 2480, + "line": 2476, "column": 24 } } @@ -135797,31 +135350,31 @@ "type": "Identifier", "name": "emit", "range": [ - 74664, - 74668 + 74522, + 74526 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 25 }, "end": { - "line": 2480, + "line": 2476, "column": 29 } } }, "range": [ - 74651, - 74668 + 74509, + 74526 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 12 }, "end": { - "line": 2480, + "line": 2476, "column": 29 } } @@ -135832,16 +135385,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 74669, - 74684 + 74527, + 74542 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 30 }, "end": { - "line": 2480, + "line": 2476, "column": 45 } } @@ -135849,16 +135402,16 @@ { "type": "ThisExpression", "range": [ - 74686, - 74690 + 74544, + 74548 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 47 }, "end": { - "line": 2480, + "line": 2476, "column": 51 } } @@ -135867,95 +135420,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74692, - 74700 + 74550, + 74558 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 53 }, "end": { - "line": 2480, + "line": 2476, "column": 61 } } } ], "range": [ - 74651, - 74701 + 74509, + 74559 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 12 }, "end": { - "line": 2480, + "line": 2476, "column": 62 } } }, "range": [ - 74651, - 74702 + 74509, + 74560 ], "loc": { "start": { - "line": 2480, + "line": 2476, "column": 12 }, "end": { - "line": 2480, + "line": 2476, "column": 63 } } } ], "range": [ - 74456, - 74712 + 74314, + 74570 ], "loc": { "start": { - "line": 2473, + "line": 2469, "column": 21 }, "end": { - "line": 2481, + "line": 2477, "column": 9 } } }, "alternate": null, "range": [ - 74443, - 74712 + 74301, + 74570 ], "loc": { "start": { - "line": 2473, + "line": 2469, "column": 8 }, "end": { - "line": 2481, + "line": 2477, "column": 9 } } } ], "range": [ - 73915, - 74718 + 73773, + 74576 ], "loc": { "start": { - "line": 2454, + "line": 2450, "column": 35 }, "end": { - "line": 2482, + "line": 2478, "column": 5 } } @@ -135963,16 +135516,16 @@ "generator": false, "expression": false, "range": [ - 73895, - 74718 + 73753, + 74576 ], "loc": { "start": { - "line": 2454, + "line": 2450, "column": 15 }, "end": { - "line": 2482, + "line": 2478, "column": 5 } } @@ -135980,16 +135533,16 @@ "kind": "method", "computed": false, "range": [ - 73884, - 74718 + 73742, + 74576 ], "loc": { "start": { - "line": 2454, + "line": 2450, "column": 4 }, "end": { - "line": 2482, + "line": 2478, "column": 5 } }, @@ -135998,16 +135551,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": [ - 73706, - 73879 + 73564, + 73737 ], "loc": { "start": { - "line": 2449, + "line": 2445, "column": 4 }, "end": { - "line": 2453, + "line": 2449, "column": 7 } } @@ -136018,16 +135571,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74724, - 74771 + 74582, + 74629 ], "loc": { "start": { - "line": 2484, + "line": 2480, "column": 4 }, "end": { - "line": 2486, + "line": 2482, "column": 7 } } @@ -136041,16 +135594,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 74776, - 74791 + 74634, + 74649 ], "loc": { "start": { - "line": 2487, + "line": 2483, "column": 4 }, "end": { - "line": 2487, + "line": 2483, "column": 19 } } @@ -136073,16 +135626,16 @@ "object": { "type": "ThisExpression", "range": [ - 74809, - 74813 + 74667, + 74671 ], "loc": { "start": { - "line": 2488, + "line": 2484, "column": 13 }, "end": { - "line": 2488, + "line": 2484, "column": 17 } } @@ -136091,47 +135644,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 74814, - 74825 + 74672, + 74683 ], "loc": { "start": { - "line": 2488, + "line": 2484, "column": 18 }, "end": { - "line": 2488, + "line": 2484, "column": 29 } } }, "range": [ - 74809, - 74825 + 74667, + 74683 ], "loc": { "start": { - "line": 2488, + "line": 2484, "column": 13 }, "end": { - "line": 2488, + "line": 2484, "column": 29 } } }, "prefix": true, "range": [ - 74808, - 74825 + 74666, + 74683 ], "loc": { "start": { - "line": 2488, + "line": 2484, "column": 12 }, "end": { - "line": 2488, + "line": 2484, "column": 29 } } @@ -136143,48 +135696,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74841, - 74848 + 74699, + 74706 ], "loc": { "start": { - "line": 2489, + "line": 2485, "column": 12 }, "end": { - "line": 2489, + "line": 2485, "column": 19 } } } ], "range": [ - 74827, - 74858 + 74685, + 74716 ], "loc": { "start": { - "line": 2488, + "line": 2484, "column": 31 }, "end": { - "line": 2490, + "line": 2486, "column": 9 } } }, "alternate": null, "range": [ - 74804, - 74858 + 74662, + 74716 ], "loc": { "start": { - "line": 2488, + "line": 2484, "column": 8 }, "end": { - "line": 2490, + "line": 2486, "column": 9 } } @@ -136200,16 +135753,16 @@ "object": { "type": "ThisExpression", "range": [ - 74867, - 74871 + 74725, + 74729 ], "loc": { "start": { - "line": 2491, + "line": 2487, "column": 8 }, "end": { - "line": 2491, + "line": 2487, "column": 12 } } @@ -136218,31 +135771,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74872, - 74886 + 74730, + 74744 ], "loc": { "start": { - "line": 2491, + "line": 2487, "column": 13 }, "end": { - "line": 2491, + "line": 2487, "column": 27 } } }, "range": [ - 74867, - 74886 + 74725, + 74744 ], "loc": { "start": { - "line": 2491, + "line": 2487, "column": 8 }, "end": { - "line": 2491, + "line": 2487, "column": 27 } } @@ -136251,46 +135804,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74889, - 74891 + 74747, + 74749 ], "loc": { "start": { - "line": 2491, + "line": 2487, "column": 30 }, "end": { - "line": 2491, + "line": 2487, "column": 32 } } }, "range": [ - 74867, - 74891 + 74725, + 74749 ], "loc": { "start": { - "line": 2491, + "line": 2487, "column": 8 }, "end": { - "line": 2491, + "line": 2487, "column": 32 } } }, "range": [ - 74867, - 74892 + 74725, + 74750 ], "loc": { "start": { - "line": 2491, + "line": 2487, "column": 8 }, "end": { - "line": 2491, + "line": 2487, "column": 33 } } @@ -136306,16 +135859,16 @@ "type": "Identifier", "name": "k", "range": [ - 74910, - 74911 + 74768, + 74769 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 17 }, "end": { - "line": 2492, + "line": 2488, "column": 18 } } @@ -136326,16 +135879,16 @@ "object": { "type": "ThisExpression", "range": [ - 74914, - 74918 + 74772, + 74776 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 21 }, "end": { - "line": 2492, + "line": 2488, "column": 25 } } @@ -136344,46 +135897,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 74919, - 74925 + 74777, + 74783 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 26 }, "end": { - "line": 2492, + "line": 2488, "column": 32 } } }, "range": [ - 74914, - 74925 + 74772, + 74783 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 21 }, "end": { - "line": 2492, + "line": 2488, "column": 32 } } }, "range": [ - 74910, - 74925 + 74768, + 74783 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 17 }, "end": { - "line": 2492, + "line": 2488, "column": 32 } } @@ -136391,16 +135944,16 @@ ], "kind": "let", "range": [ - 74906, - 74925 + 74764, + 74783 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 13 }, "end": { - "line": 2492, + "line": 2488, "column": 32 } } @@ -136412,16 +135965,16 @@ "type": "Identifier", "name": "k", "range": [ - 74927, - 74928 + 74785, + 74786 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 34 }, "end": { - "line": 2492, + "line": 2488, "column": 35 } } @@ -136432,16 +135985,16 @@ "object": { "type": "ThisExpression", "range": [ - 74931, - 74935 + 74789, + 74793 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 38 }, "end": { - "line": 2492, + "line": 2488, "column": 42 } } @@ -136450,46 +136003,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 74936, - 74952 + 74794, + 74810 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 43 }, "end": { - "line": 2492, + "line": 2488, "column": 59 } } }, "range": [ - 74931, - 74952 + 74789, + 74810 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 38 }, "end": { - "line": 2492, + "line": 2488, "column": 59 } } }, "range": [ - 74927, - 74952 + 74785, + 74810 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 34 }, "end": { - "line": 2492, + "line": 2488, "column": 59 } } @@ -136501,32 +136054,32 @@ "type": "Identifier", "name": "k", "range": [ - 74954, - 74955 + 74812, + 74813 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 61 }, "end": { - "line": 2492, + "line": 2488, "column": 62 } } }, "prefix": false, "range": [ - 74954, - 74957 + 74812, + 74815 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 61 }, "end": { - "line": 2492, + "line": 2488, "column": 64 } } @@ -136544,16 +136097,16 @@ "object": { "type": "ThisExpression", "range": [ - 74973, - 74977 + 74831, + 74835 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 12 }, "end": { - "line": 2493, + "line": 2489, "column": 16 } } @@ -136562,31 +136115,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 74978, - 74989 + 74836, + 74847 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 17 }, "end": { - "line": 2493, + "line": 2489, "column": 28 } } }, "range": [ - 74973, - 74989 + 74831, + 74847 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 12 }, "end": { - "line": 2493, + "line": 2489, "column": 28 } } @@ -136596,16 +136149,16 @@ "type": "Identifier", "name": "k", "range": [ - 74990, - 74991 + 74848, + 74849 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 29 }, "end": { - "line": 2493, + "line": 2489, "column": 30 } } @@ -136615,94 +136168,94 @@ "value": true, "raw": "true", "range": [ - 74993, - 74997 + 74851, + 74855 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 32 }, "end": { - "line": 2493, + "line": 2489, "column": 36 } } } ], "range": [ - 74973, - 74998 + 74831, + 74856 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 12 }, "end": { - "line": 2493, + "line": 2489, "column": 37 } } }, "range": [ - 74973, - 74999 + 74831, + 74857 ], "loc": { "start": { - "line": 2493, + "line": 2489, "column": 12 }, "end": { - "line": 2493, + "line": 2489, "column": 38 } } } ], "range": [ - 74959, - 75009 + 74817, + 74867 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 66 }, "end": { - "line": 2494, + "line": 2490, "column": 9 } } }, "range": [ - 74901, - 75009 + 74759, + 74867 ], "loc": { "start": { - "line": 2492, + "line": 2488, "column": 8 }, "end": { - "line": 2494, + "line": 2490, "column": 9 } } } ], "range": [ - 74794, - 75015 + 74652, + 74873 ], "loc": { "start": { - "line": 2487, + "line": 2483, "column": 22 }, "end": { - "line": 2495, + "line": 2491, "column": 5 } } @@ -136710,16 +136263,16 @@ "generator": false, "expression": false, "range": [ - 74791, - 75015 + 74649, + 74873 ], "loc": { "start": { - "line": 2487, + "line": 2483, "column": 19 }, "end": { - "line": 2495, + "line": 2491, "column": 5 } } @@ -136727,16 +136280,16 @@ "kind": "method", "computed": false, "range": [ - 74776, - 75015 + 74634, + 74873 ], "loc": { "start": { - "line": 2487, + "line": 2483, "column": 4 }, "end": { - "line": 2495, + "line": 2491, "column": 5 } }, @@ -136745,16 +136298,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74724, - 74771 + 74582, + 74629 ], "loc": { "start": { - "line": 2484, + "line": 2480, "column": 4 }, "end": { - "line": 2486, + "line": 2482, "column": 7 } } @@ -136765,16 +136318,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 75021, - 75183 + 74879, + 75041 ], "loc": { "start": { - "line": 2497, + "line": 2493, "column": 4 }, "end": { - "line": 2501, + "line": 2497, "column": 7 } } @@ -136788,16 +136341,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 75188, - 75202 + 75046, + 75060 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 4 }, "end": { - "line": 2502, + "line": 2498, "column": 18 } } @@ -136810,16 +136363,16 @@ "type": "Identifier", "name": "index", "range": [ - 75203, - 75208 + 75061, + 75066 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 19 }, "end": { - "line": 2502, + "line": 2498, "column": 24 } } @@ -136830,16 +136383,16 @@ "type": "Identifier", "name": "query", "range": [ - 75210, - 75215 + 75068, + 75073 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 26 }, "end": { - "line": 2502, + "line": 2498, "column": 31 } } @@ -136849,31 +136402,31 @@ "value": "", "raw": "''", "range": [ - 75218, - 75220 + 75076, + 75078 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 34 }, "end": { - "line": 2502, + "line": 2498, "column": 36 } } }, "range": [ - 75210, - 75220 + 75068, + 75078 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 26 }, "end": { - "line": 2502, + "line": 2498, "column": 36 } } @@ -136893,16 +136446,16 @@ "object": { "type": "ThisExpression", "range": [ - 75237, - 75241 + 75095, + 75099 ], "loc": { "start": { - "line": 2503, + "line": 2499, "column": 13 }, "end": { - "line": 2503, + "line": 2499, "column": 17 } } @@ -136911,47 +136464,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 75242, - 75249 + 75100, + 75107 ], "loc": { "start": { - "line": 2503, + "line": 2499, "column": 18 }, "end": { - "line": 2503, + "line": 2499, "column": 25 } } }, "range": [ - 75237, - 75249 + 75095, + 75107 ], "loc": { "start": { - "line": 2503, + "line": 2499, "column": 13 }, "end": { - "line": 2503, + "line": 2499, "column": 25 } } }, "prefix": true, "range": [ - 75236, - 75249 + 75094, + 75107 ], "loc": { "start": { - "line": 2503, + "line": 2499, "column": 12 }, "end": { - "line": 2503, + "line": 2499, "column": 25 } } @@ -136963,48 +136516,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 75265, - 75272 + 75123, + 75130 ], "loc": { "start": { - "line": 2504, + "line": 2500, "column": 12 }, "end": { - "line": 2504, + "line": 2500, "column": 19 } } } ], "range": [ - 75251, - 75282 + 75109, + 75140 ], "loc": { "start": { - "line": 2503, + "line": 2499, "column": 27 }, "end": { - "line": 2505, + "line": 2501, "column": 9 } } }, "alternate": null, "range": [ - 75232, - 75282 + 75090, + 75140 ], "loc": { "start": { - "line": 2503, + "line": 2499, "column": 8 }, "end": { - "line": 2505, + "line": 2501, "column": 9 } } @@ -137018,16 +136571,16 @@ "type": "Identifier", "name": "slc", "range": [ - 75295, - 75298 + 75153, + 75156 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 12 }, "end": { - "line": 2506, + "line": 2502, "column": 15 } } @@ -137040,16 +136593,16 @@ "object": { "type": "ThisExpression", "range": [ - 75301, - 75305 + 75159, + 75163 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 18 }, "end": { - "line": 2506, + "line": 2502, "column": 22 } } @@ -137058,31 +136611,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 75306, - 75322 + 75164, + 75180 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 23 }, "end": { - "line": 2506, + "line": 2502, "column": 39 } } }, "range": [ - 75301, - 75322 + 75159, + 75180 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 18 }, "end": { - "line": 2506, + "line": 2502, "column": 39 } } @@ -137092,47 +136645,47 @@ "type": "Identifier", "name": "index", "range": [ - 75323, - 75328 + 75181, + 75186 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 40 }, "end": { - "line": 2506, + "line": 2502, "column": 45 } } } ], "range": [ - 75301, - 75329 + 75159, + 75187 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 18 }, "end": { - "line": 2506, + "line": 2502, "column": 46 } } }, "range": [ - 75295, - 75329 + 75153, + 75187 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 12 }, "end": { - "line": 2506, + "line": 2502, "column": 46 } } @@ -137143,16 +136696,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75343, - 75353 + 75201, + 75211 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 12 }, "end": { - "line": 2507, + "line": 2503, "column": 22 } } @@ -137165,16 +136718,16 @@ "object": { "type": "ThisExpression", "range": [ - 75356, - 75360 + 75214, + 75218 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 25 }, "end": { - "line": 2507, + "line": 2503, "column": 29 } } @@ -137183,31 +136736,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 75361, - 75374 + 75219, + 75232 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 30 }, "end": { - "line": 2507, + "line": 2503, "column": 43 } } }, "range": [ - 75356, - 75374 + 75214, + 75232 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 25 }, "end": { - "line": 2507, + "line": 2503, "column": 43 } } @@ -137217,47 +136770,47 @@ "type": "Identifier", "name": "index", "range": [ - 75375, - 75380 + 75233, + 75238 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 44 }, "end": { - "line": 2507, + "line": 2503, "column": 49 } } } ], "range": [ - 75356, - 75381 + 75214, + 75239 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 25 }, "end": { - "line": 2507, + "line": 2503, "column": 50 } } }, "range": [ - 75343, - 75381 + 75201, + 75239 ], "loc": { "start": { - "line": 2507, + "line": 2503, "column": 12 }, "end": { - "line": 2507, + "line": 2503, "column": 50 } } @@ -137265,16 +136818,16 @@ ], "kind": "let", "range": [ - 75291, - 75382 + 75149, + 75240 ], "loc": { "start": { - "line": 2506, + "line": 2502, "column": 8 }, "end": { - "line": 2507, + "line": 2503, "column": 51 } } @@ -137291,16 +136844,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75396, - 75406 + 75254, + 75264 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 12 }, "end": { - "line": 2509, + "line": 2505, "column": 22 } } @@ -137309,31 +136862,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 75411, - 75419 + 75269, + 75277 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 27 }, "end": { - "line": 2509, + "line": 2505, "column": 35 } } }, "range": [ - 75396, - 75419 + 75254, + 75277 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 12 }, "end": { - "line": 2509, + "line": 2505, "column": 35 } } @@ -137345,16 +136898,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75423, - 75433 + 75281, + 75291 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 39 }, "end": { - "line": 2509, + "line": 2505, "column": 49 } } @@ -137363,46 +136916,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 75438, - 75447 + 75296, + 75305 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 54 }, "end": { - "line": 2509, + "line": 2505, "column": 63 } } }, "range": [ - 75423, - 75447 + 75281, + 75305 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 39 }, "end": { - "line": 2509, + "line": 2505, "column": 63 } } }, "range": [ - 75396, - 75447 + 75254, + 75305 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 12 }, "end": { - "line": 2509, + "line": 2505, "column": 63 } } @@ -137421,16 +136974,16 @@ "object": { "type": "ThisExpression", "range": [ - 75467, - 75471 + 75325, + 75329 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 16 }, "end": { - "line": 2510, + "line": 2506, "column": 20 } } @@ -137439,31 +136992,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 75472, - 75487 + 75330, + 75345 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 21 }, "end": { - "line": 2510, + "line": 2506, "column": 36 } } }, "range": [ - 75467, - 75487 + 75325, + 75345 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 16 }, "end": { - "line": 2510, + "line": 2506, "column": 36 } } @@ -137477,16 +137030,16 @@ "object": { "type": "ThisExpression", "range": [ - 75492, - 75496 + 75350, + 75354 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 41 }, "end": { - "line": 2510, + "line": 2506, "column": 45 } } @@ -137495,62 +137048,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 75497, - 75508 + 75355, + 75366 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 46 }, "end": { - "line": 2510, + "line": 2506, "column": 57 } } }, "range": [ - 75492, - 75508 + 75350, + 75366 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 41 }, "end": { - "line": 2510, + "line": 2506, "column": 57 } } }, "prefix": true, "range": [ - 75491, - 75508 + 75349, + 75366 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 40 }, "end": { - "line": 2510, + "line": 2506, "column": 57 } } }, "range": [ - 75467, - 75508 + 75325, + 75366 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 16 }, "end": { - "line": 2510, + "line": 2506, "column": 57 } } @@ -137571,16 +137124,16 @@ "object": { "type": "ThisExpression", "range": [ - 75528, - 75532 + 75386, + 75390 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 16 }, "end": { - "line": 2511, + "line": 2507, "column": 20 } } @@ -137589,31 +137142,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75533, - 75540 + 75391, + 75398 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 21 }, "end": { - "line": 2511, + "line": 2507, "column": 28 } } }, "range": [ - 75528, - 75540 + 75386, + 75398 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 16 }, "end": { - "line": 2511, + "line": 2507, "column": 28 } } @@ -137622,31 +137175,31 @@ "type": "Identifier", "name": "emit", "range": [ - 75541, - 75545 + 75399, + 75403 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 29 }, "end": { - "line": 2511, + "line": 2507, "column": 33 } } }, "range": [ - 75528, - 75545 + 75386, + 75403 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 16 }, "end": { - "line": 2511, + "line": 2507, "column": 33 } } @@ -137657,16 +137210,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 75546, - 75567 + 75404, + 75425 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 34 }, "end": { - "line": 2511, + "line": 2507, "column": 55 } } @@ -137674,16 +137227,16 @@ { "type": "ThisExpression", "range": [ - 75569, - 75573 + 75427, + 75431 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 57 }, "end": { - "line": 2511, + "line": 2507, "column": 61 } } @@ -137692,16 +137245,16 @@ "type": "Identifier", "name": "index", "range": [ - 75575, - 75580 + 75433, + 75438 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 63 }, "end": { - "line": 2511, + "line": 2507, "column": 68 } } @@ -137712,16 +137265,16 @@ "object": { "type": "ThisExpression", "range": [ - 75602, - 75606 + 75460, + 75464 ], "loc": { "start": { - "line": 2512, + "line": 2508, "column": 20 }, "end": { - "line": 2512, + "line": 2508, "column": 24 } } @@ -137730,31 +137283,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 75607, - 75620 + 75465, + 75478 ], "loc": { "start": { - "line": 2512, + "line": 2508, "column": 25 }, "end": { - "line": 2512, + "line": 2508, "column": 38 } } }, "range": [ - 75602, - 75620 + 75460, + 75478 ], "loc": { "start": { - "line": 2512, + "line": 2508, "column": 20 }, "end": { - "line": 2512, + "line": 2508, "column": 38 } } @@ -137765,16 +137318,16 @@ "object": { "type": "ThisExpression", "range": [ - 75622, - 75626 + 75480, + 75484 ], "loc": { "start": { - "line": 2512, + "line": 2508, "column": 40 }, "end": { - "line": 2512, + "line": 2508, "column": 44 } } @@ -137783,94 +137336,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 75627, - 75640 + 75485, + 75498 ], "loc": { "start": { - "line": 2512, + "line": 2508, "column": 45 }, "end": { - "line": 2512, + "line": 2508, "column": 58 } } }, "range": [ - 75622, - 75640 + 75480, + 75498 ], "loc": { "start": { - "line": 2512, + "line": 2508, "column": 40 }, "end": { - "line": 2512, + "line": 2508, "column": 58 } } } ], "range": [ - 75528, - 75641 + 75386, + 75499 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 16 }, "end": { - "line": 2512, + "line": 2508, "column": 59 } } }, "range": [ - 75528, - 75642 + 75386, + 75500 ], "loc": { "start": { - "line": 2511, + "line": 2507, "column": 16 }, "end": { - "line": 2512, + "line": 2508, "column": 60 } } } ], "range": [ - 75510, - 75656 + 75368, + 75514 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 59 }, "end": { - "line": 2513, + "line": 2509, "column": 13 } } }, "alternate": null, "range": [ - 75463, - 75656 + 75321, + 75514 ], "loc": { "start": { - "line": 2510, + "line": 2506, "column": 12 }, "end": { - "line": 2513, + "line": 2509, "column": 13 } } @@ -137887,16 +137440,16 @@ "type": "Identifier", "name": "slc", "range": [ - 75669, - 75672 + 75527, + 75530 ], "loc": { "start": { - "line": 2514, + "line": 2510, "column": 12 }, "end": { - "line": 2514, + "line": 2510, "column": 15 } } @@ -137905,31 +137458,31 @@ "type": "Identifier", "name": "value", "range": [ - 75673, - 75678 + 75531, + 75536 ], "loc": { "start": { - "line": 2514, + "line": 2510, "column": 16 }, "end": { - "line": 2514, + "line": 2510, "column": 21 } } }, "range": [ - 75669, - 75678 + 75527, + 75536 ], "loc": { "start": { - "line": 2514, + "line": 2510, "column": 12 }, "end": { - "line": 2514, + "line": 2510, "column": 21 } } @@ -137938,62 +137491,62 @@ "type": "Identifier", "name": "query", "range": [ - 75681, - 75686 + 75539, + 75544 ], "loc": { "start": { - "line": 2514, + "line": 2510, "column": 24 }, "end": { - "line": 2514, + "line": 2510, "column": 29 } } }, "range": [ - 75669, - 75686 + 75527, + 75544 ], "loc": { "start": { - "line": 2514, + "line": 2510, "column": 12 }, "end": { - "line": 2514, + "line": 2510, "column": 29 } } }, "range": [ - 75669, - 75687 + 75527, + 75545 ], "loc": { "start": { - "line": 2514, + "line": 2510, "column": 12 }, "end": { - "line": 2514, + "line": 2510, "column": 30 } } } ], "range": [ - 75449, - 75697 + 75307, + 75555 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 65 }, "end": { - "line": 2515, + "line": 2511, "column": 9 } }, @@ -138002,16 +137555,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75706, - 75724 + 75564, + 75582 ], "loc": { "start": { - "line": 2516, + "line": 2512, "column": 8 }, "end": { - "line": 2516, + "line": 2512, "column": 26 } } @@ -138027,16 +137580,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75742, - 75752 + 75600, + 75610 ], "loc": { "start": { - "line": 2517, + "line": 2513, "column": 17 }, "end": { - "line": 2517, + "line": 2513, "column": 27 } } @@ -138045,31 +137598,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 75757, - 75765 + 75615, + 75623 ], "loc": { "start": { - "line": 2517, + "line": 2513, "column": 32 }, "end": { - "line": 2517, + "line": 2513, "column": 40 } } }, "range": [ - 75742, - 75765 + 75600, + 75623 ], "loc": { "start": { - "line": 2517, + "line": 2513, "column": 17 }, "end": { - "line": 2517, + "line": 2513, "column": 40 } } @@ -138086,16 +137639,16 @@ "type": "Identifier", "name": "values", "range": [ - 75785, - 75791 + 75643, + 75649 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 16 }, "end": { - "line": 2518, + "line": 2514, "column": 22 } } @@ -138108,16 +137661,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 75794, - 75801 + 75652, + 75659 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 25 }, "end": { - "line": 2518, + "line": 2514, "column": 32 } } @@ -138127,32 +137680,32 @@ "type": "Identifier", "name": "query", "range": [ - 75802, - 75807 + 75660, + 75665 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 33 }, "end": { - "line": 2518, + "line": 2514, "column": 38 } } } ], "range": [ - 75794, - 75808 + 75652, + 75666 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 25 }, "end": { - "line": 2518, + "line": 2514, "column": 39 } } @@ -138161,16 +137714,16 @@ "type": "Identifier", "name": "query", "range": [ - 75811, - 75816 + 75669, + 75674 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 42 }, "end": { - "line": 2518, + "line": 2514, "column": 47 } } @@ -138184,16 +137737,16 @@ "type": "Identifier", "name": "query", "range": [ - 75835, - 75840 + 75693, + 75698 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 16 }, "end": { - "line": 2519, + "line": 2515, "column": 21 } } @@ -138202,31 +137755,31 @@ "type": "Identifier", "name": "split", "range": [ - 75841, - 75846 + 75699, + 75704 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 22 }, "end": { - "line": 2519, + "line": 2515, "column": 27 } } }, "range": [ - 75835, - 75846 + 75693, + 75704 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 16 }, "end": { - "line": 2519, + "line": 2515, "column": 27 } } @@ -138243,16 +137796,16 @@ "value": " ", "raw": "' '", "range": [ - 75847, - 75850 + 75705, + 75708 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 28 }, "end": { - "line": 2519, + "line": 2515, "column": 31 } } @@ -138263,16 +137816,16 @@ "object": { "type": "ThisExpression", "range": [ - 75853, - 75857 + 75711, + 75715 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 34 }, "end": { - "line": 2519, + "line": 2515, "column": 38 } } @@ -138281,46 +137834,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 75858, - 75868 + 75716, + 75726 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 39 }, "end": { - "line": 2519, + "line": 2515, "column": 49 } } }, "range": [ - 75853, - 75868 + 75711, + 75726 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 34 }, "end": { - "line": 2519, + "line": 2515, "column": 49 } } }, "range": [ - 75847, - 75868 + 75705, + 75726 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 28 }, "end": { - "line": 2519, + "line": 2515, "column": 49 } } @@ -138330,77 +137883,77 @@ "value": " ", "raw": "' '", "range": [ - 75871, - 75874 + 75729, + 75732 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 52 }, "end": { - "line": 2519, + "line": 2515, "column": 55 } } }, "range": [ - 75847, - 75874 + 75705, + 75732 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 28 }, "end": { - "line": 2519, + "line": 2515, "column": 55 } } } ], "range": [ - 75835, - 75875 + 75693, + 75733 ], "loc": { "start": { - "line": 2519, + "line": 2515, "column": 16 }, "end": { - "line": 2519, + "line": 2515, "column": 56 } } }, "range": [ - 75794, - 75875 + 75652, + 75733 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 25 }, "end": { - "line": 2519, + "line": 2515, "column": 56 } } }, "range": [ - 75785, - 75875 + 75643, + 75733 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 16 }, "end": { - "line": 2519, + "line": 2515, "column": 56 } } @@ -138408,16 +137961,16 @@ ], "kind": "let", "range": [ - 75781, - 75876 + 75639, + 75734 ], "loc": { "start": { - "line": 2518, + "line": 2514, "column": 12 }, "end": { - "line": 2519, + "line": 2515, "column": 57 } } @@ -138433,16 +137986,16 @@ "object": { "type": "ThisExpression", "range": [ - 75894, - 75898 + 75752, + 75756 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 16 }, "end": { - "line": 2521, + "line": 2517, "column": 20 } } @@ -138451,31 +138004,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 75899, - 75914 + 75757, + 75772 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 21 }, "end": { - "line": 2521, + "line": 2517, "column": 36 } } }, "range": [ - 75894, - 75914 + 75752, + 75772 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 16 }, "end": { - "line": 2521, + "line": 2517, "column": 36 } } @@ -138489,16 +138042,16 @@ "object": { "type": "ThisExpression", "range": [ - 75919, - 75923 + 75777, + 75781 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 41 }, "end": { - "line": 2521, + "line": 2517, "column": 45 } } @@ -138507,62 +138060,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 75924, - 75935 + 75782, + 75793 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 46 }, "end": { - "line": 2521, + "line": 2517, "column": 57 } } }, "range": [ - 75919, - 75935 + 75777, + 75793 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 41 }, "end": { - "line": 2521, + "line": 2517, "column": 57 } } }, "prefix": true, "range": [ - 75918, - 75935 + 75776, + 75793 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 40 }, "end": { - "line": 2521, + "line": 2517, "column": 57 } } }, "range": [ - 75894, - 75935 + 75752, + 75793 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 16 }, "end": { - "line": 2521, + "line": 2517, "column": 57 } } @@ -138583,16 +138136,16 @@ "object": { "type": "ThisExpression", "range": [ - 75955, - 75959 + 75813, + 75817 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 16 }, "end": { - "line": 2522, + "line": 2518, "column": 20 } } @@ -138601,31 +138154,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75960, - 75967 + 75818, + 75825 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 21 }, "end": { - "line": 2522, + "line": 2518, "column": 28 } } }, "range": [ - 75955, - 75967 + 75813, + 75825 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 16 }, "end": { - "line": 2522, + "line": 2518, "column": 28 } } @@ -138634,31 +138187,31 @@ "type": "Identifier", "name": "emit", "range": [ - 75968, - 75972 + 75826, + 75830 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 29 }, "end": { - "line": 2522, + "line": 2518, "column": 33 } } }, "range": [ - 75955, - 75972 + 75813, + 75830 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 16 }, "end": { - "line": 2522, + "line": 2518, "column": 33 } } @@ -138669,16 +138222,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 75973, - 75994 + 75831, + 75852 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 34 }, "end": { - "line": 2522, + "line": 2518, "column": 55 } } @@ -138686,16 +138239,16 @@ { "type": "ThisExpression", "range": [ - 75996, - 76000 + 75854, + 75858 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 57 }, "end": { - "line": 2522, + "line": 2518, "column": 61 } } @@ -138704,16 +138257,16 @@ "type": "Identifier", "name": "index", "range": [ - 76002, - 76007 + 75860, + 75865 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 63 }, "end": { - "line": 2522, + "line": 2518, "column": 68 } } @@ -138724,16 +138277,16 @@ "object": { "type": "ThisExpression", "range": [ - 76029, - 76033 + 75887, + 75891 ], "loc": { "start": { - "line": 2523, + "line": 2519, "column": 20 }, "end": { - "line": 2523, + "line": 2519, "column": 24 } } @@ -138742,31 +138295,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 76034, - 76047 + 75892, + 75905 ], "loc": { "start": { - "line": 2523, + "line": 2519, "column": 25 }, "end": { - "line": 2523, + "line": 2519, "column": 38 } } }, "range": [ - 76029, - 76047 + 75887, + 75905 ], "loc": { "start": { - "line": 2523, + "line": 2519, "column": 20 }, "end": { - "line": 2523, + "line": 2519, "column": 38 } } @@ -138777,16 +138330,16 @@ "object": { "type": "ThisExpression", "range": [ - 76049, - 76053 + 75907, + 75911 ], "loc": { "start": { - "line": 2523, + "line": 2519, "column": 40 }, "end": { - "line": 2523, + "line": 2519, "column": 44 } } @@ -138795,94 +138348,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 76054, - 76067 + 75912, + 75925 ], "loc": { "start": { - "line": 2523, + "line": 2519, "column": 45 }, "end": { - "line": 2523, + "line": 2519, "column": 58 } } }, "range": [ - 76049, - 76067 + 75907, + 75925 ], "loc": { "start": { - "line": 2523, + "line": 2519, "column": 40 }, "end": { - "line": 2523, + "line": 2519, "column": 58 } } } ], "range": [ - 75955, - 76068 + 75813, + 75926 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 16 }, "end": { - "line": 2523, + "line": 2519, "column": 59 } } }, "range": [ - 75955, - 76069 + 75813, + 75927 ], "loc": { "start": { - "line": 2522, + "line": 2518, "column": 16 }, "end": { - "line": 2523, + "line": 2519, "column": 60 } } } ], "range": [ - 75937, - 76083 + 75795, + 75941 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 59 }, "end": { - "line": 2524, + "line": 2520, "column": 13 } } }, "alternate": null, "range": [ - 75890, - 76083 + 75748, + 75941 ], "loc": { "start": { - "line": 2521, + "line": 2517, "column": 12 }, "end": { - "line": 2524, + "line": 2520, "column": 13 } } @@ -138900,16 +138453,16 @@ "object": { "type": "ThisExpression", "range": [ - 76097, - 76101 + 75955, + 75959 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 12 }, "end": { - "line": 2526, + "line": 2522, "column": 16 } } @@ -138918,31 +138471,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76102, - 76109 + 75960, + 75967 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 17 }, "end": { - "line": 2526, + "line": 2522, "column": 24 } } }, "range": [ - 76097, - 76109 + 75955, + 75967 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 12 }, "end": { - "line": 2526, + "line": 2522, "column": 24 } } @@ -138951,31 +138504,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76110, - 76114 + 75968, + 75972 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 25 }, "end": { - "line": 2526, + "line": 2522, "column": 29 } } }, "range": [ - 76097, - 76114 + 75955, + 75972 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 12 }, "end": { - "line": 2526, + "line": 2522, "column": 29 } } @@ -138986,16 +138539,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 76115, - 76131 + 75973, + 75989 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 30 }, "end": { - "line": 2526, + "line": 2522, "column": 46 } } @@ -139003,16 +138556,16 @@ { "type": "ThisExpression", "range": [ - 76133, - 76137 + 75991, + 75995 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 48 }, "end": { - "line": 2526, + "line": 2522, "column": 52 } } @@ -139021,16 +138574,16 @@ "type": "Identifier", "name": "index", "range": [ - 76139, - 76144 + 75997, + 76002 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 54 }, "end": { - "line": 2526, + "line": 2522, "column": 59 } } @@ -139039,63 +138592,63 @@ "type": "Identifier", "name": "values", "range": [ - 76146, - 76152 + 76004, + 76010 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 61 }, "end": { - "line": 2526, + "line": 2522, "column": 67 } } } ], "range": [ - 76097, - 76153 + 75955, + 76011 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 12 }, "end": { - "line": 2526, + "line": 2522, "column": 68 } } }, "range": [ - 76097, - 76154 + 75955, + 76012 ], "loc": { "start": { - "line": 2526, + "line": 2522, "column": 12 }, "end": { - "line": 2526, + "line": 2522, "column": 69 } } } ], "range": [ - 75767, - 76164 + 75625, + 76022 ], "loc": { "start": { - "line": 2517, + "line": 2513, "column": 42 }, "end": { - "line": 2527, + "line": 2523, "column": 9 } }, @@ -139104,16 +138657,16 @@ "type": "Line", "value": "checklist", "range": [ - 76173, - 76184 + 76031, + 76042 ], "loc": { "start": { - "line": 2528, + "line": 2524, "column": 8 }, "end": { - "line": 2528, + "line": 2524, "column": 19 } } @@ -139129,16 +138682,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 76202, - 76212 + 76060, + 76070 ], "loc": { "start": { - "line": 2529, + "line": 2525, "column": 17 }, "end": { - "line": 2529, + "line": 2525, "column": 27 } } @@ -139147,31 +138700,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 76217, - 76226 + 76075, + 76084 ], "loc": { "start": { - "line": 2529, + "line": 2525, "column": 32 }, "end": { - "line": 2529, + "line": 2525, "column": 41 } } }, "range": [ - 76202, - 76226 + 76060, + 76084 ], "loc": { "start": { - "line": 2529, + "line": 2525, "column": 17 }, "end": { - "line": 2529, + "line": 2525, "column": 41 } } @@ -139188,16 +138741,16 @@ "type": "Identifier", "name": "values", "range": [ - 76246, - 76252 + 76104, + 76110 ], "loc": { "start": { - "line": 2530, + "line": 2526, "column": 16 }, "end": { - "line": 2530, + "line": 2526, "column": 22 } } @@ -139206,31 +138759,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76255, - 76257 + 76113, + 76115 ], "loc": { "start": { - "line": 2530, + "line": 2526, "column": 25 }, "end": { - "line": 2530, + "line": 2526, "column": 27 } } }, "range": [ - 76246, - 76257 + 76104, + 76115 ], "loc": { "start": { - "line": 2530, + "line": 2526, "column": 16 }, "end": { - "line": 2530, + "line": 2526, "column": 27 } } @@ -139238,16 +138791,16 @@ ], "kind": "let", "range": [ - 76242, - 76258 + 76100, + 76116 ], "loc": { "start": { - "line": 2530, + "line": 2526, "column": 12 }, "end": { - "line": 2530, + "line": 2526, "column": 28 } } @@ -139263,16 +138816,16 @@ "object": { "type": "ThisExpression", "range": [ - 76275, - 76279 + 76133, + 76137 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 16 }, "end": { - "line": 2531, + "line": 2527, "column": 20 } } @@ -139281,31 +138834,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 76280, - 76295 + 76138, + 76153 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 21 }, "end": { - "line": 2531, + "line": 2527, "column": 36 } } }, "range": [ - 76275, - 76295 + 76133, + 76153 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 16 }, "end": { - "line": 2531, + "line": 2527, "column": 36 } } @@ -139319,16 +138872,16 @@ "object": { "type": "ThisExpression", "range": [ - 76300, - 76304 + 76158, + 76162 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 41 }, "end": { - "line": 2531, + "line": 2527, "column": 45 } } @@ -139337,62 +138890,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 76305, - 76316 + 76163, + 76174 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 46 }, "end": { - "line": 2531, + "line": 2527, "column": 57 } } }, "range": [ - 76300, - 76316 + 76158, + 76174 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 41 }, "end": { - "line": 2531, + "line": 2527, "column": 57 } } }, "prefix": true, "range": [ - 76299, - 76316 + 76157, + 76174 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 40 }, "end": { - "line": 2531, + "line": 2527, "column": 57 } } }, "range": [ - 76275, - 76316 + 76133, + 76174 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 16 }, "end": { - "line": 2531, + "line": 2527, "column": 57 } } @@ -139413,16 +138966,16 @@ "object": { "type": "ThisExpression", "range": [ - 76336, - 76340 + 76194, + 76198 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 16 }, "end": { - "line": 2532, + "line": 2528, "column": 20 } } @@ -139431,31 +138984,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76341, - 76348 + 76199, + 76206 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 21 }, "end": { - "line": 2532, + "line": 2528, "column": 28 } } }, "range": [ - 76336, - 76348 + 76194, + 76206 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 16 }, "end": { - "line": 2532, + "line": 2528, "column": 28 } } @@ -139464,31 +139017,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76349, - 76353 + 76207, + 76211 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 29 }, "end": { - "line": 2532, + "line": 2528, "column": 33 } } }, "range": [ - 76336, - 76353 + 76194, + 76211 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 16 }, "end": { - "line": 2532, + "line": 2528, "column": 33 } } @@ -139499,16 +139052,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 76354, - 76378 + 76212, + 76236 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 34 }, "end": { - "line": 2532, + "line": 2528, "column": 58 } } @@ -139516,16 +139069,16 @@ { "type": "ThisExpression", "range": [ - 76380, - 76384 + 76238, + 76242 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 60 }, "end": { - "line": 2532, + "line": 2528, "column": 64 } } @@ -139534,16 +139087,16 @@ "type": "Identifier", "name": "index", "range": [ - 76386, - 76391 + 76244, + 76249 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 66 }, "end": { - "line": 2532, + "line": 2528, "column": 71 } } @@ -139554,16 +139107,16 @@ "object": { "type": "ThisExpression", "range": [ - 76413, - 76417 + 76271, + 76275 ], "loc": { "start": { - "line": 2533, + "line": 2529, "column": 20 }, "end": { - "line": 2533, + "line": 2529, "column": 24 } } @@ -139572,94 +139125,94 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 76418, - 76431 + 76276, + 76289 ], "loc": { "start": { - "line": 2533, + "line": 2529, "column": 25 }, "end": { - "line": 2533, + "line": 2529, "column": 38 } } }, "range": [ - 76413, - 76431 + 76271, + 76289 ], "loc": { "start": { - "line": 2533, + "line": 2529, "column": 20 }, "end": { - "line": 2533, + "line": 2529, "column": 38 } } } ], "range": [ - 76336, - 76432 + 76194, + 76290 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 16 }, "end": { - "line": 2533, + "line": 2529, "column": 39 } } }, "range": [ - 76336, - 76433 + 76194, + 76291 ], "loc": { "start": { - "line": 2532, + "line": 2528, "column": 16 }, "end": { - "line": 2533, + "line": 2529, "column": 40 } } } ], "range": [ - 76318, - 76447 + 76176, + 76305 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 59 }, "end": { - "line": 2534, + "line": 2530, "column": 13 } } }, "alternate": null, "range": [ - 76271, - 76447 + 76129, + 76305 ], "loc": { "start": { - "line": 2531, + "line": 2527, "column": 12 }, "end": { - "line": 2534, + "line": 2530, "column": 13 } } @@ -139672,16 +139225,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 76464, - 76471 + 76322, + 76329 ], "loc": { "start": { - "line": 2535, + "line": 2531, "column": 16 }, "end": { - "line": 2535, + "line": 2531, "column": 23 } } @@ -139691,32 +139244,32 @@ "type": "Identifier", "name": "query", "range": [ - 76472, - 76477 + 76330, + 76335 ], "loc": { "start": { - "line": 2535, + "line": 2531, "column": 24 }, "end": { - "line": 2535, + "line": 2531, "column": 29 } } } ], "range": [ - 76464, - 76478 + 76322, + 76336 ], "loc": { "start": { - "line": 2535, + "line": 2531, "column": 16 }, "end": { - "line": 2535, + "line": 2531, "column": 30 } } @@ -139733,16 +139286,16 @@ "type": "Identifier", "name": "values", "range": [ - 76498, - 76504 + 76356, + 76362 ], "loc": { "start": { - "line": 2536, + "line": 2532, "column": 16 }, "end": { - "line": 2536, + "line": 2532, "column": 22 } } @@ -139751,62 +139304,62 @@ "type": "Identifier", "name": "query", "range": [ - 76507, - 76512 + 76365, + 76370 ], "loc": { "start": { - "line": 2536, + "line": 2532, "column": 25 }, "end": { - "line": 2536, + "line": 2532, "column": 30 } } }, "range": [ - 76498, - 76512 + 76356, + 76370 ], "loc": { "start": { - "line": 2536, + "line": 2532, "column": 16 }, "end": { - "line": 2536, + "line": 2532, "column": 30 } } }, "range": [ - 76498, - 76513 + 76356, + 76371 ], "loc": { "start": { - "line": 2536, + "line": 2532, "column": 16 }, "end": { - "line": 2536, + "line": 2532, "column": 31 } } } ], "range": [ - 76480, - 76527 + 76338, + 76385 ], "loc": { "start": { - "line": 2535, + "line": 2531, "column": 32 }, "end": { - "line": 2537, + "line": 2533, "column": 13 } } @@ -139823,16 +139376,16 @@ "type": "Identifier", "name": "query", "range": [ - 76551, - 76556 + 76409, + 76414 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 16 }, "end": { - "line": 2538, + "line": 2534, "column": 21 } } @@ -139843,16 +139396,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 76559, - 76568 + 76417, + 76426 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 24 }, "end": { - "line": 2538, + "line": 2534, "column": 33 } } @@ -139862,16 +139415,16 @@ "type": "Identifier", "name": "query", "range": [ - 76569, - 76574 + 76427, + 76432 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 34 }, "end": { - "line": 2538, + "line": 2534, "column": 39 } } @@ -139882,16 +139435,16 @@ "object": { "type": "ThisExpression", "range": [ - 76576, - 76580 + 76434, + 76438 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 41 }, "end": { - "line": 2538, + "line": 2534, "column": 45 } } @@ -139900,77 +139453,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 76581, - 76594 + 76439, + 76452 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 46 }, "end": { - "line": 2538, + "line": 2534, "column": 59 } } }, "range": [ - 76576, - 76594 + 76434, + 76452 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 41 }, "end": { - "line": 2538, + "line": 2534, "column": 59 } } } ], "range": [ - 76559, - 76595 + 76417, + 76453 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 24 }, "end": { - "line": 2538, + "line": 2534, "column": 60 } } }, "range": [ - 76551, - 76595 + 76409, + 76453 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 16 }, "end": { - "line": 2538, + "line": 2534, "column": 60 } } }, "range": [ - 76551, - 76596 + 76409, + 76454 ], "loc": { "start": { - "line": 2538, + "line": 2534, "column": 16 }, "end": { - "line": 2538, + "line": 2534, "column": 61 } } @@ -139984,16 +139537,16 @@ "type": "Identifier", "name": "values", "range": [ - 76613, - 76619 + 76471, + 76477 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 16 }, "end": { - "line": 2539, + "line": 2535, "column": 22 } } @@ -140007,16 +139560,16 @@ "type": "Identifier", "name": "query", "range": [ - 76622, - 76627 + 76480, + 76485 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 25 }, "end": { - "line": 2539, + "line": 2535, "column": 30 } } @@ -140025,31 +139578,31 @@ "type": "Identifier", "name": "split", "range": [ - 76628, - 76633 + 76486, + 76491 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 31 }, "end": { - "line": 2539, + "line": 2535, "column": 36 } } }, "range": [ - 76622, - 76633 + 76480, + 76491 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 25 }, "end": { - "line": 2539, + "line": 2535, "column": 36 } } @@ -140066,16 +139619,16 @@ "value": " ", "raw": "' '", "range": [ - 76634, - 76637 + 76492, + 76495 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 37 }, "end": { - "line": 2539, + "line": 2535, "column": 40 } } @@ -140086,16 +139639,16 @@ "object": { "type": "ThisExpression", "range": [ - 76640, - 76644 + 76498, + 76502 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 43 }, "end": { - "line": 2539, + "line": 2535, "column": 47 } } @@ -140104,46 +139657,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 76645, - 76655 + 76503, + 76513 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 48 }, "end": { - "line": 2539, + "line": 2535, "column": 58 } } }, "range": [ - 76640, - 76655 + 76498, + 76513 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 43 }, "end": { - "line": 2539, + "line": 2535, "column": 58 } } }, "range": [ - 76634, - 76655 + 76492, + 76513 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 37 }, "end": { - "line": 2539, + "line": 2535, "column": 58 } } @@ -140153,108 +139706,108 @@ "value": " ", "raw": "' '", "range": [ - 76658, - 76661 + 76516, + 76519 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 61 }, "end": { - "line": 2539, + "line": 2535, "column": 64 } } }, "range": [ - 76634, - 76661 + 76492, + 76519 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 37 }, "end": { - "line": 2539, + "line": 2535, "column": 64 } } } ], "range": [ - 76622, - 76662 + 76480, + 76520 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 25 }, "end": { - "line": 2539, + "line": 2535, "column": 65 } } }, "range": [ - 76613, - 76662 + 76471, + 76520 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 16 }, "end": { - "line": 2539, + "line": 2535, "column": 65 } } }, "range": [ - 76613, - 76663 + 76471, + 76521 ], "loc": { "start": { - "line": 2539, + "line": 2535, "column": 16 }, "end": { - "line": 2539, + "line": 2535, "column": 66 } } } ], "range": [ - 76533, - 76677 + 76391, + 76535 ], "loc": { "start": { - "line": 2537, + "line": 2533, "column": 19 }, "end": { - "line": 2540, + "line": 2536, "column": 13 } } }, "range": [ - 76460, - 76677 + 76318, + 76535 ], "loc": { "start": { - "line": 2535, + "line": 2531, "column": 12 }, "end": { - "line": 2540, + "line": 2536, "column": 13 } } @@ -140272,16 +139825,16 @@ "object": { "type": "ThisExpression", "range": [ - 76691, - 76695 + 76549, + 76553 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 12 }, "end": { - "line": 2542, + "line": 2538, "column": 16 } } @@ -140290,31 +139843,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76696, - 76703 + 76554, + 76561 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 17 }, "end": { - "line": 2542, + "line": 2538, "column": 24 } } }, "range": [ - 76691, - 76703 + 76549, + 76561 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 12 }, "end": { - "line": 2542, + "line": 2538, "column": 24 } } @@ -140323,31 +139876,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76704, - 76708 + 76562, + 76566 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 25 }, "end": { - "line": 2542, + "line": 2538, "column": 29 } } }, "range": [ - 76691, - 76708 + 76549, + 76566 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 12 }, "end": { - "line": 2542, + "line": 2538, "column": 29 } } @@ -140358,16 +139911,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 76709, - 76735 + 76567, + 76593 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 30 }, "end": { - "line": 2542, + "line": 2538, "column": 56 } } @@ -140375,16 +139928,16 @@ { "type": "ThisExpression", "range": [ - 76737, - 76741 + 76595, + 76599 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 58 }, "end": { - "line": 2542, + "line": 2538, "column": 62 } } @@ -140393,16 +139946,16 @@ "type": "Identifier", "name": "index", "range": [ - 76743, - 76748 + 76601, + 76606 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 64 }, "end": { - "line": 2542, + "line": 2538, "column": 69 } } @@ -140411,79 +139964,79 @@ "type": "Identifier", "name": "values", "range": [ - 76750, - 76756 + 76608, + 76614 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 71 }, "end": { - "line": 2542, + "line": 2538, "column": 77 } } } ], "range": [ - 76691, - 76757 + 76549, + 76615 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 12 }, "end": { - "line": 2542, + "line": 2538, "column": 78 } } }, "range": [ - 76691, - 76758 + 76549, + 76616 ], "loc": { "start": { - "line": 2542, + "line": 2538, "column": 12 }, "end": { - "line": 2542, + "line": 2538, "column": 79 } } } ], "range": [ - 76228, - 76768 + 76086, + 76626 ], "loc": { "start": { - "line": 2529, + "line": 2525, "column": 43 }, "end": { - "line": 2543, + "line": 2539, "column": 9 } } }, "alternate": null, "range": [ - 76198, - 76768 + 76056, + 76626 ], "loc": { "start": { - "line": 2529, + "line": 2525, "column": 13 }, "end": { - "line": 2543, + "line": 2539, "column": 9 } }, @@ -140492,16 +140045,16 @@ "type": "Line", "value": "checklist", "range": [ - 76173, - 76184 + 76031, + 76042 ], "loc": { "start": { - "line": 2528, + "line": 2524, "column": 8 }, "end": { - "line": 2528, + "line": 2524, "column": 19 } } @@ -140509,16 +140062,16 @@ ] }, "range": [ - 75738, - 76768 + 75596, + 76626 ], "loc": { "start": { - "line": 2517, + "line": 2513, "column": 13 }, "end": { - "line": 2543, + "line": 2539, "column": 9 } }, @@ -140527,16 +140080,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75706, - 75724 + 75564, + 75582 ], "loc": { "start": { - "line": 2516, + "line": 2512, "column": 8 }, "end": { - "line": 2516, + "line": 2512, "column": 26 } } @@ -140544,32 +140097,32 @@ ] }, "range": [ - 75392, - 76768 + 75250, + 76626 ], "loc": { "start": { - "line": 2509, + "line": 2505, "column": 8 }, "end": { - "line": 2543, + "line": 2539, "column": 9 } } } ], "range": [ - 75222, - 76774 + 75080, + 76632 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 38 }, "end": { - "line": 2544, + "line": 2540, "column": 5 } } @@ -140577,16 +140130,16 @@ "generator": false, "expression": false, "range": [ - 75202, - 76774 + 75060, + 76632 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 18 }, "end": { - "line": 2544, + "line": 2540, "column": 5 } } @@ -140594,16 +140147,16 @@ "kind": "method", "computed": false, "range": [ - 75188, - 76774 + 75046, + 76632 ], "loc": { "start": { - "line": 2502, + "line": 2498, "column": 4 }, "end": { - "line": 2544, + "line": 2540, "column": 5 } }, @@ -140612,16 +140165,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 75021, - 75183 + 74879, + 75041 ], "loc": { "start": { - "line": 2497, + "line": 2493, "column": 4 }, "end": { - "line": 2501, + "line": 2497, "column": 7 } } @@ -140632,16 +140185,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76780, - 76884 + 76638, + 76742 ], "loc": { "start": { - "line": 2546, + "line": 2542, "column": 4 }, "end": { - "line": 2549, + "line": 2545, "column": 7 } } @@ -140655,16 +140208,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 76889, - 76901 + 76747, + 76759 ], "loc": { "start": { - "line": 2550, + "line": 2546, "column": 4 }, "end": { - "line": 2550, + "line": 2546, "column": 16 } } @@ -140677,16 +140230,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76902, - 76905 + 76760, + 76763 ], "loc": { "start": { - "line": 2550, + "line": 2546, "column": 17 }, "end": { - "line": 2550, + "line": 2546, "column": 20 } } @@ -140706,16 +140259,16 @@ "object": { "type": "ThisExpression", "range": [ - 76922, - 76926 + 76780, + 76784 ], "loc": { "start": { - "line": 2551, + "line": 2547, "column": 13 }, "end": { - "line": 2551, + "line": 2547, "column": 17 } } @@ -140724,47 +140277,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 76927, - 76939 + 76785, + 76797 ], "loc": { "start": { - "line": 2551, + "line": 2547, "column": 18 }, "end": { - "line": 2551, + "line": 2547, "column": 30 } } }, "range": [ - 76922, - 76939 + 76780, + 76797 ], "loc": { "start": { - "line": 2551, + "line": 2547, "column": 13 }, "end": { - "line": 2551, + "line": 2547, "column": 30 } } }, "prefix": true, "range": [ - 76921, - 76939 + 76779, + 76797 ], "loc": { "start": { - "line": 2551, + "line": 2547, "column": 12 }, "end": { - "line": 2551, + "line": 2547, "column": 30 } } @@ -140776,48 +140329,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 76955, - 76962 + 76813, + 76820 ], "loc": { "start": { - "line": 2552, + "line": 2548, "column": 12 }, "end": { - "line": 2552, + "line": 2548, "column": 19 } } } ], "range": [ - 76941, - 76972 + 76799, + 76830 ], "loc": { "start": { - "line": 2551, + "line": 2547, "column": 32 }, "end": { - "line": 2553, + "line": 2549, "column": 9 } } }, "alternate": null, "range": [ - 76917, - 76972 + 76775, + 76830 ], "loc": { "start": { - "line": 2551, + "line": 2547, "column": 8 }, "end": { - "line": 2553, + "line": 2549, "column": 9 } } @@ -140831,16 +140384,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76981, - 76984 + 76839, + 76842 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 8 }, "end": { - "line": 2554, + "line": 2550, "column": 11 } } @@ -140852,16 +140405,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76987, - 76990 + 76845, + 76848 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 14 }, "end": { - "line": 2554, + "line": 2550, "column": 17 } } @@ -140872,16 +140425,16 @@ "object": { "type": "ThisExpression", "range": [ - 76994, - 76998 + 76852, + 76856 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 21 }, "end": { - "line": 2554, + "line": 2550, "column": 25 } } @@ -140890,76 +140443,76 @@ "type": "Identifier", "name": "tbl", "range": [ - 76999, - 77002 + 76857, + 76860 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 26 }, "end": { - "line": 2554, + "line": 2550, "column": 29 } } }, "range": [ - 76994, - 77002 + 76852, + 76860 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 21 }, "end": { - "line": 2554, + "line": 2550, "column": 29 } } }, "range": [ - 76987, - 77002 + 76845, + 76860 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 14 }, "end": { - "line": 2554, + "line": 2550, "column": 29 } } }, "range": [ - 76981, - 77002 + 76839, + 76860 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 8 }, "end": { - "line": 2554, + "line": 2550, "column": 29 } } }, "range": [ - 76981, - 77003 + 76839, + 76861 ], "loc": { "start": { - "line": 2554, + "line": 2550, "column": 8 }, "end": { - "line": 2554, + "line": 2550, "column": 30 } } @@ -140973,16 +140526,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 77017, - 77023 + 76875, + 76881 ], "loc": { "start": { - "line": 2556, + "line": 2552, "column": 12 }, "end": { - "line": 2556, + "line": 2552, "column": 18 } } @@ -140993,16 +140546,16 @@ "object": { "type": "ThisExpression", "range": [ - 77026, - 77030 + 76884, + 76888 ], "loc": { "start": { - "line": 2556, + "line": 2552, "column": 21 }, "end": { - "line": 2556, + "line": 2552, "column": 25 } } @@ -141011,46 +140564,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 77031, - 77038 + 76889, + 76896 ], "loc": { "start": { - "line": 2556, + "line": 2552, "column": 26 }, "end": { - "line": 2556, + "line": 2552, "column": 33 } } }, "range": [ - 77026, - 77038 + 76884, + 76896 ], "loc": { "start": { - "line": 2556, + "line": 2552, "column": 21 }, "end": { - "line": 2556, + "line": 2552, "column": 33 } } }, "range": [ - 77017, - 77038 + 76875, + 76896 ], "loc": { "start": { - "line": 2556, + "line": 2552, "column": 12 }, "end": { - "line": 2556, + "line": 2552, "column": 33 } } @@ -141058,16 +140611,16 @@ ], "kind": "let", "range": [ - 77013, - 77039 + 76871, + 76897 ], "loc": { "start": { - "line": 2556, + "line": 2552, "column": 8 }, "end": { - "line": 2556, + "line": 2552, "column": 34 } } @@ -141081,16 +140634,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 77052, - 77061 + 76910, + 76919 ], "loc": { "start": { - "line": 2557, + "line": 2553, "column": 12 }, "end": { - "line": 2557, + "line": 2553, "column": 21 } } @@ -141101,16 +140654,16 @@ "object": { "type": "ThisExpression", "range": [ - 77064, - 77068 + 76922, + 76926 ], "loc": { "start": { - "line": 2557, + "line": 2553, "column": 24 }, "end": { - "line": 2557, + "line": 2553, "column": 28 } } @@ -141119,46 +140672,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 77069, - 77078 + 76927, + 76936 ], "loc": { "start": { - "line": 2557, + "line": 2553, "column": 29 }, "end": { - "line": 2557, + "line": 2553, "column": 38 } } }, "range": [ - 77064, - 77078 + 76922, + 76936 ], "loc": { "start": { - "line": 2557, + "line": 2553, "column": 24 }, "end": { - "line": 2557, + "line": 2553, "column": 38 } } }, "range": [ - 77052, - 77078 + 76910, + 76936 ], "loc": { "start": { - "line": 2557, + "line": 2553, "column": 12 }, "end": { - "line": 2557, + "line": 2553, "column": 38 } } @@ -141166,16 +140719,16 @@ ], "kind": "let", "range": [ - 77048, - 77079 + 76906, + 76937 ], "loc": { "start": { - "line": 2557, + "line": 2553, "column": 8 }, "end": { - "line": 2557, + "line": 2553, "column": 39 } } @@ -141189,16 +140742,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 77092, - 77099 + 76950, + 76957 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 12 }, "end": { - "line": 2558, + "line": 2554, "column": 19 } } @@ -141209,16 +140762,16 @@ "type": "Identifier", "name": "tag", "range": [ - 77102, - 77105 + 76960, + 76963 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 22 }, "end": { - "line": 2558, + "line": 2554, "column": 25 } } @@ -141228,16 +140781,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77106, - 77109 + 76964, + 76967 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 26 }, "end": { - "line": 2558, + "line": 2554, "column": 29 } } @@ -141247,47 +140800,47 @@ "value": "col", "raw": "'col'", "range": [ - 77111, - 77116 + 76969, + 76974 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 31 }, "end": { - "line": 2558, + "line": 2554, "column": 36 } } } ], "range": [ - 77102, - 77117 + 76960, + 76975 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 22 }, "end": { - "line": 2558, + "line": 2554, "column": 37 } } }, "range": [ - 77092, - 77117 + 76950, + 76975 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 12 }, "end": { - "line": 2558, + "line": 2554, "column": 37 } } @@ -141295,16 +140848,16 @@ ], "kind": "let", "range": [ - 77088, - 77118 + 76946, + 76976 ], "loc": { "start": { - "line": 2558, + "line": 2554, "column": 8 }, "end": { - "line": 2558, + "line": 2554, "column": 38 } } @@ -141318,16 +140871,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77131, - 77143 + 76989, + 77001 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 12 }, "end": { - "line": 2559, + "line": 2555, "column": 24 } } @@ -141342,16 +140895,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 77146, - 77153 + 77004, + 77011 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 27 }, "end": { - "line": 2559, + "line": 2555, "column": 34 } } @@ -141360,31 +140913,31 @@ "type": "Identifier", "name": "length", "range": [ - 77154, - 77160 + 77012, + 77018 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 35 }, "end": { - "line": 2559, + "line": 2555, "column": 41 } } }, "range": [ - 77146, - 77160 + 77004, + 77018 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 27 }, "end": { - "line": 2559, + "line": 2555, "column": 41 } } @@ -141394,46 +140947,46 @@ "value": 0, "raw": "0", "range": [ - 77163, - 77164 + 77021, + 77022 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 44 }, "end": { - "line": 2559, + "line": 2555, "column": 45 } } }, "range": [ - 77146, - 77164 + 77004, + 77022 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 27 }, "end": { - "line": 2559, + "line": 2555, "column": 45 } } }, "range": [ - 77131, - 77164 + 76989, + 77022 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 12 }, "end": { - "line": 2559, + "line": 2555, "column": 45 } } @@ -141441,16 +140994,16 @@ ], "kind": "let", "range": [ - 77127, - 77165 + 76985, + 77023 ], "loc": { "start": { - "line": 2559, + "line": 2555, "column": 8 }, "end": { - "line": 2559, + "line": 2555, "column": 46 } } @@ -141464,16 +141017,16 @@ "type": "Identifier", "name": "frag", "range": [ - 77178, - 77182 + 77036, + 77040 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 12 }, "end": { - "line": 2560, + "line": 2556, "column": 16 } } @@ -141487,32 +141040,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77186, - 77198 + 77044, + 77056 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 20 }, "end": { - "line": 2560, + "line": 2556, "column": 32 } } }, "prefix": true, "range": [ - 77185, - 77198 + 77043, + 77056 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 19 }, "end": { - "line": 2560, + "line": 2556, "column": 32 } } @@ -141526,16 +141079,16 @@ "type": "Identifier", "name": "doc", "range": [ - 77201, - 77204 + 77059, + 77062 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 35 }, "end": { - "line": 2560, + "line": 2556, "column": 38 } } @@ -141544,47 +141097,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 77205, - 77227 + 77063, + 77085 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 39 }, "end": { - "line": 2560, + "line": 2556, "column": 61 } } }, "range": [ - 77201, - 77227 + 77059, + 77085 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 35 }, "end": { - "line": 2560, + "line": 2556, "column": 61 } } }, "arguments": [], "range": [ - 77201, - 77229 + 77059, + 77087 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 35 }, "end": { - "line": 2560, + "line": 2556, "column": 63 } } @@ -141594,46 +141147,46 @@ "value": null, "raw": "null", "range": [ - 77232, - 77236 + 77090, + 77094 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 66 }, "end": { - "line": 2560, + "line": 2556, "column": 70 } } }, "range": [ - 77185, - 77236 + 77043, + 77094 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 19 }, "end": { - "line": 2560, + "line": 2556, "column": 70 } } }, "range": [ - 77178, - 77236 + 77036, + 77094 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 12 }, "end": { - "line": 2560, + "line": 2556, "column": 70 } } @@ -141641,16 +141194,16 @@ ], "kind": "let", "range": [ - 77174, - 77237 + 77032, + 77095 ], "loc": { "start": { - "line": 2560, + "line": 2556, "column": 8 }, "end": { - "line": 2560, + "line": 2556, "column": 71 } } @@ -141666,16 +141219,16 @@ "type": "Identifier", "name": "k", "range": [ - 77255, - 77256 + 77113, + 77114 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 17 }, "end": { - "line": 2561, + "line": 2557, "column": 18 } } @@ -141685,31 +141238,31 @@ "value": 0, "raw": "0", "range": [ - 77259, - 77260 + 77117, + 77118 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 21 }, "end": { - "line": 2561, + "line": 2557, "column": 22 } } }, "range": [ - 77255, - 77260 + 77113, + 77118 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 17 }, "end": { - "line": 2561, + "line": 2557, "column": 22 } } @@ -141717,16 +141270,16 @@ ], "kind": "let", "range": [ - 77251, - 77260 + 77109, + 77118 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 13 }, "end": { - "line": 2561, + "line": 2557, "column": 22 } } @@ -141738,16 +141291,16 @@ "type": "Identifier", "name": "k", "range": [ - 77262, - 77263 + 77120, + 77121 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 24 }, "end": { - "line": 2561, + "line": 2557, "column": 25 } } @@ -141756,31 +141309,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 77266, - 77272 + 77124, + 77130 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 28 }, "end": { - "line": 2561, + "line": 2557, "column": 34 } } }, "range": [ - 77262, - 77272 + 77120, + 77130 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 24 }, "end": { - "line": 2561, + "line": 2557, "column": 34 } } @@ -141792,32 +141345,32 @@ "type": "Identifier", "name": "k", "range": [ - 77274, - 77275 + 77132, + 77133 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 36 }, "end": { - "line": 2561, + "line": 2557, "column": 37 } } }, "prefix": false, "range": [ - 77274, - 77277 + 77132, + 77135 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 36 }, "end": { - "line": 2561, + "line": 2557, "column": 39 } } @@ -141834,32 +141387,32 @@ "type": "Identifier", "name": "col", "range": [ - 77297, - 77300 + 77155, + 77158 ], "loc": { "start": { - "line": 2562, + "line": 2558, "column": 16 }, "end": { - "line": 2562, + "line": 2558, "column": 19 } } }, "init": null, "range": [ - 77297, - 77300 + 77155, + 77158 ], "loc": { "start": { - "line": 2562, + "line": 2558, "column": 16 }, "end": { - "line": 2562, + "line": 2558, "column": 19 } } @@ -141867,16 +141420,16 @@ ], "kind": "let", "range": [ - 77293, - 77301 + 77151, + 77159 ], "loc": { "start": { - "line": 2562, + "line": 2558, "column": 12 }, "end": { - "line": 2562, + "line": 2558, "column": 20 } } @@ -141887,16 +141440,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77318, - 77330 + 77176, + 77188 ], "loc": { "start": { - "line": 2563, + "line": 2559, "column": 16 }, "end": { - "line": 2563, + "line": 2559, "column": 28 } } @@ -141913,16 +141466,16 @@ "type": "Identifier", "name": "col", "range": [ - 77350, - 77353 + 77208, + 77211 ], "loc": { "start": { - "line": 2564, + "line": 2560, "column": 16 }, "end": { - "line": 2564, + "line": 2560, "column": 19 } } @@ -141934,16 +141487,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 77356, - 77363 + 77214, + 77221 ], "loc": { "start": { - "line": 2564, + "line": 2560, "column": 22 }, "end": { - "line": 2564, + "line": 2560, "column": 29 } } @@ -141952,77 +141505,77 @@ "type": "Identifier", "name": "k", "range": [ - 77364, - 77365 + 77222, + 77223 ], "loc": { "start": { - "line": 2564, + "line": 2560, "column": 30 }, "end": { - "line": 2564, + "line": 2560, "column": 31 } } }, "range": [ - 77356, - 77366 + 77214, + 77224 ], "loc": { "start": { - "line": 2564, + "line": 2560, "column": 22 }, "end": { - "line": 2564, + "line": 2560, "column": 32 } } }, "range": [ - 77350, - 77366 + 77208, + 77224 ], "loc": { "start": { - "line": 2564, + "line": 2560, "column": 16 }, "end": { - "line": 2564, + "line": 2560, "column": 32 } } }, "range": [ - 77350, - 77367 + 77208, + 77225 ], "loc": { "start": { - "line": 2564, + "line": 2560, "column": 16 }, "end": { - "line": 2564, + "line": 2560, "column": 33 } } } ], "range": [ - 77332, - 77381 + 77190, + 77239 ], "loc": { "start": { - "line": 2563, + "line": 2559, "column": 30 }, "end": { - "line": 2565, + "line": 2561, "column": 13 } } @@ -142039,16 +141592,16 @@ "type": "Identifier", "name": "col", "range": [ - 77405, - 77408 + 77263, + 77266 ], "loc": { "start": { - "line": 2566, + "line": 2562, "column": 16 }, "end": { - "line": 2566, + "line": 2562, "column": 19 } } @@ -142059,16 +141612,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 77411, - 77420 + 77269, + 77278 ], "loc": { "start": { - "line": 2566, + "line": 2562, "column": 22 }, "end": { - "line": 2566, + "line": 2562, "column": 31 } } @@ -142079,62 +141632,62 @@ "value": "col", "raw": "'col'", "range": [ - 77421, - 77426 + 77279, + 77284 ], "loc": { "start": { - "line": 2566, + "line": 2562, "column": 32 }, "end": { - "line": 2566, + "line": 2562, "column": 37 } } } ], "range": [ - 77411, - 77427 + 77269, + 77285 ], "loc": { "start": { - "line": 2566, + "line": 2562, "column": 22 }, "end": { - "line": 2566, + "line": 2562, "column": 38 } } }, "range": [ - 77405, - 77427 + 77263, + 77285 ], "loc": { "start": { - "line": 2566, + "line": 2562, "column": 16 }, "end": { - "line": 2566, + "line": 2562, "column": 38 } } }, "range": [ - 77405, - 77428 + 77263, + 77286 ], "loc": { "start": { - "line": 2566, + "line": 2562, "column": 16 }, "end": { - "line": 2566, + "line": 2562, "column": 39 } } @@ -142150,16 +141703,16 @@ "type": "Identifier", "name": "frag", "range": [ - 77445, - 77449 + 77303, + 77307 ], "loc": { "start": { - "line": 2567, + "line": 2563, "column": 16 }, "end": { - "line": 2567, + "line": 2563, "column": 20 } } @@ -142168,31 +141721,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 77450, - 77461 + 77308, + 77319 ], "loc": { "start": { - "line": 2567, + "line": 2563, "column": 21 }, "end": { - "line": 2567, + "line": 2563, "column": 32 } } }, "range": [ - 77445, - 77461 + 77303, + 77319 ], "loc": { "start": { - "line": 2567, + "line": 2563, "column": 16 }, "end": { - "line": 2567, + "line": 2563, "column": 32 } } @@ -142202,78 +141755,78 @@ "type": "Identifier", "name": "col", "range": [ - 77462, - 77465 + 77320, + 77323 ], "loc": { "start": { - "line": 2567, + "line": 2563, "column": 33 }, "end": { - "line": 2567, + "line": 2563, "column": 36 } } } ], "range": [ - 77445, - 77466 + 77303, + 77324 ], "loc": { "start": { - "line": 2567, + "line": 2563, "column": 16 }, "end": { - "line": 2567, + "line": 2563, "column": 37 } } }, "range": [ - 77445, - 77467 + 77303, + 77325 ], "loc": { "start": { - "line": 2567, + "line": 2563, "column": 16 }, "end": { - "line": 2567, + "line": 2563, "column": 38 } } } ], "range": [ - 77387, - 77481 + 77245, + 77339 ], "loc": { "start": { - "line": 2565, + "line": 2561, "column": 19 }, "end": { - "line": 2568, + "line": 2564, "column": 13 } } }, "range": [ - 77314, - 77481 + 77172, + 77339 ], "loc": { "start": { - "line": 2563, + "line": 2559, "column": 12 }, "end": { - "line": 2568, + "line": 2564, "column": 13 } } @@ -142293,16 +141846,16 @@ "type": "Identifier", "name": "col", "range": [ - 77494, - 77497 + 77352, + 77355 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 12 }, "end": { - "line": 2569, + "line": 2565, "column": 15 } } @@ -142311,31 +141864,31 @@ "type": "Identifier", "name": "style", "range": [ - 77498, - 77503 + 77356, + 77361 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 16 }, "end": { - "line": 2569, + "line": 2565, "column": 21 } } }, "range": [ - 77494, - 77503 + 77352, + 77361 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 12 }, "end": { - "line": 2569, + "line": 2565, "column": 21 } } @@ -142344,31 +141897,31 @@ "type": "Identifier", "name": "width", "range": [ - 77504, - 77509 + 77362, + 77367 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 22 }, "end": { - "line": 2569, + "line": 2565, "column": 27 } } }, "range": [ - 77494, - 77509 + 77352, + 77367 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 12 }, "end": { - "line": 2569, + "line": 2565, "column": 27 } } @@ -142380,16 +141933,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 77512, - 77521 + 77370, + 77379 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 30 }, "end": { - "line": 2569, + "line": 2565, "column": 39 } } @@ -142398,92 +141951,92 @@ "type": "Identifier", "name": "k", "range": [ - 77522, - 77523 + 77380, + 77381 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 40 }, "end": { - "line": 2569, + "line": 2565, "column": 41 } } }, "range": [ - 77512, - 77524 + 77370, + 77382 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 30 }, "end": { - "line": 2569, + "line": 2565, "column": 42 } } }, "range": [ - 77494, - 77524 + 77352, + 77382 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 12 }, "end": { - "line": 2569, + "line": 2565, "column": 42 } } }, "range": [ - 77494, - 77525 + 77352, + 77383 ], "loc": { "start": { - "line": 2569, + "line": 2565, "column": 12 }, "end": { - "line": 2569, + "line": 2565, "column": 43 } } } ], "range": [ - 77279, - 77535 + 77137, + 77393 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 41 }, "end": { - "line": 2570, + "line": 2566, "column": 9 } } }, "range": [ - 77246, - 77535 + 77104, + 77393 ], "loc": { "start": { - "line": 2561, + "line": 2557, "column": 8 }, "end": { - "line": 2570, + "line": 2566, "column": 9 } } @@ -142497,32 +142050,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77549, - 77561 + 77407, + 77419 ], "loc": { "start": { - "line": 2571, + "line": 2567, "column": 13 }, "end": { - "line": 2571, + "line": 2567, "column": 25 } } }, "prefix": true, "range": [ - 77548, - 77561 + 77406, + 77419 ], "loc": { "start": { - "line": 2571, + "line": 2567, "column": 12 }, "end": { - "line": 2571, + "line": 2567, "column": 25 } } @@ -142541,16 +142094,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77577, - 77580 + 77435, + 77438 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 12 }, "end": { - "line": 2572, + "line": 2568, "column": 15 } } @@ -142559,31 +142112,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 77581, - 77593 + 77439, + 77451 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 16 }, "end": { - "line": 2572, + "line": 2568, "column": 28 } } }, "range": [ - 77577, - 77593 + 77435, + 77451 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 12 }, "end": { - "line": 2572, + "line": 2568, "column": 28 } } @@ -142593,16 +142146,16 @@ "type": "Identifier", "name": "frag", "range": [ - 77594, - 77598 + 77452, + 77456 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 29 }, "end": { - "line": 2572, + "line": 2568, "column": 33 } } @@ -142614,16 +142167,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77600, - 77603 + 77458, + 77461 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 35 }, "end": { - "line": 2572, + "line": 2568, "column": 38 } } @@ -142632,110 +142185,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 77604, - 77614 + 77462, + 77472 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 39 }, "end": { - "line": 2572, + "line": 2568, "column": 49 } } }, "range": [ - 77600, - 77614 + 77458, + 77472 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 35 }, "end": { - "line": 2572, + "line": 2568, "column": 49 } } } ], "range": [ - 77577, - 77615 + 77435, + 77473 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 12 }, "end": { - "line": 2572, + "line": 2568, "column": 50 } } }, "range": [ - 77577, - 77616 + 77435, + 77474 ], "loc": { "start": { - "line": 2572, + "line": 2568, "column": 12 }, "end": { - "line": 2572, + "line": 2568, "column": 51 } } } ], "range": [ - 77563, - 77626 + 77421, + 77484 ], "loc": { "start": { - "line": 2571, + "line": 2567, "column": 27 }, "end": { - "line": 2573, + "line": 2569, "column": 9 } } }, "alternate": null, "range": [ - 77544, - 77626 + 77402, + 77484 ], "loc": { "start": { - "line": 2571, + "line": 2567, "column": 8 }, "end": { - "line": 2573, + "line": 2569, "column": 9 } } } ], "range": [ - 76907, - 77632 + 76765, + 77490 ], "loc": { "start": { - "line": 2550, + "line": 2546, "column": 22 }, "end": { - "line": 2574, + "line": 2570, "column": 5 } } @@ -142743,16 +142296,16 @@ "generator": false, "expression": false, "range": [ - 76901, - 77632 + 76759, + 77490 ], "loc": { "start": { - "line": 2550, + "line": 2546, "column": 16 }, "end": { - "line": 2574, + "line": 2570, "column": 5 } } @@ -142760,16 +142313,16 @@ "kind": "method", "computed": false, "range": [ - 76889, - 77632 + 76747, + 77490 ], "loc": { "start": { - "line": 2550, + "line": 2546, "column": 4 }, "end": { - "line": 2574, + "line": 2570, "column": 5 } }, @@ -142778,16 +142331,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76780, - 76884 + 76638, + 76742 ], "loc": { "start": { - "line": 2546, + "line": 2542, "column": 4 }, "end": { - "line": 2549, + "line": 2545, "column": 7 } } @@ -142798,16 +142351,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 77638, - 77690 + 77496, + 77548 ], "loc": { "start": { - "line": 2576, + "line": 2572, "column": 4 }, "end": { - "line": 2578, + "line": 2574, "column": 7 } } @@ -142821,16 +142374,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 77695, - 77712 + 77553, + 77570 ], "loc": { "start": { - "line": 2579, + "line": 2575, "column": 4 }, "end": { - "line": 2579, + "line": 2575, "column": 21 } } @@ -142853,16 +142406,16 @@ "object": { "type": "ThisExpression", "range": [ - 77730, - 77734 + 77588, + 77592 ], "loc": { "start": { - "line": 2580, + "line": 2576, "column": 13 }, "end": { - "line": 2580, + "line": 2576, "column": 17 } } @@ -142871,47 +142424,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 77735, - 77749 + 77593, + 77607 ], "loc": { "start": { - "line": 2580, + "line": 2576, "column": 18 }, "end": { - "line": 2580, + "line": 2576, "column": 32 } } }, "range": [ - 77730, - 77749 + 77588, + 77607 ], "loc": { "start": { - "line": 2580, + "line": 2576, "column": 13 }, "end": { - "line": 2580, + "line": 2576, "column": 32 } } }, "prefix": true, "range": [ - 77729, - 77749 + 77587, + 77607 ], "loc": { "start": { - "line": 2580, + "line": 2576, "column": 12 }, "end": { - "line": 2580, + "line": 2576, "column": 32 } } @@ -142923,48 +142476,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 77765, - 77772 + 77623, + 77630 ], "loc": { "start": { - "line": 2581, + "line": 2577, "column": 12 }, "end": { - "line": 2581, + "line": 2577, "column": 19 } } } ], "range": [ - 77751, - 77782 + 77609, + 77640 ], "loc": { "start": { - "line": 2580, + "line": 2576, "column": 34 }, "end": { - "line": 2582, + "line": 2578, "column": 9 } } }, "alternate": null, "range": [ - 77725, - 77782 + 77583, + 77640 ], "loc": { "start": { - "line": 2580, + "line": 2576, "column": 8 }, "end": { - "line": 2582, + "line": 2578, "column": 9 } } @@ -142978,16 +142531,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 77795, - 77801 + 77653, + 77659 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 12 }, "end": { - "line": 2583, + "line": 2579, "column": 18 } } @@ -143000,16 +142553,16 @@ "object": { "type": "ThisExpression", "range": [ - 77804, - 77808 + 77662, + 77666 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 21 }, "end": { - "line": 2583, + "line": 2579, "column": 25 } } @@ -143018,31 +142571,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 77809, - 77818 + 77667, + 77676 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 26 }, "end": { - "line": 2583, + "line": 2579, "column": 35 } } }, "range": [ - 77804, - 77818 + 77662, + 77676 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 21 }, "end": { - "line": 2583, + "line": 2579, "column": 35 } } @@ -143053,47 +142606,47 @@ "value": true, "raw": "true", "range": [ - 77819, - 77823 + 77677, + 77681 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 36 }, "end": { - "line": 2583, + "line": 2579, "column": 40 } } } ], "range": [ - 77804, - 77824 + 77662, + 77682 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 21 }, "end": { - "line": 2583, + "line": 2579, "column": 41 } } }, "range": [ - 77795, - 77824 + 77653, + 77682 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 12 }, "end": { - "line": 2583, + "line": 2579, "column": 41 } } @@ -143101,16 +142654,16 @@ ], "kind": "let", "range": [ - 77791, - 77825 + 77649, + 77683 ], "loc": { "start": { - "line": 2583, + "line": 2579, "column": 8 }, "end": { - "line": 2583, + "line": 2579, "column": 42 } } @@ -143126,16 +142679,16 @@ "type": "Identifier", "name": "i", "range": [ - 77843, - 77844 + 77701, + 77702 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 17 }, "end": { - "line": 2584, + "line": 2580, "column": 18 } } @@ -143145,31 +142698,31 @@ "value": 0, "raw": "0", "range": [ - 77847, - 77848 + 77705, + 77706 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 21 }, "end": { - "line": 2584, + "line": 2580, "column": 22 } } }, "range": [ - 77843, - 77848 + 77701, + 77706 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 17 }, "end": { - "line": 2584, + "line": 2580, "column": 22 } } @@ -143180,16 +142733,16 @@ "type": "Identifier", "name": "len", "range": [ - 77850, - 77853 + 77708, + 77711 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 24 }, "end": { - "line": 2584, + "line": 2580, "column": 27 } } @@ -143203,16 +142756,16 @@ "object": { "type": "ThisExpression", "range": [ - 77856, - 77860 + 77714, + 77718 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 30 }, "end": { - "line": 2584, + "line": 2580, "column": 34 } } @@ -143221,31 +142774,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 77861, - 77872 + 77719, + 77730 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 35 }, "end": { - "line": 2584, + "line": 2580, "column": 46 } } }, "range": [ - 77856, - 77872 + 77714, + 77730 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 30 }, "end": { - "line": 2584, + "line": 2580, "column": 46 } } @@ -143254,46 +142807,46 @@ "type": "Identifier", "name": "length", "range": [ - 77873, - 77879 + 77731, + 77737 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 47 }, "end": { - "line": 2584, + "line": 2580, "column": 53 } } }, "range": [ - 77856, - 77879 + 77714, + 77737 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 30 }, "end": { - "line": 2584, + "line": 2580, "column": 53 } } }, "range": [ - 77850, - 77879 + 77708, + 77737 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 24 }, "end": { - "line": 2584, + "line": 2580, "column": 53 } } @@ -143301,16 +142854,16 @@ ], "kind": "let", "range": [ - 77839, - 77879 + 77697, + 77737 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 13 }, "end": { - "line": 2584, + "line": 2580, "column": 53 } } @@ -143322,16 +142875,16 @@ "type": "Identifier", "name": "i", "range": [ - 77881, - 77882 + 77739, + 77740 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 55 }, "end": { - "line": 2584, + "line": 2580, "column": 56 } } @@ -143340,31 +142893,31 @@ "type": "Identifier", "name": "len", "range": [ - 77885, - 77888 + 77743, + 77746 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 59 }, "end": { - "line": 2584, + "line": 2580, "column": 62 } } }, "range": [ - 77881, - 77888 + 77739, + 77746 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 55 }, "end": { - "line": 2584, + "line": 2580, "column": 62 } } @@ -143376,32 +142929,32 @@ "type": "Identifier", "name": "i", "range": [ - 77890, - 77891 + 77748, + 77749 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 64 }, "end": { - "line": 2584, + "line": 2580, "column": 65 } } }, "prefix": false, "range": [ - 77890, - 77893 + 77748, + 77751 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 64 }, "end": { - "line": 2584, + "line": 2580, "column": 67 } } @@ -143418,16 +142971,16 @@ "type": "Identifier", "name": "row", "range": [ - 77913, - 77916 + 77771, + 77774 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 16 }, "end": { - "line": 2585, + "line": 2581, "column": 19 } } @@ -143441,16 +142994,16 @@ "object": { "type": "ThisExpression", "range": [ - 77919, - 77923 + 77777, + 77781 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 22 }, "end": { - "line": 2585, + "line": 2581, "column": 26 } } @@ -143459,31 +143012,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 77924, - 77935 + 77782, + 77793 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 27 }, "end": { - "line": 2585, + "line": 2581, "column": 38 } } }, "range": [ - 77919, - 77935 + 77777, + 77793 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 22 }, "end": { - "line": 2585, + "line": 2581, "column": 38 } } @@ -143492,46 +143045,46 @@ "type": "Identifier", "name": "i", "range": [ - 77936, - 77937 + 77794, + 77795 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 39 }, "end": { - "line": 2585, + "line": 2581, "column": 40 } } }, "range": [ - 77919, - 77938 + 77777, + 77796 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 22 }, "end": { - "line": 2585, + "line": 2581, "column": 41 } } }, "range": [ - 77913, - 77938 + 77771, + 77796 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 16 }, "end": { - "line": 2585, + "line": 2581, "column": 41 } } @@ -143539,16 +143092,16 @@ ], "kind": "let", "range": [ - 77909, - 77939 + 77767, + 77797 ], "loc": { "start": { - "line": 2585, + "line": 2581, "column": 12 }, "end": { - "line": 2585, + "line": 2581, "column": 42 } }, @@ -143557,16 +143110,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 77952, - 77981 + 77810, + 77839 ], "loc": { "start": { - "line": 2586, + "line": 2582, "column": 12 }, "end": { - "line": 2586, + "line": 2582, "column": 41 } } @@ -143582,16 +143135,16 @@ "type": "Identifier", "name": "row", "range": [ - 77998, - 78001 + 77856, + 77859 ], "loc": { "start": { - "line": 2587, + "line": 2583, "column": 16 }, "end": { - "line": 2587, + "line": 2583, "column": 19 } } @@ -143600,31 +143153,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 78005, - 78011 + 77863, + 77869 ], "loc": { "start": { - "line": 2587, + "line": 2583, "column": 23 }, "end": { - "line": 2587, + "line": 2583, "column": 29 } } }, "range": [ - 77998, - 78011 + 77856, + 77869 ], "loc": { "start": { - "line": 2587, + "line": 2583, "column": 16 }, "end": { - "line": 2587, + "line": 2583, "column": 29 } } @@ -143642,16 +143195,16 @@ "object": { "type": "ThisExpression", "range": [ - 78031, - 78035 + 77889, + 77893 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 16 }, "end": { - "line": 2588, + "line": 2584, "column": 20 } } @@ -143660,31 +143213,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 78036, - 78047 + 77894, + 77905 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 21 }, "end": { - "line": 2588, + "line": 2584, "column": 32 } } }, "range": [ - 78031, - 78047 + 77889, + 77905 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 16 }, "end": { - "line": 2588, + "line": 2584, "column": 32 } } @@ -143694,16 +143247,16 @@ "type": "Identifier", "name": "row", "range": [ - 78048, - 78051 + 77906, + 77909 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 33 }, "end": { - "line": 2588, + "line": 2584, "column": 36 } } @@ -143713,79 +143266,79 @@ "value": true, "raw": "true", "range": [ - 78053, - 78057 + 77911, + 77915 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 38 }, "end": { - "line": 2588, + "line": 2584, "column": 42 } } } ], "range": [ - 78031, - 78058 + 77889, + 77916 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 16 }, "end": { - "line": 2588, + "line": 2584, "column": 43 } } }, "range": [ - 78031, - 78059 + 77889, + 77917 ], "loc": { "start": { - "line": 2588, + "line": 2584, "column": 16 }, "end": { - "line": 2588, + "line": 2584, "column": 44 } } } ], "range": [ - 78013, - 78073 + 77871, + 77931 ], "loc": { "start": { - "line": 2587, + "line": 2583, "column": 31 }, "end": { - "line": 2589, + "line": 2585, "column": 13 } } }, "alternate": null, "range": [ - 77994, - 78073 + 77852, + 77931 ], "loc": { "start": { - "line": 2587, + "line": 2583, "column": 12 }, "end": { - "line": 2589, + "line": 2585, "column": 13 } }, @@ -143794,16 +143347,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 77952, - 77981 + 77810, + 77839 ], "loc": { "start": { - "line": 2586, + "line": 2582, "column": 12 }, "end": { - "line": 2586, + "line": 2582, "column": 41 } } @@ -143812,47 +143365,47 @@ } ], "range": [ - 77895, - 78083 + 77753, + 77941 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 69 }, "end": { - "line": 2590, + "line": 2586, "column": 9 } } }, "range": [ - 77834, - 78083 + 77692, + 77941 ], "loc": { "start": { - "line": 2584, + "line": 2580, "column": 8 }, "end": { - "line": 2590, + "line": 2586, "column": 9 } } } ], "range": [ - 77715, - 78089 + 77573, + 77947 ], "loc": { "start": { - "line": 2579, + "line": 2575, "column": 24 }, "end": { - "line": 2591, + "line": 2587, "column": 5 } } @@ -143860,16 +143413,16 @@ "generator": false, "expression": false, "range": [ - 77712, - 78089 + 77570, + 77947 ], "loc": { "start": { - "line": 2579, + "line": 2575, "column": 21 }, "end": { - "line": 2591, + "line": 2587, "column": 5 } } @@ -143877,16 +143430,16 @@ "kind": "method", "computed": false, "range": [ - 77695, - 78089 + 77553, + 77947 ], "loc": { "start": { - "line": 2579, + "line": 2575, "column": 4 }, "end": { - "line": 2591, + "line": 2587, "column": 5 } }, @@ -143895,16 +143448,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 77638, - 77690 + 77496, + 77548 ], "loc": { "start": { - "line": 2576, + "line": 2572, "column": 4 }, "end": { - "line": 2578, + "line": 2574, "column": 7 } } @@ -143915,16 +143468,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 78095, - 78143 + 77953, + 78001 ], "loc": { "start": { - "line": 2593, + "line": 2589, "column": 4 }, "end": { - "line": 2595, + "line": 2591, "column": 7 } } @@ -143938,16 +143491,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 78148, - 78160 + 78006, + 78018 ], "loc": { "start": { - "line": 2596, + "line": 2592, "column": 4 }, "end": { - "line": 2596, + "line": 2592, "column": 16 } } @@ -143970,16 +143523,16 @@ "object": { "type": "ThisExpression", "range": [ - 78178, - 78182 + 78036, + 78040 ], "loc": { "start": { - "line": 2597, + "line": 2593, "column": 13 }, "end": { - "line": 2597, + "line": 2593, "column": 17 } } @@ -143988,47 +143541,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 78183, - 78190 + 78041, + 78048 ], "loc": { "start": { - "line": 2597, + "line": 2593, "column": 18 }, "end": { - "line": 2597, + "line": 2593, "column": 25 } } }, "range": [ - 78178, - 78190 + 78036, + 78048 ], "loc": { "start": { - "line": 2597, + "line": 2593, "column": 13 }, "end": { - "line": 2597, + "line": 2593, "column": 25 } } }, "prefix": true, "range": [ - 78177, - 78190 + 78035, + 78048 ], "loc": { "start": { - "line": 2597, + "line": 2593, "column": 12 }, "end": { - "line": 2597, + "line": 2593, "column": 25 } } @@ -144040,48 +143593,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 78206, - 78213 + 78064, + 78071 ], "loc": { "start": { - "line": 2598, + "line": 2594, "column": 12 }, "end": { - "line": 2598, + "line": 2594, "column": 19 } } } ], "range": [ - 78192, - 78223 + 78050, + 78081 ], "loc": { "start": { - "line": 2597, + "line": 2593, "column": 27 }, "end": { - "line": 2599, + "line": 2595, "column": 9 } } }, "alternate": null, "range": [ - 78173, - 78223 + 78031, + 78081 ], "loc": { "start": { - "line": 2597, + "line": 2593, "column": 8 }, "end": { - "line": 2599, + "line": 2595, "column": 9 } } @@ -144099,16 +143652,16 @@ "object": { "type": "ThisExpression", "range": [ - 78233, - 78237 + 78091, + 78095 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 8 }, "end": { - "line": 2601, + "line": 2597, "column": 12 } } @@ -144117,31 +143670,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 78238, - 78245 + 78096, + 78103 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 13 }, "end": { - "line": 2601, + "line": 2597, "column": 20 } } }, "range": [ - 78233, - 78245 + 78091, + 78103 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 8 }, "end": { - "line": 2601, + "line": 2597, "column": 20 } } @@ -144150,31 +143703,31 @@ "type": "Identifier", "name": "emit", "range": [ - 78246, - 78250 + 78104, + 78108 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 21 }, "end": { - "line": 2601, + "line": 2597, "column": 25 } } }, "range": [ - 78233, - 78250 + 78091, + 78108 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 8 }, "end": { - "line": 2601, + "line": 2597, "column": 25 } } @@ -144185,16 +143738,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 78251, - 78276 + 78109, + 78134 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 26 }, "end": { - "line": 2601, + "line": 2597, "column": 51 } } @@ -144202,47 +143755,47 @@ { "type": "ThisExpression", "range": [ - 78278, - 78282 + 78136, + 78140 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 53 }, "end": { - "line": 2601, + "line": 2597, "column": 57 } } } ], "range": [ - 78233, - 78283 + 78091, + 78141 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 8 }, "end": { - "line": 2601, + "line": 2597, "column": 58 } } }, "range": [ - 78233, - 78284 + 78091, + 78142 ], "loc": { "start": { - "line": 2601, + "line": 2597, "column": 8 }, "end": { - "line": 2601, + "line": 2597, "column": 59 } } @@ -144257,16 +143810,16 @@ "object": { "type": "ThisExpression", "range": [ - 78293, - 78297 + 78151, + 78155 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 8 }, "end": { - "line": 2602, + "line": 2598, "column": 12 } } @@ -144275,31 +143828,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 78298, - 78311 + 78156, + 78169 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 13 }, "end": { - "line": 2602, + "line": 2598, "column": 26 } } }, "range": [ - 78293, - 78311 + 78151, + 78169 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 8 }, "end": { - "line": 2602, + "line": 2598, "column": 26 } } @@ -144308,16 +143861,16 @@ { "type": "ThisExpression", "range": [ - 78312, - 78316 + 78170, + 78174 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 27 }, "end": { - "line": 2602, + "line": 2598, "column": 31 } } @@ -144330,16 +143883,16 @@ "object": { "type": "ThisExpression", "range": [ - 78318, - 78322 + 78176, + 78180 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 33 }, "end": { - "line": 2602, + "line": 2598, "column": 37 } } @@ -144348,78 +143901,78 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 78323, - 78338 + 78181, + 78196 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 38 }, "end": { - "line": 2602, + "line": 2598, "column": 53 } } }, "range": [ - 78318, - 78338 + 78176, + 78196 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 33 }, "end": { - "line": 2602, + "line": 2598, "column": 53 } } }, "arguments": [], "range": [ - 78318, - 78340 + 78176, + 78198 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 33 }, "end": { - "line": 2602, + "line": 2598, "column": 55 } } } ], "range": [ - 78293, - 78341 + 78151, + 78199 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 8 }, "end": { - "line": 2602, + "line": 2598, "column": 56 } } }, "range": [ - 78293, - 78342 + 78151, + 78200 ], "loc": { "start": { - "line": 2602, + "line": 2598, "column": 8 }, "end": { - "line": 2602, + "line": 2598, "column": 57 } } @@ -144435,16 +143988,16 @@ "type": "Identifier", "name": "i", "range": [ - 78361, - 78362 + 78219, + 78220 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 17 }, "end": { - "line": 2604, + "line": 2600, "column": 18 } } @@ -144454,31 +144007,31 @@ "value": 0, "raw": "0", "range": [ - 78365, - 78366 + 78223, + 78224 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 21 }, "end": { - "line": 2604, + "line": 2600, "column": 22 } } }, "range": [ - 78361, - 78366 + 78219, + 78224 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 17 }, "end": { - "line": 2604, + "line": 2600, "column": 22 } } @@ -144489,16 +144042,16 @@ "type": "Identifier", "name": "len", "range": [ - 78368, - 78371 + 78226, + 78229 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 24 }, "end": { - "line": 2604, + "line": 2600, "column": 27 } } @@ -144512,16 +144065,16 @@ "object": { "type": "ThisExpression", "range": [ - 78374, - 78378 + 78232, + 78236 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 30 }, "end": { - "line": 2604, + "line": 2600, "column": 34 } } @@ -144530,31 +144083,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 78379, - 78385 + 78237, + 78243 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 35 }, "end": { - "line": 2604, + "line": 2600, "column": 41 } } }, "range": [ - 78374, - 78385 + 78232, + 78243 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 30 }, "end": { - "line": 2604, + "line": 2600, "column": 41 } } @@ -144563,46 +144116,46 @@ "type": "Identifier", "name": "length", "range": [ - 78386, - 78392 + 78244, + 78250 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 42 }, "end": { - "line": 2604, + "line": 2600, "column": 48 } } }, "range": [ - 78374, - 78392 + 78232, + 78250 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 30 }, "end": { - "line": 2604, + "line": 2600, "column": 48 } } }, "range": [ - 78368, - 78392 + 78226, + 78250 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 24 }, "end": { - "line": 2604, + "line": 2600, "column": 48 } } @@ -144610,16 +144163,16 @@ ], "kind": "let", "range": [ - 78357, - 78392 + 78215, + 78250 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 13 }, "end": { - "line": 2604, + "line": 2600, "column": 48 } } @@ -144631,16 +144184,16 @@ "type": "Identifier", "name": "i", "range": [ - 78394, - 78395 + 78252, + 78253 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 50 }, "end": { - "line": 2604, + "line": 2600, "column": 51 } } @@ -144649,31 +144202,31 @@ "type": "Identifier", "name": "len", "range": [ - 78398, - 78401 + 78256, + 78259 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 54 }, "end": { - "line": 2604, + "line": 2600, "column": 57 } } }, "range": [ - 78394, - 78401 + 78252, + 78259 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 50 }, "end": { - "line": 2604, + "line": 2600, "column": 57 } } @@ -144685,32 +144238,32 @@ "type": "Identifier", "name": "i", "range": [ - 78403, - 78404 + 78261, + 78262 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 59 }, "end": { - "line": 2604, + "line": 2600, "column": 60 } } }, "prefix": false, "range": [ - 78403, - 78406 + 78261, + 78264 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 59 }, "end": { - "line": 2604, + "line": 2600, "column": 62 } } @@ -144728,16 +144281,16 @@ "object": { "type": "ThisExpression", "range": [ - 78422, - 78426 + 78280, + 78284 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 12 }, "end": { - "line": 2605, + "line": 2601, "column": 16 } } @@ -144746,31 +144299,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 78427, - 78441 + 78285, + 78299 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 17 }, "end": { - "line": 2605, + "line": 2601, "column": 31 } } }, "range": [ - 78422, - 78441 + 78280, + 78299 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 12 }, "end": { - "line": 2605, + "line": 2601, "column": 31 } } @@ -144780,16 +144333,16 @@ "type": "Identifier", "name": "i", "range": [ - 78442, - 78443 + 78300, + 78301 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 32 }, "end": { - "line": 2605, + "line": 2601, "column": 33 } } @@ -144799,78 +144352,78 @@ "value": "", "raw": "''", "range": [ - 78445, - 78447 + 78303, + 78305 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 35 }, "end": { - "line": 2605, + "line": 2601, "column": 37 } } } ], "range": [ - 78422, - 78448 + 78280, + 78306 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 12 }, "end": { - "line": 2605, + "line": 2601, "column": 38 } } }, "range": [ - 78422, - 78449 + 78280, + 78307 ], "loc": { "start": { - "line": 2605, + "line": 2601, "column": 12 }, "end": { - "line": 2605, + "line": 2601, "column": 39 } } } ], "range": [ - 78408, - 78459 + 78266, + 78317 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 64 }, "end": { - "line": 2606, + "line": 2602, "column": 9 } } }, "range": [ - 78352, - 78459 + 78210, + 78317 ], "loc": { "start": { - "line": 2604, + "line": 2600, "column": 8 }, "end": { - "line": 2606, + "line": 2602, "column": 9 } } @@ -144885,16 +144438,16 @@ "object": { "type": "ThisExpression", "range": [ - 78469, - 78473 + 78327, + 78331 ], "loc": { "start": { - "line": 2608, + "line": 2604, "column": 8 }, "end": { - "line": 2608, + "line": 2604, "column": 12 } } @@ -144903,62 +144456,62 @@ "type": "Identifier", "name": "filter", "range": [ - 78474, - 78480 + 78332, + 78338 ], "loc": { "start": { - "line": 2608, + "line": 2604, "column": 13 }, "end": { - "line": 2608, + "line": 2604, "column": 19 } } }, "range": [ - 78469, - 78480 + 78327, + 78338 ], "loc": { "start": { - "line": 2608, + "line": 2604, "column": 8 }, "end": { - "line": 2608, + "line": 2604, "column": 19 } } }, "arguments": [], "range": [ - 78469, - 78482 + 78327, + 78340 ], "loc": { "start": { - "line": 2608, + "line": 2604, "column": 8 }, "end": { - "line": 2608, + "line": 2604, "column": 21 } } }, "range": [ - 78469, - 78483 + 78327, + 78341 ], "loc": { "start": { - "line": 2608, + "line": 2604, "column": 8 }, "end": { - "line": 2608, + "line": 2604, "column": 22 } } @@ -144973,16 +144526,16 @@ "object": { "type": "ThisExpression", "range": [ - 78493, - 78497 + 78351, + 78355 ], "loc": { "start": { - "line": 2610, + "line": 2606, "column": 8 }, "end": { - "line": 2610, + "line": 2606, "column": 12 } } @@ -144991,31 +144544,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 78498, - 78510 + 78356, + 78368 ], "loc": { "start": { - "line": 2610, + "line": 2606, "column": 13 }, "end": { - "line": 2610, + "line": 2606, "column": 25 } } }, "range": [ - 78493, - 78510 + 78351, + 78368 ], "loc": { "start": { - "line": 2610, + "line": 2606, "column": 8 }, "end": { - "line": 2610, + "line": 2606, "column": 25 } } @@ -145024,47 +144577,47 @@ { "type": "ThisExpression", "range": [ - 78511, - 78515 + 78369, + 78373 ], "loc": { "start": { - "line": 2610, + "line": 2606, "column": 26 }, "end": { - "line": 2610, + "line": 2606, "column": 30 } } } ], "range": [ - 78493, - 78516 + 78351, + 78374 ], "loc": { "start": { - "line": 2610, + "line": 2606, "column": 8 }, "end": { - "line": 2610, + "line": 2606, "column": 31 } } }, "range": [ - 78493, - 78517 + 78351, + 78375 ], "loc": { "start": { - "line": 2610, + "line": 2606, "column": 8 }, "end": { - "line": 2610, + "line": 2606, "column": 32 } } @@ -145082,16 +144635,16 @@ "object": { "type": "ThisExpression", "range": [ - 78526, - 78530 + 78384, + 78388 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 8 }, "end": { - "line": 2611, + "line": 2607, "column": 12 } } @@ -145100,31 +144653,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 78531, - 78538 + 78389, + 78396 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 13 }, "end": { - "line": 2611, + "line": 2607, "column": 20 } } }, "range": [ - 78526, - 78538 + 78384, + 78396 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 8 }, "end": { - "line": 2611, + "line": 2607, "column": 20 } } @@ -145133,31 +144686,31 @@ "type": "Identifier", "name": "emit", "range": [ - 78539, - 78543 + 78397, + 78401 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 21 }, "end": { - "line": 2611, + "line": 2607, "column": 25 } } }, "range": [ - 78526, - 78543 + 78384, + 78401 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 8 }, "end": { - "line": 2611, + "line": 2607, "column": 25 } } @@ -145168,16 +144721,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 78544, - 78568 + 78402, + 78426 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 26 }, "end": { - "line": 2611, + "line": 2607, "column": 50 } } @@ -145185,63 +144738,63 @@ { "type": "ThisExpression", "range": [ - 78570, - 78574 + 78428, + 78432 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 52 }, "end": { - "line": 2611, + "line": 2607, "column": 56 } } } ], "range": [ - 78526, - 78575 + 78384, + 78433 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 8 }, "end": { - "line": 2611, + "line": 2607, "column": 57 } } }, "range": [ - 78526, - 78576 + 78384, + 78434 ], "loc": { "start": { - "line": 2611, + "line": 2607, "column": 8 }, "end": { - "line": 2611, + "line": 2607, "column": 58 } } } ], "range": [ - 78163, - 78582 + 78021, + 78440 ], "loc": { "start": { - "line": 2596, + "line": 2592, "column": 19 }, "end": { - "line": 2612, + "line": 2608, "column": 5 } } @@ -145249,16 +144802,16 @@ "generator": false, "expression": false, "range": [ - 78160, - 78582 + 78018, + 78440 ], "loc": { "start": { - "line": 2596, + "line": 2592, "column": 16 }, "end": { - "line": 2612, + "line": 2608, "column": 5 } } @@ -145266,16 +144819,16 @@ "kind": "method", "computed": false, "range": [ - 78148, - 78582 + 78006, + 78440 ], "loc": { "start": { - "line": 2596, + "line": 2592, "column": 4 }, "end": { - "line": 2612, + "line": 2608, "column": 5 } }, @@ -145284,16 +144837,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 78095, - 78143 + 77953, + 78001 ], "loc": { "start": { - "line": 2593, + "line": 2589, "column": 4 }, "end": { - "line": 2595, + "line": 2591, "column": 7 } } @@ -145304,16 +144857,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78588, - 78666 + 78446, + 78524 ], "loc": { "start": { - "line": 2614, + "line": 2610, "column": 4 }, "end": { - "line": 2616, + "line": 2612, "column": 7 } } @@ -145327,16 +144880,16 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 78671, - 78689 + 78529, + 78547 ], "loc": { "start": { - "line": 2617, + "line": 2613, "column": 4 }, "end": { - "line": 2617, + "line": 2613, "column": 22 } } @@ -145359,16 +144912,16 @@ "type": "Identifier", "name": "i", "range": [ - 78711, - 78712 + 78569, + 78570 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 17 }, "end": { - "line": 2618, + "line": 2614, "column": 18 } } @@ -145378,31 +144931,31 @@ "value": 0, "raw": "0", "range": [ - 78715, - 78716 + 78573, + 78574 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 21 }, "end": { - "line": 2618, + "line": 2614, "column": 22 } } }, "range": [ - 78711, - 78716 + 78569, + 78574 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 17 }, "end": { - "line": 2618, + "line": 2614, "column": 22 } } @@ -145413,16 +144966,16 @@ "type": "Identifier", "name": "len", "range": [ - 78718, - 78721 + 78576, + 78579 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 24 }, "end": { - "line": 2618, + "line": 2614, "column": 27 } } @@ -145435,16 +144988,16 @@ "object": { "type": "ThisExpression", "range": [ - 78724, - 78728 + 78582, + 78586 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 30 }, "end": { - "line": 2618, + "line": 2614, "column": 34 } } @@ -145453,31 +145006,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 78729, - 78739 + 78587, + 78597 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 35 }, "end": { - "line": 2618, + "line": 2614, "column": 45 } } }, "range": [ - 78724, - 78739 + 78582, + 78597 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 30 }, "end": { - "line": 2618, + "line": 2614, "column": 45 } } @@ -145489,16 +145042,16 @@ "object": { "type": "ThisExpression", "range": [ - 78740, - 78744 + 78598, + 78602 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 46 }, "end": { - "line": 2618, + "line": 2614, "column": 50 } } @@ -145507,62 +145060,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 78745, - 78755 + 78603, + 78613 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 51 }, "end": { - "line": 2618, + "line": 2614, "column": 61 } } }, "range": [ - 78740, - 78755 + 78598, + 78613 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 46 }, "end": { - "line": 2618, + "line": 2614, "column": 61 } } } ], "range": [ - 78724, - 78756 + 78582, + 78614 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 30 }, "end": { - "line": 2618, + "line": 2614, "column": 62 } } }, "range": [ - 78718, - 78756 + 78576, + 78614 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 24 }, "end": { - "line": 2618, + "line": 2614, "column": 62 } } @@ -145570,16 +145123,16 @@ ], "kind": "let", "range": [ - 78707, - 78756 + 78565, + 78614 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 13 }, "end": { - "line": 2618, + "line": 2614, "column": 62 } } @@ -145591,16 +145144,16 @@ "type": "Identifier", "name": "i", "range": [ - 78758, - 78759 + 78616, + 78617 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 64 }, "end": { - "line": 2618, + "line": 2614, "column": 65 } } @@ -145609,31 +145162,31 @@ "type": "Identifier", "name": "len", "range": [ - 78762, - 78765 + 78620, + 78623 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 68 }, "end": { - "line": 2618, + "line": 2614, "column": 71 } } }, "range": [ - 78758, - 78765 + 78616, + 78623 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 64 }, "end": { - "line": 2618, + "line": 2614, "column": 71 } } @@ -145645,32 +145198,32 @@ "type": "Identifier", "name": "i", "range": [ - 78767, - 78768 + 78625, + 78626 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 73 }, "end": { - "line": 2618, + "line": 2614, "column": 74 } } }, "prefix": false, "range": [ - 78767, - 78770 + 78625, + 78628 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 73 }, "end": { - "line": 2618, + "line": 2614, "column": 76 } } @@ -145686,16 +145239,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 78786, - 78797 + 78644, + 78655 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 12 }, "end": { - "line": 2619, + "line": 2615, "column": 23 } } @@ -145709,16 +145262,16 @@ "object": { "type": "ThisExpression", "range": [ - 78798, - 78802 + 78656, + 78660 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 24 }, "end": { - "line": 2619, + "line": 2615, "column": 28 } } @@ -145727,31 +145280,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 78803, - 78819 + 78661, + 78677 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 29 }, "end": { - "line": 2619, + "line": 2615, "column": 45 } } }, "range": [ - 78798, - 78819 + 78656, + 78677 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 24 }, "end": { - "line": 2619, + "line": 2615, "column": 45 } } @@ -145761,32 +145314,32 @@ "type": "Identifier", "name": "i", "range": [ - 78820, - 78821 + 78678, + 78679 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 46 }, "end": { - "line": 2619, + "line": 2615, "column": 47 } } } ], "range": [ - 78798, - 78822 + 78656, + 78680 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 24 }, "end": { - "line": 2619, + "line": 2615, "column": 48 } } @@ -145797,16 +145350,16 @@ "object": { "type": "ThisExpression", "range": [ - 78824, - 78828 + 78682, + 78686 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 50 }, "end": { - "line": 2619, + "line": 2615, "column": 54 } } @@ -145815,109 +145368,109 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 78829, - 78850 + 78687, + 78708 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 55 }, "end": { - "line": 2619, + "line": 2615, "column": 76 } } }, "range": [ - 78824, - 78850 + 78682, + 78708 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 50 }, "end": { - "line": 2619, + "line": 2615, "column": 76 } } } ], "range": [ - 78786, - 78851 + 78644, + 78709 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 12 }, "end": { - "line": 2619, + "line": 2615, "column": 77 } } }, "range": [ - 78786, - 78852 + 78644, + 78710 ], "loc": { "start": { - "line": 2619, + "line": 2615, "column": 12 }, "end": { - "line": 2619, + "line": 2615, "column": 78 } } } ], "range": [ - 78772, - 78862 + 78630, + 78720 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 78 }, "end": { - "line": 2620, + "line": 2616, "column": 9 } } }, "range": [ - 78702, - 78862 + 78560, + 78720 ], "loc": { "start": { - "line": 2618, + "line": 2614, "column": 8 }, "end": { - "line": 2620, + "line": 2616, "column": 9 } } } ], "range": [ - 78692, - 78868 + 78550, + 78726 ], "loc": { "start": { - "line": 2617, + "line": 2613, "column": 25 }, "end": { - "line": 2621, + "line": 2617, "column": 5 } } @@ -145925,16 +145478,16 @@ "generator": false, "expression": false, "range": [ - 78689, - 78868 + 78547, + 78726 ], "loc": { "start": { - "line": 2617, + "line": 2613, "column": 22 }, "end": { - "line": 2621, + "line": 2617, "column": 5 } } @@ -145942,16 +145495,16 @@ "kind": "method", "computed": false, "range": [ - 78671, - 78868 + 78529, + 78726 ], "loc": { "start": { - "line": 2617, + "line": 2613, "column": 4 }, "end": { - "line": 2621, + "line": 2617, "column": 5 } }, @@ -145960,16 +145513,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78588, - 78666 + 78446, + 78524 ], "loc": { "start": { - "line": 2614, + "line": 2610, "column": 4 }, "end": { - "line": 2616, + "line": 2612, "column": 7 } } @@ -145980,16 +145533,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 78874, - 78969 + 78732, + 78827 ], "loc": { "start": { - "line": 2623, + "line": 2619, "column": 4 }, "end": { - "line": 2626, + "line": 2622, "column": 7 } } @@ -146003,16 +145556,16 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 78974, - 78990 + 78832, + 78848 ], "loc": { "start": { - "line": 2627, + "line": 2623, "column": 4 }, "end": { - "line": 2627, + "line": 2623, "column": 20 } } @@ -146025,16 +145578,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78991, - 78999 + 78849, + 78857 ], "loc": { "start": { - "line": 2627, + "line": 2623, "column": 21 }, "end": { - "line": 2627, + "line": 2623, "column": 29 } } @@ -146052,16 +145605,16 @@ "type": "Identifier", "name": "header", "range": [ - 79015, - 79021 + 78873, + 78879 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 12 }, "end": { - "line": 2628, + "line": 2624, "column": 18 } } @@ -146074,16 +145627,16 @@ "object": { "type": "ThisExpression", "range": [ - 79024, - 79028 + 78882, + 78886 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 21 }, "end": { - "line": 2628, + "line": 2624, "column": 25 } } @@ -146092,31 +145645,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 79029, - 79045 + 78887, + 78903 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 26 }, "end": { - "line": 2628, + "line": 2624, "column": 42 } } }, "range": [ - 79024, - 79045 + 78882, + 78903 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 21 }, "end": { - "line": 2628, + "line": 2624, "column": 42 } } @@ -146126,47 +145679,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79046, - 79054 + 78904, + 78912 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 43 }, "end": { - "line": 2628, + "line": 2624, "column": 51 } } } ], "range": [ - 79024, - 79055 + 78882, + 78913 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 21 }, "end": { - "line": 2628, + "line": 2624, "column": 52 } } }, "range": [ - 79015, - 79055 + 78873, + 78913 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 12 }, "end": { - "line": 2628, + "line": 2624, "column": 52 } } @@ -146174,16 +145727,16 @@ ], "kind": "let", "range": [ - 79011, - 79056 + 78869, + 78914 ], "loc": { "start": { - "line": 2628, + "line": 2624, "column": 8 }, "end": { - "line": 2628, + "line": 2624, "column": 53 } } @@ -146196,16 +145749,16 @@ "type": "Identifier", "name": "hasClass", "range": [ - 79069, - 79077 + 78927, + 78935 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 12 }, "end": { - "line": 2629, + "line": 2625, "column": 20 } } @@ -146215,16 +145768,16 @@ "type": "Identifier", "name": "header", "range": [ - 79078, - 79084 + 78936, + 78942 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 21 }, "end": { - "line": 2629, + "line": 2625, "column": 27 } } @@ -146235,16 +145788,16 @@ "object": { "type": "ThisExpression", "range": [ - 79086, - 79090 + 78944, + 78948 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 29 }, "end": { - "line": 2629, + "line": 2625, "column": 33 } } @@ -146253,47 +145806,47 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 79091, - 79112 + 78949, + 78970 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 34 }, "end": { - "line": 2629, + "line": 2625, "column": 55 } } }, "range": [ - 79086, - 79112 + 78944, + 78970 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 29 }, "end": { - "line": 2629, + "line": 2625, "column": 55 } } } ], "range": [ - 79069, - 79113 + 78927, + 78971 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 12 }, "end": { - "line": 2629, + "line": 2625, "column": 56 } } @@ -146305,48 +145858,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79129, - 79136 + 78987, + 78994 ], "loc": { "start": { - "line": 2630, + "line": 2626, "column": 12 }, "end": { - "line": 2630, + "line": 2626, "column": 19 } } } ], "range": [ - 79115, - 79146 + 78973, + 79004 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 58 }, "end": { - "line": 2631, + "line": 2627, "column": 9 } } }, "alternate": null, "range": [ - 79065, - 79146 + 78923, + 79004 ], "loc": { "start": { - "line": 2629, + "line": 2625, "column": 8 }, "end": { - "line": 2631, + "line": 2627, "column": 9 } } @@ -146361,16 +145914,16 @@ "object": { "type": "ThisExpression", "range": [ - 79155, - 79159 + 79013, + 79017 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 8 }, "end": { - "line": 2632, + "line": 2628, "column": 12 } } @@ -146379,31 +145932,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 79160, - 79180 + 79018, + 79038 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 13 }, "end": { - "line": 2632, + "line": 2628, "column": 33 } } }, "range": [ - 79155, - 79180 + 79013, + 79038 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 8 }, "end": { - "line": 2632, + "line": 2628, "column": 33 } } @@ -146412,16 +145965,16 @@ { "type": "ThisExpression", "range": [ - 79181, - 79185 + 79039, + 79043 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 34 }, "end": { - "line": 2632, + "line": 2628, "column": 38 } } @@ -146430,47 +145983,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79187, - 79195 + 79045, + 79053 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 40 }, "end": { - "line": 2632, + "line": 2628, "column": 48 } } } ], "range": [ - 79155, - 79196 + 79013, + 79054 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 8 }, "end": { - "line": 2632, + "line": 2628, "column": 49 } } }, "range": [ - 79155, - 79197 + 79013, + 79055 ], "loc": { "start": { - "line": 2632, + "line": 2628, "column": 8 }, "end": { - "line": 2632, + "line": 2628, "column": 50 } } @@ -146483,16 +146036,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 79207, - 79215 + 79065, + 79073 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 8 }, "end": { - "line": 2634, + "line": 2630, "column": 16 } } @@ -146502,16 +146055,16 @@ "type": "Identifier", "name": "header", "range": [ - 79216, - 79222 + 79074, + 79080 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 17 }, "end": { - "line": 2634, + "line": 2630, "column": 23 } } @@ -146522,16 +146075,16 @@ "object": { "type": "ThisExpression", "range": [ - 79224, - 79228 + 79082, + 79086 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 25 }, "end": { - "line": 2634, + "line": 2630, "column": 29 } } @@ -146540,62 +146093,62 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 79229, - 79250 + 79087, + 79108 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 30 }, "end": { - "line": 2634, + "line": 2630, "column": 51 } } }, "range": [ - 79224, - 79250 + 79082, + 79108 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 25 }, "end": { - "line": 2634, + "line": 2630, "column": 51 } } } ], "range": [ - 79207, - 79251 + 79065, + 79109 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 8 }, "end": { - "line": 2634, + "line": 2630, "column": 52 } } }, "range": [ - 79207, - 79252 + 79065, + 79110 ], "loc": { "start": { - "line": 2634, + "line": 2630, "column": 8 }, "end": { - "line": 2634, + "line": 2630, "column": 53 } } @@ -146610,16 +146163,16 @@ "object": { "type": "ThisExpression", "range": [ - 79262, - 79266 + 79120, + 79124 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 8 }, "end": { - "line": 2636, + "line": 2632, "column": 12 } } @@ -146628,31 +146181,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 79267, - 79286 + 79125, + 79144 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 13 }, "end": { - "line": 2636, + "line": 2632, "column": 32 } } }, "range": [ - 79262, - 79286 + 79120, + 79144 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 8 }, "end": { - "line": 2636, + "line": 2632, "column": 32 } } @@ -146661,16 +146214,16 @@ { "type": "ThisExpression", "range": [ - 79287, - 79291 + 79145, + 79149 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 33 }, "end": { - "line": 2636, + "line": 2632, "column": 37 } } @@ -146679,63 +146232,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79293, - 79301 + 79151, + 79159 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 39 }, "end": { - "line": 2636, + "line": 2632, "column": 47 } } } ], "range": [ - 79262, - 79302 + 79120, + 79160 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 8 }, "end": { - "line": 2636, + "line": 2632, "column": 48 } } }, "range": [ - 79262, - 79303 + 79120, + 79161 ], "loc": { "start": { - "line": 2636, + "line": 2632, "column": 8 }, "end": { - "line": 2636, + "line": 2632, "column": 49 } } } ], "range": [ - 79001, - 79309 + 78859, + 79167 ], "loc": { "start": { - "line": 2627, + "line": 2623, "column": 31 }, "end": { - "line": 2637, + "line": 2633, "column": 5 } } @@ -146743,16 +146296,16 @@ "generator": false, "expression": false, "range": [ - 78990, - 79309 + 78848, + 79167 ], "loc": { "start": { - "line": 2627, + "line": 2623, "column": 20 }, "end": { - "line": 2637, + "line": 2633, "column": 5 } } @@ -146760,16 +146313,16 @@ "kind": "method", "computed": false, "range": [ - 78974, - 79309 + 78832, + 79167 ], "loc": { "start": { - "line": 2627, + "line": 2623, "column": 4 }, "end": { - "line": 2637, + "line": 2633, "column": 5 } }, @@ -146778,16 +146331,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 78874, - 78969 + 78732, + 78827 ], "loc": { "start": { - "line": 2623, + "line": 2619, "column": 4 }, "end": { - "line": 2626, + "line": 2622, "column": 7 } } @@ -146798,16 +146351,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79315, - 79401 + 79173, + 79259 ], "loc": { "start": { - "line": 2639, + "line": 2635, "column": 4 }, "end": { - "line": 2642, + "line": 2638, "column": 7 } } @@ -146821,16 +146374,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 79406, - 79423 + 79264, + 79281 ], "loc": { "start": { - "line": 2643, + "line": 2639, "column": 4 }, "end": { - "line": 2643, + "line": 2639, "column": 21 } } @@ -146850,16 +146403,16 @@ "object": { "type": "ThisExpression", "range": [ - 79443, - 79447 + 79301, + 79305 ], "loc": { "start": { - "line": 2644, + "line": 2640, "column": 15 }, "end": { - "line": 2644, + "line": 2640, "column": 19 } } @@ -146868,62 +146421,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 79448, - 79462 + 79306, + 79320 ], "loc": { "start": { - "line": 2644, + "line": 2640, "column": 20 }, "end": { - "line": 2644, + "line": 2640, "column": 34 } } }, "range": [ - 79443, - 79462 + 79301, + 79320 ], "loc": { "start": { - "line": 2644, + "line": 2640, "column": 15 }, "end": { - "line": 2644, + "line": 2640, "column": 34 } } }, "range": [ - 79436, - 79463 + 79294, + 79321 ], "loc": { "start": { - "line": 2644, + "line": 2640, "column": 8 }, "end": { - "line": 2644, + "line": 2640, "column": 35 } } } ], "range": [ - 79426, - 79469 + 79284, + 79327 ], "loc": { "start": { - "line": 2643, + "line": 2639, "column": 24 }, "end": { - "line": 2645, + "line": 2641, "column": 5 } } @@ -146931,16 +146484,16 @@ "generator": false, "expression": false, "range": [ - 79423, - 79469 + 79281, + 79327 ], "loc": { "start": { - "line": 2643, + "line": 2639, "column": 21 }, "end": { - "line": 2645, + "line": 2641, "column": 5 } } @@ -146948,16 +146501,16 @@ "kind": "method", "computed": false, "range": [ - 79406, - 79469 + 79264, + 79327 ], "loc": { "start": { - "line": 2643, + "line": 2639, "column": 4 }, "end": { - "line": 2645, + "line": 2641, "column": 5 } }, @@ -146966,16 +146519,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79315, - 79401 + 79173, + 79259 ], "loc": { "start": { - "line": 2639, + "line": 2635, "column": 4 }, "end": { - "line": 2642, + "line": 2638, "column": 7 } } @@ -146986,16 +146539,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79475, - 79576 + 79333, + 79434 ], "loc": { "start": { - "line": 2647, + "line": 2643, "column": 4 }, "end": { - "line": 2650, + "line": 2646, "column": 7 } } @@ -147009,16 +146562,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 79581, - 79598 + 79439, + 79456 ], "loc": { "start": { - "line": 2651, + "line": 2647, "column": 4 }, "end": { - "line": 2651, + "line": 2647, "column": 21 } } @@ -147031,16 +146584,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 79599, - 79607 + 79457, + 79465 ], "loc": { "start": { - "line": 2651, + "line": 2647, "column": 22 }, "end": { - "line": 2651, + "line": 2647, "column": 30 } } @@ -147060,16 +146613,16 @@ "object": { "type": "ThisExpression", "range": [ - 79619, - 79623 + 79477, + 79481 ], "loc": { "start": { - "line": 2652, + "line": 2648, "column": 8 }, "end": { - "line": 2652, + "line": 2648, "column": 12 } } @@ -147078,31 +146631,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 79624, - 79638 + 79482, + 79496 ], "loc": { "start": { - "line": 2652, + "line": 2648, "column": 13 }, "end": { - "line": 2652, + "line": 2648, "column": 27 } } }, "range": [ - 79619, - 79638 + 79477, + 79496 ], "loc": { "start": { - "line": 2652, + "line": 2648, "column": 8 }, "end": { - "line": 2652, + "line": 2648, "column": 27 } } @@ -147111,62 +146664,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 79641, - 79649 + 79499, + 79507 ], "loc": { "start": { - "line": 2652, + "line": 2648, "column": 30 }, "end": { - "line": 2652, + "line": 2648, "column": 38 } } }, "range": [ - 79619, - 79649 + 79477, + 79507 ], "loc": { "start": { - "line": 2652, + "line": 2648, "column": 8 }, "end": { - "line": 2652, + "line": 2648, "column": 38 } } }, "range": [ - 79619, - 79650 + 79477, + 79508 ], "loc": { "start": { - "line": 2652, + "line": 2648, "column": 8 }, "end": { - "line": 2652, + "line": 2648, "column": 39 } } } ], "range": [ - 79609, - 79656 + 79467, + 79514 ], "loc": { "start": { - "line": 2651, + "line": 2647, "column": 32 }, "end": { - "line": 2653, + "line": 2649, "column": 5 } } @@ -147174,16 +146727,16 @@ "generator": false, "expression": false, "range": [ - 79598, - 79656 + 79456, + 79514 ], "loc": { "start": { - "line": 2651, + "line": 2647, "column": 21 }, "end": { - "line": 2653, + "line": 2649, "column": 5 } } @@ -147191,16 +146744,16 @@ "kind": "method", "computed": false, "range": [ - 79581, - 79656 + 79439, + 79514 ], "loc": { "start": { - "line": 2651, + "line": 2647, "column": 4 }, "end": { - "line": 2653, + "line": 2649, "column": 5 } }, @@ -147209,16 +146762,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79475, - 79576 + 79333, + 79434 ], "loc": { "start": { - "line": 2647, + "line": 2643, "column": 4 }, "end": { - "line": 2650, + "line": 2646, "column": 7 } } @@ -147229,16 +146782,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 79662, - 79811 + 79520, + 79669 ], "loc": { "start": { - "line": 2655, + "line": 2651, "column": 4 }, "end": { - "line": 2659, + "line": 2655, "column": 7 } } @@ -147252,16 +146805,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 79816, - 79842 + 79674, + 79700 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 4 }, "end": { - "line": 2660, + "line": 2656, "column": 30 } } @@ -147276,16 +146829,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 79843, - 79851 + 79701, + 79709 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 31 }, "end": { - "line": 2660, + "line": 2656, "column": 39 } } @@ -147295,31 +146848,31 @@ "value": "", "raw": "''", "range": [ - 79854, - 79856 + 79712, + 79714 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 42 }, "end": { - "line": 2660, + "line": 2656, "column": 44 } } }, "range": [ - 79843, - 79856 + 79701, + 79714 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 31 }, "end": { - "line": 2660, + "line": 2656, "column": 44 } } @@ -147337,16 +146890,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79872, - 79875 + 79730, + 79733 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 12 }, "end": { - "line": 2661, + "line": 2657, "column": 15 } } @@ -147363,16 +146916,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 79878, - 79886 + 79736, + 79744 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 18 }, "end": { - "line": 2661, + "line": 2657, "column": 26 } } @@ -147381,31 +146934,31 @@ "type": "Identifier", "name": "split", "range": [ - 79887, - 79892 + 79745, + 79750 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 27 }, "end": { - "line": 2661, + "line": 2657, "column": 32 } } }, "range": [ - 79878, - 79892 + 79736, + 79750 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 18 }, "end": { - "line": 2661, + "line": 2657, "column": 32 } } @@ -147416,32 +146969,32 @@ "value": "_", "raw": "'_'", "range": [ - 79893, - 79896 + 79751, + 79754 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 33 }, "end": { - "line": 2661, + "line": 2657, "column": 36 } } } ], "range": [ - 79878, - 79897 + 79736, + 79755 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 18 }, "end": { - "line": 2661, + "line": 2657, "column": 37 } } @@ -147451,46 +147004,46 @@ "value": 0, "raw": "0", "range": [ - 79898, - 79899 + 79756, + 79757 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 38 }, "end": { - "line": 2661, + "line": 2657, "column": 39 } } }, "range": [ - 79878, - 79900 + 79736, + 79758 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 18 }, "end": { - "line": 2661, + "line": 2657, "column": 40 } } }, "range": [ - 79872, - 79900 + 79730, + 79758 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 12 }, "end": { - "line": 2661, + "line": 2657, "column": 40 } } @@ -147498,16 +147051,16 @@ ], "kind": "let", "range": [ - 79868, - 79901 + 79726, + 79759 ], "loc": { "start": { - "line": 2661, + "line": 2657, "column": 8 }, "end": { - "line": 2661, + "line": 2657, "column": 41 } } @@ -147521,16 +147074,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79910, - 79913 + 79768, + 79771 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 8 }, "end": { - "line": 2662, + "line": 2658, "column": 11 } } @@ -147547,16 +147100,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79916, - 79919 + 79774, + 79777 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 14 }, "end": { - "line": 2662, + "line": 2658, "column": 17 } } @@ -147565,31 +147118,31 @@ "type": "Identifier", "name": "split", "range": [ - 79920, - 79925 + 79778, + 79783 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 18 }, "end": { - "line": 2662, + "line": 2658, "column": 23 } } }, "range": [ - 79916, - 79925 + 79774, + 79783 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 14 }, "end": { - "line": 2662, + "line": 2658, "column": 23 } } @@ -147601,16 +147154,16 @@ "object": { "type": "ThisExpression", "range": [ - 79926, - 79930 + 79784, + 79788 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 24 }, "end": { - "line": 2662, + "line": 2658, "column": 28 } } @@ -147619,47 +147172,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 79931, - 79938 + 79789, + 79796 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 29 }, "end": { - "line": 2662, + "line": 2658, "column": 36 } } }, "range": [ - 79926, - 79938 + 79784, + 79796 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 24 }, "end": { - "line": 2662, + "line": 2658, "column": 36 } } } ], "range": [ - 79916, - 79939 + 79774, + 79797 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 14 }, "end": { - "line": 2662, + "line": 2658, "column": 37 } } @@ -147669,61 +147222,61 @@ "value": 1, "raw": "1", "range": [ - 79940, - 79941 + 79798, + 79799 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 38 }, "end": { - "line": 2662, + "line": 2658, "column": 39 } } }, "range": [ - 79916, - 79942 + 79774, + 79800 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 14 }, "end": { - "line": 2662, + "line": 2658, "column": 40 } } }, "range": [ - 79910, - 79942 + 79768, + 79800 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 8 }, "end": { - "line": 2662, + "line": 2658, "column": 40 } } }, "range": [ - 79910, - 79943 + 79768, + 79801 ], "loc": { "start": { - "line": 2662, + "line": 2658, "column": 8 }, "end": { - "line": 2662, + "line": 2658, "column": 41 } } @@ -147736,16 +147289,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 79959, - 79967 + 79817, + 79825 ], "loc": { "start": { - "line": 2663, + "line": 2659, "column": 15 }, "end": { - "line": 2663, + "line": 2659, "column": 23 } } @@ -147755,16 +147308,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79968, - 79971 + 79826, + 79829 ], "loc": { "start": { - "line": 2663, + "line": 2659, "column": 24 }, "end": { - "line": 2663, + "line": 2659, "column": 27 } } @@ -147774,63 +147327,63 @@ "value": 10, "raw": "10", "range": [ - 79973, - 79975 + 79831, + 79833 ], "loc": { "start": { - "line": 2663, + "line": 2659, "column": 29 }, "end": { - "line": 2663, + "line": 2659, "column": 31 } } } ], "range": [ - 79959, - 79976 + 79817, + 79834 ], "loc": { "start": { - "line": 2663, + "line": 2659, "column": 15 }, "end": { - "line": 2663, + "line": 2659, "column": 32 } } }, "range": [ - 79952, - 79977 + 79810, + 79835 ], "loc": { "start": { - "line": 2663, + "line": 2659, "column": 8 }, "end": { - "line": 2663, + "line": 2659, "column": 33 } } } ], "range": [ - 79858, - 79983 + 79716, + 79841 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 46 }, "end": { - "line": 2664, + "line": 2660, "column": 5 } } @@ -147838,16 +147391,16 @@ "generator": false, "expression": false, "range": [ - 79842, - 79983 + 79700, + 79841 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 30 }, "end": { - "line": 2664, + "line": 2660, "column": 5 } } @@ -147855,16 +147408,16 @@ "kind": "method", "computed": false, "range": [ - 79816, - 79983 + 79674, + 79841 ], "loc": { "start": { - "line": 2660, + "line": 2656, "column": 4 }, "end": { - "line": 2664, + "line": 2660, "column": 5 } }, @@ -147873,16 +147426,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 79662, - 79811 + 79520, + 79669 ], "loc": { "start": { - "line": 2655, + "line": 2651, "column": 4 }, "end": { - "line": 2659, + "line": 2655, "column": 7 } } @@ -147893,16 +147446,16 @@ "type": "Block", "value": "*\n * Builds filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n ", "range": [ - 79989, - 80152 + 79847, + 80010 ], "loc": { "start": { - "line": 2666, + "line": 2662, "column": 4 }, "end": { - "line": 2671, + "line": 2667, "column": 7 } } @@ -147916,16 +147469,16 @@ "type": "Identifier", "name": "buildFilterId", "range": [ - 80157, - 80170 + 80015, + 80028 ], "loc": { "start": { - "line": 2672, + "line": 2668, "column": 4 }, "end": { - "line": 2672, + "line": 2668, "column": 17 } } @@ -147938,16 +147491,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 80171, - 80179 + 80029, + 80037 ], "loc": { "start": { - "line": 2672, + "line": 2668, "column": 18 }, "end": { - "line": 2672, + "line": 2668, "column": 26 } } @@ -147969,16 +147522,16 @@ }, "tail": false, "range": [ - 80198, - 80201 + 80056, + 80059 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 15 }, "end": { - "line": 2673, + "line": 2669, "column": 18 } } @@ -147991,16 +147544,16 @@ }, "tail": false, "range": [ - 80213, - 80216 + 80071, + 80074 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 30 }, "end": { - "line": 2673, + "line": 2669, "column": 33 } } @@ -148013,16 +147566,16 @@ }, "tail": false, "range": [ - 80224, - 80228 + 80082, + 80086 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 41 }, "end": { - "line": 2673, + "line": 2669, "column": 45 } } @@ -148035,16 +147588,16 @@ }, "tail": true, "range": [ - 80235, - 80237 + 80093, + 80095 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 52 }, "end": { - "line": 2673, + "line": 2669, "column": 54 } } @@ -148057,16 +147610,16 @@ "object": { "type": "ThisExpression", "range": [ - 80201, - 80205 + 80059, + 80063 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 18 }, "end": { - "line": 2673, + "line": 2669, "column": 22 } } @@ -148075,31 +147628,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 80206, - 80213 + 80064, + 80071 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 23 }, "end": { - "line": 2673, + "line": 2669, "column": 30 } } }, "range": [ - 80201, - 80213 + 80059, + 80071 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 18 }, "end": { - "line": 2673, + "line": 2669, "column": 30 } } @@ -148108,16 +147661,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 80216, - 80224 + 80074, + 80082 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 33 }, "end": { - "line": 2673, + "line": 2669, "column": 41 } } @@ -148128,16 +147681,16 @@ "object": { "type": "ThisExpression", "range": [ - 80228, - 80232 + 80086, + 80090 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 45 }, "end": { - "line": 2673, + "line": 2669, "column": 49 } } @@ -148146,78 +147699,78 @@ "type": "Identifier", "name": "id", "range": [ - 80233, - 80235 + 80091, + 80093 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 50 }, "end": { - "line": 2673, + "line": 2669, "column": 52 } } }, "range": [ - 80228, - 80235 + 80086, + 80093 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 45 }, "end": { - "line": 2673, + "line": 2669, "column": 52 } } } ], "range": [ - 80198, - 80237 + 80056, + 80095 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 15 }, "end": { - "line": 2673, + "line": 2669, "column": 54 } } }, "range": [ - 80191, - 80238 + 80049, + 80096 ], "loc": { "start": { - "line": 2673, + "line": 2669, "column": 8 }, "end": { - "line": 2673, + "line": 2669, "column": 55 } } } ], "range": [ - 80181, - 80244 + 80039, + 80102 ], "loc": { "start": { - "line": 2672, + "line": 2668, "column": 28 }, "end": { - "line": 2674, + "line": 2670, "column": 5 } } @@ -148225,16 +147778,16 @@ "generator": false, "expression": false, "range": [ - 80170, - 80244 + 80028, + 80102 ], "loc": { "start": { - "line": 2672, + "line": 2668, "column": 17 }, "end": { - "line": 2674, + "line": 2670, "column": 5 } } @@ -148242,16 +147795,16 @@ "kind": "method", "computed": false, "range": [ - 80157, - 80244 + 80015, + 80102 ], "loc": { "start": { - "line": 2672, + "line": 2668, "column": 4 }, "end": { - "line": 2674, + "line": 2670, "column": 5 } }, @@ -148260,16 +147813,16 @@ "type": "Block", "value": "*\n * Builds filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n ", "range": [ - 79989, - 80152 + 79847, + 80010 ], "loc": { "start": { - "line": 2666, + "line": 2662, "column": 4 }, "end": { - "line": 2671, + "line": 2667, "column": 7 } } @@ -148280,16 +147833,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 80250, - 80347 + 80108, + 80205 ], "loc": { "start": { - "line": 2676, + "line": 2672, "column": 4 }, "end": { - "line": 2679, + "line": 2675, "column": 7 } } @@ -148303,16 +147856,16 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 80352, - 80366 + 80210, + 80224 ], "loc": { "start": { - "line": 2680, + "line": 2676, "column": 4 }, "end": { - "line": 2680, + "line": 2676, "column": 18 } } @@ -148325,16 +147878,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 80367, - 80375 + 80225, + 80233 ], "loc": { "start": { - "line": 2680, + "line": 2676, "column": 19 }, "end": { - "line": 2680, + "line": 2676, "column": 27 } } @@ -148351,16 +147904,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 80391, - 80398 + 80249, + 80256 ], "loc": { "start": { - "line": 2681, + "line": 2677, "column": 12 }, "end": { - "line": 2681, + "line": 2677, "column": 19 } } @@ -148370,32 +147923,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 80399, - 80407 + 80257, + 80265 ], "loc": { "start": { - "line": 2681, + "line": 2677, "column": 20 }, "end": { - "line": 2681, + "line": 2677, "column": 28 } } } ], "range": [ - 80391, - 80408 + 80249, + 80266 ], "loc": { "start": { - "line": 2681, + "line": 2677, "column": 12 }, "end": { - "line": 2681, + "line": 2677, "column": 29 } } @@ -148407,48 +147960,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80424, - 80431 + 80282, + 80289 ], "loc": { "start": { - "line": 2682, + "line": 2678, "column": 12 }, "end": { - "line": 2682, + "line": 2678, "column": 19 } } } ], "range": [ - 80410, - 80441 + 80268, + 80299 ], "loc": { "start": { - "line": 2681, + "line": 2677, "column": 31 }, "end": { - "line": 2683, + "line": 2679, "column": 9 } } }, "alternate": null, "range": [ - 80387, - 80441 + 80245, + 80299 ], "loc": { "start": { - "line": 2681, + "line": 2677, "column": 8 }, "end": { - "line": 2683, + "line": 2679, "column": 9 } } @@ -148463,16 +148016,16 @@ "object": { "type": "ThisExpression", "range": [ - 80450, - 80454 + 80308, + 80312 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 8 }, "end": { - "line": 2684, + "line": 2680, "column": 12 } } @@ -148481,31 +148034,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 80455, - 80472 + 80313, + 80330 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 13 }, "end": { - "line": 2684, + "line": 2680, "column": 30 } } }, "range": [ - 80450, - 80472 + 80308, + 80330 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 8 }, "end": { - "line": 2684, + "line": 2680, "column": 30 } } @@ -148519,16 +148072,16 @@ "object": { "type": "ThisExpression", "range": [ - 80473, - 80477 + 80331, + 80335 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 31 }, "end": { - "line": 2684, + "line": 2680, "column": 35 } } @@ -148537,31 +148090,31 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 80478, - 80489 + 80336, + 80347 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 36 }, "end": { - "line": 2684, + "line": 2680, "column": 47 } } }, "range": [ - 80473, - 80489 + 80331, + 80347 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 31 }, "end": { - "line": 2684, + "line": 2680, "column": 47 } } @@ -148571,79 +148124,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 80490, - 80498 + 80348, + 80356 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 48 }, "end": { - "line": 2684, + "line": 2680, "column": 56 } } } ], "range": [ - 80473, - 80499 + 80331, + 80357 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 31 }, "end": { - "line": 2684, + "line": 2680, "column": 57 } } } ], "range": [ - 80450, - 80500 + 80308, + 80358 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 8 }, "end": { - "line": 2684, + "line": 2680, "column": 58 } } }, "range": [ - 80450, - 80501 + 80308, + 80359 ], "loc": { "start": { - "line": 2684, + "line": 2680, "column": 8 }, "end": { - "line": 2684, + "line": 2680, "column": 59 } } } ], "range": [ - 80377, - 80507 + 80235, + 80365 ], "loc": { "start": { - "line": 2680, + "line": 2676, "column": 29 }, "end": { - "line": 2685, + "line": 2681, "column": 5 } } @@ -148651,16 +148204,16 @@ "generator": false, "expression": false, "range": [ - 80366, - 80507 + 80224, + 80365 ], "loc": { "start": { - "line": 2680, + "line": 2676, "column": 18 }, "end": { - "line": 2685, + "line": 2681, "column": 5 } } @@ -148668,16 +148221,16 @@ "kind": "method", "computed": false, "range": [ - 80352, - 80507 + 80210, + 80365 ], "loc": { "start": { - "line": 2680, + "line": 2676, "column": 4 }, "end": { - "line": 2685, + "line": 2681, "column": 5 } }, @@ -148686,16 +148239,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 80250, - 80347 + 80108, + 80205 ], "loc": { "start": { - "line": 2676, + "line": 2672, "column": 4 }, "end": { - "line": 2679, + "line": 2675, "column": 7 } } @@ -148706,16 +148259,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 80513, - 80618 + 80371, + 80476 ], "loc": { "start": { - "line": 2687, + "line": 2683, "column": 4 }, "end": { - "line": 2690, + "line": 2686, "column": 7 } } @@ -148729,16 +148282,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 80623, - 80634 + 80481, + 80492 ], "loc": { "start": { - "line": 2691, + "line": 2687, "column": 4 }, "end": { - "line": 2691, + "line": 2687, "column": 15 } } @@ -148764,16 +148317,16 @@ "object": { "type": "ThisExpression", "range": [ - 80652, - 80656 + 80510, + 80514 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 13 }, "end": { - "line": 2692, + "line": 2688, "column": 17 } } @@ -148782,47 +148335,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 80657, - 80670 + 80515, + 80528 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 18 }, "end": { - "line": 2692, + "line": 2688, "column": 31 } } }, "range": [ - 80652, - 80670 + 80510, + 80528 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 13 }, "end": { - "line": 2692, + "line": 2688, "column": 31 } } }, "prefix": true, "range": [ - 80651, - 80670 + 80509, + 80528 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 12 }, "end": { - "line": 2692, + "line": 2688, "column": 31 } } @@ -148836,16 +148389,16 @@ "object": { "type": "ThisExpression", "range": [ - 80675, - 80679 + 80533, + 80537 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 36 }, "end": { - "line": 2692, + "line": 2688, "column": 40 } } @@ -148854,62 +148407,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 80680, - 80694 + 80538, + 80552 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 41 }, "end": { - "line": 2692, + "line": 2688, "column": 55 } } }, "range": [ - 80675, - 80694 + 80533, + 80552 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 36 }, "end": { - "line": 2692, + "line": 2688, "column": 55 } } }, "prefix": true, "range": [ - 80674, - 80694 + 80532, + 80552 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 35 }, "end": { - "line": 2692, + "line": 2688, "column": 55 } } }, "range": [ - 80651, - 80694 + 80509, + 80552 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 12 }, "end": { - "line": 2692, + "line": 2688, "column": 55 } } @@ -148921,48 +148474,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80710, - 80717 + 80568, + 80575 ], "loc": { "start": { - "line": 2693, + "line": 2689, "column": 12 }, "end": { - "line": 2693, + "line": 2689, "column": 19 } } } ], "range": [ - 80696, - 80727 + 80554, + 80585 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 57 }, "end": { - "line": 2694, + "line": 2690, "column": 9 } } }, "alternate": null, "range": [ - 80647, - 80727 + 80505, + 80585 ], "loc": { "start": { - "line": 2692, + "line": 2688, "column": 8 }, "end": { - "line": 2694, + "line": 2690, "column": 9 } } @@ -148976,16 +148529,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 80740, - 80745 + 80598, + 80603 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 12 }, "end": { - "line": 2695, + "line": 2691, "column": 17 } } @@ -148998,16 +148551,16 @@ "object": { "type": "ThisExpression", "range": [ - 80748, - 80752 + 80606, + 80610 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 20 }, "end": { - "line": 2695, + "line": 2691, "column": 24 } } @@ -149016,31 +148569,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80753, - 80769 + 80611, + 80627 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 25 }, "end": { - "line": 2695, + "line": 2691, "column": 41 } } }, "range": [ - 80748, - 80769 + 80606, + 80627 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 20 }, "end": { - "line": 2695, + "line": 2691, "column": 41 } } @@ -149050,16 +148603,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 80770, - 80776 + 80628, + 80634 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 42 }, "end": { - "line": 2695, + "line": 2691, "column": 48 } } @@ -149069,47 +148622,47 @@ "value": true, "raw": "true", "range": [ - 80778, - 80782 + 80636, + 80640 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 50 }, "end": { - "line": 2695, + "line": 2691, "column": 54 } } } ], "range": [ - 80748, - 80783 + 80606, + 80641 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 20 }, "end": { - "line": 2695, + "line": 2691, "column": 55 } } }, "range": [ - 80740, - 80783 + 80598, + 80641 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 12 }, "end": { - "line": 2695, + "line": 2691, "column": 55 } } @@ -149120,16 +148673,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 80797, - 80802 + 80655, + 80660 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 12 }, "end": { - "line": 2696, + "line": 2692, "column": 17 } } @@ -149142,16 +148695,16 @@ "object": { "type": "ThisExpression", "range": [ - 80805, - 80809 + 80663, + 80667 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 20 }, "end": { - "line": 2696, + "line": 2692, "column": 24 } } @@ -149160,31 +148713,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80810, - 80826 + 80668, + 80684 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 25 }, "end": { - "line": 2696, + "line": 2692, "column": 41 } } }, "range": [ - 80805, - 80826 + 80663, + 80684 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 20 }, "end": { - "line": 2696, + "line": 2692, "column": 41 } } @@ -149194,16 +148747,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 80827, - 80835 + 80685, + 80693 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 42 }, "end": { - "line": 2696, + "line": 2692, "column": 50 } } @@ -149213,47 +148766,47 @@ "value": true, "raw": "true", "range": [ - 80837, - 80841 + 80695, + 80699 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 52 }, "end": { - "line": 2696, + "line": 2692, "column": 56 } } } ], "range": [ - 80805, - 80842 + 80663, + 80700 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 20 }, "end": { - "line": 2696, + "line": 2692, "column": 57 } } }, "range": [ - 80797, - 80842 + 80655, + 80700 ], "loc": { "start": { - "line": 2696, + "line": 2692, "column": 12 }, "end": { - "line": 2696, + "line": 2692, "column": 57 } } @@ -149264,16 +148817,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 80856, - 80861 + 80714, + 80719 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 12 }, "end": { - "line": 2697, + "line": 2693, "column": 17 } } @@ -149286,16 +148839,16 @@ "object": { "type": "ThisExpression", "range": [ - 80864, - 80868 + 80722, + 80726 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 20 }, "end": { - "line": 2697, + "line": 2693, "column": 24 } } @@ -149304,31 +148857,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80869, - 80885 + 80727, + 80743 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 25 }, "end": { - "line": 2697, + "line": 2693, "column": 41 } } }, "range": [ - 80864, - 80885 + 80722, + 80743 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 20 }, "end": { - "line": 2697, + "line": 2693, "column": 41 } } @@ -149338,16 +148891,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 80886, - 80895 + 80744, + 80753 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 42 }, "end": { - "line": 2697, + "line": 2693, "column": 51 } } @@ -149357,47 +148910,47 @@ "value": true, "raw": "true", "range": [ - 80897, - 80901 + 80755, + 80759 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 53 }, "end": { - "line": 2697, + "line": 2693, "column": 57 } } } ], "range": [ - 80864, - 80902 + 80722, + 80760 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 20 }, "end": { - "line": 2697, + "line": 2693, "column": 58 } } }, "range": [ - 80856, - 80902 + 80714, + 80760 ], "loc": { "start": { - "line": 2697, + "line": 2693, "column": 12 }, "end": { - "line": 2697, + "line": 2693, "column": 58 } } @@ -149408,16 +148961,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80916, - 80924 + 80774, + 80782 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 12 }, "end": { - "line": 2698, + "line": 2694, "column": 20 } } @@ -149431,16 +148984,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 80927, - 80932 + 80785, + 80790 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 23 }, "end": { - "line": 2698, + "line": 2694, "column": 28 } } @@ -149449,31 +149002,31 @@ "type": "Identifier", "name": "concat", "range": [ - 80933, - 80939 + 80791, + 80797 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 29 }, "end": { - "line": 2698, + "line": 2694, "column": 35 } } }, "range": [ - 80927, - 80939 + 80785, + 80797 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 23 }, "end": { - "line": 2698, + "line": 2694, "column": 35 } } @@ -149483,47 +149036,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 80940, - 80945 + 80798, + 80803 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 36 }, "end": { - "line": 2698, + "line": 2694, "column": 41 } } } ], "range": [ - 80927, - 80946 + 80785, + 80804 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 23 }, "end": { - "line": 2698, + "line": 2694, "column": 42 } } }, "range": [ - 80916, - 80946 + 80774, + 80804 ], "loc": { "start": { - "line": 2698, + "line": 2694, "column": 12 }, "end": { - "line": 2698, + "line": 2694, "column": 42 } } @@ -149531,16 +149084,16 @@ ], "kind": "let", "range": [ - 80736, - 80947 + 80594, + 80805 ], "loc": { "start": { - "line": 2695, + "line": 2691, "column": 8 }, "end": { - "line": 2698, + "line": 2694, "column": 43 } } @@ -149554,16 +149107,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80956, - 80964 + 80814, + 80822 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 8 }, "end": { - "line": 2699, + "line": 2695, "column": 16 } } @@ -149577,16 +149130,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80967, - 80975 + 80825, + 80833 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 19 }, "end": { - "line": 2699, + "line": 2695, "column": 27 } } @@ -149595,31 +149148,31 @@ "type": "Identifier", "name": "concat", "range": [ - 80976, - 80982 + 80834, + 80840 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 28 }, "end": { - "line": 2699, + "line": 2695, "column": 34 } } }, "range": [ - 80967, - 80982 + 80825, + 80840 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 19 }, "end": { - "line": 2699, + "line": 2695, "column": 34 } } @@ -149629,62 +149182,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 80983, - 80988 + 80841, + 80846 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 35 }, "end": { - "line": 2699, + "line": 2695, "column": 40 } } } ], "range": [ - 80967, - 80989 + 80825, + 80847 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 19 }, "end": { - "line": 2699, + "line": 2695, "column": 41 } } }, "range": [ - 80956, - 80989 + 80814, + 80847 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 8 }, "end": { - "line": 2699, + "line": 2695, "column": 41 } } }, "range": [ - 80956, - 80990 + 80814, + 80848 ], "loc": { "start": { - "line": 2699, + "line": 2695, "column": 8 }, "end": { - "line": 2699, + "line": 2695, "column": 42 } } @@ -149698,16 +149251,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 81004, - 81013 + 80862, + 80871 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 12 }, "end": { - "line": 2701, + "line": 2697, "column": 21 } } @@ -149720,16 +149273,16 @@ "object": { "type": "ThisExpression", "range": [ - 81016, - 81020 + 80874, + 80878 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 24 }, "end": { - "line": 2701, + "line": 2697, "column": 28 } } @@ -149738,31 +149291,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 81021, - 81047 + 80879, + 80905 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 29 }, "end": { - "line": 2701, + "line": 2697, "column": 55 } } }, "range": [ - 81016, - 81047 + 80874, + 80905 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 24 }, "end": { - "line": 2701, + "line": 2697, "column": 55 } } @@ -149774,16 +149327,16 @@ "object": { "type": "ThisExpression", "range": [ - 81048, - 81052 + 80906, + 80910 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 56 }, "end": { - "line": 2701, + "line": 2697, "column": 60 } } @@ -149792,62 +149345,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 81053, - 81067 + 80911, + 80925 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 61 }, "end": { - "line": 2701, + "line": 2697, "column": 75 } } }, "range": [ - 81048, - 81067 + 80906, + 80925 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 56 }, "end": { - "line": 2701, + "line": 2697, "column": 75 } } } ], "range": [ - 81016, - 81068 + 80874, + 80926 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 24 }, "end": { - "line": 2701, + "line": 2697, "column": 76 } } }, "range": [ - 81004, - 81068 + 80862, + 80926 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 12 }, "end": { - "line": 2701, + "line": 2697, "column": 76 } } @@ -149855,16 +149408,16 @@ ], "kind": "let", "range": [ - 81000, - 81069 + 80858, + 80927 ], "loc": { "start": { - "line": 2701, + "line": 2697, "column": 8 }, "end": { - "line": 2701, + "line": 2697, "column": 77 } } @@ -149880,16 +149433,16 @@ "type": "Identifier", "name": "i", "range": [ - 81088, - 81089 + 80946, + 80947 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 17 }, "end": { - "line": 2703, + "line": 2699, "column": 18 } } @@ -149899,31 +149452,31 @@ "value": 0, "raw": "0", "range": [ - 81092, - 81093 + 80950, + 80951 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 21 }, "end": { - "line": 2703, + "line": 2699, "column": 22 } } }, "range": [ - 81088, - 81093 + 80946, + 80951 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 17 }, "end": { - "line": 2703, + "line": 2699, "column": 22 } } @@ -149934,16 +149487,16 @@ "type": "Identifier", "name": "len", "range": [ - 81095, - 81098 + 80953, + 80956 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 24 }, "end": { - "line": 2703, + "line": 2699, "column": 27 } } @@ -149955,16 +149508,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81101, - 81109 + 80959, + 80967 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 30 }, "end": { - "line": 2703, + "line": 2699, "column": 38 } } @@ -149973,46 +149526,46 @@ "type": "Identifier", "name": "length", "range": [ - 81110, - 81116 + 80968, + 80974 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 39 }, "end": { - "line": 2703, + "line": 2699, "column": 45 } } }, "range": [ - 81101, - 81116 + 80959, + 80974 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 30 }, "end": { - "line": 2703, + "line": 2699, "column": 45 } } }, "range": [ - 81095, - 81116 + 80953, + 80974 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 24 }, "end": { - "line": 2703, + "line": 2699, "column": 45 } } @@ -150020,16 +149573,16 @@ ], "kind": "let", "range": [ - 81084, - 81116 + 80942, + 80974 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 13 }, "end": { - "line": 2703, + "line": 2699, "column": 45 } } @@ -150041,16 +149594,16 @@ "type": "Identifier", "name": "i", "range": [ - 81118, - 81119 + 80976, + 80977 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 47 }, "end": { - "line": 2703, + "line": 2699, "column": 48 } } @@ -150059,31 +149612,31 @@ "type": "Identifier", "name": "len", "range": [ - 81122, - 81125 + 80980, + 80983 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 51 }, "end": { - "line": 2703, + "line": 2699, "column": 54 } } }, "range": [ - 81118, - 81125 + 80976, + 80983 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 47 }, "end": { - "line": 2703, + "line": 2699, "column": 54 } } @@ -150095,32 +149648,32 @@ "type": "Identifier", "name": "i", "range": [ - 81127, - 81128 + 80985, + 80986 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 56 }, "end": { - "line": 2703, + "line": 2699, "column": 57 } } }, "prefix": false, "range": [ - 81127, - 81130 + 80985, + 80988 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 56 }, "end": { - "line": 2703, + "line": 2699, "column": 59 } } @@ -150137,16 +149690,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81150, - 81156 + 81008, + 81014 ], "loc": { "start": { - "line": 2704, + "line": 2700, "column": 16 }, "end": { - "line": 2704, + "line": 2700, "column": 22 } } @@ -150158,16 +149711,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81159, - 81167 + 81017, + 81025 ], "loc": { "start": { - "line": 2704, + "line": 2700, "column": 25 }, "end": { - "line": 2704, + "line": 2700, "column": 33 } } @@ -150176,46 +149729,46 @@ "type": "Identifier", "name": "i", "range": [ - 81168, - 81169 + 81026, + 81027 ], "loc": { "start": { - "line": 2704, + "line": 2700, "column": 34 }, "end": { - "line": 2704, + "line": 2700, "column": 35 } } }, "range": [ - 81159, - 81170 + 81017, + 81028 ], "loc": { "start": { - "line": 2704, + "line": 2700, "column": 25 }, "end": { - "line": 2704, + "line": 2700, "column": 36 } } }, "range": [ - 81150, - 81170 + 81008, + 81028 ], "loc": { "start": { - "line": 2704, + "line": 2700, "column": 16 }, "end": { - "line": 2704, + "line": 2700, "column": 36 } } @@ -150223,16 +149776,16 @@ ], "kind": "let", "range": [ - 81146, - 81171 + 81004, + 81029 ], "loc": { "start": { - "line": 2704, + "line": 2700, "column": 12 }, "end": { - "line": 2704, + "line": 2700, "column": 37 } } @@ -150246,16 +149799,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 81188, - 81194 + 81046, + 81052 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 16 }, "end": { - "line": 2705, + "line": 2701, "column": 22 } } @@ -150266,16 +149819,16 @@ "type": "Identifier", "name": "elm", "range": [ - 81197, - 81200 + 81055, + 81058 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 25 }, "end": { - "line": 2705, + "line": 2701, "column": 28 } } @@ -150290,16 +149843,16 @@ "object": { "type": "ThisExpression", "range": [ - 81201, - 81205 + 81059, + 81063 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 29 }, "end": { - "line": 2705, + "line": 2701, "column": 33 } } @@ -150308,31 +149861,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 81206, - 81212 + 81064, + 81070 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 34 }, "end": { - "line": 2705, + "line": 2701, "column": 40 } } }, "range": [ - 81201, - 81212 + 81059, + 81070 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 29 }, "end": { - "line": 2705, + "line": 2701, "column": 40 } } @@ -150341,62 +149894,62 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81213, - 81219 + 81071, + 81077 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 41 }, "end": { - "line": 2705, + "line": 2701, "column": 47 } } }, "range": [ - 81201, - 81220 + 81059, + 81078 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 29 }, "end": { - "line": 2705, + "line": 2701, "column": 48 } } } ], "range": [ - 81197, - 81221 + 81055, + 81079 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 25 }, "end": { - "line": 2705, + "line": 2701, "column": 49 } } }, "range": [ - 81188, - 81221 + 81046, + 81079 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 16 }, "end": { - "line": 2705, + "line": 2701, "column": 49 } } @@ -150404,16 +149957,16 @@ ], "kind": "let", "range": [ - 81184, - 81222 + 81042, + 81080 ], "loc": { "start": { - "line": 2705, + "line": 2701, "column": 12 }, "end": { - "line": 2705, + "line": 2701, "column": 50 } } @@ -150427,16 +149980,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 81239, - 81255 + 81097, + 81113 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 16 }, "end": { - "line": 2706, + "line": 2702, "column": 32 } } @@ -150449,16 +150002,16 @@ "object": { "type": "ThisExpression", "range": [ - 81258, - 81262 + 81116, + 81120 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 35 }, "end": { - "line": 2706, + "line": 2702, "column": 39 } } @@ -150467,31 +150020,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 81263, - 81277 + 81121, + 81135 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 40 }, "end": { - "line": 2706, + "line": 2702, "column": 54 } } }, "range": [ - 81258, - 81277 + 81116, + 81135 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 35 }, "end": { - "line": 2706, + "line": 2702, "column": 54 } } @@ -150501,47 +150054,47 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81278, - 81284 + 81136, + 81142 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 55 }, "end": { - "line": 2706, + "line": 2702, "column": 61 } } } ], "range": [ - 81258, - 81285 + 81116, + 81143 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 35 }, "end": { - "line": 2706, + "line": 2702, "column": 62 } } }, "range": [ - 81239, - 81285 + 81097, + 81143 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 16 }, "end": { - "line": 2706, + "line": 2702, "column": 62 } } @@ -150549,16 +150102,16 @@ ], "kind": "let", "range": [ - 81235, - 81286 + 81093, + 81144 ], "loc": { "start": { - "line": 2706, + "line": 2702, "column": 12 }, "end": { - "line": 2706, + "line": 2702, "column": 63 } }, @@ -150567,16 +150120,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 81300, - 81343 + 81158, + 81201 ], "loc": { "start": { - "line": 2708, + "line": 2704, "column": 12 }, "end": { - "line": 2708, + "line": 2704, "column": 55 } } @@ -150585,16 +150138,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 81356, - 81395 + 81214, + 81253 ], "loc": { "start": { - "line": 2709, + "line": 2705, "column": 12 }, "end": { - "line": 2709, + "line": 2705, "column": 51 } } @@ -150619,16 +150172,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 81412, - 81421 + 81270, + 81279 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 16 }, "end": { - "line": 2710, + "line": 2706, "column": 25 } } @@ -150637,31 +150190,31 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81426, - 81432 + 81284, + 81290 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 30 }, "end": { - "line": 2710, + "line": 2706, "column": 36 } } }, "range": [ - 81412, - 81432 + 81270, + 81290 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 16 }, "end": { - "line": 2710, + "line": 2706, "column": 36 } } @@ -150678,16 +150231,16 @@ "object": { "type": "ThisExpression", "range": [ - 81453, - 81457 + 81311, + 81315 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 17 }, "end": { - "line": 2711, + "line": 2707, "column": 21 } } @@ -150696,31 +150249,31 @@ "type": "Identifier", "name": "paging", "range": [ - 81458, - 81464 + 81316, + 81322 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 22 }, "end": { - "line": 2711, + "line": 2707, "column": 28 } } }, "range": [ - 81453, - 81464 + 81311, + 81322 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 17 }, "end": { - "line": 2711, + "line": 2707, "column": 28 } } @@ -150737,16 +150290,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 81468, - 81473 + 81326, + 81331 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 32 }, "end": { - "line": 2711, + "line": 2707, "column": 37 } } @@ -150755,31 +150308,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81474, - 81481 + 81332, + 81339 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 38 }, "end": { - "line": 2711, + "line": 2707, "column": 45 } } }, "range": [ - 81468, - 81481 + 81326, + 81339 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 32 }, "end": { - "line": 2711, + "line": 2707, "column": 45 } } @@ -150789,32 +150342,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81482, - 81488 + 81340, + 81346 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 46 }, "end": { - "line": 2711, + "line": 2707, "column": 52 } } } ], "range": [ - 81468, - 81489 + 81326, + 81347 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 32 }, "end": { - "line": 2711, + "line": 2707, "column": 53 } } @@ -150827,62 +150380,62 @@ "value": 1, "raw": "1", "range": [ - 81495, - 81496 + 81353, + 81354 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 59 }, "end": { - "line": 2711, + "line": 2707, "column": 60 } } }, "prefix": true, "range": [ - 81494, - 81496 + 81352, + 81354 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 58 }, "end": { - "line": 2711, + "line": 2707, "column": 60 } } }, "range": [ - 81468, - 81496 + 81326, + 81354 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 32 }, "end": { - "line": 2711, + "line": 2707, "column": 60 } } }, "range": [ - 81453, - 81496 + 81311, + 81354 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 17 }, "end": { - "line": 2711, + "line": 2707, "column": 60 } } @@ -150894,16 +150447,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 81520, - 81529 + 81378, + 81387 ], "loc": { "start": { - "line": 2712, + "line": 2708, "column": 20 }, "end": { - "line": 2712, + "line": 2708, "column": 29 } } @@ -150912,61 +150465,61 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81534, - 81540 + 81392, + 81398 ], "loc": { "start": { - "line": 2712, + "line": 2708, "column": 34 }, "end": { - "line": 2712, + "line": 2708, "column": 40 } } }, "range": [ - 81520, - 81540 + 81378, + 81398 ], "loc": { "start": { - "line": 2712, + "line": 2708, "column": 20 }, "end": { - "line": 2712, + "line": 2708, "column": 40 } } }, "range": [ - 81453, - 81540 + 81311, + 81398 ], "loc": { "start": { - "line": 2711, + "line": 2707, "column": 17 }, "end": { - "line": 2712, + "line": 2708, "column": 40 } } }, "range": [ - 81412, - 81541 + 81270, + 81399 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 16 }, "end": { - "line": 2712, + "line": 2708, "column": 41 } } @@ -150983,16 +150536,16 @@ "object": { "type": "ThisExpression", "range": [ - 81563, - 81567 + 81421, + 81425 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 18 }, "end": { - "line": 2713, + "line": 2709, "column": 22 } } @@ -151001,47 +150554,47 @@ "type": "Identifier", "name": "paging", "range": [ - 81568, - 81574 + 81426, + 81432 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 23 }, "end": { - "line": 2713, + "line": 2709, "column": 29 } } }, "range": [ - 81563, - 81574 + 81421, + 81432 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 18 }, "end": { - "line": 2713, + "line": 2709, "column": 29 } } }, "prefix": true, "range": [ - 81562, - 81574 + 81420, + 81432 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 17 }, "end": { - "line": 2713, + "line": 2709, "column": 29 } } @@ -151061,16 +150614,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 81579, - 81584 + 81437, + 81442 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 34 }, "end": { - "line": 2713, + "line": 2709, "column": 39 } } @@ -151079,31 +150632,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81585, - 81592 + 81443, + 81450 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 40 }, "end": { - "line": 2713, + "line": 2709, "column": 47 } } }, "range": [ - 81579, - 81592 + 81437, + 81450 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 34 }, "end": { - "line": 2713, + "line": 2709, "column": 47 } } @@ -151113,32 +150666,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81593, - 81599 + 81451, + 81457 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 48 }, "end": { - "line": 2713, + "line": 2709, "column": 54 } } } ], "range": [ - 81579, - 81600 + 81437, + 81458 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 34 }, "end": { - "line": 2713, + "line": 2709, "column": 55 } } @@ -151151,47 +150704,47 @@ "value": 1, "raw": "1", "range": [ - 81606, - 81607 + 81464, + 81465 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 61 }, "end": { - "line": 2713, + "line": 2709, "column": 62 } } }, "prefix": true, "range": [ - 81605, - 81607 + 81463, + 81465 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 60 }, "end": { - "line": 2713, + "line": 2709, "column": 62 } } }, "range": [ - 81579, - 81607 + 81437, + 81465 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 34 }, "end": { - "line": 2713, + "line": 2709, "column": 62 } } @@ -151208,16 +150761,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 81631, - 81636 + 81489, + 81494 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 20 }, "end": { - "line": 2714, + "line": 2710, "column": 25 } } @@ -151226,31 +150779,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81637, - 81644 + 81495, + 81502 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 26 }, "end": { - "line": 2714, + "line": 2710, "column": 33 } } }, "range": [ - 81631, - 81644 + 81489, + 81502 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 20 }, "end": { - "line": 2714, + "line": 2710, "column": 33 } } @@ -151260,32 +150813,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81645, - 81651 + 81503, + 81509 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 34 }, "end": { - "line": 2714, + "line": 2710, "column": 40 } } } ], "range": [ - 81631, - 81652 + 81489, + 81510 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 20 }, "end": { - "line": 2714, + "line": 2710, "column": 41 } } @@ -151298,92 +150851,92 @@ "value": 1, "raw": "1", "range": [ - 81658, - 81659 + 81516, + 81517 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 47 }, "end": { - "line": 2714, + "line": 2710, "column": 48 } } }, "prefix": true, "range": [ - 81657, - 81659 + 81515, + 81517 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 46 }, "end": { - "line": 2714, + "line": 2710, "column": 48 } } }, "range": [ - 81631, - 81659 + 81489, + 81517 ], "loc": { "start": { - "line": 2714, + "line": 2710, "column": 20 }, "end": { - "line": 2714, + "line": 2710, "column": 48 } } }, "range": [ - 81579, - 81659 + 81437, + 81517 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 34 }, "end": { - "line": 2714, + "line": 2710, "column": 48 } } }, "range": [ - 81562, - 81660 + 81420, + 81518 ], "loc": { "start": { - "line": 2713, + "line": 2709, "column": 17 }, "end": { - "line": 2714, + "line": 2710, "column": 49 } } }, "range": [ - 81412, - 81661 + 81270, + 81519 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 16 }, "end": { - "line": 2714, + "line": 2710, "column": 50 } } @@ -151395,16 +150948,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 81681, - 81697 + 81539, + 81555 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 16 }, "end": { - "line": 2715, + "line": 2711, "column": 32 } } @@ -151417,16 +150970,16 @@ "object": { "type": "ThisExpression", "range": [ - 81702, - 81706 + 81560, + 81564 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 37 }, "end": { - "line": 2715, + "line": 2711, "column": 41 } } @@ -151435,31 +150988,31 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 81707, - 81725 + 81565, + 81583 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 42 }, "end": { - "line": 2715, + "line": 2711, "column": 60 } } }, "range": [ - 81702, - 81725 + 81560, + 81583 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 37 }, "end": { - "line": 2715, + "line": 2711, "column": 60 } } @@ -151469,62 +151022,62 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81726, - 81732 + 81584, + 81590 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 61 }, "end": { - "line": 2715, + "line": 2711, "column": 67 } } } ], "range": [ - 81702, - 81733 + 81560, + 81591 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 37 }, "end": { - "line": 2715, + "line": 2711, "column": 68 } } }, "range": [ - 81681, - 81733 + 81539, + 81591 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 16 }, "end": { - "line": 2715, + "line": 2711, "column": 68 } } }, "range": [ - 81412, - 81733 + 81270, + 81591 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 16 }, "end": { - "line": 2715, + "line": 2711, "column": 68 } } @@ -151540,16 +151093,16 @@ "object": { "type": "ThisExpression", "range": [ - 81808, - 81812 + 81666, + 81670 ], "loc": { "start": { - "line": 2718, + "line": 2714, "column": 20 }, "end": { - "line": 2718, + "line": 2714, "column": 24 } } @@ -151558,31 +151111,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 81813, - 81828 + 81671, + 81686 ], "loc": { "start": { - "line": 2718, + "line": 2714, "column": 25 }, "end": { - "line": 2718, + "line": 2714, "column": 40 } } }, "range": [ - 81808, - 81828 + 81666, + 81686 ], "loc": { "start": { - "line": 2718, + "line": 2714, "column": 20 }, "end": { - "line": 2718, + "line": 2714, "column": 40 } } @@ -151599,16 +151152,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 81856, - 81860 + 81714, + 81718 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 24 }, "end": { - "line": 2719, + "line": 2715, "column": 28 } } @@ -151619,16 +151172,16 @@ "type": "Identifier", "name": "createOpt", "range": [ - 81863, - 81872 + 81721, + 81730 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 31 }, "end": { - "line": 2719, + "line": 2715, "column": 40 } } @@ -151642,16 +151195,16 @@ "object": { "type": "ThisExpression", "range": [ - 81873, - 81877 + 81731, + 81735 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 41 }, "end": { - "line": 2719, + "line": 2715, "column": 45 } } @@ -151660,31 +151213,31 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 81878, - 81896 + 81736, + 81754 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 46 }, "end": { - "line": 2719, + "line": 2715, "column": 64 } } }, "range": [ - 81873, - 81896 + 81731, + 81754 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 41 }, "end": { - "line": 2719, + "line": 2715, "column": 64 } } @@ -151694,32 +151247,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 81897, - 81903 + 81755, + 81761 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 65 }, "end": { - "line": 2719, + "line": 2715, "column": 71 } } } ], "range": [ - 81873, - 81904 + 81731, + 81762 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 41 }, "end": { - "line": 2719, + "line": 2715, "column": 72 } } @@ -151729,47 +151282,47 @@ "value": "", "raw": "''", "range": [ - 81906, - 81908 + 81764, + 81766 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 74 }, "end": { - "line": 2719, + "line": 2715, "column": 76 } } } ], "range": [ - 81863, - 81909 + 81721, + 81767 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 31 }, "end": { - "line": 2719, + "line": 2715, "column": 77 } } }, "range": [ - 81856, - 81909 + 81714, + 81767 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 24 }, "end": { - "line": 2719, + "line": 2715, "column": 77 } } @@ -151777,16 +151330,16 @@ ], "kind": "let", "range": [ - 81852, - 81910 + 81710, + 81768 ], "loc": { "start": { - "line": 2719, + "line": 2715, "column": 20 }, "end": { - "line": 2719, + "line": 2715, "column": 78 } } @@ -151803,16 +151356,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 81931, - 81937 + 81789, + 81795 ], "loc": { "start": { - "line": 2720, + "line": 2716, "column": 20 }, "end": { - "line": 2720, + "line": 2716, "column": 26 } } @@ -151821,31 +151374,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 81938, - 81947 + 81796, + 81805 ], "loc": { "start": { - "line": 2720, + "line": 2716, "column": 27 }, "end": { - "line": 2720, + "line": 2716, "column": 36 } } }, "range": [ - 81931, - 81947 + 81789, + 81805 ], "loc": { "start": { - "line": 2720, + "line": 2716, "column": 20 }, "end": { - "line": 2720, + "line": 2716, "column": 36 } } @@ -151855,46 +151408,46 @@ "value": "", "raw": "''", "range": [ - 81950, - 81952 + 81808, + 81810 ], "loc": { "start": { - "line": 2720, + "line": 2716, "column": 39 }, "end": { - "line": 2720, + "line": 2716, "column": 41 } } }, "range": [ - 81931, - 81952 + 81789, + 81810 ], "loc": { "start": { - "line": 2720, + "line": 2716, "column": 20 }, "end": { - "line": 2720, + "line": 2716, "column": 41 } } }, "range": [ - 81931, - 81953 + 81789, + 81811 ], "loc": { "start": { - "line": 2720, + "line": 2716, "column": 20 }, "end": { - "line": 2720, + "line": 2716, "column": 42 } } @@ -151910,16 +151463,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 81974, - 81980 + 81832, + 81838 ], "loc": { "start": { - "line": 2721, + "line": 2717, "column": 20 }, "end": { - "line": 2721, + "line": 2717, "column": 26 } } @@ -151928,31 +151481,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 81981, - 81992 + 81839, + 81850 ], "loc": { "start": { - "line": 2721, + "line": 2717, "column": 27 }, "end": { - "line": 2721, + "line": 2717, "column": 38 } } }, "range": [ - 81974, - 81992 + 81832, + 81850 ], "loc": { "start": { - "line": 2721, + "line": 2717, "column": 20 }, "end": { - "line": 2721, + "line": 2717, "column": 38 } } @@ -151962,79 +151515,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 81993, - 81997 + 81851, + 81855 ], "loc": { "start": { - "line": 2721, + "line": 2717, "column": 39 }, "end": { - "line": 2721, + "line": 2717, "column": 43 } } } ], "range": [ - 81974, - 81998 + 81832, + 81856 ], "loc": { "start": { - "line": 2721, + "line": 2717, "column": 20 }, "end": { - "line": 2721, + "line": 2717, "column": 44 } } }, "range": [ - 81974, - 81999 + 81832, + 81857 ], "loc": { "start": { - "line": 2721, + "line": 2717, "column": 20 }, "end": { - "line": 2721, + "line": 2717, "column": 45 } } } ], "range": [ - 81830, - 82017 + 81688, + 81875 ], "loc": { "start": { - "line": 2718, + "line": 2714, "column": 42 }, "end": { - "line": 2722, + "line": 2718, "column": 17 } } }, "alternate": null, "range": [ - 81804, - 82017 + 81662, + 81875 ], "loc": { "start": { - "line": 2718, + "line": 2714, "column": 16 }, "end": { - "line": 2722, + "line": 2718, "column": 17 } }, @@ -152043,16 +151596,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 81754, - 81787 + 81612, + 81645 ], "loc": { "start": { - "line": 2717, + "line": 2713, "column": 16 }, "end": { - "line": 2717, + "line": 2713, "column": 49 } } @@ -152073,16 +151626,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 82039, - 82044 + 81897, + 81902 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 20 }, "end": { - "line": 2724, + "line": 2720, "column": 25 } } @@ -152091,31 +151644,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 82045, - 82052 + 81903, + 81910 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 26 }, "end": { - "line": 2724, + "line": 2720, "column": 33 } } }, "range": [ - 82039, - 82052 + 81897, + 81910 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 20 }, "end": { - "line": 2724, + "line": 2720, "column": 33 } } @@ -152125,32 +151678,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 82053, - 82059 + 81911, + 81917 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 34 }, "end": { - "line": 2724, + "line": 2720, "column": 40 } } } ], "range": [ - 82039, - 82060 + 81897, + 81918 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 20 }, "end": { - "line": 2724, + "line": 2720, "column": 41 } } @@ -152163,47 +151716,47 @@ "value": 1, "raw": "1", "range": [ - 82066, - 82067 + 81924, + 81925 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 47 }, "end": { - "line": 2724, + "line": 2720, "column": 48 } } }, "prefix": true, "range": [ - 82065, - 82067 + 81923, + 81925 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 46 }, "end": { - "line": 2724, + "line": 2720, "column": 48 } } }, "range": [ - 82039, - 82067 + 81897, + 81925 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 20 }, "end": { - "line": 2724, + "line": 2720, "column": 48 } } @@ -152224,16 +151777,16 @@ "object": { "type": "ThisExpression", "range": [ - 82091, - 82095 + 81949, + 81953 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 20 }, "end": { - "line": 2725, + "line": 2721, "column": 24 } } @@ -152242,31 +151795,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 82096, - 82103 + 81954, + 81961 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 25 }, "end": { - "line": 2725, + "line": 2721, "column": 32 } } }, "range": [ - 82091, - 82103 + 81949, + 81961 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 20 }, "end": { - "line": 2725, + "line": 2721, "column": 32 } } @@ -152275,31 +151828,31 @@ "type": "Identifier", "name": "emit", "range": [ - 82104, - 82108 + 81962, + 81966 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 33 }, "end": { - "line": 2725, + "line": 2721, "column": 37 } } }, "range": [ - 82091, - 82108 + 81949, + 81966 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 20 }, "end": { - "line": 2725, + "line": 2721, "column": 37 } } @@ -152310,16 +151863,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 82109, - 82133 + 81967, + 81991 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 38 }, "end": { - "line": 2725, + "line": 2721, "column": 62 } } @@ -152327,16 +151880,16 @@ { "type": "ThisExpression", "range": [ - 82135, - 82139 + 81993, + 81997 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 64 }, "end": { - "line": 2725, + "line": 2721, "column": 68 } } @@ -152345,16 +151898,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 82141, - 82147 + 81999, + 82005 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 70 }, "end": { - "line": 2725, + "line": 2721, "column": 76 } } @@ -152364,63 +151917,63 @@ "value": true, "raw": "true", "range": [ - 82173, - 82177 + 82031, + 82035 ], "loc": { "start": { - "line": 2726, + "line": 2722, "column": 24 }, "end": { - "line": 2726, + "line": 2722, "column": 28 } } } ], "range": [ - 82091, - 82178 + 81949, + 82036 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 20 }, "end": { - "line": 2726, + "line": 2722, "column": 29 } } }, "range": [ - 82091, - 82179 + 81949, + 82037 ], "loc": { "start": { - "line": 2725, + "line": 2721, "column": 20 }, "end": { - "line": 2726, + "line": 2722, "column": 30 } } } ], "range": [ - 82069, - 82197 + 81927, + 82055 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 50 }, "end": { - "line": 2727, + "line": 2723, "column": 17 } } @@ -152441,16 +151994,16 @@ "object": { "type": "ThisExpression", "range": [ - 82225, - 82229 + 82083, + 82087 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 20 }, "end": { - "line": 2728, + "line": 2724, "column": 24 } } @@ -152459,31 +152012,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 82230, - 82237 + 82088, + 82095 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 25 }, "end": { - "line": 2728, + "line": 2724, "column": 32 } } }, "range": [ - 82225, - 82237 + 82083, + 82095 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 20 }, "end": { - "line": 2728, + "line": 2724, "column": 32 } } @@ -152492,31 +152045,31 @@ "type": "Identifier", "name": "emit", "range": [ - 82238, - 82242 + 82096, + 82100 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 33 }, "end": { - "line": 2728, + "line": 2724, "column": 37 } } }, "range": [ - 82225, - 82242 + 82083, + 82100 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 20 }, "end": { - "line": 2728, + "line": 2724, "column": 37 } } @@ -152527,16 +152080,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 82243, - 82264 + 82101, + 82122 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 38 }, "end": { - "line": 2728, + "line": 2724, "column": 59 } } @@ -152544,16 +152097,16 @@ { "type": "ThisExpression", "range": [ - 82266, - 82270 + 82124, + 82128 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 61 }, "end": { - "line": 2728, + "line": 2724, "column": 65 } } @@ -152562,16 +152115,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 82272, - 82278 + 82130, + 82136 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 67 }, "end": { - "line": 2728, + "line": 2724, "column": 73 } } @@ -152581,78 +152134,78 @@ "value": true, "raw": "true", "range": [ - 82304, - 82308 + 82162, + 82166 ], "loc": { "start": { - "line": 2729, + "line": 2725, "column": 24 }, "end": { - "line": 2729, + "line": 2725, "column": 28 } } } ], "range": [ - 82225, - 82309 + 82083, + 82167 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 20 }, "end": { - "line": 2729, + "line": 2725, "column": 29 } } }, "range": [ - 82225, - 82310 + 82083, + 82168 ], "loc": { "start": { - "line": 2728, + "line": 2724, "column": 20 }, "end": { - "line": 2729, + "line": 2725, "column": 30 } } } ], "range": [ - 82203, - 82328 + 82061, + 82186 ], "loc": { "start": { - "line": 2727, + "line": 2723, "column": 23 }, "end": { - "line": 2730, + "line": 2726, "column": 17 } } }, "range": [ - 82035, - 82328 + 81893, + 82186 ], "loc": { "start": { - "line": 2724, + "line": 2720, "column": 16 }, "end": { - "line": 2730, + "line": 2726, "column": 17 } } @@ -152667,16 +152220,16 @@ "object": { "type": "ThisExpression", "range": [ - 82346, - 82350 + 82204, + 82208 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 16 }, "end": { - "line": 2732, + "line": 2728, "column": 20 } } @@ -152685,31 +152238,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 82351, - 82365 + 82209, + 82223 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 21 }, "end": { - "line": 2732, + "line": 2728, "column": 35 } } }, "range": [ - 82346, - 82365 + 82204, + 82223 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 16 }, "end": { - "line": 2732, + "line": 2728, "column": 35 } } @@ -152719,16 +152272,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 82366, - 82372 + 82224, + 82230 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 36 }, "end": { - "line": 2732, + "line": 2728, "column": 42 } } @@ -152737,79 +152290,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 82374, - 82390 + 82232, + 82248 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 44 }, "end": { - "line": 2732, + "line": 2728, "column": 60 } } } ], "range": [ - 82346, - 82391 + 82204, + 82249 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 16 }, "end": { - "line": 2732, + "line": 2728, "column": 61 } } }, "range": [ - 82346, - 82392 + 82204, + 82250 ], "loc": { "start": { - "line": 2732, + "line": 2728, "column": 16 }, "end": { - "line": 2732, + "line": 2728, "column": 62 } } } ], "range": [ - 81735, - 82406 + 81593, + 82264 ], "loc": { "start": { - "line": 2715, + "line": 2711, "column": 70 }, "end": { - "line": 2733, + "line": 2729, "column": 13 } } }, "alternate": null, "range": [ - 81408, - 82406 + 81266, + 82264 ], "loc": { "start": { - "line": 2710, + "line": 2706, "column": 12 }, "end": { - "line": 2733, + "line": 2729, "column": 13 } }, @@ -152818,16 +152371,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 81300, - 81343 + 81158, + 81201 ], "loc": { "start": { - "line": 2708, + "line": 2704, "column": 12 }, "end": { - "line": 2708, + "line": 2704, "column": 55 } } @@ -152836,16 +152389,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 81356, - 81395 + 81214, + 81253 ], "loc": { "start": { - "line": 2709, + "line": 2705, "column": 12 }, "end": { - "line": 2709, + "line": 2705, "column": 51 } } @@ -152854,47 +152407,47 @@ } ], "range": [ - 81132, - 82416 + 80990, + 82274 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 61 }, "end": { - "line": 2734, + "line": 2730, "column": 9 } } }, "range": [ - 81079, - 82416 + 80937, + 82274 ], "loc": { "start": { - "line": 2703, + "line": 2699, "column": 8 }, "end": { - "line": 2734, + "line": 2730, "column": 9 } } } ], "range": [ - 80637, - 82422 + 80495, + 82280 ], "loc": { "start": { - "line": 2691, + "line": 2687, "column": 18 }, "end": { - "line": 2735, + "line": 2731, "column": 5 } } @@ -152902,16 +152455,16 @@ "generator": false, "expression": false, "range": [ - 80634, - 82422 + 80492, + 82280 ], "loc": { "start": { - "line": 2691, + "line": 2687, "column": 15 }, "end": { - "line": 2735, + "line": 2731, "column": 5 } } @@ -152919,16 +152472,16 @@ "kind": "method", "computed": false, "range": [ - 80623, - 82422 + 80481, + 82280 ], "loc": { "start": { - "line": 2691, + "line": 2687, "column": 4 }, "end": { - "line": 2735, + "line": 2731, "column": 5 } }, @@ -152937,16 +152490,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 80513, - 80618 + 80371, + 80476 ], "loc": { "start": { - "line": 2687, + "line": 2683, "column": 4 }, "end": { - "line": 2690, + "line": 2686, "column": 7 } } @@ -152957,16 +152510,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 82428, - 82584 + 82286, + 82442 ], "loc": { "start": { - "line": 2737, + "line": 2733, "column": 4 }, "end": { - "line": 2741, + "line": 2737, "column": 7 } } @@ -152980,16 +152533,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 82589, - 82601 + 82447, + 82459 ], "loc": { "start": { - "line": 2742, + "line": 2738, "column": 4 }, "end": { - "line": 2742, + "line": 2738, "column": 16 } } @@ -153002,16 +152555,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82602, - 82610 + 82460, + 82468 ], "loc": { "start": { - "line": 2742, + "line": 2738, "column": 17 }, "end": { - "line": 2742, + "line": 2738, "column": 25 } } @@ -153029,16 +152582,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 82626, - 82633 + 82484, + 82491 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 12 }, "end": { - "line": 2743, + "line": 2739, "column": 19 } } @@ -153051,16 +152604,16 @@ "object": { "type": "ThisExpression", "range": [ - 82636, - 82640 + 82494, + 82498 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 22 }, "end": { - "line": 2743, + "line": 2739, "column": 26 } } @@ -153069,31 +152622,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 82641, - 82654 + 82499, + 82512 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 27 }, "end": { - "line": 2743, + "line": 2739, "column": 40 } } }, "range": [ - 82636, - 82654 + 82494, + 82512 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 22 }, "end": { - "line": 2743, + "line": 2739, "column": 40 } } @@ -153103,47 +152656,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82655, - 82663 + 82513, + 82521 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 41 }, "end": { - "line": 2743, + "line": 2739, "column": 49 } } } ], "range": [ - 82636, - 82664 + 82494, + 82522 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 22 }, "end": { - "line": 2743, + "line": 2739, "column": 50 } } }, "range": [ - 82626, - 82664 + 82484, + 82522 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 12 }, "end": { - "line": 2743, + "line": 2739, "column": 50 } } @@ -153151,16 +152704,16 @@ ], "kind": "let", "range": [ - 82622, - 82665 + 82480, + 82523 ], "loc": { "start": { - "line": 2743, + "line": 2739, "column": 8 }, "end": { - "line": 2743, + "line": 2739, "column": 51 } } @@ -153182,16 +152735,16 @@ "object": { "type": "ThisExpression", "range": [ - 82681, - 82685 + 82539, + 82543 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 15 }, "end": { - "line": 2744, + "line": 2740, "column": 19 } } @@ -153200,31 +152753,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 82686, - 82701 + 82544, + 82559 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 20 }, "end": { - "line": 2744, + "line": 2740, "column": 35 } } }, "range": [ - 82681, - 82701 + 82539, + 82559 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 15 }, "end": { - "line": 2744, + "line": 2740, "column": 35 } } @@ -153233,31 +152786,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82702, - 82710 + 82560, + 82568 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 36 }, "end": { - "line": 2744, + "line": 2740, "column": 44 } } }, "range": [ - 82681, - 82711 + 82539, + 82569 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 15 }, "end": { - "line": 2744, + "line": 2740, "column": 45 } } @@ -153268,16 +152821,16 @@ "object": { "type": "ThisExpression", "range": [ - 82715, - 82719 + 82573, + 82577 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 49 }, "end": { - "line": 2744, + "line": 2740, "column": 53 } } @@ -153286,46 +152839,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 82720, - 82730 + 82578, + 82588 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 54 }, "end": { - "line": 2744, + "line": 2740, "column": 64 } } }, "range": [ - 82715, - 82730 + 82573, + 82588 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 49 }, "end": { - "line": 2744, + "line": 2740, "column": 64 } } }, "range": [ - 82681, - 82730 + 82539, + 82588 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 15 }, "end": { - "line": 2744, + "line": 2740, "column": 64 } } @@ -153337,16 +152890,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 82746, - 82753 + 82604, + 82611 ], "loc": { "start": { - "line": 2745, + "line": 2741, "column": 12 }, "end": { - "line": 2745, + "line": 2741, "column": 19 } } @@ -153355,77 +152908,77 @@ "type": "Identifier", "name": "INPUT", "range": [ - 82758, - 82763 + 82616, + 82621 ], "loc": { "start": { - "line": 2745, + "line": 2741, "column": 24 }, "end": { - "line": 2745, + "line": 2741, "column": 29 } } }, "range": [ - 82746, - 82763 + 82604, + 82621 ], "loc": { "start": { - "line": 2745, + "line": 2741, "column": 12 }, "end": { - "line": 2745, + "line": 2741, "column": 29 } } }, "range": [ - 82681, - 82763 + 82539, + 82621 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 15 }, "end": { - "line": 2745, + "line": 2741, "column": 29 } } }, "range": [ - 82674, - 82764 + 82532, + 82622 ], "loc": { "start": { - "line": 2744, + "line": 2740, "column": 8 }, "end": { - "line": 2745, + "line": 2741, "column": 30 } } } ], "range": [ - 82612, - 82770 + 82470, + 82628 ], "loc": { "start": { - "line": 2742, + "line": 2738, "column": 27 }, "end": { - "line": 2746, + "line": 2742, "column": 5 } } @@ -153433,16 +152986,16 @@ "generator": false, "expression": false, "range": [ - 82601, - 82770 + 82459, + 82628 ], "loc": { "start": { - "line": 2742, + "line": 2738, "column": 16 }, "end": { - "line": 2746, + "line": 2742, "column": 5 } } @@ -153450,16 +153003,16 @@ "kind": "method", "computed": false, "range": [ - 82589, - 82770 + 82447, + 82628 ], "loc": { "start": { - "line": 2742, + "line": 2738, "column": 4 }, "end": { - "line": 2746, + "line": 2742, "column": 5 } }, @@ -153468,16 +153021,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 82428, - 82584 + 82286, + 82442 ], "loc": { "start": { - "line": 2737, + "line": 2733, "column": 4 }, "end": { - "line": 2741, + "line": 2737, "column": 7 } } @@ -153488,16 +153041,16 @@ "type": "Block", "value": "*\n * Checks if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", "range": [ - 82776, - 82892 + 82634, + 82750 ], "loc": { "start": { - "line": 2748, + "line": 2744, "column": 4 }, "end": { - "line": 2752, + "line": 2748, "column": 7 } } @@ -153511,16 +153064,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 82897, - 82907 + 82755, + 82765 ], "loc": { "start": { - "line": 2753, + "line": 2749, "column": 4 }, "end": { - "line": 2753, + "line": 2749, "column": 14 } } @@ -153533,16 +153086,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 82908, - 82916 + 82766, + 82774 ], "loc": { "start": { - "line": 2753, + "line": 2749, "column": 15 }, "end": { - "line": 2753, + "line": 2749, "column": 23 } } @@ -153569,16 +153122,16 @@ "object": { "type": "ThisExpression", "range": [ - 82935, - 82939 + 82793, + 82797 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 15 }, "end": { - "line": 2754, + "line": 2750, "column": 19 } } @@ -153587,47 +153140,47 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 82940, - 82952 + 82798, + 82810 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 20 }, "end": { - "line": 2754, + "line": 2750, "column": 32 } } }, "range": [ - 82935, - 82952 + 82793, + 82810 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 15 }, "end": { - "line": 2754, + "line": 2750, "column": 32 } } }, "arguments": [], "range": [ - 82935, - 82954 + 82793, + 82812 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 15 }, "end": { - "line": 2754, + "line": 2750, "column": 34 } } @@ -153636,31 +153189,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 82955, - 82962 + 82813, + 82820 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 35 }, "end": { - "line": 2754, + "line": 2750, "column": 42 } } }, "range": [ - 82935, - 82962 + 82793, + 82820 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 15 }, "end": { - "line": 2754, + "line": 2750, "column": 42 } } @@ -153670,32 +153223,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 82963, - 82971 + 82821, + 82829 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 43 }, "end": { - "line": 2754, + "line": 2750, "column": 51 } } } ], "range": [ - 82935, - 82972 + 82793, + 82830 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 15 }, "end": { - "line": 2754, + "line": 2750, "column": 52 } } @@ -153708,78 +153261,78 @@ "value": 1, "raw": "1", "range": [ - 82978, - 82979 + 82836, + 82837 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 58 }, "end": { - "line": 2754, + "line": 2750, "column": 59 } } }, "prefix": true, "range": [ - 82977, - 82979 + 82835, + 82837 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 57 }, "end": { - "line": 2754, + "line": 2750, "column": 59 } } }, "range": [ - 82935, - 82979 + 82793, + 82837 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 15 }, "end": { - "line": 2754, + "line": 2750, "column": 59 } } }, "range": [ - 82928, - 82980 + 82786, + 82838 ], "loc": { "start": { - "line": 2754, + "line": 2750, "column": 8 }, "end": { - "line": 2754, + "line": 2750, "column": 60 } } } ], "range": [ - 82918, - 82986 + 82776, + 82844 ], "loc": { "start": { - "line": 2753, + "line": 2749, "column": 25 }, "end": { - "line": 2755, + "line": 2751, "column": 5 } } @@ -153787,16 +153340,16 @@ "generator": false, "expression": false, "range": [ - 82907, - 82986 + 82765, + 82844 ], "loc": { "start": { - "line": 2753, + "line": 2749, "column": 14 }, "end": { - "line": 2755, + "line": 2751, "column": 5 } } @@ -153804,16 +153357,16 @@ "kind": "method", "computed": false, "range": [ - 82897, - 82986 + 82755, + 82844 ], "loc": { "start": { - "line": 2753, + "line": 2749, "column": 4 }, "end": { - "line": 2755, + "line": 2751, "column": 5 } }, @@ -153822,16 +153375,16 @@ "type": "Block", "value": "*\n * Checks if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", "range": [ - 82776, - 82892 + 82634, + 82750 ], "loc": { "start": { - "line": 2748, + "line": 2744, "column": 4 }, "end": { - "line": 2752, + "line": 2748, "column": 7 } } @@ -153842,16 +153395,16 @@ "type": "Block", "value": "*\n * Checks if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", "range": [ - 82992, - 83110 + 82850, + 82968 ], "loc": { "start": { - "line": 2757, + "line": 2753, "column": 4 }, "end": { - "line": 2761, + "line": 2757, "column": 7 } } @@ -153865,16 +153418,16 @@ "type": "Identifier", "name": "isRowDisplayed", "range": [ - 83115, - 83129 + 82973, + 82987 ], "loc": { "start": { - "line": 2762, + "line": 2758, "column": 4 }, "end": { - "line": 2762, + "line": 2758, "column": 18 } } @@ -153887,16 +153440,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 83130, - 83138 + 82988, + 82996 ], "loc": { "start": { - "line": 2762, + "line": 2758, "column": 19 }, "end": { - "line": 2762, + "line": 2758, "column": 27 } } @@ -153914,16 +153467,16 @@ "type": "Identifier", "name": "row", "range": [ - 83154, - 83157 + 83012, + 83015 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 12 }, "end": { - "line": 2763, + "line": 2759, "column": 15 } } @@ -153940,16 +153493,16 @@ "object": { "type": "ThisExpression", "range": [ - 83160, - 83164 + 83018, + 83022 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 18 }, "end": { - "line": 2763, + "line": 2759, "column": 22 } } @@ -153958,31 +153511,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 83165, - 83168 + 83023, + 83026 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 23 }, "end": { - "line": 2763, + "line": 2759, "column": 26 } } }, "range": [ - 83160, - 83168 + 83018, + 83026 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 18 }, "end": { - "line": 2763, + "line": 2759, "column": 26 } } @@ -153991,31 +153544,31 @@ "type": "Identifier", "name": "rows", "range": [ - 83169, - 83173 + 83027, + 83031 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 27 }, "end": { - "line": 2763, + "line": 2759, "column": 31 } } }, "range": [ - 83160, - 83173 + 83018, + 83031 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 18 }, "end": { - "line": 2763, + "line": 2759, "column": 31 } } @@ -154024,46 +153577,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 83174, - 83182 + 83032, + 83040 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 32 }, "end": { - "line": 2763, + "line": 2759, "column": 40 } } }, "range": [ - 83160, - 83183 + 83018, + 83041 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 18 }, "end": { - "line": 2763, + "line": 2759, "column": 41 } } }, "range": [ - 83154, - 83183 + 83012, + 83041 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 12 }, "end": { - "line": 2763, + "line": 2759, "column": 41 } } @@ -154071,16 +153624,16 @@ ], "kind": "let", "range": [ - 83150, - 83184 + 83008, + 83042 ], "loc": { "start": { - "line": 2763, + "line": 2759, "column": 8 }, "end": { - "line": 2763, + "line": 2759, "column": 42 } } @@ -154098,16 +153651,16 @@ "object": { "type": "ThisExpression", "range": [ - 83200, - 83204 + 83058, + 83062 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 15 }, "end": { - "line": 2764, + "line": 2760, "column": 19 } } @@ -154116,31 +153669,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 83205, - 83218 + 83063, + 83076 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 20 }, "end": { - "line": 2764, + "line": 2760, "column": 33 } } }, "range": [ - 83200, - 83218 + 83058, + 83076 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 15 }, "end": { - "line": 2764, + "line": 2760, "column": 33 } } @@ -154150,32 +153703,32 @@ "type": "Identifier", "name": "row", "range": [ - 83219, - 83222 + 83077, + 83080 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 34 }, "end": { - "line": 2764, + "line": 2760, "column": 37 } } } ], "range": [ - 83200, - 83223 + 83058, + 83081 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 15 }, "end": { - "line": 2764, + "line": 2760, "column": 38 } } @@ -154185,62 +153738,62 @@ "value": "", "raw": "''", "range": [ - 83228, - 83230 + 83086, + 83088 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 43 }, "end": { - "line": 2764, + "line": 2760, "column": 45 } } }, "range": [ - 83200, - 83230 + 83058, + 83088 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 15 }, "end": { - "line": 2764, + "line": 2760, "column": 45 } } }, "range": [ - 83193, - 83231 + 83051, + 83089 ], "loc": { "start": { - "line": 2764, + "line": 2760, "column": 8 }, "end": { - "line": 2764, + "line": 2760, "column": 46 } } } ], "range": [ - 83140, - 83237 + 82998, + 83095 ], "loc": { "start": { - "line": 2762, + "line": 2758, "column": 29 }, "end": { - "line": 2765, + "line": 2761, "column": 5 } } @@ -154248,16 +153801,16 @@ "generator": false, "expression": false, "range": [ - 83129, - 83237 + 82987, + 83095 ], "loc": { "start": { - "line": 2762, + "line": 2758, "column": 18 }, "end": { - "line": 2765, + "line": 2761, "column": 5 } } @@ -154265,16 +153818,16 @@ "kind": "method", "computed": false, "range": [ - 83115, - 83237 + 82973, + 83095 ], "loc": { "start": { - "line": 2762, + "line": 2758, "column": 4 }, "end": { - "line": 2765, + "line": 2761, "column": 5 } }, @@ -154283,16 +153836,16 @@ "type": "Block", "value": "*\n * Checks if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", "range": [ - 82992, - 83110 + 82850, + 82968 ], "loc": { "start": { - "line": 2757, + "line": 2753, "column": 4 }, "end": { - "line": 2761, + "line": 2757, "column": 7 } } @@ -154303,16 +153856,16 @@ "type": "Block", "value": "*\n * Checks if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n ", "range": [ - 83243, - 83448 + 83101, + 83306 ], "loc": { "start": { - "line": 2767, + "line": 2763, "column": 4 }, "end": { - "line": 2772, + "line": 2768, "column": 7 } } @@ -154326,16 +153879,16 @@ "type": "Identifier", "name": "ignoresDiacritics", "range": [ - 83453, - 83470 + 83311, + 83328 ], "loc": { "start": { - "line": 2773, + "line": 2769, "column": 4 }, "end": { - "line": 2773, + "line": 2769, "column": 21 } } @@ -154348,16 +153901,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 83471, - 83479 + 83329, + 83337 ], "loc": { "start": { - "line": 2773, + "line": 2769, "column": 22 }, "end": { - "line": 2773, + "line": 2769, "column": 30 } } @@ -154375,16 +153928,16 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 83495, - 83505 + 83353, + 83363 ], "loc": { "start": { - "line": 2774, + "line": 2770, "column": 12 }, "end": { - "line": 2774, + "line": 2770, "column": 22 } } @@ -154395,16 +153948,16 @@ "object": { "type": "ThisExpression", "range": [ - 83508, - 83512 + 83366, + 83370 ], "loc": { "start": { - "line": 2774, + "line": 2770, "column": 25 }, "end": { - "line": 2774, + "line": 2770, "column": 29 } } @@ -154413,46 +153966,46 @@ "type": "Identifier", "name": "ignoreDiacritics", "range": [ - 83513, - 83529 + 83371, + 83387 ], "loc": { "start": { - "line": 2774, + "line": 2770, "column": 30 }, "end": { - "line": 2774, + "line": 2770, "column": 46 } } }, "range": [ - 83508, - 83529 + 83366, + 83387 ], "loc": { "start": { - "line": 2774, + "line": 2770, "column": 25 }, "end": { - "line": 2774, + "line": 2770, "column": 46 } } }, "range": [ - 83495, - 83529 + 83353, + 83387 ], "loc": { "start": { - "line": 2774, + "line": 2770, "column": 12 }, "end": { - "line": 2774, + "line": 2770, "column": 46 } } @@ -154460,16 +154013,16 @@ ], "kind": "let", "range": [ - 83491, - 83530 + 83349, + 83388 ], "loc": { "start": { - "line": 2774, + "line": 2770, "column": 8 }, "end": { - "line": 2774, + "line": 2770, "column": 47 } } @@ -154482,16 +154035,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 83543, - 83550 + 83401, + 83408 ], "loc": { "start": { - "line": 2775, + "line": 2771, "column": 12 }, "end": { - "line": 2775, + "line": 2771, "column": 19 } } @@ -154501,32 +154054,32 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 83551, - 83561 + 83409, + 83419 ], "loc": { "start": { - "line": 2775, + "line": 2771, "column": 20 }, "end": { - "line": 2775, + "line": 2771, "column": 30 } } } ], "range": [ - 83543, - 83562 + 83401, + 83420 ], "loc": { "start": { - "line": 2775, + "line": 2771, "column": 12 }, "end": { - "line": 2775, + "line": 2771, "column": 31 } } @@ -154543,16 +154096,16 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 83585, - 83595 + 83443, + 83453 ], "loc": { "start": { - "line": 2776, + "line": 2772, "column": 19 }, "end": { - "line": 2776, + "line": 2772, "column": 29 } } @@ -154561,78 +154114,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 83596, - 83604 + 83454, + 83462 ], "loc": { "start": { - "line": 2776, + "line": 2772, "column": 30 }, "end": { - "line": 2776, + "line": 2772, "column": 38 } } }, "range": [ - 83585, - 83605 + 83443, + 83463 ], "loc": { "start": { - "line": 2776, + "line": 2772, "column": 19 }, "end": { - "line": 2776, + "line": 2772, "column": 39 } } }, "range": [ - 83578, - 83606 + 83436, + 83464 ], "loc": { "start": { - "line": 2776, + "line": 2772, "column": 12 }, "end": { - "line": 2776, + "line": 2772, "column": 40 } } } ], "range": [ - 83564, - 83616 + 83422, + 83474 ], "loc": { "start": { - "line": 2775, + "line": 2771, "column": 33 }, "end": { - "line": 2777, + "line": 2773, "column": 9 } } }, "alternate": null, "range": [ - 83539, - 83616 + 83397, + 83474 ], "loc": { "start": { - "line": 2775, + "line": 2771, "column": 8 }, "end": { - "line": 2777, + "line": 2773, "column": 9 } } @@ -154645,16 +154198,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 83632, - 83639 + 83490, + 83497 ], "loc": { "start": { - "line": 2778, + "line": 2774, "column": 15 }, "end": { - "line": 2778, + "line": 2774, "column": 22 } } @@ -154664,63 +154217,63 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 83640, - 83650 + 83498, + 83508 ], "loc": { "start": { - "line": 2778, + "line": 2774, "column": 23 }, "end": { - "line": 2778, + "line": 2774, "column": 33 } } } ], "range": [ - 83632, - 83651 + 83490, + 83509 ], "loc": { "start": { - "line": 2778, + "line": 2774, "column": 15 }, "end": { - "line": 2778, + "line": 2774, "column": 34 } } }, "range": [ - 83625, - 83652 + 83483, + 83510 ], "loc": { "start": { - "line": 2778, + "line": 2774, "column": 8 }, "end": { - "line": 2778, + "line": 2774, "column": 35 } } } ], "range": [ - 83481, - 83658 + 83339, + 83516 ], "loc": { "start": { - "line": 2773, + "line": 2769, "column": 32 }, "end": { - "line": 2779, + "line": 2775, "column": 5 } } @@ -154728,16 +154281,16 @@ "generator": false, "expression": false, "range": [ - 83470, - 83658 + 83328, + 83516 ], "loc": { "start": { - "line": 2773, + "line": 2769, "column": 21 }, "end": { - "line": 2779, + "line": 2775, "column": 5 } } @@ -154745,16 +154298,16 @@ "kind": "method", "computed": false, "range": [ - 83453, - 83658 + 83311, + 83516 ], "loc": { "start": { - "line": 2773, + "line": 2769, "column": 4 }, "end": { - "line": 2779, + "line": 2775, "column": 5 } }, @@ -154763,16 +154316,16 @@ "type": "Block", "value": "*\n * Checks if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n ", "range": [ - 83243, - 83448 + 83101, + 83306 ], "loc": { "start": { - "line": 2767, + "line": 2763, "column": 4 }, "end": { - "line": 2772, + "line": 2768, "column": 7 } } @@ -154783,16 +154336,16 @@ "type": "Block", "value": "*\n * Returns clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n ", "range": [ - 83664, - 83806 + 83522, + 83664 ], "loc": { "start": { - "line": 2781, + "line": 2777, "column": 4 }, "end": { - "line": 2785, + "line": 2781, "column": 7 } } @@ -154806,16 +154359,16 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 83811, - 83829 + 83669, + 83687 ], "loc": { "start": { - "line": 2786, + "line": 2782, "column": 4 }, "end": { - "line": 2786, + "line": 2782, "column": 22 } } @@ -154828,16 +154381,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 83830, - 83838 + 83688, + 83696 ], "loc": { "start": { - "line": 2786, + "line": 2782, "column": 23 }, "end": { - "line": 2786, + "line": 2782, "column": 31 } } @@ -154855,16 +154408,16 @@ "type": "Identifier", "name": "clearText", "range": [ - 83854, - 83863 + 83712, + 83721 ], "loc": { "start": { - "line": 2787, + "line": 2783, "column": 12 }, "end": { - "line": 2787, + "line": 2783, "column": 21 } } @@ -154875,16 +154428,16 @@ "object": { "type": "ThisExpression", "range": [ - 83866, - 83870 + 83724, + 83728 ], "loc": { "start": { - "line": 2787, + "line": 2783, "column": 24 }, "end": { - "line": 2787, + "line": 2783, "column": 28 } } @@ -154893,46 +154446,46 @@ "type": "Identifier", "name": "clearFilterText", "range": [ - 83871, - 83886 + 83729, + 83744 ], "loc": { "start": { - "line": 2787, + "line": 2783, "column": 29 }, "end": { - "line": 2787, + "line": 2783, "column": 44 } } }, "range": [ - 83866, - 83886 + 83724, + 83744 ], "loc": { "start": { - "line": 2787, + "line": 2783, "column": 24 }, "end": { - "line": 2787, + "line": 2783, "column": 44 } } }, "range": [ - 83854, - 83886 + 83712, + 83744 ], "loc": { "start": { - "line": 2787, + "line": 2783, "column": 12 }, "end": { - "line": 2787, + "line": 2783, "column": 44 } } @@ -154940,16 +154493,16 @@ ], "kind": "let", "range": [ - 83850, - 83887 + 83708, + 83745 ], "loc": { "start": { - "line": 2787, + "line": 2783, "column": 8 }, "end": { - "line": 2787, + "line": 2783, "column": 45 } } @@ -154962,16 +154515,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 83900, - 83907 + 83758, + 83765 ], "loc": { "start": { - "line": 2788, + "line": 2784, "column": 12 }, "end": { - "line": 2788, + "line": 2784, "column": 19 } } @@ -154981,32 +154534,32 @@ "type": "Identifier", "name": "clearText", "range": [ - 83908, - 83917 + 83766, + 83775 ], "loc": { "start": { - "line": 2788, + "line": 2784, "column": 20 }, "end": { - "line": 2788, + "line": 2784, "column": 29 } } } ], "range": [ - 83900, - 83918 + 83758, + 83776 ], "loc": { "start": { - "line": 2788, + "line": 2784, "column": 12 }, "end": { - "line": 2788, + "line": 2784, "column": 30 } } @@ -155023,16 +154576,16 @@ "type": "Identifier", "name": "clearText", "range": [ - 83941, - 83950 + 83799, + 83808 ], "loc": { "start": { - "line": 2789, + "line": 2785, "column": 19 }, "end": { - "line": 2789, + "line": 2785, "column": 28 } } @@ -155041,78 +154594,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 83951, - 83959 + 83809, + 83817 ], "loc": { "start": { - "line": 2789, + "line": 2785, "column": 29 }, "end": { - "line": 2789, + "line": 2785, "column": 37 } } }, "range": [ - 83941, - 83960 + 83799, + 83818 ], "loc": { "start": { - "line": 2789, + "line": 2785, "column": 19 }, "end": { - "line": 2789, + "line": 2785, "column": 38 } } }, "range": [ - 83934, - 83961 + 83792, + 83819 ], "loc": { "start": { - "line": 2789, + "line": 2785, "column": 12 }, "end": { - "line": 2789, + "line": 2785, "column": 39 } } } ], "range": [ - 83920, - 83971 + 83778, + 83829 ], "loc": { "start": { - "line": 2788, + "line": 2784, "column": 32 }, "end": { - "line": 2790, + "line": 2786, "column": 9 } } }, "alternate": null, "range": [ - 83896, - 83971 + 83754, + 83829 ], "loc": { "start": { - "line": 2788, + "line": 2784, "column": 8 }, "end": { - "line": 2790, + "line": 2786, "column": 9 } } @@ -155123,47 +154676,47 @@ "type": "Identifier", "name": "clearText", "range": [ - 83987, - 83996 + 83845, + 83854 ], "loc": { "start": { - "line": 2791, + "line": 2787, "column": 15 }, "end": { - "line": 2791, + "line": 2787, "column": 24 } } }, "range": [ - 83980, - 83997 + 83838, + 83855 ], "loc": { "start": { - "line": 2791, + "line": 2787, "column": 8 }, "end": { - "line": 2791, + "line": 2787, "column": 25 } } } ], "range": [ - 83840, - 84003 + 83698, + 83861 ], "loc": { "start": { - "line": 2786, + "line": 2782, "column": 33 }, "end": { - "line": 2792, + "line": 2788, "column": 5 } } @@ -155171,16 +154724,16 @@ "generator": false, "expression": false, "range": [ - 83829, - 84003 + 83687, + 83861 ], "loc": { "start": { - "line": 2786, + "line": 2782, "column": 22 }, "end": { - "line": 2792, + "line": 2788, "column": 5 } } @@ -155188,16 +154741,16 @@ "kind": "method", "computed": false, "range": [ - 83811, - 84003 + 83669, + 83861 ], "loc": { "start": { - "line": 2786, + "line": 2782, "column": 4 }, "end": { - "line": 2792, + "line": 2788, "column": 5 } }, @@ -155206,16 +154759,16 @@ "type": "Block", "value": "*\n * Returns clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n ", "range": [ - 83664, - 83806 + 83522, + 83664 ], "loc": { "start": { - "line": 2781, + "line": 2777, "column": 4 }, "end": { - "line": 2785, + "line": 2781, "column": 7 } } @@ -155226,16 +154779,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": [ - 84009, - 84228 + 83867, + 84086 ], "loc": { "start": { - "line": 2794, + "line": 2790, "column": 4 }, "end": { - "line": 2799, + "line": 2795, "column": 7 } } @@ -155249,16 +154802,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 84233, - 84243 + 84091, + 84101 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 4 }, "end": { - "line": 2800, + "line": 2796, "column": 14 } } @@ -155271,16 +154824,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 84244, - 84252 + 84102, + 84110 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 15 }, "end": { - "line": 2800, + "line": 2796, "column": 23 } } @@ -155291,16 +154844,16 @@ "type": "Identifier", "name": "type", "range": [ - 84254, - 84258 + 84112, + 84116 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 25 }, "end": { - "line": 2800, + "line": 2796, "column": 29 } } @@ -155310,31 +154863,31 @@ "value": "script", "raw": "'script'", "range": [ - 84261, - 84269 + 84119, + 84127 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 32 }, "end": { - "line": 2800, + "line": 2796, "column": 40 } } }, "range": [ - 84254, - 84269 + 84112, + 84127 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 25 }, "end": { - "line": 2800, + "line": 2796, "column": 40 } } @@ -155352,16 +154905,16 @@ "type": "Identifier", "name": "imported", "range": [ - 84285, - 84293 + 84143, + 84151 ], "loc": { "start": { - "line": 2801, + "line": 2797, "column": 12 }, "end": { - "line": 2801, + "line": 2797, "column": 20 } } @@ -155371,31 +154924,31 @@ "value": false, "raw": "false", "range": [ - 84296, - 84301 + 84154, + 84159 ], "loc": { "start": { - "line": 2801, + "line": 2797, "column": 23 }, "end": { - "line": 2801, + "line": 2797, "column": 28 } } }, "range": [ - 84285, - 84301 + 84143, + 84159 ], "loc": { "start": { - "line": 2801, + "line": 2797, "column": 12 }, "end": { - "line": 2801, + "line": 2797, "column": 28 } } @@ -155406,16 +154959,16 @@ "type": "Identifier", "name": "attr", "range": [ - 84315, - 84319 + 84173, + 84177 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 12 }, "end": { - "line": 2802, + "line": 2798, "column": 16 } } @@ -155429,16 +154982,16 @@ "type": "Identifier", "name": "type", "range": [ - 84322, - 84326 + 84180, + 84184 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 19 }, "end": { - "line": 2802, + "line": 2798, "column": 23 } } @@ -155448,31 +155001,31 @@ "value": "script", "raw": "'script'", "range": [ - 84331, - 84339 + 84189, + 84197 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 28 }, "end": { - "line": 2802, + "line": 2798, "column": 36 } } }, "range": [ - 84322, - 84339 + 84180, + 84197 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 19 }, "end": { - "line": 2802, + "line": 2798, "column": 36 } } @@ -155482,16 +155035,16 @@ "value": "src", "raw": "'src'", "range": [ - 84342, - 84347 + 84200, + 84205 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 39 }, "end": { - "line": 2802, + "line": 2798, "column": 44 } } @@ -155501,46 +155054,46 @@ "value": "href", "raw": "'href'", "range": [ - 84350, - 84356 + 84208, + 84214 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 47 }, "end": { - "line": 2802, + "line": 2798, "column": 53 } } }, "range": [ - 84322, - 84356 + 84180, + 84214 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 19 }, "end": { - "line": 2802, + "line": 2798, "column": 53 } } }, "range": [ - 84315, - 84356 + 84173, + 84214 ], "loc": { "start": { - "line": 2802, + "line": 2798, "column": 12 }, "end": { - "line": 2802, + "line": 2798, "column": 53 } } @@ -155551,16 +155104,16 @@ "type": "Identifier", "name": "files", "range": [ - 84370, - 84375 + 84228, + 84233 ], "loc": { "start": { - "line": 2803, + "line": 2799, "column": 12 }, "end": { - "line": 2803, + "line": 2799, "column": 17 } } @@ -155571,16 +155124,16 @@ "type": "Identifier", "name": "tag", "range": [ - 84378, - 84381 + 84236, + 84239 ], "loc": { "start": { - "line": 2803, + "line": 2799, "column": 20 }, "end": { - "line": 2803, + "line": 2799, "column": 23 } } @@ -155590,16 +155143,16 @@ "type": "Identifier", "name": "doc", "range": [ - 84382, - 84385 + 84240, + 84243 ], "loc": { "start": { - "line": 2803, + "line": 2799, "column": 24 }, "end": { - "line": 2803, + "line": 2799, "column": 27 } } @@ -155608,47 +155161,47 @@ "type": "Identifier", "name": "type", "range": [ - 84387, - 84391 + 84245, + 84249 ], "loc": { "start": { - "line": 2803, + "line": 2799, "column": 29 }, "end": { - "line": 2803, + "line": 2799, "column": 33 } } } ], "range": [ - 84378, - 84392 + 84236, + 84250 ], "loc": { "start": { - "line": 2803, + "line": 2799, "column": 20 }, "end": { - "line": 2803, + "line": 2799, "column": 34 } } }, "range": [ - 84370, - 84392 + 84228, + 84250 ], "loc": { "start": { - "line": 2803, + "line": 2799, "column": 12 }, "end": { - "line": 2803, + "line": 2799, "column": 34 } } @@ -155656,16 +155209,16 @@ ], "kind": "let", "range": [ - 84281, - 84393 + 84139, + 84251 ], "loc": { "start": { - "line": 2801, + "line": 2797, "column": 8 }, "end": { - "line": 2803, + "line": 2799, "column": 35 } } @@ -155681,16 +155234,16 @@ "type": "Identifier", "name": "i", "range": [ - 84411, - 84412 + 84269, + 84270 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 17 }, "end": { - "line": 2804, + "line": 2800, "column": 18 } } @@ -155700,31 +155253,31 @@ "value": 0, "raw": "0", "range": [ - 84415, - 84416 + 84273, + 84274 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 21 }, "end": { - "line": 2804, + "line": 2800, "column": 22 } } }, "range": [ - 84411, - 84416 + 84269, + 84274 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 17 }, "end": { - "line": 2804, + "line": 2800, "column": 22 } } @@ -155735,16 +155288,16 @@ "type": "Identifier", "name": "len", "range": [ - 84418, - 84421 + 84276, + 84279 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 24 }, "end": { - "line": 2804, + "line": 2800, "column": 27 } } @@ -155756,16 +155309,16 @@ "type": "Identifier", "name": "files", "range": [ - 84424, - 84429 + 84282, + 84287 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 30 }, "end": { - "line": 2804, + "line": 2800, "column": 35 } } @@ -155774,46 +155327,46 @@ "type": "Identifier", "name": "length", "range": [ - 84430, - 84436 + 84288, + 84294 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 36 }, "end": { - "line": 2804, + "line": 2800, "column": 42 } } }, "range": [ - 84424, - 84436 + 84282, + 84294 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 30 }, "end": { - "line": 2804, + "line": 2800, "column": 42 } } }, "range": [ - 84418, - 84436 + 84276, + 84294 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 24 }, "end": { - "line": 2804, + "line": 2800, "column": 42 } } @@ -155821,16 +155374,16 @@ ], "kind": "let", "range": [ - 84407, - 84436 + 84265, + 84294 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 13 }, "end": { - "line": 2804, + "line": 2800, "column": 42 } } @@ -155842,16 +155395,16 @@ "type": "Identifier", "name": "i", "range": [ - 84438, - 84439 + 84296, + 84297 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 44 }, "end": { - "line": 2804, + "line": 2800, "column": 45 } } @@ -155860,31 +155413,31 @@ "type": "Identifier", "name": "len", "range": [ - 84442, - 84445 + 84300, + 84303 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 48 }, "end": { - "line": 2804, + "line": 2800, "column": 51 } } }, "range": [ - 84438, - 84445 + 84296, + 84303 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 44 }, "end": { - "line": 2804, + "line": 2800, "column": 51 } } @@ -155896,32 +155449,32 @@ "type": "Identifier", "name": "i", "range": [ - 84447, - 84448 + 84305, + 84306 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 53 }, "end": { - "line": 2804, + "line": 2800, "column": 54 } } }, "prefix": false, "range": [ - 84447, - 84450 + 84305, + 84308 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 53 }, "end": { - "line": 2804, + "line": 2800, "column": 56 } } @@ -155937,16 +155490,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 84470, - 84477 + 84328, + 84335 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 16 }, "end": { - "line": 2805, + "line": 2801, "column": 23 } } @@ -155962,16 +155515,16 @@ "type": "Identifier", "name": "files", "range": [ - 84478, - 84483 + 84336, + 84341 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 24 }, "end": { - "line": 2805, + "line": 2801, "column": 29 } } @@ -155980,31 +155533,31 @@ "type": "Identifier", "name": "i", "range": [ - 84484, - 84485 + 84342, + 84343 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 30 }, "end": { - "line": 2805, + "line": 2801, "column": 31 } } }, "range": [ - 84478, - 84486 + 84336, + 84344 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 24 }, "end": { - "line": 2805, + "line": 2801, "column": 32 } } @@ -156013,47 +155566,47 @@ "type": "Identifier", "name": "attr", "range": [ - 84487, - 84491 + 84345, + 84349 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 33 }, "end": { - "line": 2805, + "line": 2801, "column": 37 } } }, "range": [ - 84478, - 84492 + 84336, + 84350 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 24 }, "end": { - "line": 2805, + "line": 2801, "column": 38 } } } ], "range": [ - 84470, - 84493 + 84328, + 84351 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 16 }, "end": { - "line": 2805, + "line": 2801, "column": 39 } } @@ -156065,48 +155618,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 84513, - 84522 + 84371, + 84380 ], "loc": { "start": { - "line": 2806, + "line": 2802, "column": 16 }, "end": { - "line": 2806, + "line": 2802, "column": 25 } } } ], "range": [ - 84495, - 84536 + 84353, + 84394 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 41 }, "end": { - "line": 2807, + "line": 2803, "column": 13 } } }, "alternate": null, "range": [ - 84466, - 84536 + 84324, + 84394 ], "loc": { "start": { - "line": 2805, + "line": 2801, "column": 12 }, "end": { - "line": 2807, + "line": 2803, "column": 13 } } @@ -156128,16 +155681,16 @@ "type": "Identifier", "name": "files", "range": [ - 84553, - 84558 + 84411, + 84416 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 16 }, "end": { - "line": 2808, + "line": 2804, "column": 21 } } @@ -156146,31 +155699,31 @@ "type": "Identifier", "name": "i", "range": [ - 84559, - 84560 + 84417, + 84418 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 22 }, "end": { - "line": 2808, + "line": 2804, "column": 23 } } }, "range": [ - 84553, - 84561 + 84411, + 84419 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 16 }, "end": { - "line": 2808, + "line": 2804, "column": 24 } } @@ -156179,31 +155732,31 @@ "type": "Identifier", "name": "attr", "range": [ - 84562, - 84566 + 84420, + 84424 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 25 }, "end": { - "line": 2808, + "line": 2804, "column": 29 } } }, "range": [ - 84553, - 84567 + 84411, + 84425 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 16 }, "end": { - "line": 2808, + "line": 2804, "column": 30 } } @@ -156212,31 +155765,31 @@ "type": "Identifier", "name": "match", "range": [ - 84568, - 84573 + 84426, + 84431 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 31 }, "end": { - "line": 2808, + "line": 2804, "column": 36 } } }, "range": [ - 84553, - 84573 + 84411, + 84431 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 16 }, "end": { - "line": 2808, + "line": 2804, "column": 36 } } @@ -156246,32 +155799,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 84574, - 84582 + 84432, + 84440 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 37 }, "end": { - "line": 2808, + "line": 2804, "column": 45 } } } ], "range": [ - 84553, - 84583 + 84411, + 84441 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 16 }, "end": { - "line": 2808, + "line": 2804, "column": 46 } } @@ -156288,16 +155841,16 @@ "type": "Identifier", "name": "imported", "range": [ - 84603, - 84611 + 84461, + 84469 ], "loc": { "start": { - "line": 2809, + "line": 2805, "column": 16 }, "end": { - "line": 2809, + "line": 2805, "column": 24 } } @@ -156307,46 +155860,46 @@ "value": true, "raw": "true", "range": [ - 84614, - 84618 + 84472, + 84476 ], "loc": { "start": { - "line": 2809, + "line": 2805, "column": 27 }, "end": { - "line": 2809, + "line": 2805, "column": 31 } } }, "range": [ - 84603, - 84618 + 84461, + 84476 ], "loc": { "start": { - "line": 2809, + "line": 2805, "column": 16 }, "end": { - "line": 2809, + "line": 2805, "column": 31 } } }, "range": [ - 84603, - 84619 + 84461, + 84477 ], "loc": { "start": { - "line": 2809, + "line": 2805, "column": 16 }, "end": { - "line": 2809, + "line": 2805, "column": 32 } } @@ -156355,79 +155908,79 @@ "type": "BreakStatement", "label": null, "range": [ - 84636, - 84642 + 84494, + 84500 ], "loc": { "start": { - "line": 2810, + "line": 2806, "column": 16 }, "end": { - "line": 2810, + "line": 2806, "column": 22 } } } ], "range": [ - 84585, - 84656 + 84443, + 84514 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 48 }, "end": { - "line": 2811, + "line": 2807, "column": 13 } } }, "alternate": null, "range": [ - 84549, - 84656 + 84407, + 84514 ], "loc": { "start": { - "line": 2808, + "line": 2804, "column": 12 }, "end": { - "line": 2811, + "line": 2807, "column": 13 } } } ], "range": [ - 84452, - 84666 + 84310, + 84524 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 58 }, "end": { - "line": 2812, + "line": 2808, "column": 9 } } }, "range": [ - 84402, - 84666 + 84260, + 84524 ], "loc": { "start": { - "line": 2804, + "line": 2800, "column": 8 }, "end": { - "line": 2812, + "line": 2808, "column": 9 } } @@ -156438,47 +155991,47 @@ "type": "Identifier", "name": "imported", "range": [ - 84682, - 84690 + 84540, + 84548 ], "loc": { "start": { - "line": 2813, + "line": 2809, "column": 15 }, "end": { - "line": 2813, + "line": 2809, "column": 23 } } }, "range": [ - 84675, - 84691 + 84533, + 84549 ], "loc": { "start": { - "line": 2813, + "line": 2809, "column": 8 }, "end": { - "line": 2813, + "line": 2809, "column": 24 } } } ], "range": [ - 84271, - 84697 + 84129, + 84555 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 42 }, "end": { - "line": 2814, + "line": 2810, "column": 5 } } @@ -156486,16 +156039,16 @@ "generator": false, "expression": false, "range": [ - 84243, - 84697 + 84101, + 84555 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 14 }, "end": { - "line": 2814, + "line": 2810, "column": 5 } } @@ -156503,16 +156056,16 @@ "kind": "method", "computed": false, "range": [ - 84233, - 84697 + 84091, + 84555 ], "loc": { "start": { - "line": 2800, + "line": 2796, "column": 4 }, "end": { - "line": 2814, + "line": 2810, "column": 5 } }, @@ -156521,16 +156074,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": [ - 84009, - 84228 + 83867, + 84086 ], "loc": { "start": { - "line": 2794, + "line": 2790, "column": 4 }, "end": { - "line": 2799, + "line": 2795, "column": 7 } } @@ -156541,16 +156094,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": [ - 84703, - 84962 + 84561, + 84820 ], "loc": { "start": { - "line": 2816, + "line": 2812, "column": 4 }, "end": { - "line": 2822, + "line": 2818, "column": 7 } } @@ -156564,16 +156117,16 @@ "type": "Identifier", "name": "import", "range": [ - 84967, - 84973 + 84825, + 84831 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 4 }, "end": { - "line": 2823, + "line": 2819, "column": 10 } } @@ -156586,16 +156139,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 84974, - 84980 + 84832, + 84838 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 11 }, "end": { - "line": 2823, + "line": 2819, "column": 17 } } @@ -156604,16 +156157,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 84982, - 84990 + 84840, + 84848 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 19 }, "end": { - "line": 2823, + "line": 2819, "column": 27 } } @@ -156622,16 +156175,16 @@ "type": "Identifier", "name": "callback", "range": [ - 84992, - 85000 + 84850, + 84858 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 29 }, "end": { - "line": 2823, + "line": 2819, "column": 37 } } @@ -156642,16 +156195,16 @@ "type": "Identifier", "name": "type", "range": [ - 85002, - 85006 + 84860, + 84864 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 39 }, "end": { - "line": 2823, + "line": 2819, "column": 43 } } @@ -156661,31 +156214,31 @@ "value": "script", "raw": "'script'", "range": [ - 85009, - 85017 + 84867, + 84875 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 46 }, "end": { - "line": 2823, + "line": 2819, "column": 54 } } }, "range": [ - 85002, - 85017 + 84860, + 84875 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 39 }, "end": { - "line": 2823, + "line": 2819, "column": 54 } } @@ -156704,16 +156257,16 @@ "object": { "type": "ThisExpression", "range": [ - 85033, - 85037 + 84891, + 84895 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 12 }, "end": { - "line": 2824, + "line": 2820, "column": 16 } } @@ -156722,31 +156275,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 85038, - 85048 + 84896, + 84906 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 17 }, "end": { - "line": 2824, + "line": 2820, "column": 27 } } }, "range": [ - 85033, - 85048 + 84891, + 84906 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 12 }, "end": { - "line": 2824, + "line": 2820, "column": 27 } } @@ -156756,16 +156309,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 85049, - 85057 + 84907, + 84915 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 28 }, "end": { - "line": 2824, + "line": 2820, "column": 36 } } @@ -156774,32 +156327,32 @@ "type": "Identifier", "name": "type", "range": [ - 85059, - 85063 + 84917, + 84921 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 38 }, "end": { - "line": 2824, + "line": 2820, "column": 42 } } } ], "range": [ - 85033, - 85064 + 84891, + 84922 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 12 }, "end": { - "line": 2824, + "line": 2820, "column": 43 } } @@ -156811,48 +156364,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 85080, - 85087 + 84938, + 84945 ], "loc": { "start": { - "line": 2825, + "line": 2821, "column": 12 }, "end": { - "line": 2825, + "line": 2821, "column": 19 } } } ], "range": [ - 85066, - 85097 + 84924, + 84955 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 45 }, "end": { - "line": 2826, + "line": 2822, "column": 9 } } }, "alternate": null, "range": [ - 85029, - 85097 + 84887, + 84955 ], "loc": { "start": { - "line": 2824, + "line": 2820, "column": 8 }, "end": { - "line": 2826, + "line": 2822, "column": 9 } } @@ -156866,16 +156419,16 @@ "type": "Identifier", "name": "o", "range": [ - 85110, - 85111 + 84968, + 84969 ], "loc": { "start": { - "line": 2827, + "line": 2823, "column": 12 }, "end": { - "line": 2827, + "line": 2823, "column": 13 } } @@ -156883,31 +156436,31 @@ "init": { "type": "ThisExpression", "range": [ - 85114, - 85118 + 84972, + 84976 ], "loc": { "start": { - "line": 2827, + "line": 2823, "column": 16 }, "end": { - "line": 2827, + "line": 2823, "column": 20 } } }, "range": [ - 85110, - 85118 + 84968, + 84976 ], "loc": { "start": { - "line": 2827, + "line": 2823, "column": 12 }, "end": { - "line": 2827, + "line": 2823, "column": 20 } } @@ -156918,16 +156471,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 85132, - 85140 + 84990, + 84998 ], "loc": { "start": { - "line": 2828, + "line": 2824, "column": 12 }, "end": { - "line": 2828, + "line": 2824, "column": 20 } } @@ -156937,31 +156490,31 @@ "value": false, "raw": "false", "range": [ - 85143, - 85148 + 85001, + 85006 ], "loc": { "start": { - "line": 2828, + "line": 2824, "column": 23 }, "end": { - "line": 2828, + "line": 2824, "column": 28 } } }, "range": [ - 85132, - 85148 + 84990, + 85006 ], "loc": { "start": { - "line": 2828, + "line": 2824, "column": 12 }, "end": { - "line": 2828, + "line": 2824, "column": 28 } } @@ -156972,32 +156525,32 @@ "type": "Identifier", "name": "file", "range": [ - 85162, - 85166 + 85020, + 85024 ], "loc": { "start": { - "line": 2829, + "line": 2825, "column": 12 }, "end": { - "line": 2829, + "line": 2825, "column": 16 } } }, "init": null, "range": [ - 85162, - 85166 + 85020, + 85024 ], "loc": { "start": { - "line": 2829, + "line": 2825, "column": 12 }, "end": { - "line": 2829, + "line": 2825, "column": 16 } } @@ -157008,16 +156561,16 @@ "type": "Identifier", "name": "head", "range": [ - 85180, - 85184 + 85038, + 85042 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 12 }, "end": { - "line": 2830, + "line": 2826, "column": 16 } } @@ -157031,16 +156584,16 @@ "type": "Identifier", "name": "tag", "range": [ - 85187, - 85190 + 85045, + 85048 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 19 }, "end": { - "line": 2830, + "line": 2826, "column": 22 } } @@ -157050,16 +156603,16 @@ "type": "Identifier", "name": "doc", "range": [ - 85191, - 85194 + 85049, + 85052 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 23 }, "end": { - "line": 2830, + "line": 2826, "column": 26 } } @@ -157069,32 +156622,32 @@ "value": "head", "raw": "'head'", "range": [ - 85196, - 85202 + 85054, + 85060 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 28 }, "end": { - "line": 2830, + "line": 2826, "column": 34 } } } ], "range": [ - 85187, - 85203 + 85045, + 85061 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 19 }, "end": { - "line": 2830, + "line": 2826, "column": 35 } } @@ -157104,46 +156657,46 @@ "value": 0, "raw": "0", "range": [ - 85204, - 85205 + 85062, + 85063 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 36 }, "end": { - "line": 2830, + "line": 2826, "column": 37 } } }, "range": [ - 85187, - 85206 + 85045, + 85064 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 19 }, "end": { - "line": 2830, + "line": 2826, "column": 38 } } }, "range": [ - 85180, - 85206 + 85038, + 85064 ], "loc": { "start": { - "line": 2830, + "line": 2826, "column": 12 }, "end": { - "line": 2830, + "line": 2826, "column": 38 } } @@ -157151,16 +156704,16 @@ ], "kind": "let", "range": [ - 85106, - 85207 + 84964, + 85065 ], "loc": { "start": { - "line": 2827, + "line": 2823, "column": 8 }, "end": { - "line": 2830, + "line": 2826, "column": 39 } } @@ -157179,16 +156732,16 @@ "type": "Identifier", "name": "type", "range": [ - 85221, - 85225 + 85079, + 85083 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 12 }, "end": { - "line": 2832, + "line": 2828, "column": 16 } } @@ -157197,47 +156750,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 85226, - 85237 + 85084, + 85095 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 17 }, "end": { - "line": 2832, + "line": 2828, "column": 28 } } }, "range": [ - 85221, - 85237 + 85079, + 85095 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 12 }, "end": { - "line": 2832, + "line": 2828, "column": 28 } } }, "arguments": [], "range": [ - 85221, - 85239 + 85079, + 85097 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 12 }, "end": { - "line": 2832, + "line": 2828, "column": 30 } } @@ -157247,31 +156800,31 @@ "value": "link", "raw": "'link'", "range": [ - 85244, - 85250 + 85102, + 85108 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 35 }, "end": { - "line": 2832, + "line": 2828, "column": 41 } } }, "range": [ - 85221, - 85250 + 85079, + 85108 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 12 }, "end": { - "line": 2832, + "line": 2828, "column": 41 } } @@ -157288,16 +156841,16 @@ "type": "Identifier", "name": "file", "range": [ - 85266, - 85270 + 85124, + 85128 ], "loc": { "start": { - "line": 2833, + "line": 2829, "column": 12 }, "end": { - "line": 2833, + "line": 2829, "column": 16 } } @@ -157308,16 +156861,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 85273, - 85282 + 85131, + 85140 ], "loc": { "start": { - "line": 2833, + "line": 2829, "column": 19 }, "end": { - "line": 2833, + "line": 2829, "column": 28 } } @@ -157328,16 +156881,16 @@ "value": "link", "raw": "'link'", "range": [ - 85283, - 85289 + 85141, + 85147 ], "loc": { "start": { - "line": 2833, + "line": 2829, "column": 29 }, "end": { - "line": 2833, + "line": 2829, "column": 35 } } @@ -157350,16 +156903,16 @@ "value": "id", "raw": "'id'", "range": [ - 85308, - 85312 + 85166, + 85170 ], "loc": { "start": { - "line": 2834, + "line": 2830, "column": 17 }, "end": { - "line": 2834, + "line": 2830, "column": 21 } } @@ -157368,32 +156921,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 85314, - 85320 + 85172, + 85178 ], "loc": { "start": { - "line": 2834, + "line": 2830, "column": 23 }, "end": { - "line": 2834, + "line": 2830, "column": 29 } } } ], "range": [ - 85307, - 85321 + 85165, + 85179 ], "loc": { "start": { - "line": 2834, + "line": 2830, "column": 16 }, "end": { - "line": 2834, + "line": 2830, "column": 30 } } @@ -157406,16 +156959,16 @@ "value": "type", "raw": "'type'", "range": [ - 85324, - 85330 + 85182, + 85188 ], "loc": { "start": { - "line": 2834, + "line": 2830, "column": 33 }, "end": { - "line": 2834, + "line": 2830, "column": 39 } } @@ -157425,32 +156978,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 85332, - 85342 + 85190, + 85200 ], "loc": { "start": { - "line": 2834, + "line": 2830, "column": 41 }, "end": { - "line": 2834, + "line": 2830, "column": 51 } } } ], "range": [ - 85323, - 85343 + 85181, + 85201 ], "loc": { "start": { - "line": 2834, + "line": 2830, "column": 32 }, "end": { - "line": 2834, + "line": 2830, "column": 52 } } @@ -157463,16 +157016,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 85362, - 85367 + 85220, + 85225 ], "loc": { "start": { - "line": 2835, + "line": 2831, "column": 17 }, "end": { - "line": 2835, + "line": 2831, "column": 22 } } @@ -157482,32 +157035,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 85369, - 85381 + 85227, + 85239 ], "loc": { "start": { - "line": 2835, + "line": 2831, "column": 24 }, "end": { - "line": 2835, + "line": 2831, "column": 36 } } } ], "range": [ - 85361, - 85382 + 85219, + 85240 ], "loc": { "start": { - "line": 2835, + "line": 2831, "column": 16 }, "end": { - "line": 2835, + "line": 2831, "column": 37 } } @@ -157520,16 +157073,16 @@ "value": "href", "raw": "'href'", "range": [ - 85385, - 85391 + 85243, + 85249 ], "loc": { "start": { - "line": 2835, + "line": 2831, "column": 40 }, "end": { - "line": 2835, + "line": 2831, "column": 46 } } @@ -157538,94 +157091,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 85393, - 85401 + 85251, + 85259 ], "loc": { "start": { - "line": 2835, + "line": 2831, "column": 48 }, "end": { - "line": 2835, + "line": 2831, "column": 56 } } } ], "range": [ - 85384, - 85402 + 85242, + 85260 ], "loc": { "start": { - "line": 2835, + "line": 2831, "column": 39 }, "end": { - "line": 2835, + "line": 2831, "column": 57 } } } ], "range": [ - 85273, - 85416 + 85131, + 85274 ], "loc": { "start": { - "line": 2833, + "line": 2829, "column": 19 }, "end": { - "line": 2836, + "line": 2832, "column": 13 } } }, "range": [ - 85266, - 85416 + 85124, + 85274 ], "loc": { "start": { - "line": 2833, + "line": 2829, "column": 12 }, "end": { - "line": 2836, + "line": 2832, "column": 13 } } }, "range": [ - 85266, - 85417 + 85124, + 85275 ], "loc": { "start": { - "line": 2833, + "line": 2829, "column": 12 }, "end": { - "line": 2836, + "line": 2832, "column": 14 } } } ], "range": [ - 85252, - 85427 + 85110, + 85285 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 43 }, "end": { - "line": 2837, + "line": 2833, "column": 9 } } @@ -157642,16 +157195,16 @@ "type": "Identifier", "name": "file", "range": [ - 85447, - 85451 + 85305, + 85309 ], "loc": { "start": { - "line": 2838, + "line": 2834, "column": 12 }, "end": { - "line": 2838, + "line": 2834, "column": 16 } } @@ -157662,16 +157215,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 85454, - 85463 + 85312, + 85321 ], "loc": { "start": { - "line": 2838, + "line": 2834, "column": 19 }, "end": { - "line": 2838, + "line": 2834, "column": 28 } } @@ -157682,16 +157235,16 @@ "value": "script", "raw": "'script'", "range": [ - 85464, - 85472 + 85322, + 85330 ], "loc": { "start": { - "line": 2838, + "line": 2834, "column": 29 }, "end": { - "line": 2838, + "line": 2834, "column": 37 } } @@ -157704,16 +157257,16 @@ "value": "id", "raw": "'id'", "range": [ - 85491, - 85495 + 85349, + 85353 ], "loc": { "start": { - "line": 2839, + "line": 2835, "column": 17 }, "end": { - "line": 2839, + "line": 2835, "column": 21 } } @@ -157722,32 +157275,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 85497, - 85503 + 85355, + 85361 ], "loc": { "start": { - "line": 2839, + "line": 2835, "column": 23 }, "end": { - "line": 2839, + "line": 2835, "column": 29 } } } ], "range": [ - 85490, - 85504 + 85348, + 85362 ], "loc": { "start": { - "line": 2839, + "line": 2835, "column": 16 }, "end": { - "line": 2839, + "line": 2835, "column": 30 } } @@ -157760,16 +157313,16 @@ "value": "type", "raw": "'type'", "range": [ - 85523, - 85529 + 85381, + 85387 ], "loc": { "start": { - "line": 2840, + "line": 2836, "column": 17 }, "end": { - "line": 2840, + "line": 2836, "column": 23 } } @@ -157779,32 +157332,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 85531, - 85548 + 85389, + 85406 ], "loc": { "start": { - "line": 2840, + "line": 2836, "column": 25 }, "end": { - "line": 2840, + "line": 2836, "column": 42 } } } ], "range": [ - 85522, - 85549 + 85380, + 85407 ], "loc": { "start": { - "line": 2840, + "line": 2836, "column": 16 }, "end": { - "line": 2840, + "line": 2836, "column": 43 } } @@ -157817,16 +157370,16 @@ "value": "src", "raw": "'src'", "range": [ - 85552, - 85557 + 85410, + 85415 ], "loc": { "start": { - "line": 2840, + "line": 2836, "column": 46 }, "end": { - "line": 2840, + "line": 2836, "column": 51 } } @@ -157835,109 +157388,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 85559, - 85567 + 85417, + 85425 ], "loc": { "start": { - "line": 2840, + "line": 2836, "column": 53 }, "end": { - "line": 2840, + "line": 2836, "column": 61 } } } ], "range": [ - 85551, - 85568 + 85409, + 85426 ], "loc": { "start": { - "line": 2840, + "line": 2836, "column": 45 }, "end": { - "line": 2840, + "line": 2836, "column": 62 } } } ], "range": [ - 85454, - 85582 + 85312, + 85440 ], "loc": { "start": { - "line": 2838, + "line": 2834, "column": 19 }, "end": { - "line": 2841, + "line": 2837, "column": 13 } } }, "range": [ - 85447, - 85582 + 85305, + 85440 ], "loc": { "start": { - "line": 2838, + "line": 2834, "column": 12 }, "end": { - "line": 2841, + "line": 2837, "column": 13 } } }, "range": [ - 85447, - 85583 + 85305, + 85441 ], "loc": { "start": { - "line": 2838, + "line": 2834, "column": 12 }, "end": { - "line": 2841, + "line": 2837, "column": 14 } } } ], "range": [ - 85433, - 85593 + 85291, + 85451 ], "loc": { "start": { - "line": 2837, + "line": 2833, "column": 15 }, "end": { - "line": 2842, + "line": 2838, "column": 9 } } }, "range": [ - 85217, - 85593 + 85075, + 85451 ], "loc": { "start": { - "line": 2832, + "line": 2828, "column": 8 }, "end": { - "line": 2842, + "line": 2838, "column": 9 } }, @@ -157946,16 +157499,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 85603, - 85675 + 85461, + 85533 ], "loc": { "start": { - "line": 2844, + "line": 2840, "column": 8 }, "end": { - "line": 2844, + "line": 2840, "column": 80 } } @@ -157974,16 +157527,16 @@ "type": "Identifier", "name": "file", "range": [ - 85684, - 85688 + 85542, + 85546 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 8 }, "end": { - "line": 2845, + "line": 2841, "column": 12 } } @@ -157992,31 +157545,31 @@ "type": "Identifier", "name": "onload", "range": [ - 85689, - 85695 + 85547, + 85553 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 13 }, "end": { - "line": 2845, + "line": 2841, "column": 19 } } }, "range": [ - 85684, - 85695 + 85542, + 85553 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 8 }, "end": { - "line": 2845, + "line": 2841, "column": 19 } } @@ -158031,16 +157584,16 @@ "type": "Identifier", "name": "file", "range": [ - 85698, - 85702 + 85556, + 85560 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 22 }, "end": { - "line": 2845, + "line": 2841, "column": 26 } } @@ -158049,31 +157602,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 85703, - 85721 + 85561, + 85579 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 27 }, "end": { - "line": 2845, + "line": 2841, "column": 45 } } }, "range": [ - 85698, - 85721 + 85556, + 85579 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 22 }, "end": { - "line": 2845, + "line": 2841, "column": 45 } } @@ -158097,32 +157650,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 85749, - 85757 + 85607, + 85615 ], "loc": { "start": { - "line": 2846, + "line": 2842, "column": 17 }, "end": { - "line": 2846, + "line": 2842, "column": 25 } } }, "prefix": true, "range": [ - 85748, - 85757 + 85606, + 85615 ], "loc": { "start": { - "line": 2846, + "line": 2842, "column": 16 }, "end": { - "line": 2846, + "line": 2842, "column": 25 } } @@ -158142,16 +157695,16 @@ "object": { "type": "ThisExpression", "range": [ - 85779, - 85783 + 85637, + 85641 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 18 }, "end": { - "line": 2847, + "line": 2843, "column": 22 } } @@ -158160,47 +157713,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 85784, - 85794 + 85642, + 85652 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 23 }, "end": { - "line": 2847, + "line": 2843, "column": 33 } } }, "range": [ - 85779, - 85794 + 85637, + 85652 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 18 }, "end": { - "line": 2847, + "line": 2843, "column": 33 } } }, "prefix": true, "range": [ - 85778, - 85794 + 85636, + 85652 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 17 }, "end": { - "line": 2847, + "line": 2843, "column": 33 } } @@ -158214,16 +157767,16 @@ "object": { "type": "ThisExpression", "range": [ - 85798, - 85802 + 85656, + 85660 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 37 }, "end": { - "line": 2847, + "line": 2843, "column": 41 } } @@ -158232,31 +157785,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 85803, - 85813 + 85661, + 85671 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 42 }, "end": { - "line": 2847, + "line": 2843, "column": 52 } } }, "range": [ - 85798, - 85813 + 85656, + 85671 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 37 }, "end": { - "line": 2847, + "line": 2843, "column": 52 } } @@ -158266,46 +157819,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 85818, - 85826 + 85676, + 85684 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 57 }, "end": { - "line": 2847, + "line": 2843, "column": 65 } } }, "range": [ - 85798, - 85826 + 85656, + 85684 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 37 }, "end": { - "line": 2847, + "line": 2843, "column": 65 } } }, "range": [ - 85778, - 85826 + 85636, + 85684 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 17 }, "end": { - "line": 2847, + "line": 2843, "column": 65 } } @@ -158319,16 +157872,16 @@ "object": { "type": "ThisExpression", "range": [ - 85850, - 85854 + 85708, + 85712 ], "loc": { "start": { - "line": 2848, + "line": 2844, "column": 20 }, "end": { - "line": 2848, + "line": 2844, "column": 24 } } @@ -158337,31 +157890,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 85855, - 85865 + 85713, + 85723 ], "loc": { "start": { - "line": 2848, + "line": 2844, "column": 25 }, "end": { - "line": 2848, + "line": 2844, "column": 35 } } }, "range": [ - 85850, - 85865 + 85708, + 85723 ], "loc": { "start": { - "line": 2848, + "line": 2844, "column": 20 }, "end": { - "line": 2848, + "line": 2844, "column": 35 } } @@ -158371,61 +157924,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 85870, - 85880 + 85728, + 85738 ], "loc": { "start": { - "line": 2848, + "line": 2844, "column": 40 }, "end": { - "line": 2848, + "line": 2844, "column": 50 } } }, "range": [ - 85850, - 85880 + 85708, + 85738 ], "loc": { "start": { - "line": 2848, + "line": 2844, "column": 20 }, "end": { - "line": 2848, + "line": 2844, "column": 50 } } }, "range": [ - 85778, - 85880 + 85636, + 85738 ], "loc": { "start": { - "line": 2847, + "line": 2843, "column": 17 }, "end": { - "line": 2848, + "line": 2844, "column": 50 } } }, "range": [ - 85748, - 85881 + 85606, + 85739 ], "loc": { "start": { - "line": 2846, + "line": 2842, "column": 16 }, "end": { - "line": 2848, + "line": 2844, "column": 51 } } @@ -158442,16 +157995,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 85901, - 85909 + 85759, + 85767 ], "loc": { "start": { - "line": 2849, + "line": 2845, "column": 16 }, "end": { - "line": 2849, + "line": 2845, "column": 24 } } @@ -158461,46 +158014,46 @@ "value": true, "raw": "true", "range": [ - 85912, - 85916 + 85770, + 85774 ], "loc": { "start": { - "line": 2849, + "line": 2845, "column": 27 }, "end": { - "line": 2849, + "line": 2845, "column": 31 } } }, "range": [ - 85901, - 85916 + 85759, + 85774 ], "loc": { "start": { - "line": 2849, + "line": 2845, "column": 16 }, "end": { - "line": 2849, + "line": 2845, "column": 31 } } }, "range": [ - 85901, - 85917 + 85759, + 85775 ], "loc": { "start": { - "line": 2849, + "line": 2845, "column": 16 }, "end": { - "line": 2849, + "line": 2845, "column": 32 } } @@ -158517,32 +158070,32 @@ "type": "Identifier", "name": "callback", "range": [ - 85945, - 85953 + 85803, + 85811 ], "loc": { "start": { - "line": 2850, + "line": 2846, "column": 27 }, "end": { - "line": 2850, + "line": 2846, "column": 35 } } }, "prefix": true, "range": [ - 85938, - 85953 + 85796, + 85811 ], "loc": { "start": { - "line": 2850, + "line": 2846, "column": 20 }, "end": { - "line": 2850, + "line": 2846, "column": 35 } } @@ -158552,31 +158105,31 @@ "value": "function", "raw": "'function'", "range": [ - 85958, - 85968 + 85816, + 85826 ], "loc": { "start": { - "line": 2850, + "line": 2846, "column": 40 }, "end": { - "line": 2850, + "line": 2846, "column": 50 } } }, "range": [ - 85938, - 85968 + 85796, + 85826 ], "loc": { "start": { - "line": 2850, + "line": 2846, "column": 20 }, "end": { - "line": 2850, + "line": 2846, "column": 50 } } @@ -158595,16 +158148,16 @@ "type": "Identifier", "name": "callback", "range": [ - 85992, - 86000 + 85850, + 85858 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 20 }, "end": { - "line": 2851, + "line": 2847, "column": 28 } } @@ -158613,31 +158166,31 @@ "type": "Identifier", "name": "call", "range": [ - 86001, - 86005 + 85859, + 85863 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 29 }, "end": { - "line": 2851, + "line": 2847, "column": 33 } } }, "range": [ - 85992, - 86005 + 85850, + 85863 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 20 }, "end": { - "line": 2851, + "line": 2847, "column": 33 } } @@ -158648,16 +158201,16 @@ "value": null, "raw": "null", "range": [ - 86006, - 86010 + 85864, + 85868 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 34 }, "end": { - "line": 2851, + "line": 2847, "column": 38 } } @@ -158666,127 +158219,127 @@ "type": "Identifier", "name": "o", "range": [ - 86012, - 86013 + 85870, + 85871 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 40 }, "end": { - "line": 2851, + "line": 2847, "column": 41 } } } ], "range": [ - 85992, - 86014 + 85850, + 85872 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 20 }, "end": { - "line": 2851, + "line": 2847, "column": 42 } } }, "range": [ - 85992, - 86015 + 85850, + 85873 ], "loc": { "start": { - "line": 2851, + "line": 2847, "column": 20 }, "end": { - "line": 2851, + "line": 2847, "column": 43 } } } ], "range": [ - 85970, - 86033 + 85828, + 85891 ], "loc": { "start": { - "line": 2850, + "line": 2846, "column": 52 }, "end": { - "line": 2852, + "line": 2848, "column": 17 } } }, "alternate": null, "range": [ - 85934, - 86033 + 85792, + 85891 ], "loc": { "start": { - "line": 2850, + "line": 2846, "column": 16 }, "end": { - "line": 2852, + "line": 2848, "column": 17 } } } ], "range": [ - 85883, - 86047 + 85741, + 85905 ], "loc": { "start": { - "line": 2848, + "line": 2844, "column": 53 }, "end": { - "line": 2853, + "line": 2849, "column": 13 } } }, "alternate": null, "range": [ - 85744, - 86047 + 85602, + 85905 ], "loc": { "start": { - "line": 2846, + "line": 2842, "column": 12 }, "end": { - "line": 2853, + "line": 2849, "column": 13 } } } ], "range": [ - 85730, - 86057 + 85588, + 85915 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 54 }, "end": { - "line": 2854, + "line": 2850, "column": 9 } } @@ -158794,61 +158347,61 @@ "generator": false, "expression": false, "range": [ - 85724, - 86057 + 85582, + 85915 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 48 }, "end": { - "line": 2854, + "line": 2850, "column": 9 } } }, "range": [ - 85698, - 86057 + 85556, + 85915 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 22 }, "end": { - "line": 2854, + "line": 2850, "column": 9 } } }, "range": [ - 85684, - 86057 + 85542, + 85915 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 8 }, "end": { - "line": 2854, + "line": 2850, "column": 9 } } }, "range": [ - 85684, - 86058 + 85542, + 85916 ], "loc": { "start": { - "line": 2845, + "line": 2841, "column": 8 }, "end": { - "line": 2854, + "line": 2850, "column": 10 } }, @@ -158857,16 +158410,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 85603, - 85675 + 85461, + 85533 ], "loc": { "start": { - "line": 2844, + "line": 2840, "column": 8 }, "end": { - "line": 2844, + "line": 2840, "column": 80 } } @@ -158885,16 +158438,16 @@ "type": "Identifier", "name": "file", "range": [ - 86067, - 86071 + 85925, + 85929 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 8 }, "end": { - "line": 2855, + "line": 2851, "column": 12 } } @@ -158903,31 +158456,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 86072, - 86079 + 85930, + 85937 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 13 }, "end": { - "line": 2855, + "line": 2851, "column": 20 } } }, "range": [ - 86067, - 86079 + 85925, + 85937 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 8 }, "end": { - "line": 2855, + "line": 2851, "column": 20 } } @@ -158947,16 +158500,16 @@ "type": "Identifier", "name": "Error", "range": [ - 86118, - 86123 + 85976, + 85981 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 22 }, "end": { - "line": 2856, + "line": 2852, "column": 27 } } @@ -158973,16 +158526,16 @@ }, "tail": false, "range": [ - 86124, - 86155 + 85982, + 86013 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 28 }, "end": { - "line": 2856, + "line": 2852, "column": 59 } } @@ -158995,16 +158548,16 @@ }, "tail": true, "range": [ - 86163, - 86165 + 86021, + 86023 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 67 }, "end": { - "line": 2856, + "line": 2852, "column": 69 } } @@ -159015,79 +158568,79 @@ "type": "Identifier", "name": "filePath", "range": [ - 86155, - 86163 + 86013, + 86021 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 59 }, "end": { - "line": 2856, + "line": 2852, "column": 67 } } } ], "range": [ - 86124, - 86165 + 85982, + 86023 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 28 }, "end": { - "line": 2856, + "line": 2852, "column": 69 } } } ], "range": [ - 86114, - 86166 + 85972, + 86024 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 18 }, "end": { - "line": 2856, + "line": 2852, "column": 70 } } }, "range": [ - 86108, - 86167 + 85966, + 86025 ], "loc": { "start": { - "line": 2856, + "line": 2852, "column": 12 }, "end": { - "line": 2856, + "line": 2852, "column": 71 } } } ], "range": [ - 86094, - 86177 + 85952, + 86035 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 35 }, "end": { - "line": 2857, + "line": 2853, "column": 9 } } @@ -159095,46 +158648,46 @@ "generator": false, "expression": false, "range": [ - 86082, - 86177 + 85940, + 86035 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 23 }, "end": { - "line": 2857, + "line": 2853, "column": 9 } } }, "range": [ - 86067, - 86177 + 85925, + 86035 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 8 }, "end": { - "line": 2857, + "line": 2853, "column": 9 } } }, "range": [ - 86067, - 86178 + 85925, + 86036 ], "loc": { "start": { - "line": 2855, + "line": 2851, "column": 8 }, "end": { - "line": 2857, + "line": 2853, "column": 10 } } @@ -159150,16 +158703,16 @@ "type": "Identifier", "name": "head", "range": [ - 86187, - 86191 + 86045, + 86049 ], "loc": { "start": { - "line": 2858, + "line": 2854, "column": 8 }, "end": { - "line": 2858, + "line": 2854, "column": 12 } } @@ -159168,31 +158721,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 86192, - 86203 + 86050, + 86061 ], "loc": { "start": { - "line": 2858, + "line": 2854, "column": 13 }, "end": { - "line": 2858, + "line": 2854, "column": 24 } } }, "range": [ - 86187, - 86203 + 86045, + 86061 ], "loc": { "start": { - "line": 2858, + "line": 2854, "column": 8 }, "end": { - "line": 2858, + "line": 2854, "column": 24 } } @@ -159202,63 +158755,63 @@ "type": "Identifier", "name": "file", "range": [ - 86204, - 86208 + 86062, + 86066 ], "loc": { "start": { - "line": 2858, + "line": 2854, "column": 25 }, "end": { - "line": 2858, + "line": 2854, "column": 29 } } } ], "range": [ - 86187, - 86209 + 86045, + 86067 ], "loc": { "start": { - "line": 2858, + "line": 2854, "column": 8 }, "end": { - "line": 2858, + "line": 2854, "column": 30 } } }, "range": [ - 86187, - 86210 + 86045, + 86068 ], "loc": { "start": { - "line": 2858, + "line": 2854, "column": 8 }, "end": { - "line": 2858, + "line": 2854, "column": 31 } } } ], "range": [ - 85019, - 86216 + 84877, + 86074 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 56 }, "end": { - "line": 2859, + "line": 2855, "column": 5 } } @@ -159266,16 +158819,16 @@ "generator": false, "expression": false, "range": [ - 84973, - 86216 + 84831, + 86074 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 10 }, "end": { - "line": 2859, + "line": 2855, "column": 5 } } @@ -159283,16 +158836,16 @@ "kind": "method", "computed": false, "range": [ - 84967, - 86216 + 84825, + 86074 ], "loc": { "start": { - "line": 2823, + "line": 2819, "column": 4 }, "end": { - "line": 2859, + "line": 2855, "column": 5 } }, @@ -159301,16 +158854,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": [ - 84703, - 84962 + 84561, + 84820 ], "loc": { "start": { - "line": 2816, + "line": 2812, "column": 4 }, "end": { - "line": 2822, + "line": 2818, "column": 7 } } @@ -159321,16 +158874,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 86222, - 86297 + 86080, + 86155 ], "loc": { "start": { - "line": 2861, + "line": 2857, "column": 4 }, "end": { - "line": 2864, + "line": 2860, "column": 7 } } @@ -159344,16 +158897,16 @@ "type": "Identifier", "name": "isInitialized", "range": [ - 86302, - 86315 + 86160, + 86173 ], "loc": { "start": { - "line": 2865, + "line": 2861, "column": 4 }, "end": { - "line": 2865, + "line": 2861, "column": 17 } } @@ -159373,16 +158926,16 @@ "object": { "type": "ThisExpression", "range": [ - 86335, - 86339 + 86193, + 86197 ], "loc": { "start": { - "line": 2866, + "line": 2862, "column": 15 }, "end": { - "line": 2866, + "line": 2862, "column": 19 } } @@ -159391,62 +158944,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 86340, - 86351 + 86198, + 86209 ], "loc": { "start": { - "line": 2866, + "line": 2862, "column": 20 }, "end": { - "line": 2866, + "line": 2862, "column": 31 } } }, "range": [ - 86335, - 86351 + 86193, + 86209 ], "loc": { "start": { - "line": 2866, + "line": 2862, "column": 15 }, "end": { - "line": 2866, + "line": 2862, "column": 31 } } }, "range": [ - 86328, - 86352 + 86186, + 86210 ], "loc": { "start": { - "line": 2866, + "line": 2862, "column": 8 }, "end": { - "line": 2866, + "line": 2862, "column": 32 } } } ], "range": [ - 86318, - 86358 + 86176, + 86216 ], "loc": { "start": { - "line": 2865, + "line": 2861, "column": 20 }, "end": { - "line": 2867, + "line": 2863, "column": 5 } } @@ -159454,16 +159007,16 @@ "generator": false, "expression": false, "range": [ - 86315, - 86358 + 86173, + 86216 ], "loc": { "start": { - "line": 2865, + "line": 2861, "column": 17 }, "end": { - "line": 2867, + "line": 2863, "column": 5 } } @@ -159471,16 +159024,16 @@ "kind": "method", "computed": false, "range": [ - 86302, - 86358 + 86160, + 86216 ], "loc": { "start": { - "line": 2865, + "line": 2861, "column": 4 }, "end": { - "line": 2867, + "line": 2863, "column": 5 } }, @@ -159489,16 +159042,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 86222, - 86297 + 86080, + 86155 ], "loc": { "start": { - "line": 2861, + "line": 2857, "column": 4 }, "end": { - "line": 2864, + "line": 2860, "column": 7 } } @@ -159509,16 +159062,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 86364, - 86443 + 86222, + 86301 ], "loc": { "start": { - "line": 2869, + "line": 2865, "column": 4 }, "end": { - "line": 2872, + "line": 2868, "column": 7 } } @@ -159532,16 +159085,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 86448, - 86460 + 86306, + 86318 ], "loc": { "start": { - "line": 2873, + "line": 2869, "column": 4 }, "end": { - "line": 2873, + "line": 2869, "column": 16 } } @@ -159564,16 +159117,16 @@ "object": { "type": "ThisExpression", "range": [ - 86480, - 86484 + 86338, + 86342 ], "loc": { "start": { - "line": 2874, + "line": 2870, "column": 15 }, "end": { - "line": 2874, + "line": 2870, "column": 19 } } @@ -159582,31 +159135,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 86485, - 86491 + 86343, + 86349 ], "loc": { "start": { - "line": 2874, + "line": 2870, "column": 20 }, "end": { - "line": 2874, + "line": 2870, "column": 26 } } }, "range": [ - 86480, - 86491 + 86338, + 86349 ], "loc": { "start": { - "line": 2874, + "line": 2870, "column": 15 }, "end": { - "line": 2874, + "line": 2870, "column": 26 } } @@ -159615,62 +159168,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 86495, - 86497 + 86353, + 86355 ], "loc": { "start": { - "line": 2874, + "line": 2870, "column": 30 }, "end": { - "line": 2874, + "line": 2870, "column": 32 } } }, "range": [ - 86480, - 86497 + 86338, + 86355 ], "loc": { "start": { - "line": 2874, + "line": 2870, "column": 15 }, "end": { - "line": 2874, + "line": 2870, "column": 32 } } }, "range": [ - 86473, - 86498 + 86331, + 86356 ], "loc": { "start": { - "line": 2874, + "line": 2870, "column": 8 }, "end": { - "line": 2874, + "line": 2870, "column": 33 } } } ], "range": [ - 86463, - 86504 + 86321, + 86362 ], "loc": { "start": { - "line": 2873, + "line": 2869, "column": 19 }, "end": { - "line": 2875, + "line": 2871, "column": 5 } } @@ -159678,16 +159231,16 @@ "generator": false, "expression": false, "range": [ - 86460, - 86504 + 86318, + 86362 ], "loc": { "start": { - "line": 2873, + "line": 2869, "column": 16 }, "end": { - "line": 2875, + "line": 2871, "column": 5 } } @@ -159695,16 +159248,16 @@ "kind": "method", "computed": false, "range": [ - 86448, - 86504 + 86306, + 86362 ], "loc": { "start": { - "line": 2873, + "line": 2869, "column": 4 }, "end": { - "line": 2875, + "line": 2871, "column": 5 } }, @@ -159713,16 +159266,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 86364, - 86443 + 86222, + 86301 ], "loc": { "start": { - "line": 2869, + "line": 2865, "column": 4 }, "end": { - "line": 2872, + "line": 2868, "column": 7 } } @@ -159733,16 +159286,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": [ - 86510, - 86686 + 86368, + 86544 ], "loc": { "start": { - "line": 2877, + "line": 2873, "column": 4 }, "end": { - "line": 2881, + "line": 2877, "column": 7 } } @@ -159756,16 +159309,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 86691, - 86703 + 86549, + 86561 ], "loc": { "start": { - "line": 2882, + "line": 2878, "column": 4 }, "end": { - "line": 2882, + "line": 2878, "column": 16 } } @@ -159778,16 +159331,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 86704, - 86710 + 86562, + 86568 ], "loc": { "start": { - "line": 2882, + "line": 2878, "column": 17 }, "end": { - "line": 2882, + "line": 2878, "column": 23 } } @@ -159805,32 +159358,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 86727, - 86733 + 86585, + 86591 ], "loc": { "start": { - "line": 2883, + "line": 2879, "column": 13 }, "end": { - "line": 2883, + "line": 2879, "column": 19 } } }, "prefix": true, "range": [ - 86726, - 86733 + 86584, + 86591 ], "loc": { "start": { - "line": 2883, + "line": 2879, "column": 12 }, "end": { - "line": 2883, + "line": 2879, "column": 19 } } @@ -159846,16 +159399,16 @@ "object": { "type": "ThisExpression", "range": [ - 86756, - 86760 + 86614, + 86618 ], "loc": { "start": { - "line": 2884, + "line": 2880, "column": 19 }, "end": { - "line": 2884, + "line": 2880, "column": 23 } } @@ -159864,78 +159417,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 86761, - 86775 + 86619, + 86633 ], "loc": { "start": { - "line": 2884, + "line": 2880, "column": 24 }, "end": { - "line": 2884, + "line": 2880, "column": 38 } } }, "range": [ - 86756, - 86775 + 86614, + 86633 ], "loc": { "start": { - "line": 2884, + "line": 2880, "column": 19 }, "end": { - "line": 2884, + "line": 2880, "column": 38 } } }, "range": [ - 86749, - 86776 + 86607, + 86634 ], "loc": { "start": { - "line": 2884, + "line": 2880, "column": 12 }, "end": { - "line": 2884, + "line": 2880, "column": 39 } } } ], "range": [ - 86735, - 86786 + 86593, + 86644 ], "loc": { "start": { - "line": 2883, + "line": 2879, "column": 21 }, "end": { - "line": 2885, + "line": 2881, "column": 9 } } }, "alternate": null, "range": [ - 86722, - 86786 + 86580, + 86644 ], "loc": { "start": { - "line": 2883, + "line": 2879, "column": 8 }, "end": { - "line": 2885, + "line": 2881, "column": 9 } } @@ -159949,16 +159502,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 86800, - 86806 + 86658, + 86664 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 12 }, "end": { - "line": 2887, + "line": 2883, "column": 18 } } @@ -159971,16 +159524,16 @@ "object": { "type": "ThisExpression", "range": [ - 86809, - 86813 + 86667, + 86671 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 21 }, "end": { - "line": 2887, + "line": 2883, "column": 25 } } @@ -159989,31 +159542,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 86814, - 86823 + 86672, + 86681 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 26 }, "end": { - "line": 2887, + "line": 2883, "column": 35 } } }, "range": [ - 86809, - 86823 + 86667, + 86681 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 21 }, "end": { - "line": 2887, + "line": 2883, "column": 35 } } @@ -160024,47 +159577,47 @@ "value": true, "raw": "true", "range": [ - 86824, - 86828 + 86682, + 86686 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 36 }, "end": { - "line": 2887, + "line": 2883, "column": 40 } } } ], "range": [ - 86809, - 86829 + 86667, + 86687 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 21 }, "end": { - "line": 2887, + "line": 2883, "column": 41 } } }, "range": [ - 86800, - 86829 + 86658, + 86687 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 12 }, "end": { - "line": 2887, + "line": 2883, "column": 41 } } @@ -160072,16 +159625,16 @@ ], "kind": "let", "range": [ - 86796, - 86830 + 86654, + 86688 ], "loc": { "start": { - "line": 2887, + "line": 2883, "column": 8 }, "end": { - "line": 2887, + "line": 2883, "column": 42 } } @@ -160097,16 +159650,16 @@ "object": { "type": "ThisExpression", "range": [ - 86839, - 86843 + 86697, + 86701 ], "loc": { "start": { - "line": 2888, + "line": 2884, "column": 8 }, "end": { - "line": 2888, + "line": 2884, "column": 12 } } @@ -160115,31 +159668,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 86844, - 86858 + 86702, + 86716 ], "loc": { "start": { - "line": 2888, + "line": 2884, "column": 13 }, "end": { - "line": 2888, + "line": 2884, "column": 27 } } }, "range": [ - 86839, - 86858 + 86697, + 86716 ], "loc": { "start": { - "line": 2888, + "line": 2884, "column": 8 }, "end": { - "line": 2888, + "line": 2884, "column": 27 } } @@ -160148,46 +159701,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 86861, - 86863 + 86719, + 86721 ], "loc": { "start": { - "line": 2888, + "line": 2884, "column": 30 }, "end": { - "line": 2888, + "line": 2884, "column": 32 } } }, "range": [ - 86839, - 86863 + 86697, + 86721 ], "loc": { "start": { - "line": 2888, + "line": 2884, "column": 8 }, "end": { - "line": 2888, + "line": 2884, "column": 32 } } }, "range": [ - 86839, - 86864 + 86697, + 86722 ], "loc": { "start": { - "line": 2888, + "line": 2884, "column": 8 }, "end": { - "line": 2888, + "line": 2884, "column": 33 } } @@ -160203,16 +159756,16 @@ "type": "Identifier", "name": "k", "range": [ - 86882, - 86883 + 86740, + 86741 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 17 }, "end": { - "line": 2889, + "line": 2885, "column": 18 } } @@ -160223,16 +159776,16 @@ "object": { "type": "ThisExpression", "range": [ - 86886, - 86890 + 86744, + 86748 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 21 }, "end": { - "line": 2889, + "line": 2885, "column": 25 } } @@ -160241,46 +159794,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 86891, - 86897 + 86749, + 86755 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 26 }, "end": { - "line": 2889, + "line": 2885, "column": 32 } } }, "range": [ - 86886, - 86897 + 86744, + 86755 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 21 }, "end": { - "line": 2889, + "line": 2885, "column": 32 } } }, "range": [ - 86882, - 86897 + 86740, + 86755 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 17 }, "end": { - "line": 2889, + "line": 2885, "column": 32 } } @@ -160288,16 +159841,16 @@ ], "kind": "let", "range": [ - 86878, - 86897 + 86736, + 86755 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 13 }, "end": { - "line": 2889, + "line": 2885, "column": 32 } } @@ -160309,16 +159862,16 @@ "type": "Identifier", "name": "k", "range": [ - 86899, - 86900 + 86757, + 86758 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 34 }, "end": { - "line": 2889, + "line": 2885, "column": 35 } } @@ -160327,31 +159880,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 86903, - 86909 + 86761, + 86767 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 38 }, "end": { - "line": 2889, + "line": 2885, "column": 44 } } }, "range": [ - 86899, - 86909 + 86757, + 86767 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 34 }, "end": { - "line": 2889, + "line": 2885, "column": 44 } } @@ -160363,32 +159916,32 @@ "type": "Identifier", "name": "k", "range": [ - 86911, - 86912 + 86769, + 86770 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 46 }, "end": { - "line": 2889, + "line": 2885, "column": 47 } } }, "prefix": false, "range": [ - 86911, - 86914 + 86769, + 86772 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 46 }, "end": { - "line": 2889, + "line": 2885, "column": 49 } } @@ -160405,16 +159958,16 @@ "type": "Identifier", "name": "r", "range": [ - 86934, - 86935 + 86792, + 86793 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 16 }, "end": { - "line": 2890, + "line": 2886, "column": 17 } } @@ -160431,16 +159984,16 @@ "object": { "type": "ThisExpression", "range": [ - 86938, - 86942 + 86796, + 86800 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 20 }, "end": { - "line": 2890, + "line": 2886, "column": 24 } } @@ -160449,31 +160002,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 86943, - 86946 + 86801, + 86804 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 25 }, "end": { - "line": 2890, + "line": 2886, "column": 28 } } }, "range": [ - 86938, - 86946 + 86796, + 86804 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 20 }, "end": { - "line": 2890, + "line": 2886, "column": 28 } } @@ -160482,31 +160035,31 @@ "type": "Identifier", "name": "rows", "range": [ - 86947, - 86951 + 86805, + 86809 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 29 }, "end": { - "line": 2890, + "line": 2886, "column": 33 } } }, "range": [ - 86938, - 86951 + 86796, + 86809 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 20 }, "end": { - "line": 2890, + "line": 2886, "column": 33 } } @@ -160515,46 +160068,46 @@ "type": "Identifier", "name": "k", "range": [ - 86952, - 86953 + 86810, + 86811 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 34 }, "end": { - "line": 2890, + "line": 2886, "column": 35 } } }, "range": [ - 86938, - 86954 + 86796, + 86812 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 20 }, "end": { - "line": 2890, + "line": 2886, "column": 36 } } }, "range": [ - 86934, - 86954 + 86792, + 86812 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 16 }, "end": { - "line": 2890, + "line": 2886, "column": 36 } } @@ -160562,16 +160115,16 @@ ], "kind": "let", "range": [ - 86930, - 86955 + 86788, + 86813 ], "loc": { "start": { - "line": 2890, + "line": 2886, "column": 12 }, "end": { - "line": 2890, + "line": 2886, "column": 37 } } @@ -160587,16 +160140,16 @@ "object": { "type": "ThisExpression", "range": [ - 86973, - 86977 + 86831, + 86835 ], "loc": { "start": { - "line": 2891, + "line": 2887, "column": 17 }, "end": { - "line": 2891, + "line": 2887, "column": 21 } } @@ -160605,47 +160158,47 @@ "type": "Identifier", "name": "paging", "range": [ - 86978, - 86984 + 86836, + 86842 ], "loc": { "start": { - "line": 2891, + "line": 2887, "column": 22 }, "end": { - "line": 2891, + "line": 2887, "column": 28 } } }, "range": [ - 86973, - 86984 + 86831, + 86842 ], "loc": { "start": { - "line": 2891, + "line": 2887, "column": 17 }, "end": { - "line": 2891, + "line": 2887, "column": 28 } } }, "prefix": true, "range": [ - 86972, - 86984 + 86830, + 86842 ], "loc": { "start": { - "line": 2891, + "line": 2887, "column": 16 }, "end": { - "line": 2891, + "line": 2887, "column": 28 } } @@ -160666,16 +160219,16 @@ "object": { "type": "ThisExpression", "range": [ - 87008, - 87012 + 86866, + 86870 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 20 }, "end": { - "line": 2892, + "line": 2888, "column": 24 } } @@ -160684,31 +160237,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 87013, - 87026 + 86871, + 86884 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 25 }, "end": { - "line": 2892, + "line": 2888, "column": 38 } } }, "range": [ - 87008, - 87026 + 86866, + 86884 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 20 }, "end": { - "line": 2892, + "line": 2888, "column": 38 } } @@ -160718,32 +160271,32 @@ "type": "Identifier", "name": "r", "range": [ - 87027, - 87028 + 86885, + 86886 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 39 }, "end": { - "line": 2892, + "line": 2888, "column": 40 } } } ], "range": [ - 87008, - 87029 + 86866, + 86887 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 20 }, "end": { - "line": 2892, + "line": 2888, "column": 41 } } @@ -160752,31 +160305,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 87034, - 87038 + 86892, + 86896 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 46 }, "end": { - "line": 2892, + "line": 2888, "column": 50 } } }, "range": [ - 87008, - 87038 + 86866, + 86896 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 20 }, "end": { - "line": 2892, + "line": 2888, "column": 50 } } @@ -160797,16 +160350,16 @@ "object": { "type": "ThisExpression", "range": [ - 87062, - 87066 + 86920, + 86924 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 20 }, "end": { - "line": 2893, + "line": 2889, "column": 24 } } @@ -160815,31 +160368,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 87067, - 87081 + 86925, + 86939 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 25 }, "end": { - "line": 2893, + "line": 2889, "column": 39 } } }, "range": [ - 87062, - 87081 + 86920, + 86939 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 20 }, "end": { - "line": 2893, + "line": 2889, "column": 39 } } @@ -160848,31 +160401,31 @@ "type": "Identifier", "name": "push", "range": [ - 87082, - 87086 + 86940, + 86944 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 40 }, "end": { - "line": 2893, + "line": 2889, "column": 44 } } }, "range": [ - 87062, - 87086 + 86920, + 86944 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 20 }, "end": { - "line": 2893, + "line": 2889, "column": 44 } } @@ -160885,16 +160438,16 @@ "type": "Identifier", "name": "r", "range": [ - 87087, - 87088 + 86945, + 86946 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 45 }, "end": { - "line": 2893, + "line": 2889, "column": 46 } } @@ -160903,110 +160456,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 87089, - 87097 + 86947, + 86955 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 47 }, "end": { - "line": 2893, + "line": 2889, "column": 55 } } }, "range": [ - 87087, - 87097 + 86945, + 86955 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 45 }, "end": { - "line": 2893, + "line": 2889, "column": 55 } } } ], "range": [ - 87062, - 87098 + 86920, + 86956 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 20 }, "end": { - "line": 2893, + "line": 2889, "column": 56 } } }, "range": [ - 87062, - 87099 + 86920, + 86957 ], "loc": { "start": { - "line": 2893, + "line": 2889, "column": 20 }, "end": { - "line": 2893, + "line": 2889, "column": 57 } } } ], "range": [ - 87040, - 87117 + 86898, + 86975 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 52 }, "end": { - "line": 2894, + "line": 2890, "column": 17 } } }, "alternate": null, "range": [ - 87004, - 87117 + 86862, + 86975 ], "loc": { "start": { - "line": 2892, + "line": 2888, "column": 16 }, "end": { - "line": 2894, + "line": 2890, "column": 17 } } } ], "range": [ - 86986, - 87131 + 86844, + 86989 ], "loc": { "start": { - "line": 2891, + "line": 2887, "column": 30 }, "end": { - "line": 2895, + "line": 2891, "column": 13 } } @@ -161031,16 +160584,16 @@ "type": "Identifier", "name": "r", "range": [ - 87159, - 87160 + 87017, + 87018 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 20 }, "end": { - "line": 2896, + "line": 2892, "column": 21 } } @@ -161049,31 +160602,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 87161, - 87173 + 87019, + 87031 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 22 }, "end": { - "line": 2896, + "line": 2892, "column": 34 } } }, "range": [ - 87159, - 87173 + 87017, + 87031 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 20 }, "end": { - "line": 2896, + "line": 2892, "column": 34 } } @@ -161084,32 +160637,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 87174, - 87184 + 87032, + 87042 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 35 }, "end": { - "line": 2896, + "line": 2892, "column": 45 } } } ], "range": [ - 87159, - 87185 + 87017, + 87043 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 20 }, "end": { - "line": 2896, + "line": 2892, "column": 46 } } @@ -161119,31 +160672,31 @@ "value": "true", "raw": "'true'", "range": [ - 87190, - 87196 + 87048, + 87054 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 51 }, "end": { - "line": 2896, + "line": 2892, "column": 57 } } }, "range": [ - 87159, - 87196 + 87017, + 87054 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 20 }, "end": { - "line": 2896, + "line": 2892, "column": 57 } } @@ -161160,16 +160713,16 @@ "type": "Identifier", "name": "r", "range": [ - 87220, - 87221 + 87078, + 87079 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 20 }, "end": { - "line": 2897, + "line": 2893, "column": 21 } } @@ -161178,31 +160731,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 87222, - 87234 + 87080, + 87092 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 22 }, "end": { - "line": 2897, + "line": 2893, "column": 34 } } }, "range": [ - 87220, - 87234 + 87078, + 87092 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 20 }, "end": { - "line": 2897, + "line": 2893, "column": 34 } } @@ -161213,32 +160766,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 87235, - 87245 + 87093, + 87103 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 35 }, "end": { - "line": 2897, + "line": 2893, "column": 45 } } } ], "range": [ - 87220, - 87246 + 87078, + 87104 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 20 }, "end": { - "line": 2897, + "line": 2893, "column": 46 } } @@ -161248,46 +160801,46 @@ "value": null, "raw": "null", "range": [ - 87251, - 87255 + 87109, + 87113 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 51 }, "end": { - "line": 2897, + "line": 2893, "column": 55 } } }, "range": [ - 87220, - 87255 + 87078, + 87113 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 20 }, "end": { - "line": 2897, + "line": 2893, "column": 55 } } }, "range": [ - 87159, - 87255 + 87017, + 87113 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 20 }, "end": { - "line": 2897, + "line": 2893, "column": 55 } } @@ -161308,16 +160861,16 @@ "object": { "type": "ThisExpression", "range": [ - 87279, - 87283 + 87137, + 87141 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 20 }, "end": { - "line": 2898, + "line": 2894, "column": 24 } } @@ -161326,31 +160879,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 87284, - 87298 + 87142, + 87156 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 25 }, "end": { - "line": 2898, + "line": 2894, "column": 39 } } }, "range": [ - 87279, - 87298 + 87137, + 87156 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 20 }, "end": { - "line": 2898, + "line": 2894, "column": 39 } } @@ -161359,31 +160912,31 @@ "type": "Identifier", "name": "push", "range": [ - 87299, - 87303 + 87157, + 87161 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 40 }, "end": { - "line": 2898, + "line": 2894, "column": 44 } } }, "range": [ - 87279, - 87303 + 87137, + 87161 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 20 }, "end": { - "line": 2898, + "line": 2894, "column": 44 } } @@ -161396,16 +160949,16 @@ "type": "Identifier", "name": "r", "range": [ - 87304, - 87305 + 87162, + 87163 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 45 }, "end": { - "line": 2898, + "line": 2894, "column": 46 } } @@ -161414,156 +160967,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 87306, - 87314 + 87164, + 87172 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 47 }, "end": { - "line": 2898, + "line": 2894, "column": 55 } } }, "range": [ - 87304, - 87314 + 87162, + 87172 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 45 }, "end": { - "line": 2898, + "line": 2894, "column": 55 } } } ], "range": [ - 87279, - 87315 + 87137, + 87173 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 20 }, "end": { - "line": 2898, + "line": 2894, "column": 56 } } }, "range": [ - 87279, - 87316 + 87137, + 87174 ], "loc": { "start": { - "line": 2898, + "line": 2894, "column": 20 }, "end": { - "line": 2898, + "line": 2894, "column": 57 } } } ], "range": [ - 87257, - 87334 + 87115, + 87192 ], "loc": { "start": { - "line": 2897, + "line": 2893, "column": 57 }, "end": { - "line": 2899, + "line": 2895, "column": 17 } } }, "alternate": null, "range": [ - 87155, - 87334 + 87013, + 87192 ], "loc": { "start": { - "line": 2896, + "line": 2892, "column": 16 }, "end": { - "line": 2899, + "line": 2895, "column": 17 } } } ], "range": [ - 87137, - 87348 + 86995, + 87206 ], "loc": { "start": { - "line": 2895, + "line": 2891, "column": 19 }, "end": { - "line": 2900, + "line": 2896, "column": 13 } } }, "range": [ - 86968, - 87348 + 86826, + 87206 ], "loc": { "start": { - "line": 2891, + "line": 2887, "column": 12 }, "end": { - "line": 2900, + "line": 2896, "column": 13 } } } ], "range": [ - 86916, - 87358 + 86774, + 87216 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 51 }, "end": { - "line": 2901, + "line": 2897, "column": 9 } } }, "range": [ - 86873, - 87358 + 86731, + 87216 ], "loc": { "start": { - "line": 2889, + "line": 2885, "column": 8 }, "end": { - "line": 2901, + "line": 2897, "column": 9 } } @@ -161576,16 +161129,16 @@ "object": { "type": "ThisExpression", "range": [ - 87374, - 87378 + 87232, + 87236 ], "loc": { "start": { - "line": 2902, + "line": 2898, "column": 15 }, "end": { - "line": 2902, + "line": 2898, "column": 19 } } @@ -161594,62 +161147,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 87379, - 87393 + 87237, + 87251 ], "loc": { "start": { - "line": 2902, + "line": 2898, "column": 20 }, "end": { - "line": 2902, + "line": 2898, "column": 34 } } }, "range": [ - 87374, - 87393 + 87232, + 87251 ], "loc": { "start": { - "line": 2902, + "line": 2898, "column": 15 }, "end": { - "line": 2902, + "line": 2898, "column": 34 } } }, "range": [ - 87367, - 87394 + 87225, + 87252 ], "loc": { "start": { - "line": 2902, + "line": 2898, "column": 8 }, "end": { - "line": 2902, + "line": 2898, "column": 35 } } } ], "range": [ - 86712, - 87400 + 86570, + 87258 ], "loc": { "start": { - "line": 2882, + "line": 2878, "column": 25 }, "end": { - "line": 2903, + "line": 2899, "column": 5 } } @@ -161657,16 +161210,16 @@ "generator": false, "expression": false, "range": [ - 86703, - 87400 + 86561, + 87258 ], "loc": { "start": { - "line": 2882, + "line": 2878, "column": 16 }, "end": { - "line": 2903, + "line": 2899, "column": 5 } } @@ -161674,16 +161227,16 @@ "kind": "method", "computed": false, "range": [ - 86691, - 87400 + 86549, + 87258 ], "loc": { "start": { - "line": 2882, + "line": 2878, "column": 4 }, "end": { - "line": 2903, + "line": 2899, "column": 5 } }, @@ -161692,16 +161245,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": [ - 86510, - 86686 + 86368, + 86544 ], "loc": { "start": { - "line": 2877, + "line": 2873, "column": 4 }, "end": { - "line": 2881, + "line": 2877, "column": 7 } } @@ -161712,16 +161265,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 87406, - 87496 + 87264, + 87354 ], "loc": { "start": { - "line": 2905, + "line": 2901, "column": 4 }, "end": { - "line": 2908, + "line": 2904, "column": 7 } } @@ -161735,16 +161288,16 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 87501, - 87519 + 87359, + 87377 ], "loc": { "start": { - "line": 2909, + "line": 2905, "column": 4 }, "end": { - "line": 2909, + "line": 2905, "column": 22 } } @@ -161764,16 +161317,16 @@ "object": { "type": "ThisExpression", "range": [ - 87539, - 87543 + 87397, + 87401 ], "loc": { "start": { - "line": 2910, + "line": 2906, "column": 15 }, "end": { - "line": 2910, + "line": 2906, "column": 19 } } @@ -161782,62 +161335,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 87544, - 87559 + 87402, + 87417 ], "loc": { "start": { - "line": 2910, + "line": 2906, "column": 20 }, "end": { - "line": 2910, + "line": 2906, "column": 35 } } }, "range": [ - 87539, - 87559 + 87397, + 87417 ], "loc": { "start": { - "line": 2910, + "line": 2906, "column": 15 }, "end": { - "line": 2910, + "line": 2906, "column": 35 } } }, "range": [ - 87532, - 87560 + 87390, + 87418 ], "loc": { "start": { - "line": 2910, + "line": 2906, "column": 8 }, "end": { - "line": 2910, + "line": 2906, "column": 36 } } } ], "range": [ - 87522, - 87566 + 87380, + 87424 ], "loc": { "start": { - "line": 2909, + "line": 2905, "column": 25 }, "end": { - "line": 2911, + "line": 2907, "column": 5 } } @@ -161845,16 +161398,16 @@ "generator": false, "expression": false, "range": [ - 87519, - 87566 + 87377, + 87424 ], "loc": { "start": { - "line": 2909, + "line": 2905, "column": 22 }, "end": { - "line": 2911, + "line": 2907, "column": 5 } } @@ -161862,16 +161415,16 @@ "kind": "method", "computed": false, "range": [ - 87501, - 87566 + 87359, + 87424 ], "loc": { "start": { - "line": 2909, + "line": 2905, "column": 4 }, "end": { - "line": 2911, + "line": 2907, "column": 5 } }, @@ -161880,16 +161433,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 87406, - 87496 + 87264, + 87354 ], "loc": { "start": { - "line": 2905, + "line": 2901, "column": 4 }, "end": { - "line": 2908, + "line": 2904, "column": 7 } } @@ -161900,16 +161453,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 87572, - 87647 + 87430, + 87505 ], "loc": { "start": { - "line": 2913, + "line": 2909, "column": 4 }, "end": { - "line": 2916, + "line": 2912, "column": 7 } } @@ -161923,16 +161476,16 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 87652, - 87670 + 87510, + 87528 ], "loc": { "start": { - "line": 2917, + "line": 2913, "column": 4 }, "end": { - "line": 2917, + "line": 2913, "column": 22 } } @@ -161952,16 +161505,16 @@ "object": { "type": "ThisExpression", "range": [ - 87690, - 87694 + 87548, + 87552 ], "loc": { "start": { - "line": 2918, + "line": 2914, "column": 15 }, "end": { - "line": 2918, + "line": 2914, "column": 19 } } @@ -161970,62 +161523,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 87695, - 87705 + 87553, + 87563 ], "loc": { "start": { - "line": 2918, + "line": 2914, "column": 20 }, "end": { - "line": 2918, + "line": 2914, "column": 30 } } }, "range": [ - 87690, - 87705 + 87548, + 87563 ], "loc": { "start": { - "line": 2918, + "line": 2914, "column": 15 }, "end": { - "line": 2918, + "line": 2914, "column": 30 } } }, "range": [ - 87683, - 87706 + 87541, + 87564 ], "loc": { "start": { - "line": 2918, + "line": 2914, "column": 8 }, "end": { - "line": 2918, + "line": 2914, "column": 31 } } } ], "range": [ - 87673, - 87712 + 87531, + 87570 ], "loc": { "start": { - "line": 2917, + "line": 2913, "column": 25 }, "end": { - "line": 2919, + "line": 2915, "column": 5 } } @@ -162033,16 +161586,16 @@ "generator": false, "expression": false, "range": [ - 87670, - 87712 + 87528, + 87570 ], "loc": { "start": { - "line": 2917, + "line": 2913, "column": 22 }, "end": { - "line": 2919, + "line": 2915, "column": 5 } } @@ -162050,16 +161603,16 @@ "kind": "method", "computed": false, "range": [ - 87652, - 87712 + 87510, + 87570 ], "loc": { "start": { - "line": 2917, + "line": 2913, "column": 4 }, "end": { - "line": 2919, + "line": 2915, "column": 5 } }, @@ -162068,16 +161621,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 87572, - 87647 + 87430, + 87505 ], "loc": { "start": { - "line": 2913, + "line": 2909, "column": 4 }, "end": { - "line": 2916, + "line": 2912, "column": 7 } } @@ -162088,16 +161641,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 87718, - 87845 + 87576, + 87703 ], "loc": { "start": { - "line": 2921, + "line": 2917, "column": 4 }, "end": { - "line": 2925, + "line": 2921, "column": 7 } } @@ -162111,16 +161664,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 87850, - 87866 + 87708, + 87724 ], "loc": { "start": { - "line": 2926, + "line": 2922, "column": 4 }, "end": { - "line": 2926, + "line": 2922, "column": 20 } } @@ -162140,16 +161693,16 @@ "object": { "type": "ThisExpression", "range": [ - 87886, - 87890 + 87744, + 87748 ], "loc": { "start": { - "line": 2927, + "line": 2923, "column": 15 }, "end": { - "line": 2927, + "line": 2923, "column": 19 } } @@ -162158,62 +161711,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 87891, - 87897 + 87749, + 87755 ], "loc": { "start": { - "line": 2927, + "line": 2923, "column": 20 }, "end": { - "line": 2927, + "line": 2923, "column": 26 } } }, "range": [ - 87886, - 87897 + 87744, + 87755 ], "loc": { "start": { - "line": 2927, + "line": 2923, "column": 15 }, "end": { - "line": 2927, + "line": 2923, "column": 26 } } }, "range": [ - 87879, - 87898 + 87737, + 87756 ], "loc": { "start": { - "line": 2927, + "line": 2923, "column": 8 }, "end": { - "line": 2927, + "line": 2923, "column": 27 } } } ], "range": [ - 87869, - 87904 + 87727, + 87762 ], "loc": { "start": { - "line": 2926, + "line": 2922, "column": 23 }, "end": { - "line": 2928, + "line": 2924, "column": 5 } } @@ -162221,16 +161774,16 @@ "generator": false, "expression": false, "range": [ - 87866, - 87904 + 87724, + 87762 ], "loc": { "start": { - "line": 2926, + "line": 2922, "column": 20 }, "end": { - "line": 2928, + "line": 2924, "column": 5 } } @@ -162238,16 +161791,16 @@ "kind": "method", "computed": false, "range": [ - 87850, - 87904 + 87708, + 87762 ], "loc": { "start": { - "line": 2926, + "line": 2922, "column": 4 }, "end": { - "line": 2928, + "line": 2924, "column": 5 } }, @@ -162256,16 +161809,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 87718, - 87845 + 87576, + 87703 ], "loc": { "start": { - "line": 2921, + "line": 2917, "column": 4 }, "end": { - "line": 2925, + "line": 2921, "column": 7 } } @@ -162276,16 +161829,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 87910, - 87982 + 87768, + 87840 ], "loc": { "start": { - "line": 2930, + "line": 2926, "column": 4 }, "end": { - "line": 2933, + "line": 2929, "column": 7 } } @@ -162299,16 +161852,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 87987, - 88002 + 87845, + 87860 ], "loc": { "start": { - "line": 2934, + "line": 2930, "column": 4 }, "end": { - "line": 2934, + "line": 2930, "column": 19 } } @@ -162329,16 +161882,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 88019, - 88025 + 87877, + 87883 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 12 }, "end": { - "line": 2935, + "line": 2931, "column": 18 } } @@ -162351,16 +161904,16 @@ "object": { "type": "ThisExpression", "range": [ - 88028, - 88032 + 87886, + 87890 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 21 }, "end": { - "line": 2935, + "line": 2931, "column": 25 } } @@ -162369,31 +161922,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 88033, - 88042 + 87891, + 87900 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 26 }, "end": { - "line": 2935, + "line": 2931, "column": 35 } } }, "range": [ - 88028, - 88042 + 87886, + 87900 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 21 }, "end": { - "line": 2935, + "line": 2931, "column": 35 } } @@ -162404,47 +161957,47 @@ "value": true, "raw": "true", "range": [ - 88043, - 88047 + 87901, + 87905 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 36 }, "end": { - "line": 2935, + "line": 2931, "column": 40 } } } ], "range": [ - 88028, - 88048 + 87886, + 87906 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 21 }, "end": { - "line": 2935, + "line": 2931, "column": 41 } } }, "range": [ - 88019, - 88048 + 87877, + 87906 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 12 }, "end": { - "line": 2935, + "line": 2931, "column": 41 } } @@ -162452,16 +162005,16 @@ ], "kind": "let", "range": [ - 88015, - 88049 + 87873, + 87907 ], "loc": { "start": { - "line": 2935, + "line": 2931, "column": 8 }, "end": { - "line": 2935, + "line": 2931, "column": 42 } } @@ -162475,16 +162028,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 88066, - 88072 + 87924, + 87930 ], "loc": { "start": { - "line": 2936, + "line": 2932, "column": 16 }, "end": { - "line": 2936, + "line": 2932, "column": 22 } } @@ -162494,62 +162047,62 @@ "value": 1, "raw": "1", "range": [ - 88075, - 88076 + 87933, + 87934 ], "loc": { "start": { - "line": 2936, + "line": 2932, "column": 25 }, "end": { - "line": 2936, + "line": 2932, "column": 26 } } }, "range": [ - 88066, - 88076 + 87924, + 87934 ], "loc": { "start": { - "line": 2936, + "line": 2932, "column": 16 }, "end": { - "line": 2936, + "line": 2932, "column": 26 } } }, "range": [ - 88058, - 88078 + 87916, + 87936 ], "loc": { "start": { - "line": 2936, + "line": 2932, "column": 8 }, "end": { - "line": 2936, + "line": 2932, "column": 28 } } } ], "range": [ - 88005, - 88084 + 87863, + 87942 ], "loc": { "start": { - "line": 2934, + "line": 2930, "column": 22 }, "end": { - "line": 2937, + "line": 2933, "column": 5 } } @@ -162557,16 +162110,16 @@ "generator": false, "expression": false, "range": [ - 88002, - 88084 + 87860, + 87942 ], "loc": { "start": { - "line": 2934, + "line": 2930, "column": 19 }, "end": { - "line": 2937, + "line": 2933, "column": 5 } } @@ -162574,16 +162127,16 @@ "kind": "method", "computed": false, "range": [ - 87987, - 88084 + 87845, + 87942 ], "loc": { "start": { - "line": 2934, + "line": 2930, "column": 4 }, "end": { - "line": 2937, + "line": 2933, "column": 5 } }, @@ -162592,16 +162145,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 87910, - 87982 + 87768, + 87840 ], "loc": { "start": { - "line": 2930, + "line": 2926, "column": 4 }, "end": { - "line": 2933, + "line": 2929, "column": 7 } } @@ -162612,16 +162165,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", "range": [ - 88090, - 88300 + 87948, + 88158 ], "loc": { "start": { - "line": 2939, + "line": 2935, "column": 4 }, "end": { - "line": 2944, + "line": 2940, "column": 7 } } @@ -162635,16 +162188,16 @@ "type": "Identifier", "name": "hasType", "range": [ - 88305, - 88312 + 88163, + 88170 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 4 }, "end": { - "line": 2945, + "line": 2941, "column": 11 } } @@ -162657,16 +162210,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 88313, - 88321 + 88171, + 88179 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 12 }, "end": { - "line": 2945, + "line": 2941, "column": 20 } } @@ -162677,16 +162230,16 @@ "type": "Identifier", "name": "types", "range": [ - 88323, - 88328 + 88181, + 88186 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 22 }, "end": { - "line": 2945, + "line": 2941, "column": 27 } } @@ -162695,31 +162248,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 88331, - 88333 + 88189, + 88191 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 30 }, "end": { - "line": 2945, + "line": 2941, "column": 32 } } }, "range": [ - 88323, - 88333 + 88181, + 88191 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 22 }, "end": { - "line": 2945, + "line": 2941, "column": 32 } } @@ -162739,16 +162292,16 @@ "object": { "type": "ThisExpression", "range": [ - 88350, - 88354 + 88208, + 88212 ], "loc": { "start": { - "line": 2946, + "line": 2942, "column": 13 }, "end": { - "line": 2946, + "line": 2942, "column": 17 } } @@ -162757,47 +162310,47 @@ "type": "Identifier", "name": "hasColTypes", "range": [ - 88355, - 88366 + 88213, + 88224 ], "loc": { "start": { - "line": 2946, + "line": 2942, "column": 18 }, "end": { - "line": 2946, + "line": 2942, "column": 29 } } }, "range": [ - 88350, - 88366 + 88208, + 88224 ], "loc": { "start": { - "line": 2946, + "line": 2942, "column": 13 }, "end": { - "line": 2946, + "line": 2942, "column": 29 } } }, "prefix": true, "range": [ - 88349, - 88366 + 88207, + 88224 ], "loc": { "start": { - "line": 2946, + "line": 2942, "column": 12 }, "end": { - "line": 2946, + "line": 2942, "column": 29 } } @@ -162812,63 +162365,63 @@ "value": false, "raw": "false", "range": [ - 88389, - 88394 + 88247, + 88252 ], "loc": { "start": { - "line": 2947, + "line": 2943, "column": 19 }, "end": { - "line": 2947, + "line": 2943, "column": 24 } } }, "range": [ - 88382, - 88395 + 88240, + 88253 ], "loc": { "start": { - "line": 2947, + "line": 2943, "column": 12 }, "end": { - "line": 2947, + "line": 2943, "column": 25 } } } ], "range": [ - 88368, - 88405 + 88226, + 88263 ], "loc": { "start": { - "line": 2946, + "line": 2942, "column": 31 }, "end": { - "line": 2948, + "line": 2944, "column": 9 } } }, "alternate": null, "range": [ - 88345, - 88405 + 88203, + 88263 ], "loc": { "start": { - "line": 2946, + "line": 2942, "column": 8 }, "end": { - "line": 2948, + "line": 2944, "column": 9 } } @@ -162882,16 +162435,16 @@ "type": "Identifier", "name": "colType", "range": [ - 88418, - 88425 + 88276, + 88283 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 12 }, "end": { - "line": 2949, + "line": 2945, "column": 19 } } @@ -162905,16 +162458,16 @@ "object": { "type": "ThisExpression", "range": [ - 88428, - 88432 + 88286, + 88290 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 22 }, "end": { - "line": 2949, + "line": 2945, "column": 26 } } @@ -162923,31 +162476,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 88433, - 88441 + 88291, + 88299 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 27 }, "end": { - "line": 2949, + "line": 2945, "column": 35 } } }, "range": [ - 88428, - 88441 + 88286, + 88299 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 22 }, "end": { - "line": 2949, + "line": 2945, "column": 35 } } @@ -162956,46 +162509,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 88442, - 88450 + 88300, + 88308 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 36 }, "end": { - "line": 2949, + "line": 2945, "column": 44 } } }, "range": [ - 88428, - 88451 + 88286, + 88309 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 22 }, "end": { - "line": 2949, + "line": 2945, "column": 45 } } }, "range": [ - 88418, - 88451 + 88276, + 88309 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 12 }, "end": { - "line": 2949, + "line": 2945, "column": 45 } } @@ -163003,16 +162556,16 @@ ], "kind": "let", "range": [ - 88414, - 88452 + 88272, + 88310 ], "loc": { "start": { - "line": 2949, + "line": 2945, "column": 8 }, "end": { - "line": 2949, + "line": 2945, "column": 46 } } @@ -163025,16 +162578,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 88465, - 88470 + 88323, + 88328 ], "loc": { "start": { - "line": 2950, + "line": 2946, "column": 12 }, "end": { - "line": 2950, + "line": 2946, "column": 17 } } @@ -163044,32 +162597,32 @@ "type": "Identifier", "name": "colType", "range": [ - 88471, - 88478 + 88329, + 88336 ], "loc": { "start": { - "line": 2950, + "line": 2946, "column": 18 }, "end": { - "line": 2950, + "line": 2946, "column": 25 } } } ], "range": [ - 88465, - 88479 + 88323, + 88337 ], "loc": { "start": { - "line": 2950, + "line": 2946, "column": 12 }, "end": { - "line": 2950, + "line": 2946, "column": 26 } } @@ -163086,16 +162639,16 @@ "type": "Identifier", "name": "colType", "range": [ - 88495, - 88502 + 88353, + 88360 ], "loc": { "start": { - "line": 2951, + "line": 2947, "column": 12 }, "end": { - "line": 2951, + "line": 2947, "column": 19 } } @@ -163107,16 +162660,16 @@ "type": "Identifier", "name": "colType", "range": [ - 88505, - 88512 + 88363, + 88370 ], "loc": { "start": { - "line": 2951, + "line": 2947, "column": 22 }, "end": { - "line": 2951, + "line": 2947, "column": 29 } } @@ -163125,93 +162678,93 @@ "type": "Identifier", "name": "type", "range": [ - 88513, - 88517 + 88371, + 88375 ], "loc": { "start": { - "line": 2951, + "line": 2947, "column": 30 }, "end": { - "line": 2951, + "line": 2947, "column": 34 } } }, "range": [ - 88505, - 88517 + 88363, + 88375 ], "loc": { "start": { - "line": 2951, + "line": 2947, "column": 22 }, "end": { - "line": 2951, + "line": 2947, "column": 34 } } }, "range": [ - 88495, - 88517 + 88353, + 88375 ], "loc": { "start": { - "line": 2951, + "line": 2947, "column": 12 }, "end": { - "line": 2951, + "line": 2947, "column": 34 } } }, "range": [ - 88495, - 88518 + 88353, + 88376 ], "loc": { "start": { - "line": 2951, + "line": 2947, "column": 12 }, "end": { - "line": 2951, + "line": 2947, "column": 35 } } } ], "range": [ - 88481, - 88528 + 88339, + 88386 ], "loc": { "start": { - "line": 2950, + "line": 2946, "column": 28 }, "end": { - "line": 2952, + "line": 2948, "column": 9 } } }, "alternate": null, "range": [ - 88461, - 88528 + 88319, + 88386 ], "loc": { "start": { - "line": 2950, + "line": 2946, "column": 8 }, "end": { - "line": 2952, + "line": 2948, "column": 9 } } @@ -163230,16 +162783,16 @@ "type": "Identifier", "name": "types", "range": [ - 88544, - 88549 + 88402, + 88407 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 15 }, "end": { - "line": 2953, + "line": 2949, "column": 20 } } @@ -163248,31 +162801,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 88550, - 88557 + 88408, + 88415 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 21 }, "end": { - "line": 2953, + "line": 2949, "column": 28 } } }, "range": [ - 88544, - 88557 + 88402, + 88415 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 15 }, "end": { - "line": 2953, + "line": 2949, "column": 28 } } @@ -163282,32 +162835,32 @@ "type": "Identifier", "name": "colType", "range": [ - 88558, - 88565 + 88416, + 88423 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 29 }, "end": { - "line": 2953, + "line": 2949, "column": 36 } } } ], "range": [ - 88544, - 88566 + 88402, + 88424 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 15 }, "end": { - "line": 2953, + "line": 2949, "column": 37 } } @@ -163320,78 +162873,78 @@ "value": 1, "raw": "1", "range": [ - 88572, - 88573 + 88430, + 88431 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 43 }, "end": { - "line": 2953, + "line": 2949, "column": 44 } } }, "prefix": true, "range": [ - 88571, - 88573 + 88429, + 88431 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 42 }, "end": { - "line": 2953, + "line": 2949, "column": 44 } } }, "range": [ - 88544, - 88573 + 88402, + 88431 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 15 }, "end": { - "line": 2953, + "line": 2949, "column": 44 } } }, "range": [ - 88537, - 88574 + 88395, + 88432 ], "loc": { "start": { - "line": 2953, + "line": 2949, "column": 8 }, "end": { - "line": 2953, + "line": 2949, "column": 45 } } } ], "range": [ - 88335, - 88580 + 88193, + 88438 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 34 }, "end": { - "line": 2954, + "line": 2950, "column": 5 } } @@ -163399,16 +162952,16 @@ "generator": false, "expression": false, "range": [ - 88312, - 88580 + 88170, + 88438 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 11 }, "end": { - "line": 2954, + "line": 2950, "column": 5 } } @@ -163416,16 +162969,16 @@ "kind": "method", "computed": false, "range": [ - 88305, - 88580 + 88163, + 88438 ], "loc": { "start": { - "line": 2945, + "line": 2941, "column": 4 }, "end": { - "line": 2954, + "line": 2950, "column": 5 } }, @@ -163434,16 +162987,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", "range": [ - 88090, - 88300 + 87948, + 88158 ], "loc": { "start": { - "line": 2939, + "line": 2935, "column": 4 }, "end": { - "line": 2944, + "line": 2940, "column": 7 } } @@ -163454,16 +163007,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 88586, - 88727 + 88444, + 88585 ], "loc": { "start": { - "line": 2956, + "line": 2952, "column": 4 }, "end": { - "line": 2960, + "line": 2956, "column": 7 } } @@ -163477,16 +163030,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 88732, - 88748 + 88590, + 88606 ], "loc": { "start": { - "line": 2961, + "line": 2957, "column": 4 }, "end": { - "line": 2961, + "line": 2957, "column": 20 } } @@ -163499,16 +163052,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 88749, - 88757 + 88607, + 88615 ], "loc": { "start": { - "line": 2961, + "line": 2957, "column": 21 }, "end": { - "line": 2961, + "line": 2957, "column": 29 } } @@ -163526,16 +163079,16 @@ "type": "Identifier", "name": "table", "range": [ - 88773, - 88778 + 88631, + 88636 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 12 }, "end": { - "line": 2962, + "line": 2958, "column": 17 } } @@ -163548,16 +163101,16 @@ "object": { "type": "ThisExpression", "range": [ - 88781, - 88785 + 88639, + 88643 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 20 }, "end": { - "line": 2962, + "line": 2958, "column": 24 } } @@ -163566,31 +163119,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 88786, - 88796 + 88644, + 88654 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 25 }, "end": { - "line": 2962, + "line": 2958, "column": 35 } } }, "range": [ - 88781, - 88796 + 88639, + 88654 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 20 }, "end": { - "line": 2962, + "line": 2958, "column": 35 } } @@ -163607,16 +163160,16 @@ "object": { "type": "ThisExpression", "range": [ - 88799, - 88803 + 88657, + 88661 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 38 }, "end": { - "line": 2962, + "line": 2958, "column": 42 } } @@ -163625,31 +163178,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 88804, - 88807 + 88662, + 88665 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 43 }, "end": { - "line": 2962, + "line": 2958, "column": 46 } } }, "range": [ - 88799, - 88807 + 88657, + 88665 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 38 }, "end": { - "line": 2962, + "line": 2958, "column": 46 } } @@ -163658,31 +163211,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 88808, - 88818 + 88666, + 88676 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 47 }, "end": { - "line": 2962, + "line": 2958, "column": 57 } } }, "range": [ - 88799, - 88818 + 88657, + 88676 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 38 }, "end": { - "line": 2962, + "line": 2958, "column": 57 } } @@ -163691,31 +163244,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 88819, - 88826 + 88677, + 88684 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 58 }, "end": { - "line": 2962, + "line": 2958, "column": 65 } } }, "range": [ - 88799, - 88826 + 88657, + 88684 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 38 }, "end": { - "line": 2962, + "line": 2958, "column": 65 } } @@ -163726,16 +163279,16 @@ "object": { "type": "ThisExpression", "range": [ - 88829, - 88833 + 88687, + 88691 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 68 }, "end": { - "line": 2962, + "line": 2958, "column": 72 } } @@ -163744,61 +163297,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 88834, - 88837 + 88692, + 88695 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 73 }, "end": { - "line": 2962, + "line": 2958, "column": 76 } } }, "range": [ - 88829, - 88837 + 88687, + 88695 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 68 }, "end": { - "line": 2962, + "line": 2958, "column": 76 } } }, "range": [ - 88781, - 88837 + 88639, + 88695 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 20 }, "end": { - "line": 2962, + "line": 2958, "column": 76 } } }, "range": [ - 88773, - 88837 + 88631, + 88695 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 12 }, "end": { - "line": 2962, + "line": 2958, "column": 76 } } @@ -163806,16 +163359,16 @@ ], "kind": "let", "range": [ - 88769, - 88838 + 88627, + 88696 ], "loc": { "start": { - "line": 2962, + "line": 2958, "column": 8 }, "end": { - "line": 2962, + "line": 2958, "column": 77 } } @@ -163829,16 +163382,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 88851, - 88856 + 88709, + 88714 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 12 }, "end": { - "line": 2963, + "line": 2959, "column": 17 } } @@ -163849,16 +163402,16 @@ "type": "Identifier", "name": "tag", "range": [ - 88859, - 88862 + 88717, + 88720 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 20 }, "end": { - "line": 2963, + "line": 2959, "column": 23 } } @@ -163868,16 +163421,16 @@ "type": "Identifier", "name": "table", "range": [ - 88863, - 88868 + 88721, + 88726 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 24 }, "end": { - "line": 2963, + "line": 2959, "column": 29 } } @@ -163887,47 +163440,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 88870, - 88877 + 88728, + 88735 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 31 }, "end": { - "line": 2963, + "line": 2959, "column": 38 } } } ], "range": [ - 88859, - 88878 + 88717, + 88736 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 20 }, "end": { - "line": 2963, + "line": 2959, "column": 39 } } }, "range": [ - 88851, - 88878 + 88709, + 88736 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 12 }, "end": { - "line": 2963, + "line": 2959, "column": 39 } } @@ -163935,16 +163488,16 @@ ], "kind": "let", "range": [ - 88847, - 88879 + 88705, + 88737 ], "loc": { "start": { - "line": 2963, + "line": 2959, "column": 8 }, "end": { - "line": 2963, + "line": 2959, "column": 40 } } @@ -163958,16 +163511,16 @@ "type": "Identifier", "name": "headersRow", "range": [ - 88892, - 88902 + 88750, + 88760 ], "loc": { "start": { - "line": 2964, + "line": 2960, "column": 12 }, "end": { - "line": 2964, + "line": 2960, "column": 22 } } @@ -163978,16 +163531,16 @@ "object": { "type": "ThisExpression", "range": [ - 88905, - 88909 + 88763, + 88767 ], "loc": { "start": { - "line": 2964, + "line": 2960, "column": 25 }, "end": { - "line": 2964, + "line": 2960, "column": 29 } } @@ -163996,46 +163549,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 88910, - 88920 + 88768, + 88778 ], "loc": { "start": { - "line": 2964, + "line": 2960, "column": 30 }, "end": { - "line": 2964, + "line": 2960, "column": 40 } } }, "range": [ - 88905, - 88920 + 88763, + 88778 ], "loc": { "start": { - "line": 2964, + "line": 2960, "column": 25 }, "end": { - "line": 2964, + "line": 2960, "column": 40 } } }, "range": [ - 88892, - 88920 + 88750, + 88778 ], "loc": { "start": { - "line": 2964, + "line": 2960, "column": 12 }, "end": { - "line": 2964, + "line": 2960, "column": 40 } } @@ -164043,16 +163596,16 @@ ], "kind": "let", "range": [ - 88888, - 88921 + 88746, + 88779 ], "loc": { "start": { - "line": 2964, + "line": 2960, "column": 8 }, "end": { - "line": 2964, + "line": 2960, "column": 41 } } @@ -164066,32 +163619,32 @@ "type": "Identifier", "name": "header", "range": [ - 88934, - 88940 + 88792, + 88798 ], "loc": { "start": { - "line": 2965, + "line": 2961, "column": 12 }, "end": { - "line": 2965, + "line": 2961, "column": 18 } } }, "init": null, "range": [ - 88934, - 88940 + 88792, + 88798 ], "loc": { "start": { - "line": 2965, + "line": 2961, "column": 12 }, "end": { - "line": 2965, + "line": 2961, "column": 18 } } @@ -164099,16 +163652,16 @@ ], "kind": "let", "range": [ - 88930, - 88941 + 88788, + 88799 ], "loc": { "start": { - "line": 2965, + "line": 2961, "column": 8 }, "end": { - "line": 2965, + "line": 2961, "column": 19 } } @@ -164124,16 +163677,16 @@ "type": "Identifier", "name": "i", "range": [ - 88959, - 88960 + 88817, + 88818 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 17 }, "end": { - "line": 2966, + "line": 2962, "column": 18 } } @@ -164143,31 +163696,31 @@ "value": 0, "raw": "0", "range": [ - 88963, - 88964 + 88821, + 88822 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 21 }, "end": { - "line": 2966, + "line": 2962, "column": 22 } } }, "range": [ - 88959, - 88964 + 88817, + 88822 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 17 }, "end": { - "line": 2966, + "line": 2962, "column": 22 } } @@ -164175,16 +163728,16 @@ ], "kind": "let", "range": [ - 88955, - 88964 + 88813, + 88822 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 13 }, "end": { - "line": 2966, + "line": 2962, "column": 22 } } @@ -164196,16 +163749,16 @@ "type": "Identifier", "name": "i", "range": [ - 88966, - 88967 + 88824, + 88825 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 24 }, "end": { - "line": 2966, + "line": 2962, "column": 25 } } @@ -164216,16 +163769,16 @@ "object": { "type": "ThisExpression", "range": [ - 88970, - 88974 + 88828, + 88832 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 28 }, "end": { - "line": 2966, + "line": 2962, "column": 32 } } @@ -164234,46 +163787,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 88975, - 88982 + 88833, + 88840 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 33 }, "end": { - "line": 2966, + "line": 2962, "column": 40 } } }, "range": [ - 88970, - 88982 + 88828, + 88840 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 28 }, "end": { - "line": 2966, + "line": 2962, "column": 40 } } }, "range": [ - 88966, - 88982 + 88824, + 88840 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 24 }, "end": { - "line": 2966, + "line": 2962, "column": 40 } } @@ -164285,32 +163838,32 @@ "type": "Identifier", "name": "i", "range": [ - 88984, - 88985 + 88842, + 88843 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 42 }, "end": { - "line": 2966, + "line": 2962, "column": 43 } } }, "prefix": false, "range": [ - 88984, - 88987 + 88842, + 88845 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 42 }, "end": { - "line": 2966, + "line": 2962, "column": 45 } } @@ -164327,16 +163880,16 @@ "type": "Identifier", "name": "i", "range": [ - 89007, - 89008 + 88865, + 88866 ], "loc": { "start": { - "line": 2967, + "line": 2963, "column": 16 }, "end": { - "line": 2967, + "line": 2963, "column": 17 } } @@ -164345,31 +163898,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89013, - 89021 + 88871, + 88879 ], "loc": { "start": { - "line": 2967, + "line": 2963, "column": 22 }, "end": { - "line": 2967, + "line": 2963, "column": 30 } } }, "range": [ - 89007, - 89021 + 88865, + 88879 ], "loc": { "start": { - "line": 2967, + "line": 2963, "column": 16 }, "end": { - "line": 2967, + "line": 2963, "column": 30 } } @@ -164381,48 +163934,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 89041, - 89050 + 88899, + 88908 ], "loc": { "start": { - "line": 2968, + "line": 2964, "column": 16 }, "end": { - "line": 2968, + "line": 2964, "column": 25 } } } ], "range": [ - 89023, - 89064 + 88881, + 88922 ], "loc": { "start": { - "line": 2967, + "line": 2963, "column": 32 }, "end": { - "line": 2969, + "line": 2965, "column": 13 } } }, "alternate": null, "range": [ - 89003, - 89064 + 88861, + 88922 ], "loc": { "start": { - "line": 2967, + "line": 2963, "column": 12 }, "end": { - "line": 2969, + "line": 2965, "column": 13 } } @@ -164439,16 +163992,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 89081, - 89086 + 88939, + 88944 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 16 }, "end": { - "line": 2970, + "line": 2966, "column": 21 } } @@ -164457,31 +164010,31 @@ "type": "Identifier", "name": "length", "range": [ - 89087, - 89093 + 88945, + 88951 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 22 }, "end": { - "line": 2970, + "line": 2966, "column": 28 } } }, "range": [ - 89081, - 89093 + 88939, + 88951 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 16 }, "end": { - "line": 2970, + "line": 2966, "column": 28 } } @@ -164491,31 +164044,31 @@ "value": 0, "raw": "0", "range": [ - 89098, - 89099 + 88956, + 88957 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 33 }, "end": { - "line": 2970, + "line": 2966, "column": 34 } } }, "range": [ - 89081, - 89099 + 88939, + 88957 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 16 }, "end": { - "line": 2970, + "line": 2966, "column": 34 } } @@ -164532,16 +164085,16 @@ "type": "Identifier", "name": "header", "range": [ - 89119, - 89125 + 88977, + 88983 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 16 }, "end": { - "line": 2971, + "line": 2967, "column": 22 } } @@ -164562,16 +164115,16 @@ "type": "Identifier", "name": "table", "range": [ - 89128, - 89133 + 88986, + 88991 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 25 }, "end": { - "line": 2971, + "line": 2967, "column": 30 } } @@ -164580,31 +164133,31 @@ "type": "Identifier", "name": "rows", "range": [ - 89134, - 89138 + 88992, + 88996 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 31 }, "end": { - "line": 2971, + "line": 2967, "column": 35 } } }, "range": [ - 89128, - 89138 + 88986, + 88996 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 25 }, "end": { - "line": 2971, + "line": 2967, "column": 35 } } @@ -164613,31 +164166,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 89139, - 89149 + 88997, + 89007 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 36 }, "end": { - "line": 2971, + "line": 2967, "column": 46 } } }, "range": [ - 89128, - 89150 + 88986, + 89008 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 25 }, "end": { - "line": 2971, + "line": 2967, "column": 47 } } @@ -164646,31 +164199,31 @@ "type": "Identifier", "name": "cells", "range": [ - 89151, - 89156 + 89009, + 89014 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 48 }, "end": { - "line": 2971, + "line": 2967, "column": 53 } } }, "range": [ - 89128, - 89156 + 88986, + 89014 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 25 }, "end": { - "line": 2971, + "line": 2967, "column": 53 } } @@ -164679,93 +164232,93 @@ "type": "Identifier", "name": "i", "range": [ - 89157, - 89158 + 89015, + 89016 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 54 }, "end": { - "line": 2971, + "line": 2967, "column": 55 } } }, "range": [ - 89128, - 89159 + 88986, + 89017 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 25 }, "end": { - "line": 2971, + "line": 2967, "column": 56 } } }, "range": [ - 89119, - 89159 + 88977, + 89017 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 16 }, "end": { - "line": 2971, + "line": 2967, "column": 56 } } }, "range": [ - 89119, - 89160 + 88977, + 89018 ], "loc": { "start": { - "line": 2971, + "line": 2967, "column": 16 }, "end": { - "line": 2971, + "line": 2967, "column": 57 } } } ], "range": [ - 89101, - 89174 + 88959, + 89032 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 36 }, "end": { - "line": 2972, + "line": 2968, "column": 13 } } }, "alternate": null, "range": [ - 89077, - 89174 + 88935, + 89032 ], "loc": { "start": { - "line": 2970, + "line": 2966, "column": 12 }, "end": { - "line": 2972, + "line": 2968, "column": 13 } } @@ -164782,16 +164335,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 89191, - 89196 + 89049, + 89054 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 16 }, "end": { - "line": 2973, + "line": 2969, "column": 21 } } @@ -164800,31 +164353,31 @@ "type": "Identifier", "name": "length", "range": [ - 89197, - 89203 + 89055, + 89061 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 22 }, "end": { - "line": 2973, + "line": 2969, "column": 28 } } }, "range": [ - 89191, - 89203 + 89049, + 89061 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 16 }, "end": { - "line": 2973, + "line": 2969, "column": 28 } } @@ -164834,31 +164387,31 @@ "value": 1, "raw": "1", "range": [ - 89208, - 89209 + 89066, + 89067 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 33 }, "end": { - "line": 2973, + "line": 2969, "column": 34 } } }, "range": [ - 89191, - 89209 + 89049, + 89067 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 16 }, "end": { - "line": 2973, + "line": 2969, "column": 34 } } @@ -164875,16 +164428,16 @@ "type": "Identifier", "name": "header", "range": [ - 89229, - 89235 + 89087, + 89093 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 16 }, "end": { - "line": 2974, + "line": 2970, "column": 22 } } @@ -164908,16 +164461,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 89238, - 89243 + 89096, + 89101 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 25 }, "end": { - "line": 2974, + "line": 2970, "column": 30 } } @@ -164927,31 +164480,31 @@ "value": 0, "raw": "0", "range": [ - 89244, - 89245 + 89102, + 89103 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 31 }, "end": { - "line": 2974, + "line": 2970, "column": 32 } } }, "range": [ - 89238, - 89246 + 89096, + 89104 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 25 }, "end": { - "line": 2974, + "line": 2970, "column": 33 } } @@ -164960,31 +164513,31 @@ "type": "Identifier", "name": "rows", "range": [ - 89247, - 89251 + 89105, + 89109 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 34 }, "end": { - "line": 2974, + "line": 2970, "column": 38 } } }, "range": [ - 89238, - 89251 + 89096, + 89109 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 25 }, "end": { - "line": 2974, + "line": 2970, "column": 38 } } @@ -164993,31 +164546,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 89252, - 89262 + 89110, + 89120 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 39 }, "end": { - "line": 2974, + "line": 2970, "column": 49 } } }, "range": [ - 89238, - 89263 + 89096, + 89121 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 25 }, "end": { - "line": 2974, + "line": 2970, "column": 50 } } @@ -165026,31 +164579,31 @@ "type": "Identifier", "name": "cells", "range": [ - 89264, - 89269 + 89122, + 89127 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 51 }, "end": { - "line": 2974, + "line": 2970, "column": 56 } } }, "range": [ - 89238, - 89269 + 89096, + 89127 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 25 }, "end": { - "line": 2974, + "line": 2970, "column": 56 } } @@ -165059,93 +164612,93 @@ "type": "Identifier", "name": "i", "range": [ - 89270, - 89271 + 89128, + 89129 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 57 }, "end": { - "line": 2974, + "line": 2970, "column": 58 } } }, "range": [ - 89238, - 89272 + 89096, + 89130 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 25 }, "end": { - "line": 2974, + "line": 2970, "column": 59 } } }, "range": [ - 89229, - 89272 + 89087, + 89130 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 16 }, "end": { - "line": 2974, + "line": 2970, "column": 59 } } }, "range": [ - 89229, - 89273 + 89087, + 89131 ], "loc": { "start": { - "line": 2974, + "line": 2970, "column": 16 }, "end": { - "line": 2974, + "line": 2970, "column": 60 } } } ], "range": [ - 89211, - 89287 + 89069, + 89145 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 36 }, "end": { - "line": 2975, + "line": 2971, "column": 13 } } }, "alternate": null, "range": [ - 89187, - 89287 + 89045, + 89145 ], "loc": { "start": { - "line": 2973, + "line": 2969, "column": 12 }, "end": { - "line": 2975, + "line": 2971, "column": 13 } } @@ -165154,47 +164707,47 @@ "type": "BreakStatement", "label": null, "range": [ - 89300, - 89306 + 89158, + 89164 ], "loc": { "start": { - "line": 2976, + "line": 2972, "column": 12 }, "end": { - "line": 2976, + "line": 2972, "column": 18 } } } ], "range": [ - 88989, - 89316 + 88847, + 89174 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 47 }, "end": { - "line": 2977, + "line": 2973, "column": 9 } } }, "range": [ - 88950, - 89316 + 88808, + 89174 ], "loc": { "start": { - "line": 2966, + "line": 2962, "column": 8 }, "end": { - "line": 2977, + "line": 2973, "column": 9 } } @@ -165205,47 +164758,47 @@ "type": "Identifier", "name": "header", "range": [ - 89332, - 89338 + 89190, + 89196 ], "loc": { "start": { - "line": 2978, + "line": 2974, "column": 15 }, "end": { - "line": 2978, + "line": 2974, "column": 21 } } }, "range": [ - 89325, - 89339 + 89183, + 89197 ], "loc": { "start": { - "line": 2978, + "line": 2974, "column": 8 }, "end": { - "line": 2978, + "line": 2974, "column": 22 } } } ], "range": [ - 88759, - 89345 + 88617, + 89203 ], "loc": { "start": { - "line": 2961, + "line": 2957, "column": 31 }, "end": { - "line": 2979, + "line": 2975, "column": 5 } } @@ -165253,16 +164806,16 @@ "generator": false, "expression": false, "range": [ - 88748, - 89345 + 88606, + 89203 ], "loc": { "start": { - "line": 2961, + "line": 2957, "column": 20 }, "end": { - "line": 2979, + "line": 2975, "column": 5 } } @@ -165270,16 +164823,16 @@ "kind": "method", "computed": false, "range": [ - 88732, - 89345 + 88590, + 89203 ], "loc": { "start": { - "line": 2961, + "line": 2957, "column": 4 }, "end": { - "line": 2979, + "line": 2975, "column": 5 } }, @@ -165288,16 +164841,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 88586, - 88727 + 88444, + 88585 ], "loc": { "start": { - "line": 2956, + "line": 2952, "column": 4 }, "end": { - "line": 2960, + "line": 2956, "column": 7 } } @@ -165308,16 +164861,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 89351, - 89524 + 89209, + 89382 ], "loc": { "start": { - "line": 2981, + "line": 2977, "column": 4 }, "end": { - "line": 2985, + "line": 2981, "column": 7 } } @@ -165331,16 +164884,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 89529, - 89543 + 89387, + 89401 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 4 }, "end": { - "line": 2986, + "line": 2982, "column": 18 } } @@ -165355,16 +164908,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 89544, - 89561 + 89402, + 89419 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 19 }, "end": { - "line": 2986, + "line": 2982, "column": 36 } } @@ -165374,31 +164927,31 @@ "value": false, "raw": "false", "range": [ - 89564, - 89569 + 89422, + 89427 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 39 }, "end": { - "line": 2986, + "line": 2982, "column": 44 } } }, "range": [ - 89544, - 89569 + 89402, + 89427 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 19 }, "end": { - "line": 2986, + "line": 2982, "column": 44 } } @@ -165416,16 +164969,16 @@ "type": "Identifier", "name": "headers", "range": [ - 89585, - 89592 + 89443, + 89450 ], "loc": { "start": { - "line": 2987, + "line": 2983, "column": 12 }, "end": { - "line": 2987, + "line": 2983, "column": 19 } } @@ -165434,31 +164987,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 89595, - 89597 + 89453, + 89455 ], "loc": { "start": { - "line": 2987, + "line": 2983, "column": 22 }, "end": { - "line": 2987, + "line": 2983, "column": 24 } } }, "range": [ - 89585, - 89597 + 89443, + 89455 ], "loc": { "start": { - "line": 2987, + "line": 2983, "column": 12 }, "end": { - "line": 2987, + "line": 2983, "column": 24 } } @@ -165466,16 +165019,16 @@ ], "kind": "let", "range": [ - 89581, - 89598 + 89439, + 89456 ], "loc": { "start": { - "line": 2987, + "line": 2983, "column": 8 }, "end": { - "line": 2987, + "line": 2983, "column": 25 } } @@ -165491,16 +165044,16 @@ "type": "Identifier", "name": "j", "range": [ - 89616, - 89617 + 89474, + 89475 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 17 }, "end": { - "line": 2988, + "line": 2984, "column": 18 } } @@ -165510,31 +165063,31 @@ "value": 0, "raw": "0", "range": [ - 89620, - 89621 + 89478, + 89479 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 21 }, "end": { - "line": 2988, + "line": 2984, "column": 22 } } }, "range": [ - 89616, - 89621 + 89474, + 89479 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 17 }, "end": { - "line": 2988, + "line": 2984, "column": 22 } } @@ -165542,16 +165095,16 @@ ], "kind": "let", "range": [ - 89612, - 89621 + 89470, + 89479 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 13 }, "end": { - "line": 2988, + "line": 2984, "column": 22 } } @@ -165563,16 +165116,16 @@ "type": "Identifier", "name": "j", "range": [ - 89623, - 89624 + 89481, + 89482 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 24 }, "end": { - "line": 2988, + "line": 2984, "column": 25 } } @@ -165583,16 +165136,16 @@ "object": { "type": "ThisExpression", "range": [ - 89627, - 89631 + 89485, + 89489 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 28 }, "end": { - "line": 2988, + "line": 2984, "column": 32 } } @@ -165601,46 +165154,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 89632, - 89639 + 89490, + 89497 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 33 }, "end": { - "line": 2988, + "line": 2984, "column": 40 } } }, "range": [ - 89627, - 89639 + 89485, + 89497 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 28 }, "end": { - "line": 2988, + "line": 2984, "column": 40 } } }, "range": [ - 89623, - 89639 + 89481, + 89497 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 24 }, "end": { - "line": 2988, + "line": 2984, "column": 40 } } @@ -165652,32 +165205,32 @@ "type": "Identifier", "name": "j", "range": [ - 89641, - 89642 + 89499, + 89500 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 42 }, "end": { - "line": 2988, + "line": 2984, "column": 43 } } }, "prefix": false, "range": [ - 89641, - 89644 + 89499, + 89502 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 42 }, "end": { - "line": 2988, + "line": 2984, "column": 45 } } @@ -165694,16 +165247,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 89664, - 89681 + 89522, + 89539 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 16 }, "end": { - "line": 2989, + "line": 2985, "column": 33 } } @@ -165716,16 +165269,16 @@ "object": { "type": "ThisExpression", "range": [ - 89685, - 89689 + 89543, + 89547 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 37 }, "end": { - "line": 2989, + "line": 2985, "column": 41 } } @@ -165734,31 +165287,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 89690, - 89702 + 89548, + 89560 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 42 }, "end": { - "line": 2989, + "line": 2985, "column": 54 } } }, "range": [ - 89685, - 89702 + 89543, + 89560 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 37 }, "end": { - "line": 2989, + "line": 2985, "column": 54 } } @@ -165769,47 +165322,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 89703, - 89719 + 89561, + 89577 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 55 }, "end": { - "line": 2989, + "line": 2985, "column": 71 } } } ], "range": [ - 89685, - 89720 + 89543, + 89578 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 37 }, "end": { - "line": 2989, + "line": 2985, "column": 72 } } }, "range": [ - 89664, - 89720 + 89522, + 89578 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 16 }, "end": { - "line": 2989, + "line": 2985, "column": 72 } } @@ -165832,16 +165385,16 @@ "object": { "type": "ThisExpression", "range": [ - 89744, - 89748 + 89602, + 89606 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 20 }, "end": { - "line": 2990, + "line": 2986, "column": 24 } } @@ -165850,31 +165403,31 @@ "type": "Identifier", "name": "extension", "range": [ - 89749, - 89758 + 89607, + 89616 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 25 }, "end": { - "line": 2990, + "line": 2986, "column": 34 } } }, "range": [ - 89744, - 89758 + 89602, + 89616 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 20 }, "end": { - "line": 2990, + "line": 2986, "column": 34 } } @@ -165885,32 +165438,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 89759, - 89775 + 89617, + 89633 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 35 }, "end": { - "line": 2990, + "line": 2986, "column": 51 } } } ], "range": [ - 89744, - 89776 + 89602, + 89634 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 20 }, "end": { - "line": 2990, + "line": 2986, "column": 52 } } @@ -165919,31 +165472,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 89777, - 89788 + 89635, + 89646 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 53 }, "end": { - "line": 2990, + "line": 2986, "column": 64 } } }, "range": [ - 89744, - 89788 + 89602, + 89646 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 20 }, "end": { - "line": 2990, + "line": 2986, "column": 64 } } @@ -165953,32 +165506,32 @@ "type": "Identifier", "name": "j", "range": [ - 89789, - 89790 + 89647, + 89648 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 65 }, "end": { - "line": 2990, + "line": 2986, "column": 66 } } } ], "range": [ - 89744, - 89791 + 89602, + 89649 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 20 }, "end": { - "line": 2990, + "line": 2986, "column": 67 } } @@ -165990,80 +165543,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 89815, - 89824 + 89673, + 89682 ], "loc": { "start": { - "line": 2991, + "line": 2987, "column": 20 }, "end": { - "line": 2991, + "line": 2987, "column": 29 } } } ], "range": [ - 89793, - 89842 + 89651, + 89700 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 69 }, "end": { - "line": 2992, + "line": 2988, "column": 17 } } }, "alternate": null, "range": [ - 89740, - 89842 + 89598, + 89700 ], "loc": { "start": { - "line": 2990, + "line": 2986, "column": 16 }, "end": { - "line": 2992, + "line": 2988, "column": 17 } } } ], "range": [ - 89722, - 89856 + 89580, + 89714 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 74 }, "end": { - "line": 2993, + "line": 2989, "column": 13 } } }, "alternate": null, "range": [ - 89660, - 89856 + 89518, + 89714 ], "loc": { "start": { - "line": 2989, + "line": 2985, "column": 12 }, "end": { - "line": 2993, + "line": 2989, "column": 13 } } @@ -166077,16 +165630,16 @@ "type": "Identifier", "name": "header", "range": [ - 89873, - 89879 + 89731, + 89737 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 16 }, "end": { - "line": 2994, + "line": 2990, "column": 22 } } @@ -166099,16 +165652,16 @@ "object": { "type": "ThisExpression", "range": [ - 89882, - 89886 + 89740, + 89744 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 25 }, "end": { - "line": 2994, + "line": 2990, "column": 29 } } @@ -166117,31 +165670,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 89887, - 89903 + 89745, + 89761 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 30 }, "end": { - "line": 2994, + "line": 2990, "column": 46 } } }, "range": [ - 89882, - 89903 + 89740, + 89761 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 25 }, "end": { - "line": 2994, + "line": 2990, "column": 46 } } @@ -166151,47 +165704,47 @@ "type": "Identifier", "name": "j", "range": [ - 89904, - 89905 + 89762, + 89763 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 47 }, "end": { - "line": 2994, + "line": 2990, "column": 48 } } } ], "range": [ - 89882, - 89906 + 89740, + 89764 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 25 }, "end": { - "line": 2994, + "line": 2990, "column": 49 } } }, "range": [ - 89873, - 89906 + 89731, + 89764 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 16 }, "end": { - "line": 2994, + "line": 2990, "column": 49 } } @@ -166199,16 +165752,16 @@ ], "kind": "let", "range": [ - 89869, - 89907 + 89727, + 89765 ], "loc": { "start": { - "line": 2994, + "line": 2990, "column": 12 }, "end": { - "line": 2994, + "line": 2990, "column": 50 } } @@ -166222,16 +165775,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 89924, - 89934 + 89782, + 89792 ], "loc": { "start": { - "line": 2995, + "line": 2991, "column": 16 }, "end": { - "line": 2995, + "line": 2991, "column": 26 } } @@ -166242,16 +165795,16 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 89937, - 89953 + 89795, + 89811 ], "loc": { "start": { - "line": 2995, + "line": 2991, "column": 29 }, "end": { - "line": 2995, + "line": 2991, "column": 45 } } @@ -166261,47 +165814,47 @@ "type": "Identifier", "name": "header", "range": [ - 89954, - 89960 + 89812, + 89818 ], "loc": { "start": { - "line": 2995, + "line": 2991, "column": 46 }, "end": { - "line": 2995, + "line": 2991, "column": 52 } } } ], "range": [ - 89937, - 89961 + 89795, + 89819 ], "loc": { "start": { - "line": 2995, + "line": 2991, "column": 29 }, "end": { - "line": 2995, + "line": 2991, "column": 53 } } }, "range": [ - 89924, - 89961 + 89782, + 89819 ], "loc": { "start": { - "line": 2995, + "line": 2991, "column": 16 }, "end": { - "line": 2995, + "line": 2991, "column": 53 } } @@ -166309,16 +165862,16 @@ ], "kind": "let", "range": [ - 89920, - 89962 + 89778, + 89820 ], "loc": { "start": { - "line": 2995, + "line": 2991, "column": 12 }, "end": { - "line": 2995, + "line": 2991, "column": 54 } } @@ -166334,16 +165887,16 @@ "type": "Identifier", "name": "headers", "range": [ - 89975, - 89982 + 89833, + 89840 ], "loc": { "start": { - "line": 2996, + "line": 2992, "column": 12 }, "end": { - "line": 2996, + "line": 2992, "column": 19 } } @@ -166352,31 +165905,31 @@ "type": "Identifier", "name": "push", "range": [ - 89983, - 89987 + 89841, + 89845 ], "loc": { "start": { - "line": 2996, + "line": 2992, "column": 20 }, "end": { - "line": 2996, + "line": 2992, "column": 24 } } }, "range": [ - 89975, - 89987 + 89833, + 89845 ], "loc": { "start": { - "line": 2996, + "line": 2992, "column": 12 }, "end": { - "line": 2996, + "line": 2992, "column": 24 } } @@ -166386,78 +165939,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 89988, - 89998 + 89846, + 89856 ], "loc": { "start": { - "line": 2996, + "line": 2992, "column": 25 }, "end": { - "line": 2996, + "line": 2992, "column": 35 } } } ], "range": [ - 89975, - 89999 + 89833, + 89857 ], "loc": { "start": { - "line": 2996, + "line": 2992, "column": 12 }, "end": { - "line": 2996, + "line": 2992, "column": 36 } } }, "range": [ - 89975, - 90000 + 89833, + 89858 ], "loc": { "start": { - "line": 2996, + "line": 2992, "column": 12 }, "end": { - "line": 2996, + "line": 2992, "column": 37 } } } ], "range": [ - 89646, - 90010 + 89504, + 89868 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 47 }, "end": { - "line": 2997, + "line": 2993, "column": 9 } } }, "range": [ - 89607, - 90010 + 89465, + 89868 ], "loc": { "start": { - "line": 2988, + "line": 2984, "column": 8 }, "end": { - "line": 2997, + "line": 2993, "column": 9 } } @@ -166468,47 +166021,47 @@ "type": "Identifier", "name": "headers", "range": [ - 90026, - 90033 + 89884, + 89891 ], "loc": { "start": { - "line": 2998, + "line": 2994, "column": 15 }, "end": { - "line": 2998, + "line": 2994, "column": 22 } } }, "range": [ - 90019, - 90034 + 89877, + 89892 ], "loc": { "start": { - "line": 2998, + "line": 2994, "column": 8 }, "end": { - "line": 2998, + "line": 2994, "column": 23 } } } ], "range": [ - 89571, - 90040 + 89429, + 89898 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 46 }, "end": { - "line": 2999, + "line": 2995, "column": 5 } } @@ -166516,16 +166069,16 @@ "generator": false, "expression": false, "range": [ - 89543, - 90040 + 89401, + 89898 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 18 }, "end": { - "line": 2999, + "line": 2995, "column": 5 } } @@ -166533,16 +166086,16 @@ "kind": "method", "computed": false, "range": [ - 89529, - 90040 + 89387, + 89898 ], "loc": { "start": { - "line": 2986, + "line": 2982, "column": 4 }, "end": { - "line": 2999, + "line": 2995, "column": 5 } }, @@ -166551,16 +166104,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 89351, - 89524 + 89209, + 89382 ], "loc": { "start": { - "line": 2981, + "line": 2977, "column": 4 }, "end": { - "line": 2985, + "line": 2981, "column": 7 } } @@ -166571,16 +166124,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": [ - 90046, - 90182 + 89904, + 90040 ], "loc": { "start": { - "line": 3001, + "line": 2997, "column": 4 }, "end": { - "line": 3005, + "line": 3001, "column": 7 } } @@ -166594,16 +166147,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 90187, - 90200 + 90045, + 90058 ], "loc": { "start": { - "line": 3006, + "line": 3002, "column": 4 }, "end": { - "line": 3006, + "line": 3002, "column": 17 } } @@ -166616,16 +166169,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 90201, - 90209 + 90059, + 90067 ], "loc": { "start": { - "line": 3006, + "line": 3002, "column": 18 }, "end": { - "line": 3006, + "line": 3002, "column": 26 } } @@ -166643,16 +166196,16 @@ "type": "Identifier", "name": "colType", "range": [ - 90225, - 90232 + 90083, + 90090 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 12 }, "end": { - "line": 3007, + "line": 3003, "column": 19 } } @@ -166666,16 +166219,16 @@ "object": { "type": "ThisExpression", "range": [ - 90235, - 90239 + 90093, + 90097 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 22 }, "end": { - "line": 3007, + "line": 3003, "column": 26 } } @@ -166684,31 +166237,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 90240, - 90243 + 90098, + 90101 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 27 }, "end": { - "line": 3007, + "line": 3003, "column": 30 } } }, "range": [ - 90235, - 90243 + 90093, + 90101 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 22 }, "end": { - "line": 3007, + "line": 3003, "column": 30 } } @@ -166721,16 +166274,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 90244, - 90250 + 90102, + 90108 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 31 }, "end": { - "line": 3007, + "line": 3003, "column": 37 } } @@ -166739,61 +166292,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 90253, - 90261 + 90111, + 90119 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 40 }, "end": { - "line": 3007, + "line": 3003, "column": 48 } } }, "range": [ - 90244, - 90261 + 90102, + 90119 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 31 }, "end": { - "line": 3007, + "line": 3003, "column": 48 } } }, "range": [ - 90235, - 90262 + 90093, + 90120 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 22 }, "end": { - "line": 3007, + "line": 3003, "column": 49 } } }, "range": [ - 90225, - 90262 + 90083, + 90120 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 12 }, "end": { - "line": 3007, + "line": 3003, "column": 49 } } @@ -166801,16 +166354,16 @@ ], "kind": "let", "range": [ - 90221, - 90263 + 90079, + 90121 ], "loc": { "start": { - "line": 3007, + "line": 3003, "column": 8 }, "end": { - "line": 3007, + "line": 3003, "column": 50 } } @@ -166826,32 +166379,32 @@ "type": "Identifier", "name": "colType", "range": [ - 90280, - 90287 + 90138, + 90145 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 16 }, "end": { - "line": 3008, + "line": 3004, "column": 23 } } }, "prefix": true, "range": [ - 90279, - 90287 + 90137, + 90145 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 15 }, "end": { - "line": 3008, + "line": 3004, "column": 23 } } @@ -166860,16 +166413,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 90290, - 90295 + 90148, + 90153 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 26 }, "end": { - "line": 3008, + "line": 3004, "column": 31 } } @@ -166883,16 +166436,16 @@ "type": "Identifier", "name": "colType", "range": [ - 90298, - 90305 + 90156, + 90163 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 34 }, "end": { - "line": 3008, + "line": 3004, "column": 41 } } @@ -166901,93 +166454,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 90306, - 90317 + 90164, + 90175 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 42 }, "end": { - "line": 3008, + "line": 3004, "column": 53 } } }, "range": [ - 90298, - 90317 + 90156, + 90175 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 34 }, "end": { - "line": 3008, + "line": 3004, "column": 53 } } }, "arguments": [], "range": [ - 90298, - 90319 + 90156, + 90177 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 34 }, "end": { - "line": 3008, + "line": 3004, "column": 55 } } }, "range": [ - 90279, - 90319 + 90137, + 90177 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 15 }, "end": { - "line": 3008, + "line": 3004, "column": 55 } } }, "range": [ - 90272, - 90320 + 90130, + 90178 ], "loc": { "start": { - "line": 3008, + "line": 3004, "column": 8 }, "end": { - "line": 3008, + "line": 3004, "column": 56 } } } ], "range": [ - 90211, - 90326 + 90069, + 90184 ], "loc": { "start": { - "line": 3006, + "line": 3002, "column": 28 }, "end": { - "line": 3009, + "line": 3005, "column": 5 } } @@ -166995,16 +166548,16 @@ "generator": false, "expression": false, "range": [ - 90200, - 90326 + 90058, + 90184 ], "loc": { "start": { - "line": 3006, + "line": 3002, "column": 17 }, "end": { - "line": 3009, + "line": 3005, "column": 5 } } @@ -167012,16 +166565,16 @@ "kind": "method", "computed": false, "range": [ - 90187, - 90326 + 90045, + 90184 ], "loc": { "start": { - "line": 3006, + "line": 3002, "column": 4 }, "end": { - "line": 3009, + "line": 3005, "column": 5 } }, @@ -167030,16 +166583,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": [ - 90046, - 90182 + 89904, + 90040 ], "loc": { "start": { - "line": 3001, + "line": 2997, "column": 4 }, "end": { - "line": 3005, + "line": 3001, "column": 7 } } @@ -167050,16 +166603,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 90332, - 90414 + 90190, + 90272 ], "loc": { "start": { - "line": 3011, + "line": 3007, "column": 4 }, "end": { - "line": 3014, + "line": 3010, "column": 7 } } @@ -167073,16 +166626,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 90419, - 90438 + 90277, + 90296 ], "loc": { "start": { - "line": 3015, + "line": 3011, "column": 4 }, "end": { - "line": 3015, + "line": 3011, "column": 23 } } @@ -167104,16 +166657,16 @@ "object": { "type": "ThisExpression", "range": [ - 90458, - 90462 + 90316, + 90320 ], "loc": { "start": { - "line": 3016, + "line": 3012, "column": 15 }, "end": { - "line": 3016, + "line": 3012, "column": 19 } } @@ -167122,31 +166675,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 90463, - 90472 + 90321, + 90330 ], "loc": { "start": { - "line": 3016, + "line": 3012, "column": 20 }, "end": { - "line": 3016, + "line": 3012, "column": 29 } } }, "range": [ - 90458, - 90472 + 90316, + 90330 ], "loc": { "start": { - "line": 3016, + "line": 3012, "column": 15 }, "end": { - "line": 3016, + "line": 3012, "column": 29 } } @@ -167157,63 +166710,63 @@ "value": false, "raw": "false", "range": [ - 90473, - 90478 + 90331, + 90336 ], "loc": { "start": { - "line": 3016, + "line": 3012, "column": 30 }, "end": { - "line": 3016, + "line": 3012, "column": 35 } } } ], "range": [ - 90458, - 90479 + 90316, + 90337 ], "loc": { "start": { - "line": 3016, + "line": 3012, "column": 15 }, "end": { - "line": 3016, + "line": 3012, "column": 36 } } }, "range": [ - 90451, - 90480 + 90309, + 90338 ], "loc": { "start": { - "line": 3016, + "line": 3012, "column": 8 }, "end": { - "line": 3016, + "line": 3012, "column": 37 } } } ], "range": [ - 90441, - 90486 + 90299, + 90344 ], "loc": { "start": { - "line": 3015, + "line": 3011, "column": 26 }, "end": { - "line": 3017, + "line": 3013, "column": 5 } } @@ -167221,16 +166774,16 @@ "generator": false, "expression": false, "range": [ - 90438, - 90486 + 90296, + 90344 ], "loc": { "start": { - "line": 3015, + "line": 3011, "column": 23 }, "end": { - "line": 3017, + "line": 3013, "column": 5 } } @@ -167238,16 +166791,16 @@ "kind": "method", "computed": false, "range": [ - 90419, - 90486 + 90277, + 90344 ], "loc": { "start": { - "line": 3015, + "line": 3011, "column": 4 }, "end": { - "line": 3017, + "line": 3013, "column": 5 } }, @@ -167256,16 +166809,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 90332, - 90414 + 90190, + 90272 ], "loc": { "start": { - "line": 3011, + "line": 3007, "column": 4 }, "end": { - "line": 3014, + "line": 3010, "column": 7 } } @@ -167276,16 +166829,16 @@ "type": "Block", "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n ", "range": [ - 90492, - 90648 + 90350, + 90506 ], "loc": { "start": { - "line": 3019, + "line": 3015, "column": 4 }, "end": { - "line": 3023, + "line": 3019, "column": 7 } } @@ -167299,16 +166852,16 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 90653, - 90667 + 90511, + 90525 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 4 }, "end": { - "line": 3024, + "line": 3020, "column": 18 } } @@ -167323,16 +166876,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 90668, - 90674 + 90526, + 90532 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 19 }, "end": { - "line": 3024, + "line": 3020, "column": 25 } } @@ -167342,31 +166895,31 @@ "value": false, "raw": "false", "range": [ - 90677, - 90682 + 90535, + 90540 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 28 }, "end": { - "line": 3024, + "line": 3020, "column": 33 } } }, "range": [ - 90668, - 90682 + 90526, + 90540 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 19 }, "end": { - "line": 3024, + "line": 3020, "column": 33 } } @@ -167388,16 +166941,16 @@ "object": { "type": "ThisExpression", "range": [ - 90701, - 90705 + 90559, + 90563 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 15 }, "end": { - "line": 3025, + "line": 3021, "column": 19 } } @@ -167406,31 +166959,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 90706, - 90718 + 90564, + 90576 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 20 }, "end": { - "line": 3025, + "line": 3021, "column": 32 } } }, "range": [ - 90701, - 90718 + 90559, + 90576 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 15 }, "end": { - "line": 3025, + "line": 3021, "column": 32 } } @@ -167440,32 +166993,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 90719, - 90725 + 90577, + 90583 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 33 }, "end": { - "line": 3025, + "line": 3021, "column": 39 } } } ], "range": [ - 90701, - 90726 + 90559, + 90584 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 15 }, "end": { - "line": 3025, + "line": 3021, "column": 40 } } @@ -167474,62 +167027,62 @@ "type": "Identifier", "name": "length", "range": [ - 90727, - 90733 + 90585, + 90591 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 41 }, "end": { - "line": 3025, + "line": 3021, "column": 47 } } }, "range": [ - 90701, - 90733 + 90559, + 90591 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 15 }, "end": { - "line": 3025, + "line": 3021, "column": 47 } } }, "range": [ - 90694, - 90734 + 90552, + 90592 ], "loc": { "start": { - "line": 3025, + "line": 3021, "column": 8 }, "end": { - "line": 3025, + "line": 3021, "column": 48 } } } ], "range": [ - 90684, - 90740 + 90542, + 90598 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 35 }, "end": { - "line": 3026, + "line": 3022, "column": 5 } } @@ -167537,16 +167090,16 @@ "generator": false, "expression": false, "range": [ - 90667, - 90740 + 90525, + 90598 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 18 }, "end": { - "line": 3026, + "line": 3022, "column": 5 } } @@ -167554,16 +167107,16 @@ "kind": "method", "computed": false, "range": [ - 90653, - 90740 + 90511, + 90598 ], "loc": { "start": { - "line": 3024, + "line": 3020, "column": 4 }, "end": { - "line": 3026, + "line": 3022, "column": 5 } }, @@ -167572,16 +167125,16 @@ "type": "Block", "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n ", "range": [ - 90492, - 90648 + 90350, + 90506 ], "loc": { "start": { - "line": 3019, + "line": 3015, "column": 4 }, "end": { - "line": 3023, + "line": 3019, "column": 7 } } @@ -167592,16 +167145,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 90746, - 90834 + 90604, + 90692 ], "loc": { "start": { - "line": 3028, + "line": 3024, "column": 4 }, "end": { - "line": 3031, + "line": 3027, "column": 7 } } @@ -167615,16 +167168,16 @@ "type": "Identifier", "name": "config", "range": [ - 90839, - 90845 + 90697, + 90703 ], "loc": { "start": { - "line": 3032, + "line": 3028, "column": 4 }, "end": { - "line": 3032, + "line": 3028, "column": 10 } } @@ -167644,16 +167197,16 @@ "object": { "type": "ThisExpression", "range": [ - 90865, - 90869 + 90723, + 90727 ], "loc": { "start": { - "line": 3033, + "line": 3029, "column": 15 }, "end": { - "line": 3033, + "line": 3029, "column": 19 } } @@ -167662,62 +167215,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 90870, - 90873 + 90728, + 90731 ], "loc": { "start": { - "line": 3033, + "line": 3029, "column": 20 }, "end": { - "line": 3033, + "line": 3029, "column": 23 } } }, "range": [ - 90865, - 90873 + 90723, + 90731 ], "loc": { "start": { - "line": 3033, + "line": 3029, "column": 15 }, "end": { - "line": 3033, + "line": 3029, "column": 23 } } }, "range": [ - 90858, - 90874 + 90716, + 90732 ], "loc": { "start": { - "line": 3033, + "line": 3029, "column": 8 }, "end": { - "line": 3033, + "line": 3029, "column": 24 } } } ], "range": [ - 90848, - 90880 + 90706, + 90738 ], "loc": { "start": { - "line": 3032, + "line": 3028, "column": 13 }, "end": { - "line": 3034, + "line": 3030, "column": 5 } } @@ -167725,16 +167278,16 @@ "generator": false, "expression": false, "range": [ - 90845, - 90880 + 90703, + 90738 ], "loc": { "start": { - "line": 3032, + "line": 3028, "column": 10 }, "end": { - "line": 3034, + "line": 3030, "column": 5 } } @@ -167742,16 +167295,16 @@ "kind": "method", "computed": false, "range": [ - 90839, - 90880 + 90697, + 90738 ], "loc": { "start": { - "line": 3032, + "line": 3028, "column": 4 }, "end": { - "line": 3034, + "line": 3030, "column": 5 } }, @@ -167760,16 +167313,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 90746, - 90834 + 90604, + 90692 ], "loc": { "start": { - "line": 3028, + "line": 3024, "column": 4 }, "end": { - "line": 3031, + "line": 3027, "column": 7 } } @@ -167780,7 +167333,7 @@ ], "range": [ 1580, - 90882 + 90740 ], "loc": { "start": { @@ -167788,14 +167341,14 @@ "column": 25 }, "end": { - "line": 3035, + "line": 3031, "column": 1 } } }, "range": [ 1562, - 90882 + 90740 ], "loc": { "start": { @@ -167803,7 +167356,7 @@ "column": 7 }, "end": { - "line": 3035, + "line": 3031, "column": 1 } }, @@ -167833,7 +167386,7 @@ "source": null, "range": [ 1555, - 90882 + 90740 ], "loc": { "start": { @@ -167841,7 +167394,7 @@ "column": 0 }, "end": { - "line": 3035, + "line": 3031, "column": 1 } }, @@ -167870,7 +167423,7 @@ "sourceType": "module", "range": [ 0, - 90882 + 90740 ], "loc": { "start": { @@ -167878,7 +167431,7 @@ "column": 0 }, "end": { - "line": 3035, + "line": 3031, "column": 1 } }, @@ -171341,10 +170894,10 @@ }, { "type": "Block", - "value": "*\n * Destroy all the extensions defined in the configuration object\n ", + "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ 40777, - 40858 + 40851 ], "loc": { "start": { @@ -171361,16 +170914,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 41231, - 41297 + 41048, + 41114 ], "loc": { "start": { - "line": 1472, + "line": 1468, "column": 4 }, "end": { - "line": 1474, + "line": 1470, "column": 7 } } @@ -171379,16 +170932,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41418, - 41440 + 41235, + 41257 ], "loc": { "start": { - "line": 1479, + "line": 1475, "column": 8 }, "end": { - "line": 1479, + "line": 1475, "column": 30 } } @@ -171397,16 +170950,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42268, - 42294 + 42085, + 42111 ], "loc": { "start": { - "line": 1503, + "line": 1499, "column": 8 }, "end": { - "line": 1503, + "line": 1499, "column": 34 } } @@ -171415,16 +170968,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42392, - 42510 + 42209, + 42327 ], "loc": { "start": { - "line": 1509, + "line": 1505, "column": 4 }, "end": { - "line": 1512, + "line": 1508, "column": 7 } } @@ -171433,35 +170986,35 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42600, - 42638 + 42417, + 42455 ], "loc": { "start": { - "line": 1517, + "line": 1513, "column": 4 }, "end": { - "line": 1519, + "line": 1515, "column": 7 } } }, { "type": "Line", - "value": " broadcast destroy event", + "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 43448, - 43474 + 43265, + 43332 ], "loc": { "start": { - "line": 1549, + "line": 1545, "column": 8 }, "end": { - "line": 1549, - "column": 34 + "line": 1545, + "column": 75 } } }, @@ -171469,16 +171022,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43523, - 43547 + 43381, + 43405 ], "loc": { "start": { - "line": 1552, + "line": 1548, "column": 8 }, "end": { - "line": 1552, + "line": 1548, "column": 32 } } @@ -171487,16 +171040,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44128, - 44217 + 43986, + 44075 ], "loc": { "start": { - "line": 1571, + "line": 1567, "column": 4 }, "end": { - "line": 1573, + "line": 1569, "column": 7 } } @@ -171505,16 +171058,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44303, - 44326 + 44161, + 44184 ], "loc": { "start": { - "line": 1579, + "line": 1575, "column": 8 }, "end": { - "line": 1579, + "line": 1575, "column": 31 } } @@ -171523,16 +171076,16 @@ "type": "Line", "value": "custom container", "range": [ - 44423, - 44441 + 44281, + 44299 ], "loc": { "start": { - "line": 1583, + "line": 1579, "column": 8 }, "end": { - "line": 1583, + "line": 1579, "column": 26 } } @@ -171541,16 +171094,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44549, - 44562 + 44407, + 44420 ], "loc": { "start": { - "line": 1587, + "line": 1583, "column": 8 }, "end": { - "line": 1587, + "line": 1583, "column": 21 } } @@ -171559,16 +171112,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44781, - 44821 + 44639, + 44679 ], "loc": { "start": { - "line": 1593, + "line": 1589, "column": 8 }, "end": { - "line": 1593, + "line": 1589, "column": 48 } } @@ -171577,16 +171130,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45031, - 45077 + 44889, + 44935 ], "loc": { "start": { - "line": 1601, + "line": 1597, "column": 8 }, "end": { - "line": 1601, + "line": 1597, "column": 54 } } @@ -171595,16 +171148,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45228, - 45322 + 45086, + 45180 ], "loc": { "start": { - "line": 1607, + "line": 1603, "column": 8 }, "end": { - "line": 1608, + "line": 1604, "column": 52 } } @@ -171613,16 +171166,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45473, - 45517 + 45331, + 45375 ], "loc": { "start": { - "line": 1614, + "line": 1610, "column": 8 }, "end": { - "line": 1614, + "line": 1610, "column": 52 } } @@ -171631,16 +171184,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45668, - 45713 + 45526, + 45571 ], "loc": { "start": { - "line": 1620, + "line": 1616, "column": 8 }, "end": { - "line": 1620, + "line": 1616, "column": 53 } } @@ -171649,16 +171202,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 45760, - 45822 + 45618, + 45680 ], "loc": { "start": { - "line": 1622, + "line": 1618, "column": 12 }, "end": { - "line": 1622, + "line": 1618, "column": 74 } } @@ -171667,16 +171220,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 45835, - 45875 + 45693, + 45733 ], "loc": { "start": { - "line": 1623, + "line": 1619, "column": 12 }, "end": { - "line": 1623, + "line": 1619, "column": 52 } } @@ -171685,16 +171238,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 45989, - 46040 + 45847, + 45898 ], "loc": { "start": { - "line": 1629, + "line": 1625, "column": 4 }, "end": { - "line": 1631, + "line": 1627, "column": 7 } } @@ -171703,16 +171256,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46380, - 46437 + 46238, + 46295 ], "loc": { "start": { - "line": 1646, + "line": 1642, "column": 4 }, "end": { - "line": 1648, + "line": 1644, "column": 7 } } @@ -171721,16 +171274,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": [ - 46852, - 47006 + 46710, + 46864 ], "loc": { "start": { - "line": 1664, + "line": 1660, "column": 4 }, "end": { - "line": 1668, + "line": 1664, "column": 7 } } @@ -171739,16 +171292,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": [ - 47152, - 47348 + 47010, + 47206 ], "loc": { "start": { - "line": 1674, + "line": 1670, "column": 4 }, "end": { - "line": 1679, + "line": 1675, "column": 7 } } @@ -171757,16 +171310,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 48208, - 48445 + 48066, + 48303 ], "loc": { "start": { - "line": 1708, + "line": 1704, "column": 4 }, "end": { - "line": 1712, + "line": 1708, "column": 7 } } @@ -171775,16 +171328,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 48549, - 48573 + 48407, + 48431 ], "loc": { "start": { - "line": 1717, + "line": 1713, "column": 8 }, "end": { - "line": 1717, + "line": 1713, "column": 32 } } @@ -171793,16 +171346,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 48810, - 48832 + 48668, + 48690 ], "loc": { "start": { - "line": 1726, + "line": 1722, "column": 8 }, "end": { - "line": 1726, + "line": 1722, "column": 30 } } @@ -171811,16 +171364,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 48948, - 48988 + 48806, + 48846 ], "loc": { "start": { - "line": 1730, + "line": 1726, "column": 12 }, "end": { - "line": 1730, + "line": 1726, "column": 52 } } @@ -171829,16 +171382,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49120, - 49153 + 48978, + 49011 ], "loc": { "start": { - "line": 1736, + "line": 1732, "column": 12 }, "end": { - "line": 1736, + "line": 1732, "column": 45 } } @@ -171847,16 +171400,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 49322, - 49353 + 49180, + 49211 ], "loc": { "start": { - "line": 1743, + "line": 1739, "column": 16 }, "end": { - "line": 1743, + "line": 1739, "column": 47 } } @@ -171865,16 +171418,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49410, - 49442 + 49268, + 49300 ], "loc": { "start": { - "line": 1746, + "line": 1742, "column": 12 }, "end": { - "line": 1746, + "line": 1742, "column": 44 } } @@ -171883,16 +171436,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 49507, - 49525 + 49365, + 49383 ], "loc": { "start": { - "line": 1748, + "line": 1744, "column": 16 }, "end": { - "line": 1748, + "line": 1744, "column": 34 } } @@ -171901,16 +171454,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49805, - 49844 + 49663, + 49702 ], "loc": { "start": { - "line": 1758, + "line": 1754, "column": 16 }, "end": { - "line": 1758, + "line": 1754, "column": 55 } } @@ -171919,16 +171472,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 49935, - 49973 + 49793, + 49831 ], "loc": { "start": { - "line": 1760, + "line": 1756, "column": 20 }, "end": { - "line": 1760, + "line": 1756, "column": 58 } } @@ -171937,16 +171490,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 50051, - 50090 + 49909, + 49948 ], "loc": { "start": { - "line": 1762, + "line": 1758, "column": 20 }, "end": { - "line": 1762, + "line": 1758, "column": 59 } } @@ -171955,16 +171508,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 50182, - 50220 + 50040, + 50078 ], "loc": { "start": { - "line": 1764, + "line": 1760, "column": 20 }, "end": { - "line": 1764, + "line": 1760, "column": 58 } } @@ -171973,16 +171526,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50297, - 50330 + 50155, + 50188 ], "loc": { "start": { - "line": 1767, + "line": 1763, "column": 16 }, "end": { - "line": 1767, + "line": 1763, "column": 49 } } @@ -171991,16 +171544,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 50702, - 50757 + 50560, + 50615 ], "loc": { "start": { - "line": 1777, + "line": 1773, "column": 20 }, "end": { - "line": 1777, + "line": 1773, "column": 75 } } @@ -172009,16 +171562,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51502, - 51527 + 51360, + 51385 ], "loc": { "start": { - "line": 1797, + "line": 1793, "column": 16 }, "end": { - "line": 1797, + "line": 1793, "column": 41 } } @@ -172027,16 +171580,16 @@ "type": "Line", "value": "else single param", "range": [ - 51817, - 51836 + 51675, + 51694 ], "loc": { "start": { - "line": 1804, + "line": 1800, "column": 17 }, "end": { - "line": 1804, + "line": 1800, "column": 36 } } @@ -172045,16 +171598,16 @@ "type": "Line", "value": "for j", "range": [ - 52143, - 52150 + 52001, + 52008 ], "loc": { "start": { - "line": 1814, + "line": 1810, "column": 13 }, "end": { - "line": 1814, + "line": 1810, "column": 20 } } @@ -172063,16 +171616,16 @@ "type": "Line", "value": " for k", "range": [ - 52506, - 52514 + 52364, + 52372 ], "loc": { "start": { - "line": 1827, + "line": 1823, "column": 9 }, "end": { - "line": 1827, + "line": 1823, "column": 17 } } @@ -172081,16 +171634,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 52565, - 52594 + 52423, + 52452 ], "loc": { "start": { - "line": 1831, + "line": 1827, "column": 8 }, "end": { - "line": 1831, + "line": 1827, "column": 37 } } @@ -172099,16 +171652,16 @@ "type": "Block", "value": "*\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @returns {Boolean}\n ", "range": [ - 52705, - 52929 + 52563, + 52787 ], "loc": { "start": { - "line": 1837, + "line": 1833, "column": 4 }, "end": { - "line": 1843, + "line": 1839, "column": 7 } } @@ -172117,16 +171670,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 53486, - 53525 + 53344, + 53383 ], "loc": { "start": { - "line": 1856, + "line": 1852, "column": 12 }, "end": { - "line": 1856, + "line": 1852, "column": 51 } } @@ -172135,16 +171688,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 53538, - 53573 + 53396, + 53431 ], "loc": { "start": { - "line": 1857, + "line": 1853, "column": 12 }, "end": { - "line": 1857, + "line": 1853, "column": 47 } } @@ -172153,16 +171706,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 53797, - 53824 + 53655, + 53682 ], "loc": { "start": { - "line": 1866, + "line": 1862, "column": 8 }, "end": { - "line": 1866, + "line": 1862, "column": 35 } } @@ -172171,16 +171724,16 @@ "type": "Line", "value": " hatermN = re_an.test(term),", "range": [ - 54093, - 54123 + 53951, + 53981 ], "loc": { "start": { - "line": 1874, + "line": 1870, "column": 12 }, "end": { - "line": 1874, + "line": 1870, "column": 42 } } @@ -172189,16 +171742,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 54318, - 54357 + 54176, + 54215 ], "loc": { "start": { - "line": 1881, + "line": 1877, "column": 8 }, "end": { - "line": 1881, + "line": 1877, "column": 47 } } @@ -172207,16 +171760,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 54688, - 54713 + 54546, + 54571 ], "loc": { "start": { - "line": 1890, + "line": 1886, "column": 12 }, "end": { - "line": 1890, + "line": 1886, "column": 37 } } @@ -172225,16 +171778,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 55354, - 55373 + 55212, + 55231 ], "loc": { "start": { - "line": 1906, + "line": 1902, "column": 12 }, "end": { - "line": 1906, + "line": 1902, "column": 31 } } @@ -172243,16 +171796,16 @@ "type": "Line", "value": " lower date", "range": [ - 55536, - 55549 + 55394, + 55407 ], "loc": { "start": { - "line": 1911, + "line": 1907, "column": 12 }, "end": { - "line": 1911, + "line": 1907, "column": 25 } } @@ -172261,16 +171814,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 55714, - 55735 + 55572, + 55593 ], "loc": { "start": { - "line": 1916, + "line": 1912, "column": 12 }, "end": { - "line": 1916, + "line": 1912, "column": 33 } } @@ -172279,16 +171832,16 @@ "type": "Line", "value": " greater date", "range": [ - 55903, - 55918 + 55761, + 55776 ], "loc": { "start": { - "line": 1921, + "line": 1917, "column": 12 }, "end": { - "line": 1921, + "line": 1917, "column": 27 } } @@ -172297,16 +171850,16 @@ "type": "Line", "value": " different date", "range": [ - 56083, - 56100 + 55941, + 55958 ], "loc": { "start": { - "line": 1926, + "line": 1922, "column": 12 }, "end": { - "line": 1926, + "line": 1922, "column": 29 } } @@ -172315,16 +171868,16 @@ "type": "Line", "value": " equal date", "range": [ - 56290, - 56303 + 56148, + 56161 ], "loc": { "start": { - "line": 1931, + "line": 1927, "column": 12 }, "end": { - "line": 1931, + "line": 1927, "column": 25 } } @@ -172333,16 +171886,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 56494, - 56555 + 56352, + 56413 ], "loc": { "start": { - "line": 1936, + "line": 1932, "column": 12 }, "end": { - "line": 1936, + "line": 1932, "column": 73 } } @@ -172351,16 +171904,16 @@ "type": "Line", "value": " like date", "range": [ - 56595, - 56607 + 56453, + 56465 ], "loc": { "start": { - "line": 1937, + "line": 1933, "column": 39 }, "end": { - "line": 1937, + "line": 1933, "column": 51 } } @@ -172369,16 +171922,16 @@ "type": "Line", "value": "empty", "range": [ - 56923, - 56930 + 56781, + 56788 ], "loc": { "start": { - "line": 1945, + "line": 1941, "column": 12 }, "end": { - "line": 1945, + "line": 1941, "column": 19 } } @@ -172387,16 +171940,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57041, - 57052 + 56899, + 56910 ], "loc": { "start": { - "line": 1949, + "line": 1945, "column": 12 }, "end": { - "line": 1949, + "line": 1945, "column": 23 } } @@ -172405,16 +171958,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 57582, - 57643 + 57440, + 57501 ], "loc": { "start": { - "line": 1965, + "line": 1961, "column": 12 }, "end": { - "line": 1965, + "line": 1961, "column": 73 } } @@ -172423,16 +171976,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 57656, - 57683 + 57514, + 57541 ], "loc": { "start": { - "line": 1966, + "line": 1962, "column": 12 }, "end": { - "line": 1966, + "line": 1962, "column": 39 } } @@ -172441,16 +171994,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 57769, - 57831 + 57627, + 57689 ], "loc": { "start": { - "line": 1969, + "line": 1965, "column": 12 }, "end": { - "line": 1969, + "line": 1965, "column": 74 } } @@ -172459,16 +172012,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 57844, - 57852 + 57702, + 57710 ], "loc": { "start": { - "line": 1970, + "line": 1966, "column": 12 }, "end": { - "line": 1970, + "line": 1966, "column": 20 } } @@ -172477,16 +172030,16 @@ "type": "Line", "value": " lower equal", "range": [ - 57865, - 57879 + 57723, + 57737 ], "loc": { "start": { - "line": 1971, + "line": 1967, "column": 12 }, "end": { - "line": 1971, + "line": 1967, "column": 26 } } @@ -172495,16 +172048,16 @@ "type": "Line", "value": "greater equal", "range": [ - 58070, - 58085 + 57928, + 57943 ], "loc": { "start": { - "line": 1978, + "line": 1974, "column": 12 }, "end": { - "line": 1978, + "line": 1974, "column": 27 } } @@ -172513,16 +172066,16 @@ "type": "Line", "value": "lower", "range": [ - 58281, - 58288 + 58139, + 58146 ], "loc": { "start": { - "line": 1985, + "line": 1981, "column": 12 }, "end": { - "line": 1985, + "line": 1981, "column": 19 } } @@ -172531,16 +172084,16 @@ "type": "Line", "value": "greater", "range": [ - 58482, - 58491 + 58340, + 58349 ], "loc": { "start": { - "line": 1992, + "line": 1988, "column": 12 }, "end": { - "line": 1992, + "line": 1988, "column": 21 } } @@ -172549,16 +172102,16 @@ "type": "Line", "value": "different", "range": [ - 58685, - 58696 + 58543, + 58554 ], "loc": { "start": { - "line": 1999, + "line": 1995, "column": 12 }, "end": { - "line": 1999, + "line": 1995, "column": 23 } } @@ -172567,16 +172120,16 @@ "type": "Line", "value": "like", "range": [ - 58887, - 58893 + 58745, + 58751 ], "loc": { "start": { - "line": 2004, + "line": 2000, "column": 12 }, "end": { - "line": 2004, + "line": 2000, "column": 18 } } @@ -172585,16 +172138,16 @@ "type": "Line", "value": "equal", "range": [ - 59070, - 59077 + 58928, + 58935 ], "loc": { "start": { - "line": 2009, + "line": 2005, "column": 12 }, "end": { - "line": 2009, + "line": 2005, "column": 19 } } @@ -172603,16 +172156,16 @@ "type": "Line", "value": "starts with", "range": [ - 59253, - 59266 + 59111, + 59124 ], "loc": { "start": { - "line": 2014, + "line": 2010, "column": 12 }, "end": { - "line": 2014, + "line": 2010, "column": 25 } } @@ -172621,16 +172174,16 @@ "type": "Line", "value": "ends with", "range": [ - 59435, - 59446 + 59293, + 59304 ], "loc": { "start": { - "line": 2019, + "line": 2015, "column": 12 }, "end": { - "line": 2019, + "line": 2015, "column": 23 } } @@ -172639,16 +172192,16 @@ "type": "Line", "value": "empty", "range": [ - 59865, - 59872 + 59723, + 59730 ], "loc": { "start": { - "line": 2028, + "line": 2024, "column": 12 }, "end": { - "line": 2028, + "line": 2024, "column": 19 } } @@ -172657,16 +172210,16 @@ "type": "Line", "value": "non-empty", "range": [ - 59983, - 59994 + 59841, + 59852 ], "loc": { "start": { - "line": 2032, + "line": 2028, "column": 12 }, "end": { - "line": 2032, + "line": 2028, "column": 23 } } @@ -172675,16 +172228,16 @@ "type": "Line", "value": "regexp", "range": [ - 60106, - 60114 + 59964, + 59972 ], "loc": { "start": { - "line": 2036, + "line": 2032, "column": 12 }, "end": { - "line": 2036, + "line": 2032, "column": 20 } } @@ -172693,16 +172246,16 @@ "type": "Line", "value": "in case regexp throws", "range": [ - 60161, - 60184 + 60019, + 60042 ], "loc": { "start": { - "line": 2038, + "line": 2034, "column": 16 }, "end": { - "line": 2038, + "line": 2034, "column": 39 } } @@ -172711,16 +172264,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 60227, - 60248 + 60085, + 60106 ], "loc": { "start": { - "line": 2040, + "line": 2036, "column": 20 }, "end": { - "line": 2040, + "line": 2036, "column": 41 } } @@ -172729,16 +172282,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 60536, - 60595 + 60394, + 60453 ], "loc": { "start": { - "line": 2048, + "line": 2044, "column": 16 }, "end": { - "line": 2048, + "line": 2044, "column": 75 } } @@ -172747,16 +172300,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 60612, - 60663 + 60470, + 60521 ], "loc": { "start": { - "line": 2049, + "line": 2045, "column": 16 }, "end": { - "line": 2049, + "line": 2045, "column": 67 } } @@ -172765,16 +172318,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 60832, - 60881 + 60690, + 60739 ], "loc": { "start": { - "line": 2053, + "line": 2049, "column": 20 }, "end": { - "line": 2053, + "line": 2049, "column": 69 } } @@ -172783,16 +172336,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 60902, - 60956 + 60760, + 60814 ], "loc": { "start": { - "line": 2054, + "line": 2050, "column": 20 }, "end": { - "line": 2054, + "line": 2050, "column": 74 } } @@ -172801,16 +172354,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 60977, - 61016 + 60835, + 60874 ], "loc": { "start": { - "line": 2055, + "line": 2051, "column": 20 }, "end": { - "line": 2055, + "line": 2051, "column": 59 } } @@ -172819,16 +172372,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 61319, - 61372 + 61177, + 61230 ], "loc": { "start": { - "line": 2061, + "line": 2057, "column": 20 }, "end": { - "line": 2061, + "line": 2057, "column": 73 } } @@ -172837,16 +172390,16 @@ "type": "Line", "value": "else", "range": [ - 61695, - 61701 + 61553, + 61559 ], "loc": { "start": { - "line": 2072, + "line": 2068, "column": 9 }, "end": { - "line": 2072, + "line": 2068, "column": 15 } } @@ -172855,16 +172408,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=true] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 61740, - 62104 + 61598, + 61962 ], "loc": { "start": { - "line": 2077, + "line": 2073, "column": 4 }, "end": { - "line": 2084, + "line": 2080, "column": 7 } } @@ -172873,16 +172426,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 62640, - 62695 + 62498, + 62553 ], "loc": { "start": { - "line": 2103, + "line": 2099, "column": 12 }, "end": { - "line": 2103, + "line": 2099, "column": 67 } } @@ -172891,16 +172444,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 62895, - 62948 + 62753, + 62806 ], "loc": { "start": { - "line": 2110, + "line": 2106, "column": 12 }, "end": { - "line": 2110, + "line": 2106, "column": 65 } } @@ -172909,16 +172462,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 63026, - 63058 + 62884, + 62916 ], "loc": { "start": { - "line": 2112, + "line": 2108, "column": 16 }, "end": { - "line": 2112, + "line": 2108, "column": 48 } } @@ -172927,16 +172480,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": [ - 63382, - 63534 + 63240, + 63392 ], "loc": { "start": { - "line": 2125, + "line": 2121, "column": 4 }, "end": { - "line": 2129, + "line": 2125, "column": 7 } } @@ -172945,16 +172498,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 63928, - 63944 + 63786, + 63802 ], "loc": { "start": { - "line": 2144, + "line": 2140, "column": 8 }, "end": { - "line": 2144, + "line": 2140, "column": 24 } } @@ -172963,16 +172516,16 @@ "type": "Line", "value": "checklist", "range": [ - 64073, - 64084 + 63931, + 63942 ], "loc": { "start": { - "line": 2148, + "line": 2144, "column": 8 }, "end": { - "line": 2148, + "line": 2144, "column": 19 } } @@ -172981,16 +172534,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 64215, - 64283 + 64073, + 64141 ], "loc": { "start": { - "line": 2152, + "line": 2148, "column": 8 }, "end": { - "line": 2152, + "line": 2148, "column": 76 } } @@ -172999,16 +172552,16 @@ "type": "Line", "value": "empty string", "range": [ - 64292, - 64306 + 64150, + 64164 ], "loc": { "start": { - "line": 2153, + "line": 2149, "column": 8 }, "end": { - "line": 2153, + "line": 2149, "column": 22 } } @@ -173017,16 +172570,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 64500, - 64592 + 64358, + 64450 ], "loc": { "start": { - "line": 2162, + "line": 2158, "column": 4 }, "end": { - "line": 2165, + "line": 2161, "column": 7 } } @@ -173035,16 +172588,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 65034, - 65197 + 64892, + 65055 ], "loc": { "start": { - "line": 2182, + "line": 2178, "column": 4 }, "end": { - "line": 2186, + "line": 2182, "column": 7 } } @@ -173053,16 +172606,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": [ - 65328, - 65729 + 65186, + 65587 ], "loc": { "start": { - "line": 2194, + "line": 2190, "column": 4 }, "end": { - "line": 2202, + "line": 2198, "column": 7 } } @@ -173071,16 +172624,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": [ - 66146, - 66292 + 66004, + 66150 ], "loc": { "start": { - "line": 2218, + "line": 2214, "column": 4 }, "end": { - "line": 2222, + "line": 2218, "column": 7 } } @@ -173089,16 +172642,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": [ - 66401, - 66567 + 66259, + 66425 ], "loc": { "start": { - "line": 2228, + "line": 2224, "column": 4 }, "end": { - "line": 2232, + "line": 2228, "column": 7 } } @@ -173107,16 +172660,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": [ - 66713, - 66944 + 66571, + 66802 ], "loc": { "start": { - "line": 2238, + "line": 2234, "column": 4 }, "end": { - "line": 2243, + "line": 2239, "column": 7 } } @@ -173125,16 +172678,16 @@ "type": "Block", "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n ", "range": [ - 67184, - 67313 + 67042, + 67171 ], "loc": { "start": { - "line": 2254, + "line": 2250, "column": 4 }, "end": { - "line": 2258, + "line": 2254, "column": 7 } } @@ -173143,16 +172696,16 @@ "type": "Line", "value": "CallcustomCellData callback", "range": [ - 67381, - 67410 + 67239, + 67268 ], "loc": { "start": { - "line": 2261, + "line": 2257, "column": 8 }, "end": { - "line": 2261, + "line": 2257, "column": 37 } } @@ -173161,16 +172714,16 @@ "type": "Block", "value": "*\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n ", "range": [ - 67599, - 67779 + 67457, + 67637 ], "loc": { "start": { - "line": 2269, + "line": 2265, "column": 4 }, "end": { - "line": 2273, + "line": 2269, "column": 7 } } @@ -173179,16 +172732,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 68576, - 69032 + 68434, + 68890 ], "loc": { "start": { - "line": 2298, + "line": 2294, "column": 4 }, "end": { - "line": 2310, + "line": 2306, "column": 7 } } @@ -173197,16 +172750,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=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 70139, - 70598 + 69997, + 70456 ], "loc": { "start": { - "line": 2343, + "line": 2339, "column": 4 }, "end": { - "line": 2355, + "line": 2351, "column": 7 } } @@ -173215,16 +172768,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71829, - 72419 + 71687, + 72277 ], "loc": { "start": { - "line": 2392, + "line": 2388, "column": 4 }, "end": { - "line": 2403, + "line": 2399, "column": 7 } } @@ -173233,16 +172786,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 72785, - 72851 + 72643, + 72709 ], "loc": { "start": { - "line": 2419, + "line": 2415, "column": 8 }, "end": { - "line": 2419, + "line": 2415, "column": 74 } } @@ -173251,16 +172804,16 @@ "type": "Line", "value": " displayed", "range": [ - 72860, - 72872 + 72718, + 72730 ], "loc": { "start": { - "line": 2420, + "line": 2416, "column": 8 }, "end": { - "line": 2420, + "line": 2416, "column": 20 } } @@ -173269,16 +172822,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 73136, - 73189 + 72994, + 73047 ], "loc": { "start": { - "line": 2428, + "line": 2424, "column": 8 }, "end": { - "line": 2428, + "line": 2424, "column": 61 } } @@ -173287,16 +172840,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 73473, - 73635 + 73331, + 73493 ], "loc": { "start": { - "line": 2440, + "line": 2436, "column": 4 }, "end": { - "line": 2444, + "line": 2440, "column": 7 } } @@ -173305,16 +172858,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": [ - 73706, - 73879 + 73564, + 73737 ], "loc": { "start": { - "line": 2449, + "line": 2445, "column": 4 }, "end": { - "line": 2453, + "line": 2449, "column": 7 } } @@ -173323,16 +172876,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 74051, - 74083 + 73909, + 73941 ], "loc": { "start": { - "line": 2460, + "line": 2456, "column": 8 }, "end": { - "line": 2460, + "line": 2456, "column": 40 } } @@ -173341,16 +172894,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74724, - 74771 + 74582, + 74629 ], "loc": { "start": { - "line": 2484, + "line": 2480, "column": 4 }, "end": { - "line": 2486, + "line": 2482, "column": 7 } } @@ -173359,16 +172912,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 75021, - 75183 + 74879, + 75041 ], "loc": { "start": { - "line": 2497, + "line": 2493, "column": 4 }, "end": { - "line": 2501, + "line": 2497, "column": 7 } } @@ -173377,16 +172930,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75706, - 75724 + 75564, + 75582 ], "loc": { "start": { - "line": 2516, + "line": 2512, "column": 8 }, "end": { - "line": 2516, + "line": 2512, "column": 26 } } @@ -173395,16 +172948,16 @@ "type": "Line", "value": "checklist", "range": [ - 76173, - 76184 + 76031, + 76042 ], "loc": { "start": { - "line": 2528, + "line": 2524, "column": 8 }, "end": { - "line": 2528, + "line": 2524, "column": 19 } } @@ -173413,16 +172966,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76780, - 76884 + 76638, + 76742 ], "loc": { "start": { - "line": 2546, + "line": 2542, "column": 4 }, "end": { - "line": 2549, + "line": 2545, "column": 7 } } @@ -173431,16 +172984,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 77638, - 77690 + 77496, + 77548 ], "loc": { "start": { - "line": 2576, + "line": 2572, "column": 4 }, "end": { - "line": 2578, + "line": 2574, "column": 7 } } @@ -173449,16 +173002,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 77952, - 77981 + 77810, + 77839 ], "loc": { "start": { - "line": 2586, + "line": 2582, "column": 12 }, "end": { - "line": 2586, + "line": 2582, "column": 41 } } @@ -173467,16 +173020,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 78095, - 78143 + 77953, + 78001 ], "loc": { "start": { - "line": 2593, + "line": 2589, "column": 4 }, "end": { - "line": 2595, + "line": 2591, "column": 7 } } @@ -173485,16 +173038,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78588, - 78666 + 78446, + 78524 ], "loc": { "start": { - "line": 2614, + "line": 2610, "column": 4 }, "end": { - "line": 2616, + "line": 2612, "column": 7 } } @@ -173503,16 +173056,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 78874, - 78969 + 78732, + 78827 ], "loc": { "start": { - "line": 2623, + "line": 2619, "column": 4 }, "end": { - "line": 2626, + "line": 2622, "column": 7 } } @@ -173521,16 +173074,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79315, - 79401 + 79173, + 79259 ], "loc": { "start": { - "line": 2639, + "line": 2635, "column": 4 }, "end": { - "line": 2642, + "line": 2638, "column": 7 } } @@ -173539,16 +173092,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79475, - 79576 + 79333, + 79434 ], "loc": { "start": { - "line": 2647, + "line": 2643, "column": 4 }, "end": { - "line": 2650, + "line": 2646, "column": 7 } } @@ -173557,16 +173110,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 79662, - 79811 + 79520, + 79669 ], "loc": { "start": { - "line": 2655, + "line": 2651, "column": 4 }, "end": { - "line": 2659, + "line": 2655, "column": 7 } } @@ -173575,16 +173128,16 @@ "type": "Block", "value": "*\n * Builds filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n ", "range": [ - 79989, - 80152 + 79847, + 80010 ], "loc": { "start": { - "line": 2666, + "line": 2662, "column": 4 }, "end": { - "line": 2671, + "line": 2667, "column": 7 } } @@ -173593,16 +173146,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 80250, - 80347 + 80108, + 80205 ], "loc": { "start": { - "line": 2676, + "line": 2672, "column": 4 }, "end": { - "line": 2679, + "line": 2675, "column": 7 } } @@ -173611,16 +173164,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 80513, - 80618 + 80371, + 80476 ], "loc": { "start": { - "line": 2687, + "line": 2683, "column": 4 }, "end": { - "line": 2690, + "line": 2686, "column": 7 } } @@ -173629,16 +173182,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 81300, - 81343 + 81158, + 81201 ], "loc": { "start": { - "line": 2708, + "line": 2704, "column": 12 }, "end": { - "line": 2708, + "line": 2704, "column": 55 } } @@ -173647,16 +173200,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 81356, - 81395 + 81214, + 81253 ], "loc": { "start": { - "line": 2709, + "line": 2705, "column": 12 }, "end": { - "line": 2709, + "line": 2705, "column": 51 } } @@ -173665,16 +173218,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 81754, - 81787 + 81612, + 81645 ], "loc": { "start": { - "line": 2717, + "line": 2713, "column": 16 }, "end": { - "line": 2717, + "line": 2713, "column": 49 } } @@ -173683,16 +173236,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 82428, - 82584 + 82286, + 82442 ], "loc": { "start": { - "line": 2737, + "line": 2733, "column": 4 }, "end": { - "line": 2741, + "line": 2737, "column": 7 } } @@ -173701,16 +173254,16 @@ "type": "Block", "value": "*\n * Checks if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", "range": [ - 82776, - 82892 + 82634, + 82750 ], "loc": { "start": { - "line": 2748, + "line": 2744, "column": 4 }, "end": { - "line": 2752, + "line": 2748, "column": 7 } } @@ -173719,16 +173272,16 @@ "type": "Block", "value": "*\n * Checks if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", "range": [ - 82992, - 83110 + 82850, + 82968 ], "loc": { "start": { - "line": 2757, + "line": 2753, "column": 4 }, "end": { - "line": 2761, + "line": 2757, "column": 7 } } @@ -173737,16 +173290,16 @@ "type": "Block", "value": "*\n * Checks if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n ", "range": [ - 83243, - 83448 + 83101, + 83306 ], "loc": { "start": { - "line": 2767, + "line": 2763, "column": 4 }, "end": { - "line": 2772, + "line": 2768, "column": 7 } } @@ -173755,16 +173308,16 @@ "type": "Block", "value": "*\n * Returns clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n ", "range": [ - 83664, - 83806 + 83522, + 83664 ], "loc": { "start": { - "line": 2781, + "line": 2777, "column": 4 }, "end": { - "line": 2785, + "line": 2781, "column": 7 } } @@ -173773,16 +173326,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": [ - 84009, - 84228 + 83867, + 84086 ], "loc": { "start": { - "line": 2794, + "line": 2790, "column": 4 }, "end": { - "line": 2799, + "line": 2795, "column": 7 } } @@ -173791,16 +173344,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": [ - 84703, - 84962 + 84561, + 84820 ], "loc": { "start": { - "line": 2816, + "line": 2812, "column": 4 }, "end": { - "line": 2822, + "line": 2818, "column": 7 } } @@ -173809,16 +173362,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 85603, - 85675 + 85461, + 85533 ], "loc": { "start": { - "line": 2844, + "line": 2840, "column": 8 }, "end": { - "line": 2844, + "line": 2840, "column": 80 } } @@ -173827,16 +173380,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 86222, - 86297 + 86080, + 86155 ], "loc": { "start": { - "line": 2861, + "line": 2857, "column": 4 }, "end": { - "line": 2864, + "line": 2860, "column": 7 } } @@ -173845,16 +173398,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 86364, - 86443 + 86222, + 86301 ], "loc": { "start": { - "line": 2869, + "line": 2865, "column": 4 }, "end": { - "line": 2872, + "line": 2868, "column": 7 } } @@ -173863,16 +173416,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": [ - 86510, - 86686 + 86368, + 86544 ], "loc": { "start": { - "line": 2877, + "line": 2873, "column": 4 }, "end": { - "line": 2881, + "line": 2877, "column": 7 } } @@ -173881,16 +173434,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 87406, - 87496 + 87264, + 87354 ], "loc": { "start": { - "line": 2905, + "line": 2901, "column": 4 }, "end": { - "line": 2908, + "line": 2904, "column": 7 } } @@ -173899,16 +173452,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 87572, - 87647 + 87430, + 87505 ], "loc": { "start": { - "line": 2913, + "line": 2909, "column": 4 }, "end": { - "line": 2916, + "line": 2912, "column": 7 } } @@ -173917,16 +173470,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 87718, - 87845 + 87576, + 87703 ], "loc": { "start": { - "line": 2921, + "line": 2917, "column": 4 }, "end": { - "line": 2925, + "line": 2921, "column": 7 } } @@ -173935,16 +173488,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 87910, - 87982 + 87768, + 87840 ], "loc": { "start": { - "line": 2930, + "line": 2926, "column": 4 }, "end": { - "line": 2933, + "line": 2929, "column": 7 } } @@ -173953,16 +173506,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", "range": [ - 88090, - 88300 + 87948, + 88158 ], "loc": { "start": { - "line": 2939, + "line": 2935, "column": 4 }, "end": { - "line": 2944, + "line": 2940, "column": 7 } } @@ -173971,16 +173524,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 88586, - 88727 + 88444, + 88585 ], "loc": { "start": { - "line": 2956, + "line": 2952, "column": 4 }, "end": { - "line": 2960, + "line": 2956, "column": 7 } } @@ -173989,16 +173542,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 89351, - 89524 + 89209, + 89382 ], "loc": { "start": { - "line": 2981, + "line": 2977, "column": 4 }, "end": { - "line": 2985, + "line": 2981, "column": 7 } } @@ -174007,16 +173560,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": [ - 90046, - 90182 + 89904, + 90040 ], "loc": { "start": { - "line": 3001, + "line": 2997, "column": 4 }, "end": { - "line": 3005, + "line": 3001, "column": 7 } } @@ -174025,16 +173578,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 90332, - 90414 + 90190, + 90272 ], "loc": { "start": { - "line": 3011, + "line": 3007, "column": 4 }, "end": { - "line": 3014, + "line": 3010, "column": 7 } } @@ -174043,16 +173596,16 @@ "type": "Block", "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n ", "range": [ - 90492, - 90648 + 90350, + 90506 ], "loc": { "start": { - "line": 3019, + "line": 3015, "column": 4 }, "end": { - "line": 3023, + "line": 3019, "column": 7 } } @@ -174061,16 +173614,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 90746, - 90834 + 90604, + 90692 ], "loc": { "start": { - "line": 3028, + "line": 3024, "column": 4 }, "end": { - "line": 3031, + "line": 3027, "column": 7 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 32cfd9aa..16a00046 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.4.40 API Document + Emitter | tablefilter v0.4.41 API Document diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 6fa0bc21..2fd9189c 100644 --- a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html +++ b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html @@ -3,7 +3,7 @@ - AdapterEzEditTable | tablefilter v0.4.40 API Document + AdapterEzEditTable | tablefilter v0.4.41 API Document diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 4a63054d..ba185d93 100644 --- a/docs/class/src/extensions/colOps/colOps.js~ColOps.html +++ b/docs/class/src/extensions/colOps/colOps.js~ColOps.html @@ -3,7 +3,7 @@ - ColOps | tablefilter v0.4.40 API Document + ColOps | tablefilter v0.4.41 API Document diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index 123f69d7..c8d1f536 100644 --- a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html +++ b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html @@ -3,7 +3,7 @@ - ColsVisibility | tablefilter v0.4.40 API Document + ColsVisibility | tablefilter v0.4.41 API Document diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index c97aa51f..e01fe4aa 100644 --- a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html +++ b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html @@ -3,7 +3,7 @@ - FiltersVisibility | tablefilter v0.4.40 API Document + FiltersVisibility | tablefilter v0.4.41 API Document diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index a039d14f..d4c51f80 100644 --- a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html +++ b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html @@ -3,7 +3,7 @@ - AdapterSortableTable | tablefilter v0.4.40 API Document + AdapterSortableTable | tablefilter v0.4.41 API Document diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index a572f68a..b0043a1c 100644 --- a/docs/class/src/feature.js~Feature.html +++ b/docs/class/src/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.4.40 API Document + Feature | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 69c153c2..79b80521 100644 --- a/docs/class/src/modules/alternateRows.js~AlternateRows.html +++ b/docs/class/src/modules/alternateRows.js~AlternateRows.html @@ -3,7 +3,7 @@ - AlternateRows | tablefilter v0.4.40 API Document + AlternateRows | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 9929fc3d..14c24587 100644 --- a/docs/class/src/modules/checkList.js~CheckList.html +++ b/docs/class/src/modules/checkList.js~CheckList.html @@ -3,7 +3,7 @@ - CheckList | tablefilter v0.4.40 API Document + CheckList | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 62a4872f..d358d57d 100644 --- a/docs/class/src/modules/clearButton.js~ClearButton.html +++ b/docs/class/src/modules/clearButton.js~ClearButton.html @@ -3,7 +3,7 @@ - ClearButton | tablefilter v0.4.40 API Document + ClearButton | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html index ea56b534..d07868bf 100644 --- a/docs/class/src/modules/dateType.js~DateType.html +++ b/docs/class/src/modules/dateType.js~DateType.html @@ -3,7 +3,7 @@ - DateType | tablefilter v0.4.40 API Document + DateType | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 9ce8b1bd..f4312a9a 100644 --- a/docs/class/src/modules/dropdown.js~Dropdown.html +++ b/docs/class/src/modules/dropdown.js~Dropdown.html @@ -3,7 +3,7 @@ - Dropdown | tablefilter v0.4.40 API Document + Dropdown | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 67b32013..359a27d4 100644 --- a/docs/class/src/modules/gridLayout.js~GridLayout.html +++ b/docs/class/src/modules/gridLayout.js~GridLayout.html @@ -3,7 +3,7 @@ - GridLayout | tablefilter v0.4.40 API Document + GridLayout | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index d127bf0f..7fd8ee4c 100644 --- a/docs/class/src/modules/hash.js~Hash.html +++ b/docs/class/src/modules/hash.js~Hash.html @@ -3,7 +3,7 @@ - Hash | tablefilter v0.4.40 API Document + Hash | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index 633b01a5..cf83bf7d 100644 --- a/docs/class/src/modules/help.js~Help.html +++ b/docs/class/src/modules/help.js~Help.html @@ -3,7 +3,7 @@ - Help | tablefilter v0.4.40 API Document + Help | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index 7b5a9011..b497bb67 100644 --- a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html +++ b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html @@ -3,7 +3,7 @@ - HighlightKeyword | tablefilter v0.4.40 API Document + HighlightKeyword | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index 4c51ebf9..118e6ca5 100644 --- a/docs/class/src/modules/loader.js~Loader.html +++ b/docs/class/src/modules/loader.js~Loader.html @@ -3,7 +3,7 @@ - Loader | tablefilter v0.4.40 API Document + Loader | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 09cf8991..36687bc9 100644 --- a/docs/class/src/modules/noResults.js~NoResults.html +++ b/docs/class/src/modules/noResults.js~NoResults.html @@ -3,7 +3,7 @@ - NoResults | tablefilter v0.4.40 API Document + NoResults | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index 6607eab0..89038bdd 100644 --- a/docs/class/src/modules/paging.js~Paging.html +++ b/docs/class/src/modules/paging.js~Paging.html @@ -3,7 +3,7 @@ - Paging | tablefilter v0.4.40 API Document + Paging | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index 11c82e7a..3dd13ac1 100644 --- a/docs/class/src/modules/popupFilter.js~PopupFilter.html +++ b/docs/class/src/modules/popupFilter.js~PopupFilter.html @@ -3,7 +3,7 @@ - PopupFilter | tablefilter v0.4.40 API Document + PopupFilter | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 75e68275..f5360d35 100644 --- a/docs/class/src/modules/rowsCounter.js~RowsCounter.html +++ b/docs/class/src/modules/rowsCounter.js~RowsCounter.html @@ -3,7 +3,7 @@ - RowsCounter | tablefilter v0.4.40 API Document + RowsCounter | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 378d4fa7..9110476c 100644 --- a/docs/class/src/modules/state.js~State.html +++ b/docs/class/src/modules/state.js~State.html @@ -3,7 +3,7 @@ - State | tablefilter v0.4.40 API Document + State | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index a454bb5f..b01e2676 100644 --- a/docs/class/src/modules/statusBar.js~StatusBar.html +++ b/docs/class/src/modules/statusBar.js~StatusBar.html @@ -3,7 +3,7 @@ - StatusBar | tablefilter v0.4.40 API Document + StatusBar | tablefilter v0.4.41 API Document diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index bb6e75ff..88e8e554 100644 --- a/docs/class/src/modules/storage.js~Storage.html +++ b/docs/class/src/modules/storage.js~Storage.html @@ -3,7 +3,7 @@ - Storage | tablefilter v0.4.40 API Document + Storage | tablefilter v0.4.41 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 908b3760..36b963f4 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.4.40 API Document + TableFilter | tablefilter v0.4.41 API Document @@ -2983,7 +2983,7 @@ filter if an array is supplied

-

Destroy all the extensions defined in the configuration object

+

Destroy all the extensions store in extensions registry

@@ -8885,7 +8885,7 @@ filter if an array is supplied

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

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

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

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

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

-

Destroy all the extensions defined in the configuration object

+

Destroy all the extensions store in extensions registry

@@ -9215,7 +9215,7 @@ filter if an array is supplied

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

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

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

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

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

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

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

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

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

- source + source @@ -9992,7 +9992,7 @@ custom options values and texts

- source + source @@ -10060,7 +10060,7 @@ custom options values and texts

- source + source @@ -10129,7 +10129,7 @@ custom options values and texts

- source + source @@ -10197,7 +10197,7 @@ custom options values and texts

- source + source @@ -10266,7 +10266,7 @@ custom options values and texts

- source + source @@ -10317,7 +10317,7 @@ custom options values and texts

- source + source @@ -10407,7 +10407,7 @@ custom options values and texts

- source + source @@ -10510,7 +10510,7 @@ custom options values and texts

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

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

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

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

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

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

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

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

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

- source + source @@ -11121,7 +11121,7 @@ defined

- source + source @@ -11173,7 +11173,7 @@ row)

- source + source @@ -11242,7 +11242,7 @@ row)

- source + source @@ -11332,7 +11332,7 @@ row)

- source + source @@ -11401,7 +11401,7 @@ row)

- source + source @@ -11538,7 +11538,7 @@ row)

- source + source @@ -11614,7 +11614,7 @@ row)

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

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

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

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

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

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

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

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

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

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

- source + source @@ -12638,7 +12638,7 @@ columns

- source + source @@ -12679,7 +12679,7 @@ columns

- source + source @@ -12720,7 +12720,7 @@ columns

- source + source @@ -12778,7 +12778,7 @@ columns

- source + source @@ -12836,7 +12836,7 @@ columns

- source + source @@ -12901,7 +12901,7 @@ columns

- source + source @@ -12942,7 +12942,7 @@ columns

- source + source @@ -12983,7 +12983,7 @@ columns

- source + source diff --git a/docs/dump.json b/docs/dump.json index cf9a22ce..b2325278 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -17493,7 +17493,7 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef, EMPTY_FN\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\nimport {DateType} from './modules/dateType';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE') {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n if (this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n requires at least 1 row.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : EMPTY_FN;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ?\n f.on_after_filter : EMPTY_FN;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n */\n this.ignoreDiacritics = f.ignore_diacritics;\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : EMPTY_FN;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : EMPTY_FN;\n\n /**\n * List of columns implementing custom filtering\n * @type {Array}\n */\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n\n /**\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n */\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : EMPTY_FN;\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = Boolean(f.mark_active_columns);\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : EMPTY_FN;\n\n /**\n * Callback fired after a column is marked as filtered\n * @type {Function}\n */\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : EMPTY_FN;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n */\n this.clearFilterText = f.clear_filter_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : EMPTY_FN;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ?\n f.on_after_reset : EMPTY_FN;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n */\n this.hasColTypes = isArray(f.col_types);\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = this.hasColTypes ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.nbCells = this.getCellsNb(this.refRow);\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instanciate sugar date wrapper\n Mod.dateType = Mod.dateType || new DateType(this);\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n Mod.help = Mod.help || new Help(this);\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n Mod.state = Mod.state || new State(this);\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n Mod.gridLayout = Mod.gridLayout || new GridLayout(this);\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n Mod.loader = Mod.loader || new Loader(this);\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n Mod.popupFilter = Mod.popupFilter || new PopupFilter(this);\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n Mod.noResults = Mod.noResults || new NoResults(this);\n Mod.noResults.init();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /** @inherited */\n this.initialized = true;\n\n this.onFiltersLoaded(this);\n\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.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 fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inpType = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.buildFilterId(colIndex)],\n ['type', inpType], ['ct', colIndex]);\n\n if (inpType !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnText]\n );\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions() {\n let exts = this.extensions;\n\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n let extInstance = this.ExtRegistry[ext.name];\n if (extInstance) {\n extInstance.destroy();\n this.ExtRegistry[ext.name] = undefined;\n }\n }\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event\n emitter.emit('destroy', this);\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.tbl, this.prfxTf);\n removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infDiv = createElm('div');\n infDiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infDiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infDiv);\n infDiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infDiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = infDiv;\n\n /*** left div containing rows # displayer ***/\n let lDiv = createElm('div');\n lDiv.className = this.lDivCssClass;\n infDiv.appendChild(lDiv);\n this.lDiv = lDiv;\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rDiv = createElm('div');\n rDiv.className = this.rDivCssClass;\n infDiv.appendChild(rDiv);\n this.rDiv = rDiv;\n\n /*** mid div containing paging elements ***/\n let mDiv = createElm('div');\n mDiv.className = this.mDivCssClass;\n infDiv.appendChild(mDiv);\n this.mDiv = mDiv;\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //fire onbefore callback\n this.onBeforeFilter(this);\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellValue = matchCase(this.getCellValue(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // isolate search term and check occurence in cell data\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = this._testTerm(cS, cellValue, j);\n\n if (occur) {\n this.emitter.emit('highlight-keyword', this,\n cells[j], cS);\n }\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = this._testTerm(trim(sA), cellValue, j);\n if (occurence[j]) {\n this.emitter.emit('highlight-keyword', this, cells[j],\n sA);\n }\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n this.validateRow(k, isRowValid);\n if (!isRowValid) {\n hiddenRows++;\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //fire onafterfilter callback\n this.onAfterFilter(this);\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @returns {Boolean}\n */\n _testTerm(term, cellValue, colIdx) {\n let numData;\n let decimal = this.decimalSeparator;\n let reLe = new RegExp(this.leOperator),\n reGe = new RegExp(this.geOperator),\n reL = new RegExp(this.lwOperator),\n reG = new RegExp(this.grOperator),\n reD = new RegExp(this.dfOperator),\n reLk = new RegExp(rgxEsc(this.lkOperator)),\n reEq = new RegExp(this.eqOperator),\n reSt = new RegExp(this.stOperator),\n reEn = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n reEm = this.emOperator,\n reNm = this.nmOperator,\n reRe = new RegExp(rgxEsc(this.rgxOperator));\n\n term = matchCase(term, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = reL.test(term),\n hasLE = reLe.test(term),\n hasGR = reG.test(term),\n hasGE = reGe.test(term),\n hasDF = reD.test(term),\n hasEQ = reEq.test(term),\n hasLK = reLk.test(term),\n // hatermN = re_an.test(term),\n hasST = reSt.test(term),\n hasEN = reEn.test(term),\n hasEM = (reEm === term),\n hasNM = (reNm === term),\n hasRE = reRe.test(term);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(term.replace(reL, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(term.replace(reLe, ''), locale);\n let isGDate = hasGR &&\n isValidDate(term.replace(reG, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(term.replace(reGe, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(term.replace(reD, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(term.replace(reEq, ''), locale);\n\n dte1 = parseDate(cellValue, locale);\n\n // lower equal date\n if (isLEDate) {\n dte2 = parseDate(term.replace(reLe, ''), locale);\n occurence = dte1 <= dte2;\n }\n // lower date\n else if (isLDate) {\n dte2 = parseDate(term.replace(reL, ''), locale);\n occurence = dte1 < dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(term.replace(reGe, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(term.replace(reG, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(term.replace(reD, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(term.replace(reEq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (reLk.test(term)) {// like date\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n else if (isValidDate(term)) {\n dte2 = parseDate(term, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n } else {\n occurence = contains(term, cellValue,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellValue) || parseNb(cellValue, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n term.replace(reLe, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n term.replace(reGe, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n term.replace(reL, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n term.replace(reG, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(term.replace(reD, ''), cellValue,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(term.replace(reEq, ''), cellValue,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellValue.indexOf(term.replace(reSt, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = term.replace(reEn, '');\n occurence =\n cellValue.lastIndexOf(searchArg, cellValue.length - 1) ===\n (cellValue.length - 1) - (searchArg.length - 1) &&\n cellValue.lastIndexOf(searchArg, cellValue.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n }\n //regexp\n else if (hasRE) {\n //in case regexp throws\n try {\n //operator is removed\n let srchArg = term.replace(reRe, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellValue);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n term = parseNb(term, decimal) || term;\n occurence = numData === term ||\n contains(term.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(\n term,\n cellValue,\n this.isExactMatch(colIdx),\n this.caseSensitive,\n this.ignoresDiacritics(colIdx)\n );\n }\n }\n\n }//else\n\n return occurence;\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=true] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = []\n ) {\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex) {\n continue;\n }\n let data = getContent(cell[j]);\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex >= 0 ? rowIndex : 0];\n return tr ? tr.cells.length : 0;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.tbl.rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n\n /**\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n */\n getCellValue(cell) {\n let idx = cell.cellIndex;\n //CallcustomCellData callback\n if (this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData(this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n */\n getCellData(cell) {\n let colIndex = cell.cellIndex;\n let value = this.getCellValue(cell);\n\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let decimal = this.decimalSeparator;\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n return parseNb(value, decimal);\n }\n else if (this.hasType(colIndex, [NUMBER])) {\n return Number(value);\n }\n else if (this.hasType(colIndex, [DATE])){\n let dateType = this.Mod.dateType;\n let locale = dateType.getOptions(colIndex).locale || this.locale;\n return dateType.parse(value, locale);\n }\n\n return value;\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellValue = getContent(cells[j]);\n rowData[1].push(cellValue);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellValue = getContent(cells[k]);\n rData[1].push(cellValue);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = [],\n visible = true\n ) {\n if (isUndef(colIndex)) {\n return [];\n }\n\n let rows = this.tbl.rows;\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n // ensure valid rows index do not contain excluded rows and row is\n // displayed\n let validRows = this.getValidRows(true).filter((rowIdx) => {\n return exclude.indexOf(rowIdx) === -1 &&\n (visible ?\n this.getRowDisplay(rows[rowIdx]) !== 'none' :\n true);\n });\n\n // convert column value to expected type if necessary\n let validColValues = validRows.map((rowIdx) => {\n return getContent(rows[rowIdx].cells[colIndex]);\n });\n\n if (includeHeaders) {\n validColValues.unshift(this.getHeadersText()[colIndex]);\n }\n\n return validColValues;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n this.onRowValidated(this, rowIndex);\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.linkedFilters);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col');\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n this.onBeforeReset(this, this.getFiltersValue());\n\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n this.onAfterReset(this);\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n this.onBeforeActiveColumn(this, colIndex);\n\n addClass(header, this.activeColumnsCssClass);\n\n this.onAfterActiveColumn(this, colIndex);\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Builds filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n */\n buildFilterId(colIndex) {\n return `${this.prfxFlt}${colIndex}_${this.id}`;\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let colIdx = slcIndex[i];\n let curSlc = elm(this.fltIds[colIdx]);\n let slcSelectedValue = this.getFilterValue(colIdx);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== colIdx ||\n (this.paging && slcA1.indexOf(colIdx) !== -1 &&\n activeIdx === colIdx) ||\n (!this.paging && (slcA3.indexOf(colIdx) !== -1 ||\n slcA2.indexOf(colIdx) !== -1)) ||\n slcSelectedValue === this.getClearFilterText(colIdx)) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.getClearFilterText(colIdx), '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(colIdx) !== -1) {\n this.emitter.emit('build-checklist-filter', this, colIdx,\n true);\n } else {\n this.emitter.emit('build-select-filter', this, colIdx,\n true);\n }\n\n this.setFilterValue(colIdx, slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Checks if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n */\n isRowValid(rowIndex) {\n return this.getValidRows().indexOf(rowIndex) !== -1;\n }\n\n /**\n * Checks if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n */\n isRowDisplayed(rowIndex) {\n let row = this.tbl.rows[rowIndex];\n return this.getRowDisplay(row) === '';\n }\n\n /**\n * Checks if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n */\n ignoresDiacritics(colIndex) {\n let ignoreDiac = this.ignoreDiacritics;\n if (isArray(ignoreDiac)) {\n return ignoreDiac[colIndex];\n }\n return Boolean(ignoreDiac);\n }\n\n /**\n * Returns clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n */\n getClearFilterText(colIndex) {\n let clearText = this.clearFilterText;\n if (isArray(clearText)) {\n return clearText[colIndex];\n }\n return clearText;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n */\n hasType(colIndex, types = []) {\n if (!this.hasColTypes) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" + "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef, EMPTY_FN\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\nimport {DateType} from './modules/dateType';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE') {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n if (this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n requires at least 1 row.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : EMPTY_FN;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ?\n f.on_after_filter : EMPTY_FN;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n */\n this.ignoreDiacritics = f.ignore_diacritics;\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : EMPTY_FN;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : EMPTY_FN;\n\n /**\n * List of columns implementing custom filtering\n * @type {Array}\n */\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n\n /**\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n */\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : EMPTY_FN;\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = Boolean(f.mark_active_columns);\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : EMPTY_FN;\n\n /**\n * Callback fired after a column is marked as filtered\n * @type {Function}\n */\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : EMPTY_FN;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n */\n this.clearFilterText = f.clear_filter_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : EMPTY_FN;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ?\n f.on_after_reset : EMPTY_FN;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n */\n this.hasColTypes = isArray(f.col_types);\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = this.hasColTypes ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.nbCells = this.getCellsNb(this.refRow);\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instanciate sugar date wrapper\n Mod.dateType = Mod.dateType || new DateType(this);\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n Mod.help = Mod.help || new Help(this);\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n Mod.state = Mod.state || new State(this);\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n Mod.gridLayout = Mod.gridLayout || new GridLayout(this);\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n Mod.loader = Mod.loader || new Loader(this);\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n Mod.popupFilter = Mod.popupFilter || new PopupFilter(this);\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n Mod.noResults = Mod.noResults || new NoResults(this);\n Mod.noResults.init();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /** @inherited */\n this.initialized = true;\n\n this.onFiltersLoaded(this);\n\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.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 fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inpType = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.buildFilterId(colIndex)],\n ['type', inpType], ['ct', colIndex]);\n\n if (inpType !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnText]\n );\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions store in extensions registry\n */\n destroyExtensions() {\n let reg = this.ExtRegistry;\n\n Object.keys(reg).forEach((key) => {\n reg[key].destroy();\n reg[key] = undefined;\n });\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event modules and extensions are subscribed to\n emitter.emit('destroy', this);\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.tbl, this.prfxTf);\n removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infDiv = createElm('div');\n infDiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infDiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infDiv);\n infDiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infDiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = infDiv;\n\n /*** left div containing rows # displayer ***/\n let lDiv = createElm('div');\n lDiv.className = this.lDivCssClass;\n infDiv.appendChild(lDiv);\n this.lDiv = lDiv;\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rDiv = createElm('div');\n rDiv.className = this.rDivCssClass;\n infDiv.appendChild(rDiv);\n this.rDiv = rDiv;\n\n /*** mid div containing paging elements ***/\n let mDiv = createElm('div');\n mDiv.className = this.mDivCssClass;\n infDiv.appendChild(mDiv);\n this.mDiv = mDiv;\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //fire onbefore callback\n this.onBeforeFilter(this);\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellValue = matchCase(this.getCellValue(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // isolate search term and check occurence in cell data\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = this._testTerm(cS, cellValue, j);\n\n if (occur) {\n this.emitter.emit('highlight-keyword', this,\n cells[j], cS);\n }\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = this._testTerm(trim(sA), cellValue, j);\n if (occurence[j]) {\n this.emitter.emit('highlight-keyword', this, cells[j],\n sA);\n }\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n this.validateRow(k, isRowValid);\n if (!isRowValid) {\n hiddenRows++;\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //fire onafterfilter callback\n this.onAfterFilter(this);\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @returns {Boolean}\n */\n _testTerm(term, cellValue, colIdx) {\n let numData;\n let decimal = this.decimalSeparator;\n let reLe = new RegExp(this.leOperator),\n reGe = new RegExp(this.geOperator),\n reL = new RegExp(this.lwOperator),\n reG = new RegExp(this.grOperator),\n reD = new RegExp(this.dfOperator),\n reLk = new RegExp(rgxEsc(this.lkOperator)),\n reEq = new RegExp(this.eqOperator),\n reSt = new RegExp(this.stOperator),\n reEn = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n reEm = this.emOperator,\n reNm = this.nmOperator,\n reRe = new RegExp(rgxEsc(this.rgxOperator));\n\n term = matchCase(term, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = reL.test(term),\n hasLE = reLe.test(term),\n hasGR = reG.test(term),\n hasGE = reGe.test(term),\n hasDF = reD.test(term),\n hasEQ = reEq.test(term),\n hasLK = reLk.test(term),\n // hatermN = re_an.test(term),\n hasST = reSt.test(term),\n hasEN = reEn.test(term),\n hasEM = (reEm === term),\n hasNM = (reNm === term),\n hasRE = reRe.test(term);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(term.replace(reL, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(term.replace(reLe, ''), locale);\n let isGDate = hasGR &&\n isValidDate(term.replace(reG, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(term.replace(reGe, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(term.replace(reD, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(term.replace(reEq, ''), locale);\n\n dte1 = parseDate(cellValue, locale);\n\n // lower equal date\n if (isLEDate) {\n dte2 = parseDate(term.replace(reLe, ''), locale);\n occurence = dte1 <= dte2;\n }\n // lower date\n else if (isLDate) {\n dte2 = parseDate(term.replace(reL, ''), locale);\n occurence = dte1 < dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(term.replace(reGe, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(term.replace(reG, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(term.replace(reD, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(term.replace(reEq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (reLk.test(term)) {// like date\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n else if (isValidDate(term)) {\n dte2 = parseDate(term, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n } else {\n occurence = contains(term, cellValue,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellValue) || parseNb(cellValue, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n term.replace(reLe, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n term.replace(reGe, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n term.replace(reL, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n term.replace(reG, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(term.replace(reD, ''), cellValue,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(term.replace(reEq, ''), cellValue,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellValue.indexOf(term.replace(reSt, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = term.replace(reEn, '');\n occurence =\n cellValue.lastIndexOf(searchArg, cellValue.length - 1) ===\n (cellValue.length - 1) - (searchArg.length - 1) &&\n cellValue.lastIndexOf(searchArg, cellValue.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n }\n //regexp\n else if (hasRE) {\n //in case regexp throws\n try {\n //operator is removed\n let srchArg = term.replace(reRe, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellValue);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n term = parseNb(term, decimal) || term;\n occurence = numData === term ||\n contains(term.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(\n term,\n cellValue,\n this.isExactMatch(colIdx),\n this.caseSensitive,\n this.ignoresDiacritics(colIdx)\n );\n }\n }\n\n }//else\n\n return occurence;\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=true] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = []\n ) {\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex) {\n continue;\n }\n let data = getContent(cell[j]);\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex >= 0 ? rowIndex : 0];\n return tr ? tr.cells.length : 0;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.tbl.rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n\n /**\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n */\n getCellValue(cell) {\n let idx = cell.cellIndex;\n //CallcustomCellData callback\n if (this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData(this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n */\n getCellData(cell) {\n let colIndex = cell.cellIndex;\n let value = this.getCellValue(cell);\n\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let decimal = this.decimalSeparator;\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n return parseNb(value, decimal);\n }\n else if (this.hasType(colIndex, [NUMBER])) {\n return Number(value);\n }\n else if (this.hasType(colIndex, [DATE])){\n let dateType = this.Mod.dateType;\n let locale = dateType.getOptions(colIndex).locale || this.locale;\n return dateType.parse(value, locale);\n }\n\n return value;\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellValue = getContent(cells[j]);\n rowData[1].push(cellValue);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellValue = getContent(cells[k]);\n rData[1].push(cellValue);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = [],\n visible = true\n ) {\n if (isUndef(colIndex)) {\n return [];\n }\n\n let rows = this.tbl.rows;\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n // ensure valid rows index do not contain excluded rows and row is\n // displayed\n let validRows = this.getValidRows(true).filter((rowIdx) => {\n return exclude.indexOf(rowIdx) === -1 &&\n (visible ?\n this.getRowDisplay(rows[rowIdx]) !== 'none' :\n true);\n });\n\n // convert column value to expected type if necessary\n let validColValues = validRows.map((rowIdx) => {\n return getContent(rows[rowIdx].cells[colIndex]);\n });\n\n if (includeHeaders) {\n validColValues.unshift(this.getHeadersText()[colIndex]);\n }\n\n return validColValues;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n this.onRowValidated(this, rowIndex);\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.linkedFilters);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col');\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n this.onBeforeReset(this, this.getFiltersValue());\n\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n this.onAfterReset(this);\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n this.onBeforeActiveColumn(this, colIndex);\n\n addClass(header, this.activeColumnsCssClass);\n\n this.onAfterActiveColumn(this, colIndex);\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Builds filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n */\n buildFilterId(colIndex) {\n return `${this.prfxFlt}${colIndex}_${this.id}`;\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let colIdx = slcIndex[i];\n let curSlc = elm(this.fltIds[colIdx]);\n let slcSelectedValue = this.getFilterValue(colIdx);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== colIdx ||\n (this.paging && slcA1.indexOf(colIdx) !== -1 &&\n activeIdx === colIdx) ||\n (!this.paging && (slcA3.indexOf(colIdx) !== -1 ||\n slcA2.indexOf(colIdx) !== -1)) ||\n slcSelectedValue === this.getClearFilterText(colIdx)) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.getClearFilterText(colIdx), '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(colIdx) !== -1) {\n this.emitter.emit('build-checklist-filter', this, colIdx,\n true);\n } else {\n this.emitter.emit('build-select-filter', this, colIdx,\n true);\n }\n\n this.setFilterValue(colIdx, slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Checks if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n */\n isRowValid(rowIndex) {\n return this.getValidRows().indexOf(rowIndex) !== -1;\n }\n\n /**\n * Checks if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n */\n isRowDisplayed(rowIndex) {\n let row = this.tbl.rows[rowIndex];\n return this.getRowDisplay(row) === '';\n }\n\n /**\n * Checks if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n */\n ignoresDiacritics(colIndex) {\n let ignoreDiac = this.ignoreDiacritics;\n if (isArray(ignoreDiac)) {\n return ignoreDiac[colIndex];\n }\n return Boolean(ignoreDiac);\n }\n\n /**\n * Returns clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n */\n getClearFilterText(colIndex) {\n let clearText = this.clearFilterText;\n if (isArray(clearText)) {\n return clearText[colIndex];\n }\n return clearText;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n */\n hasType(colIndex, types = []) {\n if (!this.hasColTypes) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" }, { "__docId__": 814, @@ -21032,7 +21032,7 @@ "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, - "description": "Destroy all the extensions defined in the configuration object", + "description": "Destroy all the extensions store in extensions registry", "lineNumber": 1459, "params": [], "generator": false @@ -21047,7 +21047,7 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 1475, + "lineNumber": 1471, "params": [], "generator": false }, @@ -21061,7 +21061,7 @@ "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 1504, + "lineNumber": 1500, "undocument": true, "type": { "types": [ @@ -21079,7 +21079,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 1513, + "lineNumber": 1509, "params": [ { "name": "name", @@ -21111,7 +21111,7 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 1520, + "lineNumber": 1516, "params": [], "generator": false }, @@ -21125,7 +21125,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1565, + "lineNumber": 1561, "undocument": true, "type": { "types": [ @@ -21143,7 +21143,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1566, + "lineNumber": 1562, "undocument": true, "type": { "types": [ @@ -21161,7 +21161,7 @@ "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 1567, + "lineNumber": 1563, "undocument": true, "type": { "types": [ @@ -21179,7 +21179,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 1568, + "lineNumber": 1564, "undocument": true, "type": { "types": [ @@ -21197,7 +21197,7 @@ "longname": "src/tablefilter.js~TableFilter#setToolbar", "access": null, "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 1574, + "lineNumber": 1570, "params": [], "generator": false }, @@ -21211,7 +21211,7 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1599, + "lineNumber": 1595, "undocument": true, "type": { "types": [ @@ -21229,7 +21229,7 @@ "longname": "src/tablefilter.js~TableFilter#lDiv", "access": null, "description": null, - "lineNumber": 1605, + "lineNumber": 1601, "undocument": true, "type": { "types": [ @@ -21247,7 +21247,7 @@ "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, "description": null, - "lineNumber": 1612, + "lineNumber": 1608, "undocument": true, "type": { "types": [ @@ -21265,7 +21265,7 @@ "longname": "src/tablefilter.js~TableFilter#mDiv", "access": null, "description": null, - "lineNumber": 1618, + "lineNumber": 1614, "undocument": true, "type": { "types": [ @@ -21283,7 +21283,7 @@ "longname": "src/tablefilter.js~TableFilter#removeToolbar", "access": null, "description": "Remove toolbar container element", - "lineNumber": 1632, + "lineNumber": 1628, "params": [], "generator": false }, @@ -21297,7 +21297,7 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1637, + "lineNumber": 1633, "undocument": true, "type": { "types": [ @@ -21315,7 +21315,7 @@ "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", "access": null, "description": "Remove all the external column filters", - "lineNumber": 1649, + "lineNumber": 1645, "params": [], "generator": false }, @@ -21329,7 +21329,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1669, + "lineNumber": 1665, "params": [ { "nullable": null, @@ -21362,7 +21362,7 @@ "longname": "src/tablefilter.js~TableFilter#getCustomOptions", "access": null, "description": "Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\ncustom options values and texts", - "lineNumber": 1680, + "lineNumber": 1676, "params": [ { "nullable": null, @@ -21395,7 +21395,7 @@ "longname": "src/tablefilter.js~TableFilter#filter", "access": null, "description": "Filter the table by retrieving the data from each cell in every single\nrow and comparing it to the search term for current column. A row is\nhidden when all the search terms are not found in inspected row.", - "lineNumber": 1713, + "lineNumber": 1709, "params": [], "generator": false }, @@ -21409,7 +21409,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1725, + "lineNumber": 1721, "undocument": true, "type": { "types": [ @@ -21427,7 +21427,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1829, + "lineNumber": 1825, "undocument": true, "type": { "types": [ @@ -21445,7 +21445,7 @@ "longname": "src/tablefilter.js~TableFilter#_testTerm", "access": null, "description": "Test for a match of search term in cell data", - "lineNumber": 1844, + "lineNumber": 1840, "unknown": [ { "tagName": "@returns", @@ -21504,7 +21504,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": null, "description": "Return the data of a specified column", - "lineNumber": 2085, + "lineNumber": 2081, "params": [ { "nullable": null, @@ -21573,7 +21573,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 2130, + "lineNumber": 2126, "params": [ { "nullable": null, @@ -21606,7 +21606,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 2166, + "lineNumber": 2162, "params": [], "return": { "nullable": null, @@ -21628,7 +21628,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 2187, + "lineNumber": 2183, "params": [ { "nullable": null, @@ -21661,7 +21661,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersByType", "access": null, "description": "Return the list of ids of filters matching a specified type.\nNote: hidden filters are also returned", - "lineNumber": 2203, + "lineNumber": 2199, "params": [ { "nullable": null, @@ -21704,7 +21704,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 2223, + "lineNumber": 2219, "params": [ { "nullable": null, @@ -21737,7 +21737,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 2233, + "lineNumber": 2229, "params": [ { "nullable": null, @@ -21770,7 +21770,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 2244, + "lineNumber": 2240, "params": [ { "nullable": null, @@ -21803,7 +21803,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellValue", "access": null, "description": "Return the text content of a given cell", - "lineNumber": 2259, + "lineNumber": 2255, "unknown": [ { "tagName": "@returns", @@ -21842,7 +21842,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellData", "access": null, "description": "Return the typed data of a given cell based on the column type definition", - "lineNumber": 2274, + "lineNumber": 2270, "params": [ { "nullable": null, @@ -21877,7 +21877,7 @@ "longname": "src/tablefilter.js~TableFilter#getTableData", "access": null, "description": "Return the table data with following format:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 2311, + "lineNumber": 2307, "params": [ { "nullable": null, @@ -21936,7 +21936,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilteredData", "access": null, "description": "Return the filtered data with following format:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 2356, + "lineNumber": 2352, "params": [ { "nullable": null, @@ -21995,7 +21995,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilteredDataCol", "access": null, "description": "Return the filtered data for a given column index", - "lineNumber": 2404, + "lineNumber": 2400, "params": [ { "nullable": null, @@ -22076,7 +22076,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 2445, + "lineNumber": 2441, "params": [ { "nullable": null, @@ -22109,7 +22109,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 2454, + "lineNumber": 2450, "params": [ { "nullable": null, @@ -22144,7 +22144,7 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 2487, + "lineNumber": 2483, "params": [], "generator": false }, @@ -22158,7 +22158,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2491, + "lineNumber": 2487, "undocument": true, "type": { "types": [ @@ -22176,7 +22176,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 2502, + "lineNumber": 2498, "params": [ { "nullable": null, @@ -22211,7 +22211,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 2550, + "lineNumber": 2546, "params": [ { "nullable": null, @@ -22236,7 +22236,7 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Makes defined rows always visible", - "lineNumber": 2579, + "lineNumber": 2575, "params": [], "generator": false }, @@ -22250,7 +22250,7 @@ "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, "description": "Clear all the filters' values", - "lineNumber": 2596, + "lineNumber": 2592, "params": [], "generator": false }, @@ -22264,7 +22264,7 @@ "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", "access": null, "description": "Clears filtered columns visual indicator (background color)", - "lineNumber": 2617, + "lineNumber": 2613, "params": [], "generator": false }, @@ -22278,7 +22278,7 @@ "longname": "src/tablefilter.js~TableFilter#markActiveColumn", "access": null, "description": "Mark currently filtered column", - "lineNumber": 2627, + "lineNumber": 2623, "params": [ { "nullable": null, @@ -22303,7 +22303,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 2643, + "lineNumber": 2639, "unknown": [ { "tagName": "@returns", @@ -22331,7 +22331,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 2651, + "lineNumber": 2647, "params": [ { "nullable": null, @@ -22356,7 +22356,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 2652, + "lineNumber": 2648, "undocument": true, "type": { "types": [ @@ -22374,7 +22374,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2660, + "lineNumber": 2656, "unknown": [ { "tagName": "@returns", @@ -22415,7 +22415,7 @@ "longname": "src/tablefilter.js~TableFilter#buildFilterId", "access": "private", "description": "Builds filter element ID for a given column index", - "lineNumber": 2672, + "lineNumber": 2668, "unknown": [ { "tagName": "@returns", @@ -22454,7 +22454,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2680, + "lineNumber": 2676, "params": [ { "nullable": null, @@ -22479,7 +22479,7 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2691, + "lineNumber": 2687, "params": [], "generator": false }, @@ -22493,7 +22493,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determines if passed filter column implements exact query match", - "lineNumber": 2742, + "lineNumber": 2738, "params": [ { "nullable": null, @@ -22526,7 +22526,7 @@ "longname": "src/tablefilter.js~TableFilter#isRowValid", "access": null, "description": "Checks if passed row is valid", - "lineNumber": 2753, + "lineNumber": 2749, "unknown": [ { "tagName": "@returns", @@ -22565,7 +22565,7 @@ "longname": "src/tablefilter.js~TableFilter#isRowDisplayed", "access": null, "description": "Checks if passed row is visible", - "lineNumber": 2762, + "lineNumber": 2758, "unknown": [ { "tagName": "@returns", @@ -22604,7 +22604,7 @@ "longname": "src/tablefilter.js~TableFilter#ignoresDiacritics", "access": null, "description": "Checks if specified column filter ignores diacritics.\nNote this is only applicable to input filter types.", - "lineNumber": 2773, + "lineNumber": 2769, "unknown": [ { "tagName": "@returns", @@ -22643,7 +22643,7 @@ "longname": "src/tablefilter.js~TableFilter#getClearFilterText", "access": null, "description": "Returns clear all text for specified filter column", - "lineNumber": 2786, + "lineNumber": 2782, "unknown": [ { "tagName": "@returns", @@ -22682,7 +22682,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2800, + "lineNumber": 2796, "params": [ { "nullable": null, @@ -22725,7 +22725,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2823, + "lineNumber": 2819, "params": [ { "nullable": null, @@ -22780,7 +22780,7 @@ "longname": "src/tablefilter.js~TableFilter#isInitialized", "access": null, "description": "Check if table has filters grid", - "lineNumber": 2865, + "lineNumber": 2861, "params": [], "return": { "nullable": null, @@ -22802,7 +22802,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 2873, + "lineNumber": 2869, "params": [], "return": { "nullable": null, @@ -22824,7 +22824,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 2882, + "lineNumber": 2878, "params": [ { "nullable": null, @@ -22857,7 +22857,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2888, + "lineNumber": 2884, "undocument": true, "type": { "types": [ @@ -22875,7 +22875,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", - "lineNumber": 2909, + "lineNumber": 2905, "params": [], "return": { "nullable": null, @@ -22897,7 +22897,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", "access": null, "description": "Get the index of the headers row", - "lineNumber": 2917, + "lineNumber": 2913, "params": [], "return": { "nullable": null, @@ -22919,7 +22919,7 @@ "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", "access": null, "description": "Get the row index from where the filtering process start (1st filterable\nrow)", - "lineNumber": 2926, + "lineNumber": 2922, "params": [], "return": { "nullable": null, @@ -22941,7 +22941,7 @@ "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", "access": null, "description": "Get the index of the last row", - "lineNumber": 2934, + "lineNumber": 2930, "params": [], "return": { "nullable": null, @@ -22963,7 +22963,7 @@ "longname": "src/tablefilter.js~TableFilter#hasType", "access": null, "description": "Determine whether the specified column has one of the passed types", - "lineNumber": 2945, + "lineNumber": 2941, "unknown": [ { "tagName": "@returns", @@ -23014,7 +23014,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 2961, + "lineNumber": 2957, "params": [ { "nullable": null, @@ -23047,7 +23047,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 2986, + "lineNumber": 2982, "params": [ { "nullable": null, @@ -23080,7 +23080,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 3006, + "lineNumber": 3002, "params": [ { "nullable": null, @@ -23113,7 +23113,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 3015, + "lineNumber": 3011, "params": [], "return": { "nullable": null, @@ -23135,7 +23135,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRowsNb", "access": null, "description": "Return the total number of valid rows", - "lineNumber": 3024, + "lineNumber": 3020, "unknown": [ { "tagName": "@returns", @@ -23176,7 +23176,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 3032, + "lineNumber": 3028, "params": [], "return": { "nullable": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 600f9c87..04fa8bed 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.4.40 API Document + src/array.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index 6941e6d3..5d3c60a5 100644 --- a/docs/file/src/const.js.html +++ b/docs/file/src/const.js.html @@ -3,7 +3,7 @@ - src/const.js | tablefilter v0.4.40 API Document + src/const.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index d4a66afb..2d01dc84 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.4.40 API Document + src/cookie.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index aff86a5e..d17f8e83 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.4.40 API Document + src/dom.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index 978a942b..e57af0a7 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.4.40 API Document + src/emitter.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 3b734b22..cf9ee1ed 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.4.40 API Document + src/event.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 3a3613b1..1d5d7562 100644 --- a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html +++ b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html @@ -3,7 +3,7 @@ - src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.40 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index f9e26a3a..0068e1ac 100644 --- a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html +++ b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html @@ -3,7 +3,7 @@ - src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.40 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index 5412b872..1d1a283f 100644 --- a/docs/file/src/extensions/colOps/colOps.js.html +++ b/docs/file/src/extensions/colOps/colOps.js.html @@ -3,7 +3,7 @@ - src/extensions/colOps/colOps.js | tablefilter v0.4.40 API Document + src/extensions/colOps/colOps.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index d9c29a62..95747dea 100644 --- a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html +++ b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html @@ -3,7 +3,7 @@ - src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.40 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index 31323b58..cfbe0f16 100644 --- a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html +++ b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html @@ -3,7 +3,7 @@ - src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.40 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index 276e5fb2..e3418435 100644 --- a/docs/file/src/extensions/sort/adapterSortabletable.js.html +++ b/docs/file/src/extensions/sort/adapterSortabletable.js.html @@ -3,7 +3,7 @@ - src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.40 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index 0afdd4ef..332c462e 100644 --- a/docs/file/src/extensions/sort/sort.js.html +++ b/docs/file/src/extensions/sort/sort.js.html @@ -3,7 +3,7 @@ - src/extensions/sort/sort.js | tablefilter v0.4.40 API Document + src/extensions/sort/sort.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index f549e8d2..c11ce030 100644 --- a/docs/file/src/feature.js.html +++ b/docs/file/src/feature.js.html @@ -3,7 +3,7 @@ - src/feature.js | tablefilter v0.4.40 API Document + src/feature.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index ec2835b2..af05abf8 100644 --- a/docs/file/src/modules/alternateRows.js.html +++ b/docs/file/src/modules/alternateRows.js.html @@ -3,7 +3,7 @@ - src/modules/alternateRows.js | tablefilter v0.4.40 API Document + src/modules/alternateRows.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index 50c08e04..eb4f9e63 100644 --- a/docs/file/src/modules/checkList.js.html +++ b/docs/file/src/modules/checkList.js.html @@ -3,7 +3,7 @@ - src/modules/checkList.js | tablefilter v0.4.40 API Document + src/modules/checkList.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index cc056853..f6f9ef1e 100644 --- a/docs/file/src/modules/clearButton.js.html +++ b/docs/file/src/modules/clearButton.js.html @@ -3,7 +3,7 @@ - src/modules/clearButton.js | tablefilter v0.4.40 API Document + src/modules/clearButton.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html index ec3055c8..32f9a3ee 100644 --- a/docs/file/src/modules/dateType.js.html +++ b/docs/file/src/modules/dateType.js.html @@ -3,7 +3,7 @@ - src/modules/dateType.js | tablefilter v0.4.40 API Document + src/modules/dateType.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 99966bb8..b2918c97 100644 --- a/docs/file/src/modules/dropdown.js.html +++ b/docs/file/src/modules/dropdown.js.html @@ -3,7 +3,7 @@ - src/modules/dropdown.js | tablefilter v0.4.40 API Document + src/modules/dropdown.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index ff021c17..510c868d 100644 --- a/docs/file/src/modules/gridLayout.js.html +++ b/docs/file/src/modules/gridLayout.js.html @@ -3,7 +3,7 @@ - src/modules/gridLayout.js | tablefilter v0.4.40 API Document + src/modules/gridLayout.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 0e1d7669..1f86243d 100644 --- a/docs/file/src/modules/hash.js.html +++ b/docs/file/src/modules/hash.js.html @@ -3,7 +3,7 @@ - src/modules/hash.js | tablefilter v0.4.40 API Document + src/modules/hash.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index daa9bf74..13cdf9a0 100644 --- a/docs/file/src/modules/help.js.html +++ b/docs/file/src/modules/help.js.html @@ -3,7 +3,7 @@ - src/modules/help.js | tablefilter v0.4.40 API Document + src/modules/help.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index cfd2a8ad..b4c9754e 100644 --- a/docs/file/src/modules/highlightKeywords.js.html +++ b/docs/file/src/modules/highlightKeywords.js.html @@ -3,7 +3,7 @@ - src/modules/highlightKeywords.js | tablefilter v0.4.40 API Document + src/modules/highlightKeywords.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index d9de87dd..721fbf3d 100644 --- a/docs/file/src/modules/loader.js.html +++ b/docs/file/src/modules/loader.js.html @@ -3,7 +3,7 @@ - src/modules/loader.js | tablefilter v0.4.40 API Document + src/modules/loader.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index 9f685cd7..353bf232 100644 --- a/docs/file/src/modules/noResults.js.html +++ b/docs/file/src/modules/noResults.js.html @@ -3,7 +3,7 @@ - src/modules/noResults.js | tablefilter v0.4.40 API Document + src/modules/noResults.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index f9e1d0fa..7d26329a 100644 --- a/docs/file/src/modules/paging.js.html +++ b/docs/file/src/modules/paging.js.html @@ -3,7 +3,7 @@ - src/modules/paging.js | tablefilter v0.4.40 API Document + src/modules/paging.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index 19b9c723..f38a8773 100644 --- a/docs/file/src/modules/popupFilter.js.html +++ b/docs/file/src/modules/popupFilter.js.html @@ -3,7 +3,7 @@ - src/modules/popupFilter.js | tablefilter v0.4.40 API Document + src/modules/popupFilter.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index 8effbf1f..e899c409 100644 --- a/docs/file/src/modules/rowsCounter.js.html +++ b/docs/file/src/modules/rowsCounter.js.html @@ -3,7 +3,7 @@ - src/modules/rowsCounter.js | tablefilter v0.4.40 API Document + src/modules/rowsCounter.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index bb40a5e4..ba75aa37 100644 --- a/docs/file/src/modules/state.js.html +++ b/docs/file/src/modules/state.js.html @@ -3,7 +3,7 @@ - src/modules/state.js | tablefilter v0.4.40 API Document + src/modules/state.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index fdd1f44b..97b7d4ba 100644 --- a/docs/file/src/modules/statusBar.js.html +++ b/docs/file/src/modules/statusBar.js.html @@ -3,7 +3,7 @@ - src/modules/statusBar.js | tablefilter v0.4.40 API Document + src/modules/statusBar.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 12863fd1..2a509496 100644 --- a/docs/file/src/modules/storage.js.html +++ b/docs/file/src/modules/storage.js.html @@ -3,7 +3,7 @@ - src/modules/storage.js | tablefilter v0.4.40 API Document + src/modules/storage.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html index 5941f6d4..efe846d8 100644 --- a/docs/file/src/number.js.html +++ b/docs/file/src/number.js.html @@ -3,7 +3,7 @@ - src/number.js | tablefilter v0.4.40 API Document + src/number.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index 57f04561..065f1a33 100644 --- a/docs/file/src/root.js.html +++ b/docs/file/src/root.js.html @@ -3,7 +3,7 @@ - src/root.js | tablefilter v0.4.40 API Document + src/root.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 2d4156bf..2fb4a387 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.4.40 API Document + src/sort.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index bac8022d..42a9cde1 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.4.40 API Document + src/string.js | tablefilter v0.4.41 API Document diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 8d76bd6d..51910b6a 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.4.40 API Document + src/tablefilter.js | tablefilter v0.4.41 API Document @@ -1576,19 +1576,15 @@ export class TableFilter { } /** - * Destroy all the extensions defined in the configuration object + * Destroy all the extensions store in extensions registry */ destroyExtensions() { - let exts = this.extensions; + let reg = this.ExtRegistry; - for (let i = 0, len = exts.length; i < len; i++) { - let ext = exts[i]; - let extInstance = this.ExtRegistry[ext.name]; - if (extInstance) { - extInstance.destroy(); - this.ExtRegistry[ext.name] = undefined; - } - } + Object.keys(reg).forEach((key) => { + reg[key].destroy(); + reg[key] = undefined; + }); } /** @@ -1668,7 +1664,7 @@ export class TableFilter { this.tbl.deleteRow(this.filtersRowIndex); } - // broadcast destroy event + // broadcast destroy event modules and extensions are subscribed to emitter.emit('destroy', this); // unsubscribe to events diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index c9ea9133..43c1a1ed 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.4.40 API Document + src/types.js | tablefilter v0.4.41 API Document diff --git a/docs/function/index.html b/docs/function/index.html index 95d15b2d..690ecd49 100644 --- a/docs/function/index.html +++ b/docs/function/index.html @@ -3,7 +3,7 @@ - Function | tablefilter v0.4.40 API Document + Function | tablefilter v0.4.41 API Document diff --git a/docs/identifiers.html b/docs/identifiers.html index 9deec1d0..7fb78b47 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.4.40 API Document + Index | tablefilter v0.4.41 API Document diff --git a/docs/index.html b/docs/index.html index 8a62d49f..2d6e2b32 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.4.40 API Document + tablefilter v0.4.41 API Document diff --git a/docs/package.json b/docs/package.json index e7d3ccd4..1f1e62dc 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.4.40", + "version": "0.4.41", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { diff --git a/docs/source.html b/docs/source.html index 3a63e25e..68d8dbd0 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.4.40 API Document + Source | tablefilter v0.4.41 API Document @@ -140,7 +140,7 @@ 100 %1/1 545 byte 22 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/const.js @@ -165,7 +165,7 @@ 100 %18/18 1536 byte 118 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/cookie.js @@ -173,7 +173,7 @@ - 1412 byte 57 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/dom.js @@ -192,7 +192,7 @@ 100 %12/12 4767 byte 191 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/emitter.js @@ -200,7 +200,7 @@ 100 %6/6 1323 byte 53 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/event.js @@ -213,7 +213,7 @@ 100 %6/6 2384 byte 101 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/advancedGrid/adapterEzEditTable.js @@ -221,7 +221,7 @@ 100 %13/13 18904 byte 504 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/advancedGrid/advancedGrid.js @@ -229,7 +229,7 @@ - 90 byte 2 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/colOps/colOps.js @@ -237,7 +237,7 @@ 100 %25/25 13020 byte 443 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/colsVisibility/colsVisibility.js @@ -245,7 +245,7 @@ 100 %49/49 20964 byte 739 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/filtersVisibility/filtersVisibility.js @@ -253,7 +253,7 @@ 100 %25/25 7784 byte 307 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/sort/adapterSortabletable.js @@ -261,7 +261,7 @@ 100 %23/23 16452 byte 532 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/extensions/sort/sort.js @@ -269,7 +269,7 @@ - 204 byte 8 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/feature.js @@ -277,7 +277,7 @@ 100 %14/14 1864 byte 97 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/alternateRows.js @@ -285,7 +285,7 @@ 100 %9/9 3644 byte 140 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/checkList.js @@ -293,7 +293,7 @@ 100 %17/17 18974 byte 590 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/clearButton.js @@ -301,7 +301,7 @@ 100 %10/10 3129 byte 128 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/dateType.js @@ -309,7 +309,7 @@ 100 %11/11 3997 byte 147 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/dropdown.js @@ -317,7 +317,7 @@ 100 %14/14 13704 byte 442 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/gridLayout.js @@ -325,7 +325,7 @@ 100 %16/16 14075 byte 494 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/hash.js @@ -334,7 +334,7 @@ 100 %10/10 2981 byte 126 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/help.js @@ -342,7 +342,7 @@ 100 %17/17 6516 byte 232 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/highlightKeywords.js @@ -350,7 +350,7 @@ 100 %10/10 5405 byte 179 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/loader.js @@ -358,7 +358,7 @@ 100 %14/14 4005 byte 173 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/noResults.js @@ -366,7 +366,7 @@ 100 %17/17 4809 byte 198 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/paging.js @@ -374,7 +374,7 @@ 100 %45/45 27455 byte 898 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/popupFilter.js @@ -382,7 +382,7 @@ 100 %26/26 12712 byte 446 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/rowsCounter.js @@ -390,7 +390,7 @@ 100 %13/13 5643 byte 197 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/state.js @@ -398,7 +398,7 @@ 100 %24/24 14771 byte 541 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/statusBar.js @@ -406,7 +406,7 @@ 100 %22/22 8485 byte 299 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/modules/storage.js @@ -415,7 +415,7 @@ 100 %10/10 3544 byte 162 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/number.js @@ -423,7 +423,7 @@ 100 %1/1 998 byte 29 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/root.js @@ -431,7 +431,7 @@ 100 %1/1 235 byte 6 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/sort.js @@ -441,7 +441,7 @@ 100 %3/3 930 byte 33 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/string.js @@ -453,15 +453,15 @@ 100 %5/5 2082 byte 76 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) src/tablefilter.js TableFilter 100 %171/171 - 90887 byte - 3035 - 2017-02-07 13:02:23 (UTC) + 90745 byte + 3031 + 2017-02-02 04:11:52 (UTC) src/types.js @@ -477,7 +477,7 @@ 100 %9/9 1565 byte 73 - 2017-02-07 13:02:23 (UTC) + 2017-02-02 04:11:52 (UTC) diff --git a/docs/variable/index.html b/docs/variable/index.html index e109c99e..b006a42a 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.4.40 API Document + Variable | tablefilter v0.4.41 API Document